1913 lines
134 KiB
SQL
1913 lines
134 KiB
SQL
-- --------------------------------------------------------
|
||
-- Värd: 127.0.0.1
|
||
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
|
||
-- Server-OS: Win64
|
||
-- HeidiSQL Version: 11.3.0.6295
|
||
-- --------------------------------------------------------
|
||
|
||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET NAMES utf8 */;
|
||
/*!50503 SET NAMES utf8mb4 */;
|
||
/*!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 */;
|
||
|
||
-- Dumpar struktur för tabell acore_world.skinning_loot_template
|
||
DROP TABLE IF EXISTS `skinning_loot_template`;
|
||
CREATE TABLE IF NOT EXISTS `skinning_loot_template` (
|
||
`Entry` mediumint unsigned NOT NULL DEFAULT '0',
|
||
`Item` mediumint unsigned NOT NULL DEFAULT '0',
|
||
`Reference` mediumint NOT NULL DEFAULT '0',
|
||
`Chance` float NOT NULL DEFAULT '100',
|
||
`QuestRequired` tinyint NOT NULL DEFAULT '0',
|
||
`LootMode` smallint unsigned NOT NULL DEFAULT '1',
|
||
`GroupId` tinyint unsigned NOT NULL DEFAULT '0',
|
||
`MinCount` tinyint unsigned NOT NULL DEFAULT '1',
|
||
`MaxCount` tinyint unsigned NOT NULL DEFAULT '1',
|
||
`Comment` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`Entry`,`Item`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Loot System';
|
||
|
||
-- Dumpar data för tabell acore_world.skinning_loot_template: 1 873 rows
|
||
DELETE FROM `skinning_loot_template`;
|
||
/*!40000 ALTER TABLE `skinning_loot_template` DISABLE KEYS */;
|
||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||
(193, 4304, 0, 27.0878, 0, 1, 1, 1, 2, 'Blue Dragonspawn - Thick Leather'),
|
||
(193, 8165, 0, 9.3148, 0, 1, 1, 1, 1, 'Blue Dragonspawn - Worn Dragonscale'),
|
||
(193, 8169, 0, 3.1049, 0, 1, 1, 1, 1, 'Blue Dragonspawn - Thick Hide'),
|
||
(193, 8170, 0, 40.1499, 0, 1, 1, 1, 2, 'Blue Dragonspawn - Rugged Leather'),
|
||
(193, 8171, 0, 3.7473, 0, 1, 1, 1, 1, 'Blue Dragonspawn - Rugged Hide'),
|
||
(193, 15415, 0, 16.5953, 0, 1, 1, 1, 1, 'Blue Dragonspawn - Blue Dragonscale'),
|
||
(441, 783, 0, 4.9291, 0, 1, 1, 1, 1, 'Black Dragon Whelp - Light Hide'),
|
||
(441, 2318, 0, 63.1334, 0, 1, 1, 1, 2, 'Black Dragon Whelp - Light Leather'),
|
||
(441, 4232, 0, 1.9629, 0, 1, 1, 1, 1, 'Black Dragon Whelp - Medium Hide'),
|
||
(441, 7286, 0, 29.9746, 0, 1, 1, 1, 2, 'Black Dragon Whelp - Black Whelp Scale'),
|
||
(684, 4234, 0, 73.4, 0, 1, 1, 1, 1, 'Shadowmaw Panther - Heavy Leather'),
|
||
(684, 4235, 0, 3.3, 0, 1, 1, 1, 1, 'Shadowmaw Panther - Heavy Hide'),
|
||
(684, 4304, 0, 23.3, 0, 1, 1, 1, 1, 'Shadowmaw Panther - Thick Leather'),
|
||
(729, 4234, 0, 78.963, 0, 1, 1, 1, 1, 'Sin\'Dall - Heavy Leather'),
|
||
(729, 4235, 0, 3.7037, 0, 1, 1, 1, 1, 'Sin\'Dall - Heavy Hide'),
|
||
(729, 4304, 0, 17.3333, 0, 1, 1, 1, 1, 'Sin\'Dall - Thick Leather'),
|
||
(731, 4304, 0, 77.3737, 0, 1, 1, 1, 1, 'King Bangalash - Thick Leather'),
|
||
(731, 8169, 0, 3.0303, 0, 1, 1, 1, 1, 'King Bangalash - Thick Hide'),
|
||
(731, 8170, 0, 19.596, 0, 1, 1, 1, 1, 'King Bangalash - Rugged Leather'),
|
||
(740, 2319, 0, 32.3993, 0, 1, 1, 1, 1, 'Adolescent Whelp - Medium Leather'),
|
||
(740, 4232, 0, 3.8212, 0, 1, 1, 1, 1, 'Adolescent Whelp - Medium Hide'),
|
||
(740, 4234, 0, 40.0417, 0, 1, 1, 1, 1, 'Adolescent Whelp - Heavy Leather'),
|
||
(740, 4235, 0, 2.8485, 0, 1, 1, 1, 1, 'Adolescent Whelp - Heavy Hide'),
|
||
(740, 7392, 0, 20.8893, 0, 1, 1, 1, 1, 'Adolescent Whelp - Green Whelp Scale'),
|
||
(741, 2319, 0, 33.1843, 0, 1, 1, 1, 1, 'Dreaming Whelp - Medium Leather'),
|
||
(741, 4232, 0, 4.1186, 0, 1, 1, 1, 1, 'Dreaming Whelp - Medium Hide'),
|
||
(741, 4234, 0, 39.9153, 0, 1, 1, 1, 1, 'Dreaming Whelp - Heavy Leather'),
|
||
(741, 4235, 0, 3.4361, 0, 1, 1, 1, 1, 'Dreaming Whelp - Heavy Hide'),
|
||
(741, 7392, 0, 19.3457, 0, 1, 1, 1, 1, 'Dreaming Whelp - Green Whelp Scale'),
|
||
(742, 4234, 0, 23.5424, 0, 1, 1, 1, 2, 'Green Wyrmkin - Heavy Leather'),
|
||
(742, 4235, 0, 4.5018, 0, 1, 1, 1, 1, 'Green Wyrmkin - Heavy Hide'),
|
||
(742, 4304, 0, 46.0517, 0, 1, 1, 1, 2, 'Green Wyrmkin - Thick Leather'),
|
||
(742, 8165, 0, 5.7565, 0, 1, 1, 1, 2, 'Green Wyrmkin - Worn Dragonscale'),
|
||
(742, 8169, 0, 4.5756, 0, 1, 1, 1, 1, 'Green Wyrmkin - Thick Hide'),
|
||
(742, 15412, 0, 15.572, 0, 1, 1, 1, 1, 'Green Wyrmkin - Green Dragonscale'),
|
||
(743, 4234, 0, 26.787, 0, 1, 1, 1, 2, 'Wyrmkin Dreamwalker - Heavy Leather'),
|
||
(743, 4235, 0, 4.1155, 0, 1, 1, 1, 1, 'Wyrmkin Dreamwalker - Heavy Hide'),
|
||
(743, 4304, 0, 44.7653, 0, 1, 1, 1, 2, 'Wyrmkin Dreamwalker - Thick Leather'),
|
||
(743, 8165, 0, 5.1986, 0, 1, 1, 1, 2, 'Wyrmkin Dreamwalker - Worn Dragonscale'),
|
||
(743, 8169, 0, 5.8484, 0, 1, 1, 1, 1, 'Wyrmkin Dreamwalker - Thick Hide'),
|
||
(743, 15412, 0, 13.2852, 0, 1, 1, 1, 1, 'Wyrmkin Dreamwalker - Green Dragonscale'),
|
||
(744, 4234, 0, 26.1252, 0, 1, 1, 1, 2, 'Green Scalebane - Heavy Leather'),
|
||
(744, 4235, 0, 5.5284, 0, 1, 1, 1, 1, 'Green Scalebane - Heavy Hide'),
|
||
(744, 4304, 0, 43.7867, 0, 1, 1, 1, 2, 'Green Scalebane - Thick Leather'),
|
||
(744, 8165, 0, 5.4795, 0, 1, 1, 1, 2, 'Green Scalebane - Worn Dragonscale'),
|
||
(744, 8169, 0, 5.0391, 0, 1, 1, 1, 1, 'Green Scalebane - Thick Hide'),
|
||
(744, 15412, 0, 14.0411, 0, 1, 1, 1, 1, 'Green Scalebane - Green Dragonscale'),
|
||
(745, 4234, 0, 24.8747, 0, 1, 1, 1, 2, 'Scalebane Captain - Heavy Leather'),
|
||
(745, 4235, 0, 4.8246, 0, 1, 1, 1, 1, 'Scalebane Captain - Heavy Hide'),
|
||
(745, 4304, 0, 45.4887, 0, 1, 1, 1, 2, 'Scalebane Captain - Thick Leather'),
|
||
(745, 8165, 0, 4.6992, 0, 1, 1, 1, 2, 'Scalebane Captain - Worn Dragonscale'),
|
||
(745, 8169, 0, 5.3258, 0, 1, 1, 1, 1, 'Scalebane Captain - Thick Hide'),
|
||
(745, 15412, 0, 14.787, 0, 1, 1, 1, 1, 'Scalebane Captain - Green Dragonscale'),
|
||
(746, 4234, 0, 26.0946, 0, 1, 1, 1, 2, 'Elder Dragonkin - Heavy Leather'),
|
||
(746, 4235, 0, 5.1664, 0, 1, 1, 1, 1, 'Elder Dragonkin - Heavy Hide'),
|
||
(746, 4304, 0, 44.3082, 0, 1, 1, 1, 2, 'Elder Dragonkin - Thick Leather'),
|
||
(746, 8165, 0, 3.5026, 0, 1, 1, 1, 2, 'Elder Dragonkin - Worn Dragonscale'),
|
||
(746, 8169, 0, 5.1664, 0, 1, 1, 1, 1, 'Elder Dragonkin - Thick Hide'),
|
||
(746, 15412, 0, 15.7618, 0, 1, 1, 1, 1, 'Elder Dragonkin - Green Dragonscale'),
|
||
(768, 4234, 0, 72.7, 0, 1, 1, 1, 1, 'Shadow Panther - Heavy Leather'),
|
||
(768, 4235, 0, 4.2, 0, 1, 1, 1, 1, 'Shadow Panther - Heavy Hide'),
|
||
(768, 4304, 0, 23.1, 0, 1, 1, 1, 1, 'Shadow Panther - Thick Leather'),
|
||
(905, 17057, 0, 100, 0, 1, 1, 1, 1, 'Sharptooth Frenzy - Shiny Fish Scales'),
|
||
(976, 2319, 0, 39.4737, 0, 1, 1, 1, 1, 'Kurzen War Tiger - Medium Leather'),
|
||
(976, 4232, 0, 3.5088, 0, 1, 1, 1, 1, 'Kurzen War Tiger - Medium Hide'),
|
||
(976, 4234, 0, 57.0175, 0, 1, 1, 1, 1, 'Kurzen War Tiger - Heavy Leather'),
|
||
(977, 2319, 0, 46.6165, 0, 1, 1, 1, 1, 'Kurzen War Panther - Medium Leather'),
|
||
(977, 4232, 0, 1.5038, 0, 1, 1, 1, 1, 'Kurzen War Panther - Medium Hide'),
|
||
(977, 4234, 0, 48.1203, 0, 1, 1, 1, 1, 'Kurzen War Panther - Heavy Leather'),
|
||
(977, 4235, 0, 2.2556, 0, 1, 1, 1, 1, 'Kurzen War Panther - Heavy Hide'),
|
||
(1044, 2319, 0, 59.1837, 0, 1, 1, 1, 1, 'Flamesnorting Whelp - Medium Leather'),
|
||
(1044, 4232, 0, 5.6423, 0, 1, 1, 1, 1, 'Flamesnorting Whelp - Medium Hide'),
|
||
(1044, 4234, 0, 15.1261, 0, 1, 1, 1, 1, 'Flamesnorting Whelp - Heavy Leather'),
|
||
(1044, 4235, 0, 0.9604, 0, 1, 1, 1, 1, 'Flamesnorting Whelp - Heavy Hide'),
|
||
(1044, 7287, 0, 19.0876, 0, 1, 1, 1, 1, 'Flamesnorting Whelp - Red Whelp Scale'),
|
||
(1045, 4304, 0, 3.6697, 0, 1, 1, 1, 2, 'Red Dragonspawn - Thick Leather'),
|
||
(1045, 8165, 0, 12.844, 0, 1, 1, 1, 1, 'Red Dragonspawn - Worn Dragonscale'),
|
||
(1045, 8170, 0, 44.9541, 0, 1, 1, 1, 2, 'Red Dragonspawn - Rugged Leather'),
|
||
(1045, 8171, 0, 6.422, 0, 1, 1, 1, 1, 'Red Dragonspawn - Rugged Hide'),
|
||
(1045, 15414, 0, 32.1101, 0, 1, 1, 1, 2, 'Red Dragonspawn - Red Dragonscale'),
|
||
(1046, 4304, 0, 5.5118, 0, 1, 1, 1, 2, 'Red Wyrmkin - Thick Leather'),
|
||
(1046, 8165, 0, 7.4803, 0, 1, 1, 1, 1, 'Red Wyrmkin - Worn Dragonscale'),
|
||
(1046, 8170, 0, 57.874, 0, 1, 1, 1, 2, 'Red Wyrmkin - Rugged Leather'),
|
||
(1046, 8171, 0, 5.9055, 0, 1, 1, 1, 1, 'Red Wyrmkin - Rugged Hide'),
|
||
(1046, 15414, 0, 23.2283, 0, 1, 1, 1, 2, 'Red Wyrmkin - Red Dragonscale'),
|
||
(1047, 4304, 0, 3.4884, 0, 1, 1, 1, 2, 'Red Scalebane - Thick Leather'),
|
||
(1047, 8165, 0, 10.4651, 0, 1, 1, 1, 1, 'Red Scalebane - Worn Dragonscale'),
|
||
(1047, 8170, 0, 52.907, 0, 1, 1, 1, 2, 'Red Scalebane - Rugged Leather'),
|
||
(1047, 8171, 0, 4.6512, 0, 1, 1, 1, 1, 'Red Scalebane - Rugged Hide'),
|
||
(1047, 15414, 0, 28.4884, 0, 1, 1, 1, 2, 'Red Scalebane - Red Dragonscale'),
|
||
(1048, 4304, 0, 6.9767, 0, 1, 1, 1, 2, 'Scalebane Lieutenant - Thick Leather'),
|
||
(1048, 8165, 0, 9.6899, 0, 1, 1, 1, 1, 'Scalebane Lieutenant - Worn Dragonscale'),
|
||
(1048, 8170, 0, 53.1008, 0, 1, 1, 1, 2, 'Scalebane Lieutenant - Rugged Leather'),
|
||
(1048, 8171, 0, 6.2016, 0, 1, 1, 1, 1, 'Scalebane Lieutenant - Rugged Hide'),
|
||
(1048, 15414, 0, 24.031, 0, 1, 1, 1, 2, 'Scalebane Lieutenant - Red Dragonscale'),
|
||
(1049, 4304, 0, 4.7393, 0, 1, 1, 1, 2, 'Wyrmkin Firebrand - Thick Leather'),
|
||
(1049, 8165, 0, 7.109, 0, 1, 1, 1, 1, 'Wyrmkin Firebrand - Worn Dragonscale'),
|
||
(1049, 8170, 0, 49.763, 0, 1, 1, 1, 2, 'Wyrmkin Firebrand - Rugged Leather'),
|
||
(1049, 8171, 0, 8.0569, 0, 1, 1, 1, 1, 'Wyrmkin Firebrand - Rugged Hide'),
|
||
(1049, 15414, 0, 30.3318, 0, 1, 1, 1, 2, 'Wyrmkin Firebrand - Red Dragonscale'),
|
||
(1050, 4304, 0, 5.0909, 0, 1, 1, 1, 2, 'Scalebane Royal Guard - Thick Leather'),
|
||
(1050, 8165, 0, 10.5455, 0, 1, 1, 1, 1, 'Scalebane Royal Guard - Worn Dragonscale'),
|
||
(1050, 8170, 0, 54.5455, 0, 1, 1, 1, 2, 'Scalebane Royal Guard - Rugged Leather'),
|
||
(1050, 8171, 0, 4.7273, 0, 1, 1, 1, 1, 'Scalebane Royal Guard - Rugged Hide'),
|
||
(1050, 15414, 0, 25.0909, 0, 1, 1, 1, 2, 'Scalebane Royal Guard - Red Dragonscale'),
|
||
(1063, 4304, 0, 78.9474, 0, 1, 1, 1, 1, 'Jade - Thick Leather'),
|
||
(1063, 8170, 0, 10.5263, 0, 1, 1, 1, 1, 'Jade - Rugged Leather'),
|
||
(1063, 15412, 0, 10.5263, 0, 1, 1, 1, 1, 'Jade - Green Dragonscale'),
|
||
(1193, 17057, 0, 100, 0, 1, 1, 1, 1, 'Loch Frenzy - Shiny Fish Scales'),
|
||
(1552, 4234, 0, 36.1111, 0, 1, 1, 1, 1, 'Scale Belly - Heavy Leather'),
|
||
(1552, 4235, 0, 2.7778, 0, 1, 1, 1, 1, 'Scale Belly - Heavy Hide'),
|
||
(1552, 4304, 0, 61.1111, 0, 1, 1, 1, 1, 'Scale Belly - Thick Leather'),
|
||
(1559, 4304, 0, 39.2713, 0, 1, 1, 1, 2, 'King Mukla - Thick Leather'),
|
||
(1559, 8169, 0, 4.4534, 0, 1, 1, 1, 1, 'King Mukla - Thick Hide'),
|
||
(1559, 8170, 0, 50.6073, 0, 1, 1, 1, 2, 'King Mukla - Rugged Leather'),
|
||
(1559, 8171, 0, 5.668, 0, 1, 1, 1, 1, 'King Mukla - Rugged Hide'),
|
||
(1713, 4234, 0, 72.8, 0, 1, 1, 1, 1, 'Elder Shadowmaw Panther - Heavy Leather'),
|
||
(1713, 4235, 0, 3.3, 0, 1, 1, 1, 1, 'Elder Shadowmaw Panther - Heavy Hide'),
|
||
(1713, 4304, 0, 23.9, 0, 1, 1, 1, 1, 'Elder Shadowmaw Panther - Thick Leather'),
|
||
(1815, 4304, 0, 36.3154, 0, 1, 1, 1, 1, 'Diseased Black Bear - Thick Leather'),
|
||
(1815, 8169, 0, 3.1146, 0, 1, 1, 1, 1, 'Diseased Black Bear - Thick Hide'),
|
||
(1815, 8170, 0, 47.1504, 0, 1, 1, 1, 1, 'Diseased Black Bear - Rugged Leather'),
|
||
(1815, 8171, 0, 4.0093, 0, 1, 1, 1, 1, 'Diseased Black Bear - Rugged Hide'),
|
||
(1815, 15419, 0, 9.4102, 0, 1, 1, 1, 1, 'Diseased Black Bear - Warbear Leather'),
|
||
(1816, 4304, 0, 11.3126, 0, 1, 1, 1, 1, 'Diseased Grizzly - Thick Leather'),
|
||
(1816, 8170, 0, 65.3922, 0, 1, 1, 1, 1, 'Diseased Grizzly - Rugged Leather'),
|
||
(1816, 8171, 0, 4.4541, 0, 1, 1, 1, 1, 'Diseased Grizzly - Rugged Hide'),
|
||
(1816, 15419, 0, 18.8412, 0, 1, 1, 1, 1, 'Diseased Grizzly - Warbear Leather'),
|
||
(1817, 4304, 0, 41.3, 0, 1, 1, 1, 1, 'Diseased Wolf - Thick Leather'),
|
||
(1817, 8169, 0, 4.1, 0, 1, 1, 1, 1, 'Diseased Wolf - Thick Hide'),
|
||
(1817, 8170, 0, 50.9, 0, 1, 1, 1, 1, 'Diseased Wolf - Rugged Leather'),
|
||
(1817, 8171, 0, 3.7, 0, 1, 1, 1, 1, 'Diseased Wolf - Rugged Hide'),
|
||
(100003, 8171, 0, 5, 0, 1, 1, 1, 1, ''),
|
||
(1985, 2318, 0, 10, 0, 1, 1, 1, 1, 'Thistle Boar - Light Leather'),
|
||
(1985, 2934, 0, 88, 0, 1, 1, 1, 1, 'Thistle Boar - Ruined Leather Scraps'),
|
||
(2173, 17057, 0, 100, 0, 1, 1, 1, 1, 'Reef Frenzy - Shiny Fish Scales'),
|
||
(2174, 17057, 0, 100, 0, 1, 1, 1, 1, 'Coastal Frenzy - Shiny Fish Scales'),
|
||
(2347, 4234, 0, 79.4118, 0, 1, 1, 1, 1, 'Wild Gryphon - Heavy Leather'),
|
||
(2347, 4304, 0, 20.5882, 0, 1, 1, 1, 1, 'Wild Gryphon - Thick Leather'),
|
||
(2447, 4234, 0, 28, 0, 1, 1, 1, 2, 'Narillasanz - Heavy Leather'),
|
||
(2447, 4235, 0, 4, 0, 1, 1, 1, 1, 'Narillasanz - Heavy Hide'),
|
||
(2447, 4304, 0, 48, 0, 1, 1, 1, 2, 'Narillasanz - Thick Leather'),
|
||
(2447, 8165, 0, 4, 0, 1, 1, 1, 1, 'Narillasanz - Worn Dragonscale'),
|
||
(2447, 8169, 0, 16, 0, 1, 1, 1, 1, 'Narillasanz - Thick Hide'),
|
||
(2452, 4234, 0, 70, 0, 1, 1, 1, 1, 'Skhowl - Heavy Leather'),
|
||
(2452, 4235, 0, 10, 0, 1, 1, 1, 1, 'Skhowl - Heavy Hide'),
|
||
(2452, 4304, 0, 20, 0, 1, 1, 1, 1, 'Skhowl - Thick Leather'),
|
||
(2474, 4234, 0, 78.1513, 0, 1, 1, 1, 1, 'Kurdros - Heavy Leather'),
|
||
(2474, 4235, 0, 6.7227, 0, 1, 1, 1, 1, 'Kurdros - Heavy Hide'),
|
||
(2474, 4304, 0, 15.1261, 0, 1, 1, 1, 1, 'Kurdros - Thick Leather'),
|
||
(2505, 4304, 0, 77.1689, 0, 1, 0, 1, 1, 'Saltwater Snapjaw - Thick Leather'),
|
||
(2505, 8167, 0, 49.5809, 0, 1, 0, 1, 2, 'Saltwater Snapjaw - Turtle Scale'),
|
||
(2505, 8169, 0, 3.0062, 0, 1, 0, 1, 1, 'Saltwater Snapjaw - Thick Hide'),
|
||
(2505, 8170, 0, 19.7919, 0, 1, 0, 1, 1, 'Saltwater Snapjaw - Rugged Leather'),
|
||
(2521, 4304, 0, 77.318, 0, 1, 1, 1, 1, 'Skymane Gorilla - Thick Leather'),
|
||
(2521, 8169, 0, 3.3002, 0, 1, 1, 1, 1, 'Skymane Gorilla - Thick Hide'),
|
||
(2521, 8170, 0, 19.3819, 0, 1, 1, 1, 1, 'Skymane Gorilla - Rugged Leather'),
|
||
(2522, 4304, 0, 76.0428, 0, 1, 1, 1, 1, 'Jaguero Stalker - Thick Leather'),
|
||
(2522, 8169, 0, 2.9947, 0, 1, 1, 1, 1, 'Jaguero Stalker - Thick Hide'),
|
||
(2522, 8170, 0, 20.9626, 0, 1, 1, 1, 1, 'Jaguero Stalker - Rugged Leather'),
|
||
(2565, 4234, 0, 100, 0, 1, 1, 1, 1, 'Giant Plains Creeper - Heavy Leather'),
|
||
(2635, 4234, 0, 77.1863, 0, 1, 1, 1, 1, 'Elder Saltwater Crocolisk - Heavy Leather'),
|
||
(2635, 4235, 0, 3.2953, 0, 1, 1, 1, 1, 'Elder Saltwater Crocolisk - Heavy Hide'),
|
||
(2635, 4304, 0, 19.5184, 0, 1, 1, 1, 1, 'Elder Saltwater Crocolisk - Thick Leather'),
|
||
(2659, 4304, 0, 77.2914, 0, 1, 1, 1, 1, 'Razorbeak Skylord - Thick Leather'),
|
||
(2659, 8169, 0, 2.4624, 0, 1, 1, 1, 1, 'Razorbeak Skylord - Thick Hide'),
|
||
(2659, 8170, 0, 20.2462, 0, 1, 1, 1, 1, 'Razorbeak Skylord - Rugged Leather'),
|
||
(2680, 4304, 0, 72.7, 0, 1, 1, 1, 1, 'Vilebranch Wolf Pup - Thick Leather'),
|
||
(2680, 8169, 0, 4.8, 0, 1, 1, 1, 1, 'Vilebranch Wolf Pup - Thick Hide'),
|
||
(2680, 8170, 0, 22.5, 0, 1, 1, 1, 1, 'Vilebranch Wolf Pup - Rugged Leather'),
|
||
(2681, 4304, 0, 73.4, 0, 1, 1, 1, 2, 'Vilebranch Raiding Wolf - Thick Leather'),
|
||
(2681, 8169, 0, 4.6, 0, 1, 1, 1, 1, 'Vilebranch Raiding Wolf - Thick Hide'),
|
||
(2681, 8170, 0, 22, 0, 1, 1, 1, 2, 'Vilebranch Raiding Wolf - Rugged Leather'),
|
||
(2725, 4234, 0, 40.1893, 0, 1, 1, 1, 1, 'Scalding Whelp - Heavy Leather'),
|
||
(2725, 4235, 0, 3.0724, 0, 1, 1, 1, 1, 'Scalding Whelp - Heavy Hide'),
|
||
(2725, 4304, 0, 49.6392, 0, 1, 1, 1, 1, 'Scalding Whelp - Thick Leather'),
|
||
(2725, 8165, 0, 2.925, 0, 1, 1, 1, 1, 'Scalding Whelp - Worn Dragonscale'),
|
||
(2725, 8169, 0, 4.1741, 0, 1, 1, 1, 1, 'Scalding Whelp - Thick Hide'),
|
||
(2726, 4234, 0, 35.8957, 0, 1, 1, 1, 2, 'Scorched Guardian - Heavy Leather'),
|
||
(2726, 4235, 0, 5.3913, 0, 1, 1, 1, 1, 'Scorched Guardian - Heavy Hide'),
|
||
(2726, 4304, 0, 49.3217, 0, 1, 1, 1, 2, 'Scorched Guardian - Thick Leather'),
|
||
(2726, 8165, 0, 5.0783, 0, 1, 1, 1, 2, 'Scorched Guardian - Worn Dragonscale'),
|
||
(2726, 8169, 0, 4.313, 0, 1, 1, 1, 1, 'Scorched Guardian - Thick Hide'),
|
||
(2730, 4234, 0, 38.6, 0, 1, 1, 1, 1, 'Rabid Crag Coyote - Heavy Leather'),
|
||
(2730, 4235, 0, 3, 0, 1, 1, 1, 1, 'Rabid Crag Coyote - Heavy Hide'),
|
||
(2730, 4304, 0, 52.5, 0, 1, 1, 1, 1, 'Rabid Crag Coyote - Thick Leather'),
|
||
(2730, 8169, 0, 5.9, 0, 1, 1, 1, 1, 'Rabid Crag Coyote - Thick Hide'),
|
||
(2753, 4234, 0, 45, 0, 1, 1, 1, 1, 'Barnabus - Heavy Leather'),
|
||
(2753, 4235, 0, 5, 0, 1, 1, 1, 1, 'Barnabus - Heavy Hide'),
|
||
(2753, 4304, 0, 50, 0, 1, 1, 1, 1, 'Barnabus - Thick Leather'),
|
||
(2757, 4304, 0, 12.5, 0, 1, 1, 1, 2, 'Blacklash - Thick Leather'),
|
||
(2757, 8170, 0, 80.9211, 0, 1, 1, 1, 2, 'Blacklash - Rugged Leather'),
|
||
(2757, 8171, 0, 6.5789, 0, 1, 1, 1, 1, 'Blacklash - Rugged Hide'),
|
||
(2759, 4304, 0, 14.094, 0, 1, 1, 1, 2, 'Hematus - Thick Leather'),
|
||
(2759, 8170, 0, 79.1946, 0, 1, 1, 1, 2, 'Hematus - Rugged Leather'),
|
||
(2759, 8171, 0, 6.7114, 0, 1, 1, 1, 1, 'Hematus - Rugged Hide'),
|
||
(2831, 4234, 0, 100, 0, 1, 1, 1, 1, 'Giant Buzzard - Heavy Leather'),
|
||
(2850, 4234, 0, 50, 0, 1, 1, 1, 1, 'Broken Tooth - Heavy Leather'),
|
||
(2850, 4304, 0, 40.9091, 0, 1, 1, 1, 1, 'Broken Tooth - Thick Leather'),
|
||
(2850, 8169, 0, 9.0909, 0, 1, 1, 1, 1, 'Broken Tooth - Thick Hide'),
|
||
(2923, 4234, 0, 41.3, 0, 1, 1, 1, 1, 'Mangy Silvermane - Heavy Leather'),
|
||
(2923, 4235, 0, 3.9, 0, 1, 1, 1, 1, 'Mangy Silvermane - Heavy Hide'),
|
||
(2923, 4304, 0, 50.6, 0, 1, 1, 1, 1, 'Mangy Silvermane - Thick Leather'),
|
||
(2923, 8169, 0, 4.2, 0, 1, 1, 1, 1, 'Mangy Silvermane - Thick Hide'),
|
||
(2924, 4234, 0, 41.3, 0, 1, 1, 1, 1, 'Silvermane Wolf - Heavy Leather'),
|
||
(2924, 4235, 0, 3.9, 0, 1, 1, 1, 1, 'Silvermane Wolf - Heavy Hide'),
|
||
(2924, 4304, 0, 51.2, 0, 1, 1, 1, 1, 'Silvermane Wolf - Thick Leather'),
|
||
(2924, 8169, 0, 3.7, 0, 1, 1, 1, 1, 'Silvermane Wolf - Thick Hide'),
|
||
(2925, 4304, 0, 74.6, 0, 1, 1, 1, 1, 'Silvermane Howler - Thick Leather'),
|
||
(2925, 8169, 0, 5.4, 0, 1, 1, 1, 1, 'Silvermane Howler - Thick Hide'),
|
||
(2925, 8170, 0, 20, 0, 1, 1, 1, 1, 'Silvermane Howler - Rugged Leather'),
|
||
(2926, 4304, 0, 73.2, 0, 1, 1, 1, 1, 'Silvermane Stalker - Thick Leather'),
|
||
(2926, 8169, 0, 5, 0, 1, 1, 1, 1, 'Silvermane Stalker - Thick Hide'),
|
||
(2926, 8170, 0, 21.8, 0, 1, 1, 1, 1, 'Silvermane Stalker - Rugged Leather'),
|
||
(3529, 2318, 0, 50, 0, 1, 1, 1, 1, 'Moonrage Armorer - Light Leather'),
|
||
(3529, 2934, 0, 50, 0, 1, 1, 1, 1, 'Moonrage Armorer - Ruined Leather Scraps'),
|
||
(3533, 2934, 0, 100, 0, 1, 1, 1, 1, 'Moonrage Leatherworker - Ruined Leather Scraps'),
|
||
(3619, 783, 0, 6.8966, 0, 1, 1, 1, 1, 'Ghost Saber - Light Hide'),
|
||
(3619, 2318, 0, 79.3103, 0, 1, 1, 1, 2, 'Ghost Saber - Light Leather'),
|
||
(3619, 2319, 0, 13.7931, 0, 1, 1, 1, 1, 'Ghost Saber - Medium Leather'),
|
||
(3652, 2318, 0, 50, 0, 1, 1, 1, 1, 'Trigore the Lasher - Light Leather'),
|
||
(3652, 2319, 0, 50, 0, 1, 1, 1, 1, 'Trigore the Lasher - Medium Leather'),
|
||
(3674, 2319, 0, 99.1189, 0, 1, 0, 3, 5, 'Skum - Medium Leather'),
|
||
(3674, 4232, 0, 48.0176, 0, 1, 0, 1, 1, 'Skum - Medium Hide'),
|
||
(3722, 2318, 0, 60, 0, 1, 1, 1, 1, 'Mystlash Flayer - Light Leather'),
|
||
(3722, 2319, 0, 20, 0, 1, 1, 1, 1, 'Mystlash Flayer - Medium Leather'),
|
||
(3722, 4232, 0, 20, 0, 1, 1, 1, 1, 'Mystlash Flayer - Medium Hide'),
|
||
(3792, 2319, 0, 60, 0, 1, 1, 1, 1, 'Terrowulf Packlord - Medium Leather'),
|
||
(3792, 4234, 0, 40, 0, 1, 1, 1, 1, 'Terrowulf Packlord - Heavy Leather'),
|
||
(4066, 2319, 0, 33.3333, 0, 1, 1, 1, 2, 'Nal\'taszar - Medium Leather'),
|
||
(4066, 4232, 0, 16.6667, 0, 1, 1, 1, 1, 'Nal\'taszar - Medium Hide'),
|
||
(4066, 4234, 0, 44.4444, 0, 1, 1, 1, 2, 'Nal\'taszar - Heavy Leather'),
|
||
(4066, 4235, 0, 5.5556, 0, 1, 1, 1, 1, 'Nal\'taszar - Heavy Hide'),
|
||
(4323, 4234, 0, 40.283, 0, 1, 0, 1, 1, 'Searing Hatchling - Heavy Leather'),
|
||
(4323, 4235, 0, 3.02, 0, 1, 0, 1, 1, 'Searing Hatchling - Heavy Hide'),
|
||
(4323, 4304, 0, 50.021, 0, 1, 0, 1, 1, 'Searing Hatchling - Thick Leather'),
|
||
(4323, 8165, 0, 2.968, 0, 1, 0, 1, 1, 'Searing Hatchling - Worn Dragonscale'),
|
||
(4323, 8169, 0, 3.708, 0, 1, 0, 1, 1, 'Searing Hatchling - Thick Hide'),
|
||
(4324, 4234, 0, 38.762, 0, 1, 0, 1, 1, 'Searing Whelp - Heavy Leather'),
|
||
(4324, 4235, 0, 2.899, 0, 1, 0, 1, 1, 'Searing Whelp - Heavy Hide'),
|
||
(4324, 4304, 0, 51.018, 0, 1, 0, 1, 1, 'Searing Whelp - Thick Leather'),
|
||
(4324, 8165, 0, 3.085, 0, 1, 0, 1, 1, 'Searing Whelp - Worn Dragonscale'),
|
||
(4324, 8169, 0, 4.236, 0, 1, 0, 1, 1, 'Searing Whelp - Thick Hide'),
|
||
(4328, 4234, 0, 35.736, 0, 1, 1, 1, 2, 'Firemane Scalebane - Heavy Leather'),
|
||
(4328, 4235, 0, 5.138, 0, 1, 1, 1, 1, 'Firemane Scalebane - Heavy Hide'),
|
||
(4328, 4304, 0, 49.566, 0, 1, 1, 1, 2, 'Firemane Scalebane - Thick Leather'),
|
||
(4328, 8165, 0, 4.876, 0, 1, 1, 1, 2, 'Firemane Scalebane - Worn Dragonscale'),
|
||
(4328, 8169, 0, 4.684, 0, 1, 1, 1, 1, 'Firemane Scalebane - Thick Hide'),
|
||
(4329, 4234, 0, 34.93, 0, 1, 1, 1, 2, 'Firemane Scout - Heavy Leather'),
|
||
(4329, 4235, 0, 4.728, 0, 1, 1, 1, 1, 'Firemane Scout - Heavy Hide'),
|
||
(4329, 4304, 0, 50.854, 0, 1, 1, 1, 2, 'Firemane Scout - Thick Leather'),
|
||
(4329, 8165, 0, 4.635, 0, 1, 1, 1, 2, 'Firemane Scout - Worn Dragonscale'),
|
||
(4329, 8169, 0, 4.853, 0, 1, 1, 1, 1, 'Firemane Scout - Thick Hide'),
|
||
(4331, 4234, 0, 35.603, 0, 1, 1, 1, 2, 'Firemane Ash Tail - Heavy Leather'),
|
||
(4331, 4235, 0, 4.925, 0, 1, 1, 1, 1, 'Firemane Ash Tail - Heavy Hide'),
|
||
(4331, 4304, 0, 49.804, 0, 1, 1, 1, 2, 'Firemane Ash Tail - Thick Leather'),
|
||
(4331, 8165, 0, 4.814, 0, 1, 1, 1, 2, 'Firemane Ash Tail - Worn Dragonscale'),
|
||
(4331, 8169, 0, 4.854, 0, 1, 1, 1, 1, 'Firemane Ash Tail - Thick Hide'),
|
||
(4334, 4234, 0, 34.473, 0, 1, 1, 1, 2, 'Firemane Flamecaller - Heavy Leather'),
|
||
(4334, 4235, 0, 4.598, 0, 1, 1, 1, 1, 'Firemane Flamecaller - Heavy Hide'),
|
||
(4334, 4304, 0, 50.343, 0, 1, 1, 1, 2, 'Firemane Flamecaller - Thick Leather'),
|
||
(4334, 8165, 0, 5.225, 0, 1, 1, 1, 2, 'Firemane Flamecaller - Worn Dragonscale'),
|
||
(4334, 8169, 0, 5.36, 0, 1, 1, 1, 1, 'Firemane Flamecaller - Thick Hide'),
|
||
(4339, 4234, 0, 15.625, 0, 1, 0, 1, 1, 'Brimgore - Heavy Leather'),
|
||
(4339, 4304, 0, 28.125, 0, 1, 0, 1, 1, 'Brimgore - Thick Leather'),
|
||
(4339, 8165, 0, 6.25, 0, 1, 0, 1, 1, 'Brimgore - Worn Dragonscale'),
|
||
(4339, 8169, 0, 9.375, 0, 1, 0, 1, 1, 'Brimgore - Thick Hide'),
|
||
(4346, 2319, 0, 30.841, 0, 1, 0, 1, 1, 'Noxious Flayer - Medium Leather'),
|
||
(4346, 4232, 0, 5.607, 0, 1, 0, 1, 1, 'Noxious Flayer - Medium Hide'),
|
||
(4346, 4234, 0, 62.617, 0, 1, 0, 1, 1, 'Noxious Flayer - Heavy Leather'),
|
||
(4346, 4235, 0, 0.935, 0, 1, 0, 1, 1, 'Noxious Flayer - Heavy Hide'),
|
||
(4374, 4304, 0, 7.759, 0, 1, 0, 1, 1, 'Strashaz Hydra - Thick Leather'),
|
||
(4374, 8170, 0, 81.034, 0, 1, 0, 1, 2, 'Strashaz Hydra - Rugged Leather'),
|
||
(4374, 8171, 0, 4.31, 0, 1, 0, 1, 1, 'Strashaz Hydra - Rugged Hide'),
|
||
(4390, 4234, 0, 39.286, 0, 1, 0, 1, 1, 'Elder Murk Thresher - Heavy Leather'),
|
||
(4390, 4235, 0, 5, 0, 1, 0, 1, 1, 'Elder Murk Thresher - Heavy Hide'),
|
||
(4390, 4304, 0, 53.571, 0, 1, 0, 1, 1, 'Elder Murk Thresher - Thick Leather'),
|
||
(4390, 8169, 0, 2.143, 0, 1, 0, 1, 1, 'Elder Murk Thresher - Thick Hide'),
|
||
(4396, 4234, 0, 77.422, 0, 1, 0, 1, 1, 'Mudrock Tortoise - Heavy Leather'),
|
||
(4396, 4235, 0, 2.768, 0, 1, 0, 1, 1, 'Mudrock Tortoise - Heavy Hide'),
|
||
(4396, 4304, 0, 19.799, 0, 1, 0, 1, 1, 'Mudrock Tortoise - Thick Leather'),
|
||
(4396, 8167, 0, 24.881, 0, 1, 0, 1, 1, 'Mudrock Tortoise - Turtle Scale'),
|
||
(4397, 4234, 0, 76.643, 0, 1, 0, 1, 1, 'Mudrock Spikeshell - Heavy Leather'),
|
||
(4397, 4235, 0, 2.613, 0, 1, 0, 1, 1, 'Mudrock Spikeshell - Heavy Hide'),
|
||
(4397, 4304, 0, 20.735, 0, 1, 0, 1, 1, 'Mudrock Spikeshell - Thick Leather'),
|
||
(4397, 8167, 0, 24.478, 0, 1, 0, 1, 1, 'Mudrock Spikeshell - Turtle Scale'),
|
||
(4398, 4234, 0, 77.176, 0, 1, 0, 1, 1, 'Mudrock Burrower - Heavy Leather'),
|
||
(4398, 4235, 0, 2.118, 0, 1, 0, 1, 1, 'Mudrock Burrower - Heavy Hide'),
|
||
(4398, 4304, 0, 20.706, 0, 1, 0, 1, 1, 'Mudrock Burrower - Thick Leather'),
|
||
(4398, 8167, 0, 25.882, 0, 1, 0, 1, 1, 'Mudrock Burrower - Turtle Scale'),
|
||
(4399, 4234, 0, 40.037, 0, 1, 0, 1, 1, 'Mudrock Borer - Heavy Leather'),
|
||
(4399, 4235, 0, 2.491, 0, 1, 0, 1, 1, 'Mudrock Borer - Heavy Hide'),
|
||
(4399, 4304, 0, 52.306, 0, 1, 0, 1, 1, 'Mudrock Borer - Thick Leather'),
|
||
(4399, 8167, 0, 48.893, 0, 1, 0, 1, 1, 'Mudrock Borer - Turtle Scale'),
|
||
(4399, 8169, 0, 5.166, 0, 1, 0, 1, 1, 'Mudrock Borer - Thick Hide'),
|
||
(4400, 4234, 0, 41.748, 0, 1, 0, 1, 1, 'Mudrock Snapjaw - Heavy Leather'),
|
||
(4400, 4235, 0, 3.981, 0, 1, 0, 1, 1, 'Mudrock Snapjaw - Heavy Hide'),
|
||
(4400, 4304, 0, 50.971, 0, 1, 0, 1, 1, 'Mudrock Snapjaw - Thick Leather'),
|
||
(4400, 8167, 0, 48.252, 0, 1, 0, 1, 1, 'Mudrock Snapjaw - Turtle Scale'),
|
||
(4400, 8169, 0, 3.301, 0, 1, 0, 1, 1, 'Mudrock Snapjaw - Thick Hide'),
|
||
(4422, 4234, 0, 99.4286, 0, 1, 0, 3, 5, 'Agathelos the Raging - Heavy Leather'),
|
||
(4422, 4235, 0, 98.2857, 0, 1, 0, 1, 1, 'Agathelos the Raging - Heavy Hide'),
|
||
(4425, 2319, 0, 30.4348, 0, 1, 1, 1, 2, 'Blind Hunter - Medium Leather'),
|
||
(4425, 4232, 0, 13.0435, 0, 1, 1, 1, 1, 'Blind Hunter - Medium Hide'),
|
||
(4425, 4234, 0, 56.5217, 0, 1, 1, 1, 2, 'Blind Hunter - Heavy Leather'),
|
||
(4504, 4234, 0, 81.7308, 0, 1, 1, 1, 1, 'Frostmaw - Heavy Leather'),
|
||
(4504, 4235, 0, 1.9231, 0, 1, 1, 1, 1, 'Frostmaw - Heavy Hide'),
|
||
(4504, 4304, 0, 16.3462, 0, 1, 1, 1, 1, 'Frostmaw - Thick Leather'),
|
||
(4512, 2319, 0, 63.0952, 0, 1, 1, 1, 2, 'Rotting Agam\'ar - Medium Leather'),
|
||
(4512, 4232, 0, 7.1429, 0, 1, 1, 1, 1, 'Rotting Agam\'ar - Medium Hide'),
|
||
(4512, 4234, 0, 25.3968, 0, 1, 1, 1, 2, 'Rotting Agam\'ar - Heavy Leather'),
|
||
(4512, 4235, 0, 4.3651, 0, 1, 1, 1, 1, 'Rotting Agam\'ar - Heavy Hide'),
|
||
(4539, 2319, 0, 44.1544, 0, 1, 1, 1, 2, 'Greater Kraul Bat - Medium Leather'),
|
||
(4539, 4232, 0, 6.1294, 0, 1, 1, 1, 1, 'Greater Kraul Bat - Medium Hide'),
|
||
(4539, 4234, 0, 45.857, 0, 1, 1, 1, 2, 'Greater Kraul Bat - Heavy Leather'),
|
||
(4539, 4235, 0, 3.8593, 0, 1, 1, 1, 1, 'Greater Kraul Bat - Heavy Hide'),
|
||
(4660, 4234, 0, 93.4783, 0, 1, 1, 1, 1, 'Maraudine Bonepaw - Heavy Leather'),
|
||
(4660, 4304, 0, 6.5217, 0, 1, 1, 1, 1, 'Maraudine Bonepaw - Thick Leather'),
|
||
(4830, 4234, 0, 81.3953, 0, 1, 1, 2, 3, 'Old Serra\'kis - Heavy Leather'),
|
||
(4830, 4235, 0, 18.6047, 0, 1, 1, 1, 1, 'Old Serra\'kis - Heavy Hide'),
|
||
(4861, 4234, 0, 69.1986, 0, 1, 1, 1, 2, 'Shrike Bat - Heavy Leather'),
|
||
(4861, 4235, 0, 4.7387, 0, 1, 1, 1, 1, 'Shrike Bat - Heavy Hide'),
|
||
(4861, 4304, 0, 26.0627, 0, 1, 1, 1, 2, 'Shrike Bat - Thick Leather'),
|
||
(4863, 4234, 0, 68.3557, 0, 1, 1, 1, 2, 'Jadespine Basilisk - Heavy Leather'),
|
||
(4863, 4235, 0, 3.516, 0, 1, 1, 1, 1, 'Jadespine Basilisk - Heavy Hide'),
|
||
(4863, 4304, 0, 28.1282, 0, 1, 1, 1, 2, 'Jadespine Basilisk - Thick Leather'),
|
||
(5225, 4304, 0, 70.1754, 0, 1, 1, 1, 2, 'Murk Spitter - Thick Leather'),
|
||
(5225, 8169, 0, 4.386, 0, 1, 1, 1, 1, 'Murk Spitter - Thick Hide'),
|
||
(5225, 8170, 0, 25.4386, 0, 1, 1, 1, 2, 'Murk Spitter - Rugged Leather'),
|
||
(5226, 4304, 0, 69.1889, 0, 1, 1, 1, 2, 'Murk Worm - Thick Leather'),
|
||
(5226, 8169, 0, 5.7158, 0, 1, 1, 1, 1, 'Murk Worm - Thick Hide'),
|
||
(5226, 8170, 0, 25.0953, 0, 1, 1, 1, 2, 'Murk Worm - Rugged Leather'),
|
||
(5262, 4304, 0, 75.4673, 0, 1, 1, 1, 1, 'Groddoc Thunderer - Thick Leather'),
|
||
(5262, 8169, 0, 3.7967, 0, 1, 1, 1, 1, 'Groddoc Thunderer - Thick Hide'),
|
||
(5262, 8170, 0, 20.736, 0, 1, 1, 1, 1, 'Groddoc Thunderer - Rugged Leather'),
|
||
(5274, 4304, 0, 76.8071, 0, 1, 1, 1, 1, 'Ironfur Patriarch - Thick Leather'),
|
||
(5274, 8169, 0, 2.6521, 0, 1, 1, 1, 1, 'Ironfur Patriarch - Thick Hide'),
|
||
(5274, 8170, 0, 20.5408, 0, 1, 1, 1, 1, 'Ironfur Patriarch - Rugged Leather'),
|
||
(5276, 4304, 0, 71.9697, 0, 1, 1, 1, 1, 'Sprite Dragon - Thick Leather'),
|
||
(5276, 8165, 0, 5.303, 0, 1, 1, 1, 1, 'Sprite Dragon - Worn Dragonscale'),
|
||
(5276, 8169, 0, 1.5152, 0, 1, 1, 1, 1, 'Sprite Dragon - Thick Hide'),
|
||
(5276, 8170, 0, 21.2121, 0, 1, 1, 1, 1, 'Sprite Dragon - Rugged Leather'),
|
||
(5277, 4304, 0, 49.3365, 0, 1, 1, 1, 2, 'Nightmare Scalebane - Thick Leather'),
|
||
(5277, 8165, 0, 6.6879, 0, 1, 1, 1, 2, 'Nightmare Scalebane - Worn Dragonscale'),
|
||
(5277, 8169, 0, 4.9363, 0, 1, 1, 1, 1, 'Nightmare Scalebane - Thick Hide'),
|
||
(5277, 8170, 0, 13.6943, 0, 1, 1, 1, 2, 'Nightmare Scalebane - Rugged Leather'),
|
||
(5277, 15412, 0, 25.345, 0, 1, 1, 1, 1, 'Nightmare Scalebane - Green Dragonscale'),
|
||
(5278, 4234, 0, 41.3226, 0, 1, 1, 1, 1, 'Sprite Darter - Heavy Leather'),
|
||
(5278, 4235, 0, 2.7768, 0, 1, 1, 1, 1, 'Sprite Darter - Heavy Hide'),
|
||
(5278, 4304, 0, 49.1962, 0, 1, 1, 1, 1, 'Sprite Darter - Thick Leather'),
|
||
(5278, 8165, 0, 2.7402, 0, 1, 1, 1, 1, 'Sprite Darter - Worn Dragonscale'),
|
||
(5278, 8169, 0, 3.9642, 0, 1, 1, 1, 1, 'Sprite Darter - Thick Hide'),
|
||
(5280, 4304, 0, 47.37, 0, 1, 1, 1, 2, 'Nightmare Wyrmkin - Thick Leather'),
|
||
(5280, 8165, 0, 6.7756, 0, 1, 1, 1, 2, 'Nightmare Wyrmkin - Worn Dragonscale'),
|
||
(5280, 8169, 0, 4.9629, 0, 1, 1, 1, 1, 'Nightmare Wyrmkin - Thick Hide'),
|
||
(5280, 8170, 0, 16.1961, 0, 1, 1, 1, 2, 'Nightmare Wyrmkin - Rugged Leather'),
|
||
(5280, 15412, 0, 24.6954, 0, 1, 1, 1, 1, 'Nightmare Wyrmkin - Green Dragonscale'),
|
||
(5283, 4304, 0, 46.7024, 0, 1, 1, 1, 2, 'Nightmare Wanderer - Thick Leather'),
|
||
(5283, 8165, 0, 6.9738, 0, 1, 1, 1, 2, 'Nightmare Wanderer - Worn Dragonscale'),
|
||
(5283, 8169, 0, 5.4276, 0, 1, 1, 1, 1, 'Nightmare Wanderer - Thick Hide'),
|
||
(5283, 8170, 0, 15.273, 0, 1, 1, 1, 2, 'Nightmare Wanderer - Rugged Leather'),
|
||
(5283, 15412, 0, 25.6232, 0, 1, 1, 1, 1, 'Nightmare Wanderer - Green Dragonscale'),
|
||
(5286, 4234, 0, 40.2, 0, 1, 1, 1, 1, 'Longtooth Runner - Heavy Leather'),
|
||
(5286, 4235, 0, 4.2, 0, 1, 1, 1, 1, 'Longtooth Runner - Heavy Hide'),
|
||
(5286, 4304, 0, 51.6, 0, 1, 1, 1, 1, 'Longtooth Runner - Thick Leather'),
|
||
(5286, 8169, 0, 4, 0, 1, 1, 1, 1, 'Longtooth Runner - Thick Hide'),
|
||
(5287, 4234, 0, 40, 0, 1, 1, 1, 1, 'Longtooth Howler - Heavy Leather'),
|
||
(5287, 4235, 0, 4.5, 0, 1, 1, 1, 1, 'Longtooth Howler - Heavy Hide'),
|
||
(5287, 4304, 0, 51.6, 0, 1, 1, 1, 1, 'Longtooth Howler - Thick Leather'),
|
||
(5287, 8169, 0, 3.9, 0, 1, 1, 1, 1, 'Longtooth Howler - Thick Hide'),
|
||
(5288, 4304, 0, 74.4, 0, 1, 1, 1, 1, 'Rabid Longtooth - Thick Leather'),
|
||
(5288, 8169, 0, 5.2, 0, 1, 1, 1, 1, 'Rabid Longtooth - Thick Hide'),
|
||
(5288, 8170, 0, 20.4, 0, 1, 1, 1, 1, 'Rabid Longtooth - Rugged Leather'),
|
||
(5291, 4304, 0, 79.6296, 0, 1, 1, 1, 1, 'Hakkari Frostwing - Thick Leather'),
|
||
(5291, 8169, 0, 2.037, 0, 1, 1, 1, 1, 'Hakkari Frostwing - Thick Hide'),
|
||
(5291, 8170, 0, 18.3333, 0, 1, 1, 1, 1, 'Hakkari Frostwing - Rugged Leather'),
|
||
(5292, 4234, 0, 43.1624, 0, 1, 1, 1, 1, 'Feral Scar Yeti - Heavy Leather'),
|
||
(5292, 4235, 0, 3.0676, 0, 1, 1, 1, 1, 'Feral Scar Yeti - Heavy Hide'),
|
||
(5292, 4304, 0, 49.655, 0, 1, 1, 1, 1, 'Feral Scar Yeti - Thick Leather'),
|
||
(5292, 8169, 0, 4.0984, 0, 1, 1, 1, 1, 'Feral Scar Yeti - Thick Hide'),
|
||
(5292, 8973, 0, 80, 1, 1, 0, 1, 1, 'Feral Scar Yeti - Thick Yeti Hide'),
|
||
(5293, 4234, 0, 42.8448, 0, 1, 1, 1, 1, 'Hulking Feral Scar - Heavy Leather'),
|
||
(5293, 4235, 0, 3.0871, 0, 1, 1, 1, 1, 'Hulking Feral Scar - Heavy Hide'),
|
||
(5293, 4304, 0, 50.1731, 0, 1, 1, 1, 1, 'Hulking Feral Scar - Thick Leather'),
|
||
(5293, 8169, 0, 3.8661, 0, 1, 1, 1, 1, 'Hulking Feral Scar - Thick Hide'),
|
||
(5293, 8973, 0, 80, 1, 1, 0, 1, 1, 'Hulking Feral Scar - Thick Yeti Hide'),
|
||
(5295, 4234, 0, 42.3552, 0, 1, 1, 1, 1, 'Enraged Feral Scar - Heavy Leather'),
|
||
(5295, 4235, 0, 2.9123, 0, 1, 1, 1, 1, 'Enraged Feral Scar - Heavy Hide'),
|
||
(5295, 4304, 0, 50.6173, 0, 1, 1, 1, 1, 'Enraged Feral Scar - Thick Leather'),
|
||
(5295, 8169, 0, 4.1152, 0, 1, 1, 1, 1, 'Enraged Feral Scar - Thick Hide'),
|
||
(5295, 8973, 0, 80, 1, 1, 0, 1, 1, 'Enraged Feral Scar - Thick Yeti Hide'),
|
||
(5296, 4304, 0, 77.2638, 0, 1, 1, 1, 1, 'Rage Scar Yeti - Thick Leather'),
|
||
(5296, 8169, 0, 3.1667, 0, 1, 1, 1, 1, 'Rage Scar Yeti - Thick Hide'),
|
||
(5296, 8170, 0, 19.5695, 0, 1, 1, 1, 1, 'Rage Scar Yeti - Rugged Leather'),
|
||
(5296, 18947, 0, 80, 1, 1, 0, 1, 1, 'Rage Scar Yeti - Rage Scar Yeti Hide'),
|
||
(5297, 4304, 0, 76.6153, 0, 1, 1, 1, 1, 'Elder Rage Scar - Thick Leather'),
|
||
(5297, 8169, 0, 3.6077, 0, 1, 1, 1, 1, 'Elder Rage Scar - Thick Hide'),
|
||
(5297, 8170, 0, 19.777, 0, 1, 1, 1, 1, 'Elder Rage Scar - Rugged Leather'),
|
||
(5297, 18947, 0, 80, 1, 1, 0, 1, 1, 'Elder Rage Scar - Rage Scar Yeti Hide'),
|
||
(5299, 4304, 0, 76.7309, 0, 1, 1, 1, 1, 'Ferocious Rage Scar - Thick Leather'),
|
||
(5299, 8169, 0, 2.8266, 0, 1, 1, 1, 1, 'Ferocious Rage Scar - Thick Hide'),
|
||
(5299, 8170, 0, 20.4425, 0, 1, 1, 1, 1, 'Ferocious Rage Scar - Rugged Leather'),
|
||
(5299, 18947, 0, 80, 1, 1, 0, 1, 1, 'Ferocious Rage Scar - Rage Scar Yeti Hide'),
|
||
(5306, 4304, 0, 75.8587, 0, 1, 1, 1, 1, 'Frayfeather Patriarch - Thick Leather'),
|
||
(5306, 8169, 0, 3.2385, 0, 1, 1, 1, 1, 'Frayfeather Patriarch - Thick Hide'),
|
||
(5306, 8170, 0, 20.9028, 0, 1, 1, 1, 1, 'Frayfeather Patriarch - Rugged Leather'),
|
||
(5319, 4304, 0, 4, 0, 1, 1, 1, 1, 'Jademir Tree Warder - Thick Leather'),
|
||
(5319, 8165, 0, 12, 0, 1, 1, 1, 1, 'Jademir Tree Warder - Worn Dragonscale'),
|
||
(5319, 8170, 0, 44, 0, 1, 1, 1, 2, 'Jademir Tree Warder - Rugged Leather'),
|
||
(5319, 8171, 0, 16, 0, 1, 1, 1, 1, 'Jademir Tree Warder - Rugged Hide'),
|
||
(5319, 15412, 0, 24, 0, 1, 1, 1, 1, 'Jademir Tree Warder - Green Dragonscale'),
|
||
(5320, 4304, 0, 4.3478, 0, 1, 1, 1, 1, 'Jademir Boughguard - Thick Leather'),
|
||
(5320, 8165, 0, 13.0435, 0, 1, 1, 1, 1, 'Jademir Boughguard - Worn Dragonscale'),
|
||
(5320, 8170, 0, 30.4348, 0, 1, 1, 1, 2, 'Jademir Boughguard - Rugged Leather'),
|
||
(5320, 8171, 0, 13.0435, 0, 1, 1, 1, 1, 'Jademir Boughguard - Rugged Hide'),
|
||
(5320, 15412, 0, 39.1304, 0, 1, 1, 1, 1, 'Jademir Boughguard - Green Dragonscale'),
|
||
(5346, 4304, 0, 66.6667, 0, 1, 1, 1, 1, 'Bloodroar the Stalker - Thick Leather'),
|
||
(5346, 8169, 0, 5.5556, 0, 1, 1, 1, 1, 'Bloodroar the Stalker - Thick Hide'),
|
||
(5346, 8170, 0, 27.7778, 0, 1, 1, 1, 1, 'Bloodroar the Stalker - Rugged Leather'),
|
||
(5349, 4304, 0, 78.4314, 0, 1, 1, 1, 1, 'Arash-ethis - Thick Leather'),
|
||
(5349, 8169, 0, 5.8824, 0, 1, 1, 1, 1, 'Arash-ethis - Thick Hide'),
|
||
(5349, 8170, 0, 15.6863, 0, 1, 1, 1, 1, 'Arash-ethis - Rugged Leather'),
|
||
(5356, 4234, 0, 50, 0, 1, 1, 1, 1, 'Snarler - Heavy Leather'),
|
||
(5356, 4235, 0, 5.2632, 0, 1, 1, 1, 1, 'Snarler - Heavy Hide'),
|
||
(5356, 4304, 0, 44.7368, 0, 1, 1, 1, 1, 'Snarler - Thick Leather'),
|
||
(5421, 4304, 0, 75.6663, 0, 1, 1, 1, 1, 'Glasshide Petrifier - Thick Leather'),
|
||
(5421, 8169, 0, 3.2445, 0, 1, 1, 1, 1, 'Glasshide Petrifier - Thick Hide'),
|
||
(5421, 8170, 0, 21.0892, 0, 1, 1, 1, 1, 'Glasshide Petrifier - Rugged Leather'),
|
||
(5422, 4234, 0, 20.3959, 0, 1, 1, 1, 1, 'Scorpid Hunter - Heavy Leather'),
|
||
(5422, 4235, 0, 3.2081, 0, 1, 1, 1, 1, 'Scorpid Hunter - Heavy Hide'),
|
||
(5422, 4304, 0, 32.8934, 0, 1, 1, 1, 1, 'Scorpid Hunter - Thick Leather'),
|
||
(5422, 8154, 0, 39.3401, 0, 1, 1, 1, 1, 'Scorpid Hunter - Scorpid Scale'),
|
||
(5422, 8169, 0, 4.1624, 0, 1, 1, 1, 1, 'Scorpid Hunter - Thick Hide'),
|
||
(5423, 4234, 0, 20.5398, 0, 1, 1, 1, 1, 'Scorpid Tail Lasher - Heavy Leather'),
|
||
(5423, 4235, 0, 3.0417, 0, 1, 1, 1, 1, 'Scorpid Tail Lasher - Heavy Hide'),
|
||
(5423, 4304, 0, 32.2973, 0, 1, 1, 1, 1, 'Scorpid Tail Lasher - Thick Leather'),
|
||
(5423, 8154, 0, 40.1283, 0, 1, 1, 1, 1, 'Scorpid Tail Lasher - Scorpid Scale'),
|
||
(5423, 8169, 0, 3.9929, 0, 1, 1, 1, 1, 'Scorpid Tail Lasher - Thick Hide'),
|
||
(5424, 4304, 0, 47.4848, 0, 1, 1, 1, 1, 'Scorpid Dunestalker - Thick Leather'),
|
||
(5424, 8154, 0, 40.4972, 0, 1, 1, 1, 2, 'Scorpid Dunestalker - Scorpid Scale'),
|
||
(5424, 8169, 0, 2.662, 0, 1, 1, 1, 1, 'Scorpid Dunestalker - Thick Hide'),
|
||
(5424, 8170, 0, 9.3365, 0, 1, 1, 1, 1, 'Scorpid Dunestalker - Rugged Leather'),
|
||
(5427, 4304, 0, 75.6546, 0, 1, 1, 1, 1, 'Rabid Blisterpaw - Thick Leather'),
|
||
(5427, 8169, 0, 3.7326, 0, 1, 1, 1, 1, 'Rabid Blisterpaw - Thick Hide'),
|
||
(5427, 8170, 0, 20.6128, 0, 1, 1, 1, 1, 'Rabid Blisterpaw - Rugged Leather'),
|
||
(5431, 4304, 0, 76.7535, 0, 1, 0, 1, 1, 'Surf Glider - Thick Leather'),
|
||
(5431, 8167, 0, 50.3006, 0, 1, 0, 1, 2, 'Surf Glider - Turtle Scale'),
|
||
(5431, 8169, 0, 3.5356, 0, 1, 0, 1, 1, 'Surf Glider - Thick Hide'),
|
||
(5431, 8170, 0, 19.6679, 0, 1, 0, 1, 1, 'Surf Glider - Rugged Leather'),
|
||
(5708, 4304, 0, 48.2353, 0, 1, 1, 1, 2, 'Spawn of Hakkar - Thick Leather'),
|
||
(5708, 8169, 0, 4.1176, 0, 1, 1, 1, 1, 'Spawn of Hakkar - Thick Hide'),
|
||
(5708, 8170, 0, 41.1765, 0, 1, 1, 1, 2, 'Spawn of Hakkar - Rugged Leather'),
|
||
(5708, 8171, 0, 6.4706, 0, 1, 1, 1, 1, 'Spawn of Hakkar - Rugged Hide'),
|
||
(5709, 4304, 0, 26.7176, 0, 1, 1, 1, 2, 'Shade of Eranikus - Thick Leather'),
|
||
(5709, 8165, 0, 9.542, 0, 1, 1, 1, 1, 'Shade of Eranikus - Worn Dragonscale'),
|
||
(5709, 8169, 0, 2.6718, 0, 1, 1, 1, 1, 'Shade of Eranikus - Thick Hide'),
|
||
(5709, 8170, 0, 27.0992, 0, 1, 1, 1, 2, 'Shade of Eranikus - Rugged Leather'),
|
||
(5709, 8171, 0, 3.0534, 0, 1, 1, 1, 1, 'Shade of Eranikus - Rugged Hide'),
|
||
(5709, 15412, 0, 30.916, 0, 1, 1, 1, 1, 'Shade of Eranikus - Green Dragonscale'),
|
||
(5719, 8165, 0, 99.2147, 0, 1, 0, 1, 2, 'Morphaz - Worn Dragonscale'),
|
||
(5719, 8169, 0, 17.801, 0, 1, 0, 1, 1, 'Morphaz - Thick Hide'),
|
||
(5719, 8170, 0, 97.9058, 0, 1, 0, 2, 3, 'Morphaz - Rugged Leather'),
|
||
(5719, 15412, 0, 98.4293, 0, 1, 0, 2, 3, 'Morphaz - Green Dragonscale'),
|
||
(5720, 8165, 0, 99.4318, 0, 1, 0, 1, 2, 'Weaver - Worn Dragonscale'),
|
||
(5720, 8169, 0, 20.1705, 0, 1, 0, 1, 1, 'Weaver - Thick Hide'),
|
||
(5720, 8170, 0, 96.875, 0, 1, 0, 2, 3, 'Weaver - Rugged Leather'),
|
||
(5720, 15412, 0, 99.1477, 0, 1, 0, 2, 3, 'Weaver - Green Dragonscale'),
|
||
(5721, 8165, 0, 98.2558, 0, 1, 0, 1, 2, 'Dreamscythe - Worn Dragonscale'),
|
||
(5721, 8169, 0, 19.186, 0, 1, 0, 1, 1, 'Dreamscythe - Thick Hide'),
|
||
(5721, 8170, 0, 97.093, 0, 1, 0, 2, 3, 'Dreamscythe - Rugged Leather'),
|
||
(5721, 15412, 0, 98.5465, 0, 1, 0, 2, 3, 'Dreamscythe - Green Dragonscale'),
|
||
(5722, 8165, 0, 99.7268, 0, 1, 0, 1, 2, 'Hazzas - Worn Dragonscale'),
|
||
(5722, 8169, 0, 22.6776, 0, 1, 0, 1, 1, 'Hazzas - Thick Hide'),
|
||
(5722, 8170, 0, 98.0874, 0, 1, 0, 2, 3, 'Hazzas - Rugged Leather'),
|
||
(5722, 15412, 0, 98.9071, 0, 1, 0, 2, 3, 'Hazzas - Green Dragonscale'),
|
||
(5831, 2318, 0, 27.0833, 0, 1, 1, 1, 2, 'Swiftmane - Light Leather'),
|
||
(5831, 2319, 0, 58.3333, 0, 1, 1, 1, 2, 'Swiftmane - Medium Leather'),
|
||
(5831, 4232, 0, 14.5833, 0, 1, 1, 1, 1, 'Swiftmane - Medium Hide'),
|
||
(5832, 783, 0, 1.6667, 0, 1, 1, 1, 1, 'Thunderstomp - Light Hide'),
|
||
(5832, 2318, 0, 41.6667, 0, 1, 1, 1, 2, 'Thunderstomp - Light Leather'),
|
||
(5832, 2319, 0, 43.3333, 0, 1, 1, 1, 1, 'Thunderstomp - Medium Leather'),
|
||
(5832, 4232, 0, 13.3333, 0, 1, 1, 1, 1, 'Thunderstomp - Medium Hide'),
|
||
(5833, 4304, 0, 67.6923, 0, 1, 1, 1, 2, 'Margol the Rager - Thick Leather'),
|
||
(5833, 8169, 0, 5.3846, 0, 1, 1, 1, 1, 'Margol the Rager - Thick Hide'),
|
||
(5833, 8170, 0, 26.9231, 0, 1, 1, 1, 2, 'Margol the Rager - Rugged Leather'),
|
||
(5834, 2318, 0, 24.5283, 0, 1, 1, 1, 2, 'Azzere the Skyblade - Light Leather'),
|
||
(5834, 2319, 0, 69.8113, 0, 1, 1, 1, 1, 'Azzere the Skyblade - Medium Leather'),
|
||
(5834, 4232, 0, 5.6604, 0, 1, 1, 1, 1, 'Azzere the Skyblade - Medium Hide'),
|
||
(5842, 783, 0, 6.6667, 0, 1, 1, 1, 1, 'Takk the Leaper - Light Hide'),
|
||
(5842, 2318, 0, 73.3333, 0, 1, 1, 1, 2, 'Takk the Leaper - Light Leather'),
|
||
(5842, 2319, 0, 20, 0, 1, 1, 1, 2, 'Takk the Leaper - Medium Leather'),
|
||
(5912, 783, 0, 16.6667, 0, 1, 1, 1, 1, 'Deviate Faerie Dragon - Light Hide'),
|
||
(5912, 2318, 0, 44.4444, 0, 1, 1, 1, 2, 'Deviate Faerie Dragon - Light Leather'),
|
||
(5912, 2319, 0, 16.6667, 0, 1, 1, 1, 2, 'Deviate Faerie Dragon - Medium Leather'),
|
||
(5912, 6470, 0, 11.1111, 0, 1, 1, 1, 1, 'Deviate Faerie Dragon - Deviate Scale'),
|
||
(5912, 6471, 0, 11.1111, 0, 1, 1, 1, 1, 'Deviate Faerie Dragon - Perfect Deviate Scale'),
|
||
(5934, 2319, 0, 46.1538, 0, 1, 1, 1, 2, 'Heartrazor - Medium Leather'),
|
||
(5934, 4232, 0, 5.1282, 0, 1, 1, 1, 1, 'Heartrazor - Medium Hide'),
|
||
(5934, 4234, 0, 43.5897, 0, 1, 1, 1, 2, 'Heartrazor - Heavy Leather'),
|
||
(5934, 4235, 0, 5.1282, 0, 1, 1, 1, 1, 'Heartrazor - Heavy Hide'),
|
||
(5982, 4304, 0, 100, 0, 1, 1, 1, 1, 'Black Slayer - Thick Leather'),
|
||
(5984, 4304, 0, 74, 0, 1, 1, 1, 1, 'Starving Snickerfang - Thick Leather'),
|
||
(5984, 8169, 0, 5.1, 0, 1, 1, 1, 1, 'Starving Snickerfang - Thick Hide'),
|
||
(5984, 8170, 0, 20.9, 0, 1, 1, 1, 1, 'Starving Snickerfang - Rugged Leather'),
|
||
(5985, 4304, 0, 76.2, 0, 1, 1, 1, 1, 'Snickerfang Hyena - Thick Leather'),
|
||
(5985, 8169, 0, 5.4, 0, 1, 1, 1, 1, 'Snickerfang Hyena - Thick Hide'),
|
||
(5985, 8170, 0, 18.4, 0, 1, 1, 1, 1, 'Snickerfang Hyena - Rugged Leather'),
|
||
(5988, 4304, 0, 46.254, 0, 1, 1, 1, 1, 'Scorpok Stinger - Thick Leather'),
|
||
(5988, 8154, 0, 41.1472, 0, 1, 1, 1, 2, 'Scorpok Stinger - Scorpid Scale'),
|
||
(5988, 8169, 0, 2.8973, 0, 1, 1, 1, 1, 'Scorpok Stinger - Thick Hide'),
|
||
(5988, 8170, 0, 9.7015, 0, 1, 1, 1, 1, 'Scorpok Stinger - Rugged Leather'),
|
||
(5990, 4304, 0, 76.3896, 0, 1, 1, 1, 1, 'Redstone Basilisk - Thick Leather'),
|
||
(5990, 8169, 0, 3.3677, 0, 1, 1, 1, 1, 'Redstone Basilisk - Thick Hide'),
|
||
(5990, 8170, 0, 20.2426, 0, 1, 1, 1, 1, 'Redstone Basilisk - Rugged Leather'),
|
||
(5991, 4304, 0, 42.5979, 0, 1, 1, 1, 1, 'Redstone Crystalhide - Thick Leather'),
|
||
(5991, 8169, 0, 3.1291, 0, 1, 1, 1, 1, 'Redstone Crystalhide - Thick Hide'),
|
||
(5991, 8170, 0, 50.5653, 0, 1, 1, 1, 1, 'Redstone Crystalhide - Rugged Leather'),
|
||
(5991, 8171, 0, 3.7076, 0, 1, 1, 1, 1, 'Redstone Crystalhide - Rugged Hide'),
|
||
(5992, 4304, 0, 76.1645, 0, 1, 1, 1, 1, 'Ashmane Boar - Thick Leather'),
|
||
(5992, 8169, 0, 2.9706, 0, 1, 1, 1, 1, 'Ashmane Boar - Thick Hide'),
|
||
(5992, 8170, 0, 20.8648, 0, 1, 1, 1, 1, 'Ashmane Boar - Rugged Leather'),
|
||
(5993, 4304, 0, 42.7604, 0, 1, 1, 1, 1, 'Helboar - Thick Leather'),
|
||
(5993, 8169, 0, 2.7958, 0, 1, 1, 1, 1, 'Helboar - Thick Hide'),
|
||
(5993, 8170, 0, 50.6769, 0, 1, 1, 1, 1, 'Helboar - Rugged Leather'),
|
||
(5993, 8171, 0, 3.7669, 0, 1, 1, 1, 1, 'Helboar - Rugged Hide'),
|
||
(6010, 4304, 0, 42.0904, 0, 1, 1, 1, 1, 'Felhound - Thick Leather'),
|
||
(6010, 8169, 0, 3.1073, 0, 1, 1, 1, 1, 'Felhound - Thick Hide'),
|
||
(6010, 8170, 0, 51.1299, 0, 1, 1, 1, 1, 'Felhound - Rugged Leather'),
|
||
(6010, 8171, 0, 3.6723, 0, 1, 1, 1, 1, 'Felhound - Rugged Hide'),
|
||
(6033, 17057, 0, 100, 0, 1, 1, 1, 1, 'Lake Frenzy - Shiny Fish Scales'),
|
||
(6109, 15415, 0, 100, 0, 1, 1, 3, 6, 'Azuregos - Blue Dragonscale'),
|
||
(6129, 4304, 0, 26.9542, 0, 1, 1, 1, 2, 'Draconic Magelord - Thick Leather'),
|
||
(6129, 8165, 0, 7.8167, 0, 1, 1, 1, 1, 'Draconic Magelord - Worn Dragonscale'),
|
||
(6129, 8169, 0, 3.2345, 0, 1, 1, 1, 1, 'Draconic Magelord - Thick Hide'),
|
||
(6129, 8170, 0, 47.9784, 0, 1, 1, 1, 2, 'Draconic Magelord - Rugged Leather'),
|
||
(6129, 8171, 0, 1.8868, 0, 1, 1, 1, 1, 'Draconic Magelord - Rugged Hide'),
|
||
(6129, 15415, 0, 12.1294, 0, 1, 1, 1, 1, 'Draconic Magelord - Blue Dragonscale'),
|
||
(6130, 4304, 0, 23.5512, 0, 1, 1, 1, 2, 'Blue Scalebane - Thick Leather'),
|
||
(6130, 8165, 0, 12.4538, 0, 1, 1, 1, 1, 'Blue Scalebane - Worn Dragonscale'),
|
||
(6130, 8169, 0, 2.0962, 0, 1, 1, 1, 1, 'Blue Scalebane - Thick Hide'),
|
||
(6130, 8170, 0, 43.8964, 0, 1, 1, 1, 2, 'Blue Scalebane - Rugged Leather'),
|
||
(6130, 8171, 0, 3.3292, 0, 1, 1, 1, 1, 'Blue Scalebane - Rugged Hide'),
|
||
(6130, 15415, 0, 14.6732, 0, 1, 1, 1, 1, 'Blue Scalebane - Blue Dragonscale'),
|
||
(6131, 4304, 0, 24.3943, 0, 1, 1, 1, 2, 'Draconic Mageweaver - Thick Leather'),
|
||
(6131, 8165, 0, 9.8568, 0, 1, 1, 1, 1, 'Draconic Mageweaver - Worn Dragonscale'),
|
||
(6131, 8169, 0, 2.3128, 0, 1, 1, 1, 1, 'Draconic Mageweaver - Thick Hide'),
|
||
(6131, 8170, 0, 45.0991, 0, 1, 1, 1, 2, 'Draconic Mageweaver - Rugged Leather'),
|
||
(6131, 8171, 0, 4.4604, 0, 1, 1, 1, 1, 'Draconic Mageweaver - Rugged Hide'),
|
||
(6131, 15415, 0, 13.8767, 0, 1, 1, 1, 1, 'Draconic Mageweaver - Blue Dragonscale'),
|
||
(6140, 4304, 0, 54.2857, 0, 1, 1, 1, 1, 'Hetaera - Thick Leather'),
|
||
(6140, 8169, 0, 5.7143, 0, 1, 1, 1, 1, 'Hetaera - Thick Hide'),
|
||
(6140, 8170, 0, 37.1429, 0, 1, 1, 1, 1, 'Hetaera - Rugged Leather'),
|
||
(6140, 8171, 0, 2.8571, 0, 1, 1, 1, 1, 'Hetaera - Rugged Hide'),
|
||
(6170, 2319, 0, 43.2056, 0, 1, 1, 1, 1, 'Gutspill - Medium Leather'),
|
||
(6170, 4232, 0, 4.5296, 0, 1, 1, 1, 1, 'Gutspill - Medium Hide'),
|
||
(6170, 4234, 0, 49.1289, 0, 1, 1, 1, 1, 'Gutspill - Heavy Leather'),
|
||
(6170, 4235, 0, 2.439, 0, 1, 1, 1, 1, 'Gutspill - Heavy Hide'),
|
||
(6215, 2319, 0, 55.3571, 0, 1, 1, 1, 2, 'Chomper - Medium Leather'),
|
||
(6215, 4232, 0, 14.2857, 0, 1, 1, 1, 1, 'Chomper - Medium Hide'),
|
||
(6215, 4234, 0, 28.5714, 0, 1, 1, 1, 2, 'Chomper - Heavy Leather'),
|
||
(6215, 4235, 0, 1.7857, 0, 1, 1, 1, 1, 'Chomper - Heavy Hide'),
|
||
(6347, 4304, 0, 38.6111, 0, 1, 1, 1, 1, 'Young Wavethrasher - Thick Leather'),
|
||
(6347, 8169, 0, 3.6111, 0, 1, 1, 1, 1, 'Young Wavethrasher - Thick Hide'),
|
||
(6347, 8170, 0, 53.3333, 0, 1, 1, 1, 1, 'Young Wavethrasher - Rugged Leather'),
|
||
(6347, 8171, 0, 4.4444, 0, 1, 1, 1, 1, 'Young Wavethrasher - Rugged Hide'),
|
||
(6348, 4304, 0, 40.9608, 0, 1, 1, 1, 1, 'Wavethrasher - Thick Leather'),
|
||
(6348, 8169, 0, 3.0341, 0, 1, 1, 1, 1, 'Wavethrasher - Thick Hide'),
|
||
(6348, 8170, 0, 51.2642, 0, 1, 1, 1, 1, 'Wavethrasher - Rugged Leather'),
|
||
(6348, 8171, 0, 4.6776, 0, 1, 1, 1, 1, 'Wavethrasher - Rugged Hide'),
|
||
(6349, 4304, 0, 42.6877, 0, 1, 1, 1, 1, 'Great Wavethrasher - Thick Leather'),
|
||
(6349, 7974, 0, 0.7905, 0, 1, 1, 1, 1, 'Great Wavethrasher - Zesty Clam Meat'),
|
||
(6349, 8169, 0, 3.1621, 0, 1, 1, 1, 1, 'Great Wavethrasher - Thick Hide'),
|
||
(6349, 8170, 0, 49.8024, 0, 1, 1, 1, 1, 'Great Wavethrasher - Rugged Leather'),
|
||
(6349, 8171, 0, 3.5573, 0, 1, 1, 1, 1, 'Great Wavethrasher - Rugged Hide'),
|
||
(6352, 4304, 0, 43.1267, 0, 1, 0, 1, 1, 'Coralshell Lurker - Thick Leather'),
|
||
(6352, 8167, 0, 46.9003, 0, 1, 0, 1, 3, 'Coralshell Lurker - Turtle Scale'),
|
||
(6352, 8169, 0, 2.4259, 0, 1, 0, 1, 1, 'Coralshell Lurker - Thick Hide'),
|
||
(6352, 8170, 0, 50.1348, 0, 1, 0, 1, 1, 'Coralshell Lurker - Rugged Leather'),
|
||
(6352, 8171, 0, 4.0431, 0, 1, 0, 1, 1, 'Coralshell Lurker - Rugged Hide'),
|
||
(6369, 4304, 0, 76.9912, 0, 1, 0, 1, 1, 'Coralshell Tortoise - Thick Leather'),
|
||
(6369, 8167, 0, 47.7876, 0, 1, 0, 1, 2, 'Coralshell Tortoise - Turtle Scale'),
|
||
(6369, 8169, 0, 4.4248, 0, 1, 0, 1, 1, 'Coralshell Tortoise - Thick Hide'),
|
||
(6369, 8170, 0, 18.5841, 0, 1, 0, 1, 1, 'Coralshell Tortoise - Rugged Leather'),
|
||
(6375, 4304, 0, 76.5842, 0, 1, 1, 1, 1, 'Thunderhead Hippogryph - Thick Leather'),
|
||
(6375, 8169, 0, 2.7821, 0, 1, 1, 1, 1, 'Thunderhead Hippogryph - Thick Hide'),
|
||
(6375, 8170, 0, 20.6337, 0, 1, 1, 1, 1, 'Thunderhead Hippogryph - Rugged Leather'),
|
||
(6377, 4304, 0, 75.9165, 0, 1, 1, 1, 1, 'Thunderhead Stagwing - Thick Leather'),
|
||
(6377, 8169, 0, 2.9532, 0, 1, 1, 1, 1, 'Thunderhead Stagwing - Thick Hide'),
|
||
(6377, 8170, 0, 21.1303, 0, 1, 1, 1, 1, 'Thunderhead Stagwing - Rugged Leather'),
|
||
(6378, 4304, 0, 76.5514, 0, 1, 1, 1, 1, 'Thunderhead Skystormer - Thick Leather'),
|
||
(6378, 8169, 0, 2.937, 0, 1, 1, 1, 1, 'Thunderhead Skystormer - Thick Hide'),
|
||
(6378, 8170, 0, 20.5116, 0, 1, 1, 1, 1, 'Thunderhead Skystormer - Rugged Leather'),
|
||
(6379, 4304, 0, 46.1538, 0, 1, 1, 1, 1, 'Thunderhead Patriarch - Thick Leather'),
|
||
(6379, 8169, 0, 3.4965, 0, 1, 1, 1, 1, 'Thunderhead Patriarch - Thick Hide'),
|
||
(6379, 8170, 0, 47.5524, 0, 1, 1, 1, 1, 'Thunderhead Patriarch - Rugged Leather'),
|
||
(6379, 8171, 0, 2.7972, 0, 1, 1, 1, 1, 'Thunderhead Patriarch - Rugged Hide'),
|
||
(6380, 4304, 0, 45.3659, 0, 1, 1, 1, 1, 'Thunderhead Consort - Thick Leather'),
|
||
(6380, 8169, 0, 3.4146, 0, 1, 1, 1, 1, 'Thunderhead Consort - Thick Hide'),
|
||
(6380, 8170, 0, 47.9024, 0, 1, 1, 1, 1, 'Thunderhead Consort - Rugged Leather'),
|
||
(6380, 8171, 0, 3.3171, 0, 1, 1, 1, 1, 'Thunderhead Consort - Rugged Hide'),
|
||
(6498, 15417, 0, 100, 0, 1, 1, 1, 1, 'Devilsaur - Devilsaur Leather'),
|
||
(6499, 15417, 0, 100, 0, 1, 1, 1, 1, 'Ironhide Devilsaur - Devilsaur Leather'),
|
||
(6500, 15417, 0, 100, 0, 1, 1, 1, 1, 'Tyrant Devilsaur - Devilsaur Leather'),
|
||
(6501, 4304, 0, 40.5738, 0, 1, 1, 1, 1, 'Stegodon - Thick Leather'),
|
||
(6501, 8169, 0, 3.2787, 0, 1, 1, 1, 1, 'Stegodon - Thick Hide'),
|
||
(6501, 8170, 0, 55.3279, 0, 1, 1, 1, 1, 'Stegodon - Rugged Leather'),
|
||
(6501, 8171, 0, 0.8197, 0, 1, 1, 1, 1, 'Stegodon - Rugged Hide'),
|
||
(6502, 4304, 0, 42.5121, 0, 1, 1, 1, 1, 'Plated Stegodon - Thick Leather'),
|
||
(6502, 8169, 0, 2.8986, 0, 1, 1, 1, 1, 'Plated Stegodon - Thick Hide'),
|
||
(6502, 8170, 0, 51.6908, 0, 1, 1, 1, 1, 'Plated Stegodon - Rugged Leather'),
|
||
(6502, 8171, 0, 2.8986, 0, 1, 1, 1, 1, 'Plated Stegodon - Rugged Hide'),
|
||
(6503, 4304, 0, 47.5, 0, 1, 1, 1, 1, 'Spiked Stegodon - Thick Leather'),
|
||
(6503, 8169, 0, 2.5, 0, 1, 1, 1, 1, 'Spiked Stegodon - Thick Hide'),
|
||
(6503, 8170, 0, 44.5, 0, 1, 1, 1, 1, 'Spiked Stegodon - Rugged Leather'),
|
||
(6503, 8171, 0, 5.5, 0, 1, 1, 1, 1, 'Spiked Stegodon - Rugged Hide'),
|
||
(6504, 4304, 0, 34.375, 0, 1, 1, 1, 1, 'Thunderstomp Stegodon - Thick Leather'),
|
||
(6504, 8169, 0, 6.25, 0, 1, 1, 1, 1, 'Thunderstomp Stegodon - Thick Hide'),
|
||
(6504, 8170, 0, 53.125, 0, 1, 1, 1, 1, 'Thunderstomp Stegodon - Rugged Leather'),
|
||
(6504, 8171, 0, 6.25, 0, 1, 1, 1, 1, 'Thunderstomp Stegodon - Rugged Hide'),
|
||
(6505, 4304, 0, 76.7324, 0, 1, 1, 1, 1, 'Ravasaur - Thick Leather'),
|
||
(6505, 8169, 0, 2.8269, 0, 1, 1, 1, 1, 'Ravasaur - Thick Hide'),
|
||
(6505, 8170, 0, 20.4407, 0, 1, 1, 1, 1, 'Ravasaur - Rugged Leather'),
|
||
(6506, 4304, 0, 77.2442, 0, 1, 1, 1, 1, 'Ravasaur Runner - Thick Leather'),
|
||
(6506, 8169, 0, 3.3232, 0, 1, 1, 1, 1, 'Ravasaur Runner - Thick Hide'),
|
||
(6506, 8170, 0, 19.4326, 0, 1, 1, 1, 1, 'Ravasaur Runner - Rugged Leather'),
|
||
(6507, 4304, 0, 77.7622, 0, 1, 1, 1, 1, 'Ravasaur Hunter - Thick Leather'),
|
||
(6507, 8169, 0, 3.1818, 0, 1, 1, 1, 1, 'Ravasaur Hunter - Thick Hide'),
|
||
(6507, 8170, 0, 19.0559, 0, 1, 1, 1, 1, 'Ravasaur Hunter - Rugged Leather'),
|
||
(6508, 4304, 0, 77.1885, 0, 1, 1, 1, 1, 'Venomhide Ravasaur - Thick Leather'),
|
||
(6508, 8169, 0, 2.9688, 0, 1, 1, 1, 1, 'Venomhide Ravasaur - Thick Hide'),
|
||
(6508, 8170, 0, 19.8427, 0, 1, 1, 1, 1, 'Venomhide Ravasaur - Rugged Leather'),
|
||
(6513, 4304, 0, 43.5435, 0, 1, 1, 1, 1, 'Un\'Goro Stomper - Thick Leather'),
|
||
(6513, 8169, 0, 2.9553, 0, 1, 1, 1, 1, 'Un\'Goro Stomper - Thick Hide'),
|
||
(6513, 8170, 0, 49.5414, 0, 1, 1, 1, 1, 'Un\'Goro Stomper - Rugged Leather'),
|
||
(6513, 8171, 0, 3.9598, 0, 1, 1, 1, 1, 'Un\'Goro Stomper - Rugged Hide'),
|
||
(6514, 4304, 0, 42.2707, 0, 1, 1, 1, 1, 'Un\'Goro Gorilla - Thick Leather'),
|
||
(6514, 8169, 0, 3.0075, 0, 1, 1, 1, 1, 'Un\'Goro Gorilla - Thick Hide'),
|
||
(6514, 8170, 0, 50.7519, 0, 1, 1, 1, 1, 'Un\'Goro Gorilla - Rugged Leather'),
|
||
(6514, 8171, 0, 3.9549, 0, 1, 1, 1, 1, 'Un\'Goro Gorilla - Rugged Hide'),
|
||
(6516, 4304, 0, 43.4143, 0, 1, 1, 1, 1, 'Un\'Goro Thunderer - Thick Leather'),
|
||
(6516, 8169, 0, 2.7315, 0, 1, 1, 1, 1, 'Un\'Goro Thunderer - Thick Hide'),
|
||
(6516, 8170, 0, 50.0722, 0, 1, 1, 1, 1, 'Un\'Goro Thunderer - Rugged Leather'),
|
||
(6516, 8171, 0, 3.782, 0, 1, 1, 1, 1, 'Un\'Goro Thunderer - Rugged Hide'),
|
||
(6581, 4304, 0, 87.5, 0, 1, 1, 1, 1, 'Ravasaur Matriarch - Thick Leather'),
|
||
(6581, 8169, 0, 5, 0, 1, 1, 1, 1, 'Ravasaur Matriarch - Thick Hide'),
|
||
(6581, 8170, 0, 7.5, 0, 1, 1, 1, 1, 'Ravasaur Matriarch - Rugged Leather'),
|
||
(6584, 15417, 0, 100, 0, 1, 1, 1, 1, 'King Mosh - Devilsaur Leather'),
|
||
(6585, 4304, 0, 35.5932, 0, 1, 1, 1, 1, 'Uhk\'loc - Thick Leather'),
|
||
(6585, 8169, 0, 5.0847, 0, 1, 1, 1, 1, 'Uhk\'loc - Thick Hide'),
|
||
(6585, 8170, 0, 54.2373, 0, 1, 1, 1, 1, 'Uhk\'loc - Rugged Leather'),
|
||
(6585, 8171, 0, 5.0847, 0, 1, 1, 1, 1, 'Uhk\'loc - Rugged Hide'),
|
||
(7022, 4234, 0, 68.8525, 0, 1, 1, 1, 2, 'Venomlash Scorpid - Heavy Leather'),
|
||
(7022, 4235, 0, 6.2061, 0, 1, 1, 1, 1, 'Venomlash Scorpid - Heavy Hide'),
|
||
(7022, 4304, 0, 24.9415, 0, 1, 1, 1, 2, 'Venomlash Scorpid - Thick Leather'),
|
||
(7040, 4304, 0, 24.9155, 0, 1, 1, 1, 2, 'Black Dragonspawn - Thick Leather'),
|
||
(7040, 8165, 0, 9.9391, 0, 1, 1, 1, 1, 'Black Dragonspawn - Worn Dragonscale'),
|
||
(7040, 8169, 0, 2.8059, 0, 1, 1, 1, 1, 'Black Dragonspawn - Thick Hide'),
|
||
(7040, 8170, 0, 43.5767, 0, 1, 1, 1, 2, 'Black Dragonspawn - Rugged Leather'),
|
||
(7040, 8171, 0, 3.9666, 0, 1, 1, 1, 1, 'Black Dragonspawn - Rugged Hide'),
|
||
(7040, 15416, 0, 14.796, 0, 1, 1, 1, 1, 'Black Dragonspawn - Black Dragonscale'),
|
||
(7041, 4304, 0, 25.9742, 0, 1, 1, 1, 2, 'Black Wyrmkin - Thick Leather'),
|
||
(7041, 8165, 0, 9.6218, 0, 1, 1, 1, 1, 'Black Wyrmkin - Worn Dragonscale'),
|
||
(7041, 8169, 0, 3.0968, 0, 1, 1, 1, 1, 'Black Wyrmkin - Thick Hide'),
|
||
(7041, 8170, 0, 42.1552, 0, 1, 1, 1, 2, 'Black Wyrmkin - Rugged Leather'),
|
||
(7041, 8171, 0, 3.9424, 0, 1, 1, 1, 1, 'Black Wyrmkin - Rugged Hide'),
|
||
(7041, 15416, 0, 15.2097, 0, 1, 1, 1, 1, 'Black Wyrmkin - Black Dragonscale'),
|
||
(7042, 4304, 0, 5.1488, 0, 1, 1, 1, 2, 'Flamescale Dragonspawn - Thick Leather'),
|
||
(7042, 8165, 0, 10.2976, 0, 1, 1, 1, 1, 'Flamescale Dragonspawn - Worn Dragonscale'),
|
||
(7042, 8170, 0, 53.6275, 0, 1, 1, 1, 2, 'Flamescale Dragonspawn - Rugged Leather'),
|
||
(7042, 8171, 0, 5.0485, 0, 1, 1, 1, 1, 'Flamescale Dragonspawn - Rugged Hide'),
|
||
(7042, 15416, 0, 25.8776, 0, 1, 1, 1, 1, 'Flamescale Dragonspawn - Black Dragonscale'),
|
||
(7043, 4304, 0, 4.7104, 0, 1, 1, 1, 2, 'Flamescale Wyrmkin - Thick Leather'),
|
||
(7043, 8165, 0, 10.2374, 0, 1, 1, 1, 1, 'Flamescale Wyrmkin - Worn Dragonscale'),
|
||
(7043, 8170, 0, 55.4226, 0, 1, 1, 1, 2, 'Flamescale Wyrmkin - Rugged Leather'),
|
||
(7043, 8171, 0, 4.5394, 0, 1, 1, 1, 1, 'Flamescale Wyrmkin - Rugged Hide'),
|
||
(7043, 15416, 0, 25.0902, 0, 1, 1, 1, 1, 'Flamescale Wyrmkin - Black Dragonscale'),
|
||
(7044, 4304, 0, 25.3574, 0, 1, 1, 1, 2, 'Black Drake - Thick Leather'),
|
||
(7044, 8165, 0, 11.9008, 0, 1, 1, 1, 1, 'Black Drake - Worn Dragonscale'),
|
||
(7044, 8169, 0, 3.0278, 0, 1, 1, 1, 1, 'Black Drake - Thick Hide'),
|
||
(7044, 8170, 0, 42.1783, 0, 1, 1, 1, 2, 'Black Drake - Rugged Leather'),
|
||
(7044, 8171, 0, 3.4483, 0, 1, 1, 1, 1, 'Black Drake - Rugged Hide'),
|
||
(7044, 15416, 0, 14.0875, 0, 1, 1, 1, 1, 'Black Drake - Black Dragonscale'),
|
||
(7045, 4304, 0, 25.3275, 0, 1, 1, 1, 2, 'Scalding Drake - Thick Leather'),
|
||
(7045, 8165, 0, 11.7904, 0, 1, 1, 1, 1, 'Scalding Drake - Worn Dragonscale'),
|
||
(7045, 8169, 0, 3.4934, 0, 1, 1, 1, 1, 'Scalding Drake - Thick Hide'),
|
||
(7045, 8170, 0, 41.4847, 0, 1, 1, 1, 2, 'Scalding Drake - Rugged Leather'),
|
||
(7045, 8171, 0, 3.9301, 0, 1, 1, 1, 1, 'Scalding Drake - Rugged Hide'),
|
||
(7045, 15416, 0, 13.9738, 0, 1, 1, 1, 1, 'Scalding Drake - Black Dragonscale'),
|
||
(7046, 4304, 0, 5.5723, 0, 1, 1, 1, 2, 'Searscale Drake - Thick Leather'),
|
||
(7046, 8165, 0, 10.5422, 0, 1, 1, 1, 1, 'Searscale Drake - Worn Dragonscale'),
|
||
(7046, 8170, 0, 54.6687, 0, 1, 1, 1, 2, 'Searscale Drake - Rugged Leather'),
|
||
(7046, 8171, 0, 6.1747, 0, 1, 1, 1, 1, 'Searscale Drake - Rugged Hide'),
|
||
(7046, 15416, 0, 23.0422, 0, 1, 1, 1, 1, 'Searscale Drake - Black Dragonscale'),
|
||
(7047, 4304, 0, 40.4331, 0, 1, 1, 1, 1, 'Black Broodling - Thick Leather'),
|
||
(7047, 8165, 0, 5.1016, 0, 1, 1, 1, 1, 'Black Broodling - Worn Dragonscale'),
|
||
(7047, 8169, 0, 2.9024, 0, 1, 1, 1, 1, 'Black Broodling - Thick Hide'),
|
||
(7047, 8170, 0, 44.5858, 0, 1, 1, 1, 1, 'Black Broodling - Rugged Leather'),
|
||
(7047, 8171, 0, 4.0299, 0, 1, 1, 1, 1, 'Black Broodling - Rugged Hide'),
|
||
(7047, 15416, 0, 2.9471, 0, 1, 1, 1, 1, 'Black Broodling - Black Dragonscale'),
|
||
(7048, 4304, 0, 36.7049, 0, 1, 1, 1, 1, 'Scalding Broodling - Thick Leather'),
|
||
(7048, 8165, 0, 5.1095, 0, 1, 1, 1, 1, 'Scalding Broodling - Worn Dragonscale'),
|
||
(7048, 8169, 0, 3.4411, 0, 1, 1, 1, 1, 'Scalding Broodling - Thick Hide'),
|
||
(7048, 8170, 0, 48.1752, 0, 1, 1, 1, 1, 'Scalding Broodling - Rugged Leather'),
|
||
(7048, 8171, 0, 4.171, 0, 1, 1, 1, 1, 'Scalding Broodling - Rugged Hide'),
|
||
(7048, 15416, 0, 2.3983, 0, 1, 1, 1, 1, 'Scalding Broodling - Black Dragonscale'),
|
||
(7049, 4304, 0, 40.3883, 0, 1, 1, 1, 1, 'Flamescale Broodling - Thick Leather'),
|
||
(7049, 8165, 0, 5.0485, 0, 1, 1, 1, 1, 'Flamescale Broodling - Worn Dragonscale'),
|
||
(7049, 8169, 0, 1.7476, 0, 1, 1, 1, 1, 'Flamescale Broodling - Thick Hide'),
|
||
(7049, 8170, 0, 45.4369, 0, 1, 1, 1, 1, 'Flamescale Broodling - Rugged Leather'),
|
||
(7049, 8171, 0, 4.2718, 0, 1, 1, 1, 1, 'Flamescale Broodling - Rugged Hide'),
|
||
(7049, 15416, 0, 3.1068, 0, 1, 1, 1, 1, 'Flamescale Broodling - Black Dragonscale'),
|
||
(7055, 4304, 0, 39.2, 0, 1, 1, 1, 1, 'Blackrock Worg - Thick Leather'),
|
||
(7055, 8169, 0, 1.8, 0, 1, 1, 1, 1, 'Blackrock Worg - Thick Hide'),
|
||
(7055, 8170, 0, 54.5, 0, 1, 1, 1, 1, 'Blackrock Worg - Rugged Leather'),
|
||
(7055, 8171, 0, 4.5, 0, 1, 1, 1, 1, 'Blackrock Worg - Rugged Hide'),
|
||
(7078, 2319, 0, 44.1799, 0, 1, 1, 1, 1, 'Cleft Scorpid - Medium Leather'),
|
||
(7078, 4232, 0, 3.7968, 0, 1, 1, 1, 1, 'Cleft Scorpid - Medium Hide'),
|
||
(7078, 4234, 0, 48.9092, 0, 1, 1, 1, 1, 'Cleft Scorpid - Heavy Leather'),
|
||
(7078, 4235, 0, 3.0974, 0, 1, 1, 1, 1, 'Cleft Scorpid - Heavy Hide'),
|
||
(7125, 4304, 0, 43.9924, 0, 1, 1, 1, 1, 'Jaedenar Hound - Thick Leather'),
|
||
(7125, 8169, 0, 2.8897, 0, 1, 1, 1, 1, 'Jaedenar Hound - Thick Hide'),
|
||
(7125, 8170, 0, 49.4297, 0, 1, 1, 1, 1, 'Jaedenar Hound - Rugged Leather'),
|
||
(7125, 8171, 0, 3.6122, 0, 1, 1, 1, 1, 'Jaedenar Hound - Rugged Hide'),
|
||
(7125, 11512, 0, 50, 0, 1, 0, 1, 1, 'Jaedenar Hound - Patch of Tainted Skin'),
|
||
(7126, 4304, 0, 42.3855, 0, 1, 1, 1, 1, 'Jaedenar Hunter - Thick Leather'),
|
||
(7126, 8169, 0, 2.5914, 0, 1, 1, 1, 1, 'Jaedenar Hunter - Thick Hide'),
|
||
(7126, 8170, 0, 50.9052, 0, 1, 1, 1, 1, 'Jaedenar Hunter - Rugged Leather'),
|
||
(7126, 8171, 0, 4.0114, 0, 1, 1, 1, 1, 'Jaedenar Hunter - Rugged Hide'),
|
||
(7126, 11512, 0, 50, 0, 1, 0, 1, 1, 'Jaedenar Hunter - Patch of Tainted Skin'),
|
||
(7273, 4304, 0, 69.2073, 0, 1, 1, 1, 2, 'Gahz\'rilla - Thick Leather'),
|
||
(7273, 8169, 0, 3.3537, 0, 1, 1, 1, 1, 'Gahz\'rilla - Thick Hide'),
|
||
(7273, 8170, 0, 27.439, 0, 1, 1, 1, 2, 'Gahz\'rilla - Rugged Leather'),
|
||
(7333, 2319, 0, 40.0092, 0, 1, 1, 1, 2, 'Withered Battle Boar - Medium Leather'),
|
||
(7333, 4232, 0, 5.8471, 0, 1, 1, 1, 1, 'Withered Battle Boar - Medium Hide'),
|
||
(7333, 4234, 0, 50.2762, 0, 1, 1, 1, 2, 'Withered Battle Boar - Heavy Leather'),
|
||
(7333, 4235, 0, 3.8674, 0, 1, 1, 1, 1, 'Withered Battle Boar - Heavy Hide'),
|
||
(7334, 4234, 0, 69.2748, 0, 1, 1, 1, 2, 'Battle Boar Horror - Heavy Leather'),
|
||
(7334, 4235, 0, 4.9618, 0, 1, 1, 1, 1, 'Battle Boar Horror - Heavy Hide'),
|
||
(7334, 4304, 0, 25.6679, 0, 1, 1, 1, 2, 'Battle Boar Horror - Thick Leather'),
|
||
(7405, 4234, 0, 19.9725, 0, 1, 1, 1, 1, 'Deadly Cleft Scorpid - Heavy Leather'),
|
||
(7405, 4235, 0, 2.2446, 0, 1, 1, 1, 1, 'Deadly Cleft Scorpid - Heavy Hide'),
|
||
(7405, 4304, 0, 34.8145, 0, 1, 1, 1, 1, 'Deadly Cleft Scorpid - Thick Leather'),
|
||
(7405, 8154, 0, 39.6244, 0, 1, 1, 1, 1, 'Deadly Cleft Scorpid - Scorpid Scale'),
|
||
(7405, 8169, 0, 3.344, 0, 1, 1, 1, 1, 'Deadly Cleft Scorpid - Thick Hide'),
|
||
(7430, 4304, 0, 34.0605, 0, 1, 1, 1, 1, 'Frostsaber Cub - Thick Leather'),
|
||
(7430, 8169, 0, 2.3927, 0, 1, 1, 1, 1, 'Frostsaber Cub - Thick Hide'),
|
||
(7430, 8170, 0, 38.2829, 0, 1, 1, 1, 1, 'Frostsaber Cub - Rugged Leather'),
|
||
(7430, 8171, 0, 4.9261, 0, 1, 1, 1, 1, 'Frostsaber Cub - Rugged Hide'),
|
||
(7430, 15422, 0, 20.3378, 0, 1, 1, 1, 1, 'Frostsaber Cub - Frostsaber Leather'),
|
||
(7431, 4304, 0, 9.6774, 0, 1, 1, 1, 1, 'Frostsaber - Thick Leather'),
|
||
(7431, 8170, 0, 50.9154, 0, 1, 1, 1, 1, 'Frostsaber - Rugged Leather'),
|
||
(7431, 8171, 0, 4.1848, 0, 1, 1, 1, 1, 'Frostsaber - Rugged Hide'),
|
||
(7431, 15422, 0, 35.2223, 0, 1, 1, 1, 1, 'Frostsaber - Frostsaber Leather'),
|
||
(7432, 4304, 0, 9.3528, 0, 1, 1, 1, 1, 'Frostsaber Stalker - Thick Leather'),
|
||
(7432, 8170, 0, 49.7784, 0, 1, 1, 1, 1, 'Frostsaber Stalker - Rugged Leather'),
|
||
(7432, 8171, 0, 5.3635, 0, 1, 1, 1, 1, 'Frostsaber Stalker - Rugged Hide'),
|
||
(7432, 15422, 0, 35.461, 0, 1, 1, 1, 1, 'Frostsaber Stalker - Frostsaber Leather'),
|
||
(7433, 4304, 0, 10.1664, 0, 1, 1, 1, 1, 'Frostsaber Huntress - Thick Leather'),
|
||
(7433, 8170, 0, 50.1574, 0, 1, 1, 1, 1, 'Frostsaber Huntress - Rugged Leather'),
|
||
(7433, 8171, 0, 4.8133, 0, 1, 1, 1, 1, 'Frostsaber Huntress - Rugged Hide'),
|
||
(7433, 15422, 0, 34.8628, 0, 1, 1, 1, 1, 'Frostsaber Huntress - Frostsaber Leather'),
|
||
(7434, 4304, 0, 10.8808, 0, 1, 1, 1, 1, 'Frostsaber Pride Watcher - Thick Leather'),
|
||
(7434, 8170, 0, 47.9793, 0, 1, 1, 1, 1, 'Frostsaber Pride Watcher - Rugged Leather'),
|
||
(7434, 8171, 0, 5.8031, 0, 1, 1, 1, 1, 'Frostsaber Pride Watcher - Rugged Hide'),
|
||
(7434, 15422, 0, 35.3368, 0, 1, 1, 1, 1, 'Frostsaber Pride Watcher - Frostsaber Leather'),
|
||
(7435, 4304, 0, 22.8555, 0, 1, 1, 1, 2, 'Cobalt Wyrmkin - Thick Leather'),
|
||
(7435, 8165, 0, 11.0535, 0, 1, 1, 1, 1, 'Cobalt Wyrmkin - Worn Dragonscale'),
|
||
(7435, 8169, 0, 2.821, 0, 1, 1, 1, 1, 'Cobalt Wyrmkin - Thick Hide'),
|
||
(7435, 8170, 0, 43.9839, 0, 1, 1, 1, 2, 'Cobalt Wyrmkin - Rugged Leather'),
|
||
(7435, 8171, 0, 3.7997, 0, 1, 1, 1, 1, 'Cobalt Wyrmkin - Rugged Hide'),
|
||
(7435, 15415, 0, 15.4865, 0, 1, 1, 1, 1, 'Cobalt Wyrmkin - Blue Dragonscale'),
|
||
(7436, 4304, 0, 5.371, 0, 1, 1, 1, 2, 'Cobalt Scalebane - Thick Leather'),
|
||
(7436, 8165, 0, 10.2436, 0, 1, 1, 1, 1, 'Cobalt Scalebane - Worn Dragonscale'),
|
||
(7436, 8170, 0, 55.814, 0, 1, 1, 1, 2, 'Cobalt Scalebane - Rugged Leather'),
|
||
(7436, 8171, 0, 4.3743, 0, 1, 1, 1, 1, 'Cobalt Scalebane - Rugged Hide'),
|
||
(7436, 15415, 0, 24.1971, 0, 1, 1, 1, 1, 'Cobalt Scalebane - Blue Dragonscale'),
|
||
(7437, 4304, 0, 4.2874, 0, 1, 1, 1, 2, 'Cobalt Mageweaver - Thick Leather'),
|
||
(7437, 8165, 0, 8.0314, 0, 1, 1, 1, 1, 'Cobalt Mageweaver - Worn Dragonscale'),
|
||
(7437, 8170, 0, 54.8309, 0, 1, 1, 1, 2, 'Cobalt Mageweaver - Rugged Leather'),
|
||
(7437, 8171, 0, 5.8575, 0, 1, 1, 1, 1, 'Cobalt Mageweaver - Rugged Hide'),
|
||
(7437, 15415, 0, 26.9928, 0, 1, 1, 1, 1, 'Cobalt Mageweaver - Blue Dragonscale'),
|
||
(7443, 4304, 0, 37.6153, 0, 1, 1, 1, 1, 'Shardtooth Mauler - Thick Leather'),
|
||
(7443, 8169, 0, 2.6404, 0, 1, 1, 1, 1, 'Shardtooth Mauler - Thick Hide'),
|
||
(7443, 8170, 0, 46.1651, 0, 1, 1, 1, 1, 'Shardtooth Mauler - Rugged Leather'),
|
||
(7443, 8171, 0, 3.793, 0, 1, 1, 1, 1, 'Shardtooth Mauler - Rugged Hide'),
|
||
(7443, 15419, 0, 9.7863, 0, 1, 1, 1, 1, 'Shardtooth Mauler - Warbear Leather'),
|
||
(7444, 4304, 0, 38.3727, 0, 1, 1, 1, 1, 'Shardtooth Bear - Thick Leather'),
|
||
(7444, 8169, 0, 2.5289, 0, 1, 1, 1, 1, 'Shardtooth Bear - Thick Hide'),
|
||
(7444, 8170, 0, 46.3441, 0, 1, 1, 1, 1, 'Shardtooth Bear - Rugged Leather'),
|
||
(7444, 8171, 0, 3.9582, 0, 1, 1, 1, 1, 'Shardtooth Bear - Rugged Hide'),
|
||
(7444, 15419, 0, 8.796, 0, 1, 1, 1, 1, 'Shardtooth Bear - Warbear Leather'),
|
||
(7445, 4304, 0, 10.1627, 0, 1, 1, 1, 1, 'Elder Shardtooth - Thick Leather'),
|
||
(7445, 8170, 0, 64.2486, 0, 1, 1, 1, 1, 'Elder Shardtooth - Rugged Leather'),
|
||
(7445, 8171, 0, 5.2112, 0, 1, 1, 1, 1, 'Elder Shardtooth - Rugged Hide'),
|
||
(7445, 15419, 0, 20.3601, 0, 1, 1, 1, 1, 'Elder Shardtooth - Warbear Leather'),
|
||
(7446, 4304, 0, 10.1333, 0, 1, 1, 1, 1, 'Rabid Shardtooth - Thick Leather'),
|
||
(7446, 8170, 0, 64.2667, 0, 1, 1, 1, 1, 'Rabid Shardtooth - Rugged Leather'),
|
||
(7446, 8171, 0, 6.4, 0, 1, 1, 1, 1, 'Rabid Shardtooth - Rugged Hide'),
|
||
(7446, 15419, 0, 19.2, 0, 1, 1, 1, 1, 'Rabid Shardtooth - Warbear Leather'),
|
||
(7447, 8171, 0, 6.177, 0, 1, 1, 1, 1, 'Fledgling Chillwind - Rugged Hide'),
|
||
(7447, 8170, 0, 52.755, 0, 1, 1, 1, 1, 'Fledgling Chillwind - Rugged Leather'),
|
||
(7447, 8169, 0, 3.869, 0, 1, 1, 1, 1, 'Fledgling Chillwind - Thick Hide'),
|
||
(7447, 4304, 0, 37.199, 0, 1, 1, 1, 1, 'Fledgling Chillwind - Thick Leather'),
|
||
(7448, 8171, 0, 8.494, 0, 1, 1, 1, 1, 'Chillwind Chimaera - Rugged Hide'),
|
||
(7448, 8170, 0, 81.05, 0, 1, 1, 1, 1, 'Chillwind Chimaera - Rugged Leather'),
|
||
(7448, 4304, 0, 10.456, 0, 1, 1, 1, 1, 'Chillwind Chimaera - Thick Leather'),
|
||
(7449, 8171, 0, 8.508, 0, 1, 1, 1, 1, 'Chillwind Ravager - Rugged Hide'),
|
||
(7449, 8170, 0, 83.502, 0, 1, 1, 1, 1, 'Chillwind Ravager - Rugged Leather'),
|
||
(7449, 4304, 0, 7.99, 0, 1, 1, 1, 1, 'Chillwind Ravager - Thick Leather'),
|
||
(7457, 4304, 0, 43, 0, 1, 1, 1, 1, 'Rogue Ice Thistle - Thick Leather'),
|
||
(7457, 8169, 0, 3, 0, 1, 1, 1, 1, 'Rogue Ice Thistle - Thick Hide'),
|
||
(7457, 8170, 0, 50, 0, 1, 1, 1, 1, 'Rogue Ice Thistle - Rugged Leather'),
|
||
(7457, 8171, 0, 4, 0, 1, 1, 1, 1, 'Rogue Ice Thistle - Rugged Hide'),
|
||
(7457, 12366, 0, 33, 1, 1, 0, 1, 1, 'Rogue Ice Thistle - Thick Yeti Fur'),
|
||
(7458, 4304, 0, 43, 0, 1, 1, 1, 1, 'Ice Thistle Yeti - Thick Leather'),
|
||
(7458, 8169, 0, 3, 0, 1, 1, 1, 1, 'Ice Thistle Yeti - Thick Hide'),
|
||
(7458, 8170, 0, 50, 0, 1, 1, 1, 1, 'Ice Thistle Yeti - Rugged Leather'),
|
||
(7458, 8171, 0, 4, 0, 1, 1, 1, 1, 'Ice Thistle Yeti - Rugged Hide'),
|
||
(7458, 12366, 0, 33, 1, 1, 0, 1, 1, 'Ice Thistle Yeti - Thick Yeti Fur'),
|
||
(7459, 4304, 0, 15, 0, 1, 1, 1, 1, 'Ice Thistle Matriarch - Thick Leather'),
|
||
(7459, 8170, 0, 80, 0, 1, 1, 1, 1, 'Ice Thistle Matriarch - Rugged Leather'),
|
||
(7459, 8171, 0, 5, 0, 1, 1, 1, 1, 'Ice Thistle Matriarch - Rugged Hide'),
|
||
(7459, 12366, 0, 33, 1, 1, 0, 1, 1, 'Ice Thistle Matriarch - Thick Yeti Fur'),
|
||
(7460, 4304, 0, 15, 0, 1, 1, 1, 1, 'Ice Thistle Patriarch - Thick Leather'),
|
||
(7460, 8170, 0, 80, 0, 1, 1, 1, 1, 'Ice Thistle Patriarch - Rugged Leather'),
|
||
(7460, 8171, 0, 5, 0, 1, 1, 1, 1, 'Ice Thistle Patriarch - Rugged Hide'),
|
||
(7460, 12366, 0, 33, 1, 1, 0, 1, 1, 'Ice Thistle Patriarch - Thick Yeti Fur'),
|
||
(7462, 4304, 0, 8.8757, 0, 1, 1, 1, 1, 'Hederine Manastalker - Thick Leather'),
|
||
(7462, 8170, 0, 84.6154, 0, 1, 1, 1, 1, 'Hederine Manastalker - Rugged Leather'),
|
||
(7462, 8171, 0, 6.5089, 0, 1, 1, 1, 1, 'Hederine Manastalker - Rugged Hide'),
|
||
(7803, 4304, 0, 43.6782, 0, 1, 1, 1, 1, 'Scorpid Duneburrower - Thick Leather'),
|
||
(7803, 8154, 0, 40.2299, 0, 1, 1, 1, 2, 'Scorpid Duneburrower - Scorpid Scale'),
|
||
(7803, 8169, 0, 5.4598, 0, 1, 1, 1, 1, 'Scorpid Duneburrower - Thick Hide'),
|
||
(7803, 8170, 0, 10.6322, 0, 1, 1, 1, 1, 'Scorpid Duneburrower - Rugged Leather'),
|
||
(7846, 4304, 0, 10.7143, 0, 1, 1, 1, 2, 'Teremus the Devourer - Thick Leather'),
|
||
(7846, 8165, 0, 7.1429, 0, 1, 1, 1, 1, 'Teremus the Devourer - Worn Dragonscale'),
|
||
(7846, 8170, 0, 42.8571, 0, 1, 1, 1, 2, 'Teremus the Devourer - Rugged Leather'),
|
||
(7846, 8171, 0, 3.5714, 0, 1, 1, 1, 1, 'Teremus the Devourer - Rugged Hide'),
|
||
(7846, 15416, 0, 35.7143, 0, 1, 1, 1, 1, 'Teremus the Devourer - Black Dragonscale'),
|
||
(7848, 4304, 0, 77.167, 0, 1, 1, 1, 1, 'Lurking Feral Scar - Thick Leather'),
|
||
(7848, 8169, 0, 2.3256, 0, 1, 1, 1, 1, 'Lurking Feral Scar - Thick Hide'),
|
||
(7848, 8170, 0, 20.5074, 0, 1, 1, 1, 1, 'Lurking Feral Scar - Rugged Leather'),
|
||
(7848, 18947, 0, 80, 1, 1, 0, 1, 1, 'Lurking Feral Scar - Rage Scar Yeti Hide'),
|
||
(7977, 4304, 0, 70.1285, 0, 1, 0, 1, 2, 'Gammerita - Thick Leather'),
|
||
(7977, 8167, 0, 49.5717, 0, 1, 0, 2, 4, 'Gammerita - Turtle Scale'),
|
||
(7977, 8169, 0, 4.2827, 0, 1, 0, 1, 1, 'Gammerita - Thick Hide'),
|
||
(7977, 8170, 0, 25.5889, 0, 1, 0, 1, 2, 'Gammerita - Rugged Leather'),
|
||
(8095, 4304, 0, 69.5918, 0, 1, 1, 1, 2, 'Sul\'lithuz Sandcrawler - Thick Leather'),
|
||
(8095, 8169, 0, 5.034, 0, 1, 1, 1, 1, 'Sul\'lithuz Sandcrawler - Thick Hide'),
|
||
(8095, 8170, 0, 25.3741, 0, 1, 1, 1, 2, 'Sul\'lithuz Sandcrawler - Rugged Leather'),
|
||
(8120, 4304, 0, 68.3519, 0, 1, 1, 1, 2, 'Sul\'lithuz Abomination - Thick Leather'),
|
||
(8120, 8169, 0, 3.8423, 0, 1, 1, 1, 1, 'Sul\'lithuz Abomination - Thick Hide'),
|
||
(8120, 8170, 0, 27.8059, 0, 1, 1, 1, 2, 'Sul\'lithuz Abomination - Rugged Leather'),
|
||
(8138, 4234, 0, 69.7725, 0, 1, 1, 1, 2, 'Sul\'lithuz Broodling - Heavy Leather'),
|
||
(8138, 4235, 0, 6.0672, 0, 1, 1, 1, 1, 'Sul\'lithuz Broodling - Heavy Hide'),
|
||
(8138, 4304, 0, 24.1603, 0, 1, 1, 1, 2, 'Sul\'lithuz Broodling - Thick Leather'),
|
||
(8196, 4304, 0, 70.5882, 0, 1, 1, 1, 2, 'Occulus - Thick Leather'),
|
||
(8196, 8165, 0, 4.4118, 0, 1, 1, 2, 2, 'Occulus - Worn Dragonscale'),
|
||
(8196, 8169, 0, 5.8824, 0, 1, 1, 1, 1, 'Occulus - Thick Hide'),
|
||
(8196, 8170, 0, 19.1176, 0, 1, 1, 1, 2, 'Occulus - Rugged Leather'),
|
||
(8197, 4304, 0, 5.7143, 0, 1, 1, 1, 2, 'Chronalis - Thick Leather'),
|
||
(8197, 8165, 0, 7.619, 0, 1, 1, 1, 1, 'Chronalis - Worn Dragonscale'),
|
||
(8197, 8170, 0, 83.8095, 0, 1, 1, 1, 2, 'Chronalis - Rugged Leather'),
|
||
(8197, 8171, 0, 2.8571, 0, 1, 1, 1, 1, 'Chronalis - Rugged Hide'),
|
||
(8198, 4304, 0, 32.5397, 0, 1, 1, 1, 2, 'Tick - Thick Leather'),
|
||
(8198, 8165, 0, 12.6984, 0, 1, 1, 1, 1, 'Tick - Worn Dragonscale'),
|
||
(8198, 8169, 0, 6.3492, 0, 1, 1, 1, 1, 'Tick - Thick Hide'),
|
||
(8198, 8170, 0, 44.4444, 0, 1, 1, 1, 2, 'Tick - Rugged Leather'),
|
||
(8198, 8171, 0, 3.9683, 0, 1, 1, 1, 1, 'Tick - Rugged Hide'),
|
||
(8211, 4234, 0, 59.2, 0, 1, 1, 1, 1, 'Old Cliff Jumper - Heavy Leather'),
|
||
(8211, 4235, 0, 4.5, 0, 1, 1, 1, 1, 'Old Cliff Jumper - Heavy Hide'),
|
||
(8211, 4304, 0, 31.8, 0, 1, 1, 1, 1, 'Old Cliff Jumper - Thick Leather'),
|
||
(8211, 8169, 0, 4.5, 0, 1, 1, 1, 1, 'Old Cliff Jumper - Thick Hide'),
|
||
(8213, 4304, 0, 39.3939, 0, 1, 0, 1, 1, 'Ironback - Thick Leather'),
|
||
(8213, 8167, 0, 60.6061, 0, 1, 0, 1, 3, 'Ironback - Turtle Scale'),
|
||
(8213, 8169, 0, 3.0303, 0, 1, 0, 1, 1, 'Ironback - Thick Hide'),
|
||
(8213, 8170, 0, 57.5758, 0, 1, 0, 1, 1, 'Ironback - Rugged Leather'),
|
||
(8236, 17057, 0, 100, 0, 1, 1, 1, 1, 'Muck Frenzy - Shiny Fish Scales'),
|
||
(8280, 4304, 0, 50, 0, 1, 1, 1, 1, 'Shleipnarr - Thick Leather'),
|
||
(8280, 8169, 0, 50, 0, 1, 1, 1, 1, 'Shleipnarr - Thick Hide'),
|
||
(8300, 4304, 0, 23.8095, 0, 1, 1, 1, 1, 'Ravage - Thick Leather'),
|
||
(8300, 8170, 0, 71.4286, 0, 1, 1, 1, 1, 'Ravage - Rugged Leather'),
|
||
(8301, 4304, 0, 9.0909, 0, 1, 1, 1, 1, 'Clack the Reaver - Thick Leather'),
|
||
(8301, 8154, 0, 36.3636, 0, 1, 1, 1, 2, 'Clack the Reaver - Scorpid Scale'),
|
||
(8301, 8170, 0, 31.8182, 0, 1, 1, 1, 1, 'Clack the Reaver - Rugged Leather'),
|
||
(8301, 15408, 0, 22.7273, 0, 1, 1, 1, 1, 'Clack the Reaver - Heavy Scorpid Scale'),
|
||
(8319, 4304, 0, 68.1339, 0, 1, 1, 1, 1, 'Nightmare Whelp - Thick Leather'),
|
||
(8319, 8165, 0, 4.8486, 0, 1, 1, 1, 1, 'Nightmare Whelp - Worn Dragonscale'),
|
||
(8319, 8169, 0, 3.0019, 0, 1, 1, 1, 1, 'Nightmare Whelp - Thick Hide'),
|
||
(8319, 8170, 0, 20.0017, 0, 1, 1, 1, 1, 'Nightmare Whelp - Rugged Leather'),
|
||
(8319, 15412, 0, 3.997, 0, 1, 1, 1, 1, 'Nightmare Whelp - Green Dragonscale'),
|
||
(8336, 4304, 0, 69.6737, 0, 1, 1, 1, 2, 'Hakkari Sapper - Thick Leather'),
|
||
(8336, 8169, 0, 4.7985, 0, 1, 1, 1, 1, 'Hakkari Sapper - Thick Hide'),
|
||
(8336, 8170, 0, 25.5278, 0, 1, 1, 1, 2, 'Hakkari Sapper - Rugged Leather'),
|
||
(8438, 4304, 0, 71.7391, 0, 1, 1, 1, 2, 'Hakkari Bloodkeeper - Thick Leather'),
|
||
(8438, 8169, 0, 5.5336, 0, 1, 1, 1, 1, 'Hakkari Bloodkeeper - Thick Hide'),
|
||
(8438, 8170, 0, 22.7273, 0, 1, 1, 1, 2, 'Hakkari Bloodkeeper - Rugged Leather'),
|
||
(8497, 4304, 0, 45.3586, 0, 1, 1, 1, 2, 'Nightmare Suppressor - Thick Leather'),
|
||
(8497, 8165, 0, 6.7511, 0, 1, 1, 1, 2, 'Nightmare Suppressor - Worn Dragonscale'),
|
||
(8497, 8169, 0, 4.6414, 0, 1, 1, 1, 1, 'Nightmare Suppressor - Thick Hide'),
|
||
(8497, 8170, 0, 17.5105, 0, 1, 1, 1, 2, 'Nightmare Suppressor - Rugged Leather'),
|
||
(8497, 15412, 0, 25.7384, 0, 1, 1, 1, 1, 'Nightmare Suppressor - Green Dragonscale'),
|
||
(8596, 4304, 0, 42.4356, 0, 1, 1, 1, 1, 'Plaguehound Runt - Thick Leather'),
|
||
(8596, 8169, 0, 3.0756, 0, 1, 1, 1, 1, 'Plaguehound Runt - Thick Hide'),
|
||
(8596, 8170, 0, 50.7066, 0, 1, 1, 1, 1, 'Plaguehound Runt - Rugged Leather'),
|
||
(8596, 8171, 0, 3.7822, 0, 1, 1, 1, 1, 'Plaguehound Runt - Rugged Hide'),
|
||
(8597, 4304, 0, 41.4656, 0, 1, 1, 1, 1, 'Plaguehound - Thick Leather'),
|
||
(8597, 8169, 0, 3.0496, 0, 1, 1, 1, 1, 'Plaguehound - Thick Hide'),
|
||
(8597, 8170, 0, 50.66, 0, 1, 1, 1, 1, 'Plaguehound - Rugged Leather'),
|
||
(8597, 8171, 0, 4.8248, 0, 1, 1, 1, 1, 'Plaguehound - Rugged Hide'),
|
||
(8598, 4304, 0, 14.7924, 0, 1, 1, 1, 1, 'Frenzied Plaguehound - Thick Leather'),
|
||
(8598, 8170, 0, 80.066, 0, 1, 1, 1, 1, 'Frenzied Plaguehound - Rugged Leather'),
|
||
(8598, 8171, 0, 5.1141, 0, 1, 1, 1, 1, 'Frenzied Plaguehound - Rugged Hide'),
|
||
(8600, 4304, 0, 43.1259, 0, 1, 1, 1, 1, 'Plaguebat - Thick Leather'),
|
||
(8600, 8169, 0, 2.9227, 0, 1, 1, 1, 1, 'Plaguebat - Thick Hide'),
|
||
(8600, 8170, 0, 49.7366, 0, 1, 1, 1, 1, 'Plaguebat - Rugged Leather'),
|
||
(8600, 8171, 0, 4.2148, 0, 1, 1, 1, 1, 'Plaguebat - Rugged Hide'),
|
||
(8601, 4304, 0, 42.3154, 0, 1, 1, 1, 1, 'Noxious Plaguebat - Thick Leather'),
|
||
(8601, 8169, 0, 2.9445, 0, 1, 1, 1, 1, 'Noxious Plaguebat - Thick Hide'),
|
||
(8601, 8170, 0, 51.0149, 0, 1, 1, 1, 1, 'Noxious Plaguebat - Rugged Leather'),
|
||
(8601, 8171, 0, 3.7252, 0, 1, 1, 1, 1, 'Noxious Plaguebat - Rugged Hide'),
|
||
(8602, 4304, 0, 13.8845, 0, 1, 1, 1, 1, 'Monstrous Plaguebat - Thick Leather'),
|
||
(8602, 8170, 0, 81.0981, 0, 1, 1, 1, 1, 'Monstrous Plaguebat - Rugged Leather'),
|
||
(8602, 8171, 0, 5.0174, 0, 1, 1, 1, 1, 'Monstrous Plaguebat - Rugged Hide'),
|
||
(8660, 4304, 0, 75, 0, 1, 1, 1, 1, 'The Evalcharr - Thick Leather'),
|
||
(8660, 8170, 0, 25, 0, 1, 1, 1, 1, 'The Evalcharr - Rugged Leather'),
|
||
(8675, 4304, 0, 77.4406, 0, 1, 1, 1, 1, 'Felbeast - Thick Leather'),
|
||
(8675, 8169, 0, 2.5229, 0, 1, 1, 1, 1, 'Felbeast - Thick Hide'),
|
||
(8675, 8170, 0, 20, 0, 1, 1, 1, 1, 'Felbeast - Rugged Leather'),
|
||
(8718, 8170, 0, 88.9, 0, 1, 1, 1, 1, 'Manahound - Rugged Leather'),
|
||
(8718, 8171, 0, 11.1, 0, 1, 1, 1, 1, 'Manahound - Rugged Hide'),
|
||
(8759, 4304, 0, 74.8798, 0, 1, 1, 1, 1, 'Mosshoof Runner - Thick Leather'),
|
||
(8759, 8169, 0, 4.2067, 0, 1, 1, 1, 1, 'Mosshoof Runner - Thick Hide'),
|
||
(8759, 8170, 0, 20.9135, 0, 1, 1, 1, 1, 'Mosshoof Runner - Rugged Leather'),
|
||
(8760, 4304, 0, 77.2727, 0, 1, 1, 1, 1, 'Mosshoof Stag - Thick Leather'),
|
||
(8760, 8169, 0, 0.9091, 0, 1, 1, 1, 1, 'Mosshoof Stag - Thick Hide'),
|
||
(8760, 8170, 0, 21.8182, 0, 1, 1, 1, 1, 'Mosshoof Stag - Rugged Leather'),
|
||
(8761, 4304, 0, 43.4927, 0, 1, 1, 1, 1, 'Mosshoof Courser - Thick Leather'),
|
||
(8761, 8169, 0, 2.929, 0, 1, 1, 1, 1, 'Mosshoof Courser - Thick Hide'),
|
||
(8761, 8170, 0, 49.8204, 0, 1, 1, 1, 1, 'Mosshoof Courser - Rugged Leather'),
|
||
(8761, 8171, 0, 3.7579, 0, 1, 1, 1, 1, 'Mosshoof Courser - Rugged Hide'),
|
||
(8763, 8171, 0, 4.878, 0, 1, 1, 1, 1, 'Mistwing Rogue - Rugged Hide'),
|
||
(8763, 8170, 0, 48.782, 0, 1, 1, 1, 1, 'Mistwing Rogue - Rugged Leather'),
|
||
(8763, 8169, 0, 4.529, 0, 1, 1, 1, 1, 'Mistwing Rogue - Thick Hide'),
|
||
(8763, 4304, 0, 41.811, 0, 1, 1, 1, 1, 'Mistwing Rogue - Thick Leather'),
|
||
(8764, 8171, 0, 4.242, 0, 1, 1, 1, 1, 'Mistwing Ravager - Rugged Hide'),
|
||
(8764, 8170, 0, 53.636, 0, 1, 1, 1, 1, 'Mistwing Ravager - Rugged Leather'),
|
||
(8764, 8169, 0, 4.243, 0, 1, 1, 1, 1, 'Mistwing Ravager - Thick Hide'),
|
||
(8764, 4304, 0, 37.879, 0, 1, 1, 1, 1, 'Mistwing Ravager - Thick Leather'),
|
||
(8921, 4304, 0, 74.8, 0, 1, 1, 1, 1, 'Bloodhound - Thick Leather'),
|
||
(8921, 8169, 0, 4.9, 0, 1, 1, 1, 1, 'Bloodhound - Thick Hide'),
|
||
(8921, 8170, 0, 20.3, 0, 1, 1, 1, 1, 'Bloodhound - Rugged Leather'),
|
||
(8922, 4304, 0, 43.1, 0, 1, 1, 1, 1, 'Bloodhound Mastiff - Thick Leather'),
|
||
(8922, 8169, 0, 3.5, 0, 1, 1, 1, 1, 'Bloodhound Mastiff - Thick Hide'),
|
||
(8922, 8170, 0, 47.7, 0, 1, 1, 1, 1, 'Bloodhound Mastiff - Rugged Leather'),
|
||
(8922, 8171, 0, 5.7, 0, 1, 1, 1, 1, 'Bloodhound Mastiff - Rugged Hide'),
|
||
(8926, 4304, 0, 47.5836, 0, 1, 1, 1, 1, 'Deep Stinger - Thick Leather'),
|
||
(8926, 8154, 0, 39.0335, 0, 1, 1, 1, 2, 'Deep Stinger - Scorpid Scale'),
|
||
(8926, 8169, 0, 2.6022, 0, 1, 1, 1, 1, 'Deep Stinger - Thick Hide'),
|
||
(8926, 8170, 0, 10.7807, 0, 1, 1, 1, 1, 'Deep Stinger - Rugged Leather'),
|
||
(8927, 4304, 0, 71.6698, 0, 1, 1, 1, 2, 'Dark Screecher - Thick Leather'),
|
||
(8927, 8169, 0, 3.7523, 0, 1, 1, 1, 1, 'Dark Screecher - Thick Hide'),
|
||
(8927, 8170, 0, 24.5779, 0, 1, 1, 1, 2, 'Dark Screecher - Rugged Leather'),
|
||
(8928, 4304, 0, 71.5134, 0, 1, 1, 1, 2, 'Burrowing Thundersnout - Thick Leather'),
|
||
(8928, 8169, 0, 5.638, 0, 1, 1, 1, 1, 'Burrowing Thundersnout - Thick Hide'),
|
||
(8928, 8170, 0, 22.8487, 0, 1, 1, 1, 2, 'Burrowing Thundersnout - Rugged Leather'),
|
||
(8956, 4304, 0, 41.6387, 0, 1, 1, 1, 1, 'Angerclaw Bear - Thick Leather'),
|
||
(8956, 8169, 0, 2.7561, 0, 1, 1, 1, 1, 'Angerclaw Bear - Thick Hide'),
|
||
(8956, 8170, 0, 51.6201, 0, 1, 1, 1, 1, 'Angerclaw Bear - Rugged Leather'),
|
||
(8956, 8171, 0, 3.9106, 0, 1, 1, 1, 1, 'Angerclaw Bear - Rugged Hide'),
|
||
(8956, 11512, 0, 50, 0, 1, 0, 1, 1, 'Angerclaw Bear - Patch of Tainted Skin'),
|
||
(8957, 4304, 0, 38.1566, 0, 1, 1, 1, 1, 'Angerclaw Grizzly - Thick Leather'),
|
||
(8957, 8169, 0, 2.737, 0, 1, 1, 1, 1, 'Angerclaw Grizzly - Thick Hide'),
|
||
(8957, 8170, 0, 45.4216, 0, 1, 1, 1, 1, 'Angerclaw Grizzly - Rugged Leather'),
|
||
(8957, 8171, 0, 3.6627, 0, 1, 1, 1, 1, 'Angerclaw Grizzly - Rugged Hide'),
|
||
(8957, 11512, 0, 50, 0, 1, 0, 1, 1, 'Angerclaw Grizzly - Patch of Tainted Skin'),
|
||
(8957, 15419, 0, 9.841, 0, 1, 1, 1, 1, 'Angerclaw Grizzly - Warbear Leather'),
|
||
(8958, 4304, 0, 41.1147, 0, 1, 1, 1, 1, 'Angerclaw Mauler - Thick Leather'),
|
||
(8958, 8169, 0, 2.5285, 0, 1, 1, 1, 1, 'Angerclaw Mauler - Thick Hide'),
|
||
(8958, 8170, 0, 52.4751, 0, 1, 1, 1, 1, 'Angerclaw Mauler - Rugged Leather'),
|
||
(8958, 8171, 0, 3.7927, 0, 1, 1, 1, 1, 'Angerclaw Mauler - Rugged Hide'),
|
||
(8958, 11512, 0, 50, 0, 1, 0, 1, 1, 'Angerclaw Mauler - Patch of Tainted Skin'),
|
||
(8959, 4304, 0, 43.9449, 0, 1, 1, 1, 1, 'Felpaw Wolf - Thick Leather'),
|
||
(8959, 8169, 0, 3.2225, 0, 1, 1, 1, 1, 'Felpaw Wolf - Thick Hide'),
|
||
(8959, 8170, 0, 48.5967, 0, 1, 1, 1, 1, 'Felpaw Wolf - Rugged Leather'),
|
||
(8959, 8171, 0, 4.21, 0, 1, 1, 1, 1, 'Felpaw Wolf - Rugged Hide'),
|
||
(8959, 11512, 0, 50, 0, 1, 0, 1, 1, 'Felpaw Wolf - Patch of Tainted Skin'),
|
||
(8960, 4304, 0, 43.6116, 0, 1, 1, 1, 1, 'Felpaw Scavenger - Thick Leather'),
|
||
(8960, 8169, 0, 2.9412, 0, 1, 1, 1, 1, 'Felpaw Scavenger - Thick Hide'),
|
||
(8960, 8170, 0, 49.3042, 0, 1, 1, 1, 1, 'Felpaw Scavenger - Rugged Leather'),
|
||
(8960, 8171, 0, 4.1429, 0, 1, 1, 1, 1, 'Felpaw Scavenger - Rugged Hide'),
|
||
(8960, 11512, 0, 50, 0, 1, 0, 1, 1, 'Felpaw Scavenger - Patch of Tainted Skin'),
|
||
(8961, 4304, 0, 42.8972, 0, 1, 1, 1, 1, 'Felpaw Ravager - Thick Leather'),
|
||
(8961, 8169, 0, 3.2222, 0, 1, 1, 1, 1, 'Felpaw Ravager - Thick Hide'),
|
||
(8961, 8170, 0, 49.4816, 0, 1, 1, 1, 1, 'Felpaw Ravager - Rugged Leather'),
|
||
(8961, 8171, 0, 4.3149, 0, 1, 1, 1, 1, 'Felpaw Ravager - Rugged Hide'),
|
||
(8961, 11512, 0, 50, 0, 1, 0, 1, 1, 'Felpaw Ravager - Patch of Tainted Skin'),
|
||
(9029, 4304, 0, 43.75, 0, 1, 1, 1, 2, 'Eviscerator - Thick Leather'),
|
||
(9029, 8169, 0, 6.25, 0, 1, 1, 1, 1, 'Eviscerator - Thick Hide'),
|
||
(9029, 8170, 0, 43.75, 0, 1, 1, 1, 2, 'Eviscerator - Rugged Leather'),
|
||
(9042, 4304, 0, 33.1, 0, 1, 1, 1, 2, 'Verek - Thick Leather'),
|
||
(9042, 8169, 0, 3.9, 0, 1, 1, 1, 1, 'Verek - Thick Hide'),
|
||
(9042, 8170, 0, 57.4, 0, 1, 1, 1, 2, 'Verek - Rugged Leather'),
|
||
(9042, 8171, 0, 5.6, 0, 1, 1, 1, 1, 'Verek - Rugged Hide'),
|
||
(9096, 4304, 0, 4.7929, 0, 1, 1, 1, 2, 'Rage Talon Dragonspawn - Thick Leather'),
|
||
(9096, 8165, 0, 10.7067, 0, 1, 1, 1, 1, 'Rage Talon Dragonspawn - Worn Dragonscale'),
|
||
(9096, 8170, 0, 55.6133, 0, 1, 1, 1, 2, 'Rage Talon Dragonspawn - Rugged Leather'),
|
||
(9096, 8171, 0, 4.6629, 0, 1, 1, 1, 1, 'Rage Talon Dragonspawn - Rugged Hide'),
|
||
(9096, 15416, 0, 24.208, 0, 1, 1, 1, 1, 'Rage Talon Dragonspawn - Black Dragonscale'),
|
||
(9162, 4304, 0, 75.6962, 0, 1, 1, 1, 1, 'Young Diemetradon - Thick Leather'),
|
||
(9162, 8169, 0, 2.7342, 0, 1, 1, 1, 1, 'Young Diemetradon - Thick Hide'),
|
||
(9162, 8170, 0, 21.5696, 0, 1, 1, 1, 1, 'Young Diemetradon - Rugged Leather'),
|
||
(9163, 4304, 0, 43.0807, 0, 1, 1, 1, 1, 'Diemetradon - Thick Leather'),
|
||
(9163, 8169, 0, 3.0129, 0, 1, 1, 1, 1, 'Diemetradon - Thick Hide'),
|
||
(9163, 8170, 0, 49.863, 0, 1, 1, 1, 1, 'Diemetradon - Rugged Leather'),
|
||
(9163, 8171, 0, 4.0433, 0, 1, 1, 1, 1, 'Diemetradon - Rugged Hide'),
|
||
(9164, 4304, 0, 41.7995, 0, 1, 1, 1, 1, 'Elder Diemetradon - Thick Leather'),
|
||
(9164, 8169, 0, 3.228, 0, 1, 1, 1, 1, 'Elder Diemetradon - Thick Hide'),
|
||
(9164, 8170, 0, 51.0989, 0, 1, 1, 1, 1, 'Elder Diemetradon - Rugged Leather'),
|
||
(9164, 8171, 0, 3.8736, 0, 1, 1, 1, 1, 'Elder Diemetradon - Rugged Hide'),
|
||
(9165, 4304, 0, 74.5868, 0, 1, 1, 1, 1, 'Fledgling Pterrordax - Thick Leather'),
|
||
(9165, 8169, 0, 2.6171, 0, 1, 1, 1, 1, 'Fledgling Pterrordax - Thick Hide'),
|
||
(9165, 8170, 0, 22.7961, 0, 1, 1, 1, 1, 'Fledgling Pterrordax - Rugged Leather'),
|
||
(9166, 4304, 0, 76.4645, 0, 1, 1, 1, 1, 'Pterrordax - Thick Leather'),
|
||
(9166, 8169, 0, 2.8251, 0, 1, 1, 1, 1, 'Pterrordax - Thick Hide'),
|
||
(9166, 8170, 0, 20.7104, 0, 1, 1, 1, 1, 'Pterrordax - Rugged Leather'),
|
||
(9167, 4304, 0, 42.9363, 0, 1, 1, 1, 1, 'Frenzied Pterrordax - Thick Leather'),
|
||
(9167, 8169, 0, 2.9917, 0, 1, 1, 1, 1, 'Frenzied Pterrordax - Thick Hide'),
|
||
(9167, 8170, 0, 49.6066, 0, 1, 1, 1, 1, 'Frenzied Pterrordax - Rugged Leather'),
|
||
(9167, 8171, 0, 4.4543, 0, 1, 1, 1, 1, 'Frenzied Pterrordax - Rugged Hide'),
|
||
(9318, 4304, 0, 77.5408, 0, 1, 1, 1, 1, 'Incendosaur - Thick Leather'),
|
||
(9318, 8169, 0, 2.7263, 0, 1, 1, 1, 1, 'Incendosaur - Thick Hide'),
|
||
(9318, 8170, 0, 19.7329, 0, 1, 1, 1, 1, 'Incendosaur - Rugged Leather'),
|
||
(9416, 4304, 0, 44.3, 0, 1, 1, 1, 2, 'Scarshield Worg - Thick Leather'),
|
||
(9416, 8169, 0, 3.1, 0, 1, 1, 1, 1, 'Scarshield Worg - Thick Hide'),
|
||
(9416, 8170, 0, 47.9, 0, 1, 1, 1, 2, 'Scarshield Worg - Rugged Leather'),
|
||
(9416, 8171, 0, 4.7, 0, 1, 1, 1, 1, 'Scarshield Worg - Rugged Hide'),
|
||
(9461, 4304, 0, 25.3521, 0, 1, 1, 1, 2, 'Frenzied Black Drake - Thick Leather'),
|
||
(9461, 8165, 0, 8.4507, 0, 1, 1, 1, 1, 'Frenzied Black Drake - Worn Dragonscale'),
|
||
(9461, 8169, 0, 4.2254, 0, 1, 1, 1, 1, 'Frenzied Black Drake - Thick Hide'),
|
||
(9461, 8170, 0, 45.0704, 0, 1, 1, 1, 2, 'Frenzied Black Drake - Rugged Leather'),
|
||
(9461, 8171, 0, 2.8169, 0, 1, 1, 1, 1, 'Frenzied Black Drake - Rugged Hide'),
|
||
(9461, 15416, 0, 14.0845, 0, 1, 1, 1, 1, 'Frenzied Black Drake - Black Dragonscale'),
|
||
(9568, 4304, 0, 7.1429, 0, 1, 1, 1, 2, 'Overlord Wyrmthalak - Thick Leather'),
|
||
(9568, 8165, 0, 9.8214, 0, 1, 1, 1, 1, 'Overlord Wyrmthalak - Worn Dragonscale'),
|
||
(9568, 8170, 0, 43.75, 0, 1, 1, 1, 2, 'Overlord Wyrmthalak - Rugged Leather'),
|
||
(9568, 8171, 0, 4.4643, 0, 1, 1, 1, 1, 'Overlord Wyrmthalak - Rugged Hide'),
|
||
(9568, 15416, 0, 34.8214, 0, 1, 1, 1, 1, 'Overlord Wyrmthalak - Black Dragonscale'),
|
||
(9622, 4304, 0, 47.5096, 0, 1, 1, 1, 1, 'U\'cha - Thick Leather'),
|
||
(9622, 8169, 0, 2.8736, 0, 1, 1, 1, 1, 'U\'cha - Thick Hide'),
|
||
(9622, 8170, 0, 46.5517, 0, 1, 1, 1, 1, 'U\'cha - Rugged Leather'),
|
||
(9622, 8171, 0, 3.0651, 0, 1, 1, 1, 1, 'U\'cha - Rugged Hide'),
|
||
(9683, 4304, 0, 77.2672, 0, 1, 1, 1, 1, 'Lar\'korwi Mate - Thick Leather'),
|
||
(9683, 8169, 0, 3.2648, 0, 1, 1, 1, 1, 'Lar\'korwi Mate - Thick Hide'),
|
||
(9683, 8170, 0, 19.468, 0, 1, 1, 1, 1, 'Lar\'korwi Mate - Rugged Leather'),
|
||
(9684, 4304, 0, 12.9032, 0, 1, 1, 1, 1, 'Lar\'korwi - Thick Leather'),
|
||
(9684, 8170, 0, 83.2845, 0, 1, 1, 1, 1, 'Lar\'korwi - Rugged Leather'),
|
||
(9684, 8171, 0, 3.8123, 0, 1, 1, 1, 1, 'Lar\'korwi - Rugged Hide'),
|
||
(9690, 4304, 0, 39.6, 0, 1, 1, 1, 1, 'Ember Worg - Thick Leather'),
|
||
(9690, 8169, 0, 2.7, 0, 1, 1, 1, 1, 'Ember Worg - Thick Hide'),
|
||
(9690, 8170, 0, 53.3, 0, 1, 1, 1, 1, 'Ember Worg - Rugged Leather'),
|
||
(9690, 8171, 0, 4.4, 0, 1, 1, 1, 1, 'Ember Worg - Rugged Hide'),
|
||
(9691, 4304, 0, 10.3426, 0, 1, 1, 1, 1, 'Venomtip Scorpid - Thick Leather'),
|
||
(9691, 8154, 0, 21.0474, 0, 1, 1, 1, 2, 'Venomtip Scorpid - Scorpid Scale'),
|
||
(9691, 8169, 0, 2.0092, 0, 1, 1, 1, 1, 'Venomtip Scorpid - Thick Hide'),
|
||
(9691, 8170, 0, 33.8603, 0, 1, 1, 1, 1, 'Venomtip Scorpid - Rugged Leather'),
|
||
(9691, 8171, 0, 2.5362, 0, 1, 1, 1, 1, 'Venomtip Scorpid - Rugged Hide'),
|
||
(9691, 15408, 0, 30.2042, 0, 1, 1, 1, 1, 'Venomtip Scorpid - Heavy Scorpid Scale'),
|
||
(9694, 4304, 0, 38.7, 0, 1, 1, 1, 1, 'Slavering Ember Worg - Thick Leather'),
|
||
(9694, 8169, 0, 3.3, 0, 1, 1, 1, 1, 'Slavering Ember Worg - Thick Hide'),
|
||
(9694, 8170, 0, 54.1, 0, 1, 1, 1, 1, 'Slavering Ember Worg - Rugged Leather'),
|
||
(9694, 8171, 0, 3.9, 0, 1, 1, 1, 1, 'Slavering Ember Worg - Rugged Hide'),
|
||
(9695, 4304, 0, 9.0772, 0, 1, 1, 1, 1, 'Deathlash Scorpid - Thick Leather'),
|
||
(9695, 8154, 0, 16.7927, 0, 1, 1, 1, 2, 'Deathlash Scorpid - Scorpid Scale'),
|
||
(9695, 8169, 0, 2.2693, 0, 1, 1, 1, 1, 'Deathlash Scorpid - Thick Hide'),
|
||
(9695, 8170, 0, 38.2753, 0, 1, 1, 1, 1, 'Deathlash Scorpid - Rugged Leather'),
|
||
(9695, 8171, 0, 2.4206, 0, 1, 1, 1, 1, 'Deathlash Scorpid - Rugged Hide'),
|
||
(9695, 15408, 0, 31.1649, 0, 1, 1, 1, 1, 'Deathlash Scorpid - Heavy Scorpid Scale'),
|
||
(9696, 4304, 0, 11.4, 0, 1, 1, 1, 2, 'Bloodaxe Worg - Thick Leather'),
|
||
(9696, 8170, 0, 83.9, 0, 1, 1, 1, 2, 'Bloodaxe Worg - Rugged Leather'),
|
||
(9696, 8171, 0, 4.7, 0, 1, 1, 1, 1, 'Bloodaxe Worg - Rugged Hide'),
|
||
(9697, 4304, 0, 37.3, 0, 1, 1, 1, 1, 'Giant Ember Worg - Thick Leather'),
|
||
(9697, 8169, 0, 5.5, 0, 1, 1, 1, 1, 'Giant Ember Worg - Thick Hide'),
|
||
(9697, 8170, 0, 51.8, 0, 1, 1, 1, 1, 'Giant Ember Worg - Rugged Leather'),
|
||
(9697, 8171, 0, 5.5, 0, 1, 1, 1, 1, 'Giant Ember Worg - Rugged Hide'),
|
||
(9698, 4304, 0, 10.1504, 0, 1, 1, 1, 1, 'Firetail Scorpid - Thick Leather'),
|
||
(9698, 8169, 0, 1.8797, 0, 1, 1, 1, 1, 'Firetail Scorpid - Thick Hide'),
|
||
(9698, 8170, 0, 48.1203, 0, 1, 1, 1, 1, 'Firetail Scorpid - Rugged Leather'),
|
||
(9698, 15408, 0, 39.8496, 0, 1, 1, 1, 2, 'Firetail Scorpid - Heavy Scorpid Scale'),
|
||
(9701, 4304, 0, 9.1168, 0, 1, 1, 1, 1, 'Spire Scorpid - Thick Leather'),
|
||
(9701, 8169, 0, 4.7009, 0, 1, 1, 1, 1, 'Spire Scorpid - Thick Hide'),
|
||
(9701, 8170, 0, 46.8661, 0, 1, 1, 1, 1, 'Spire Scorpid - Rugged Leather'),
|
||
(9701, 15408, 0, 39.0313, 0, 1, 1, 1, 2, 'Spire Scorpid - Heavy Scorpid Scale'),
|
||
(10083, 4304, 0, 5.3833, 0, 1, 1, 1, 2, 'Rage Talon Flamescale - Thick Leather'),
|
||
(10083, 8165, 0, 9.5963, 0, 1, 1, 1, 1, 'Rage Talon Flamescale - Worn Dragonscale'),
|
||
(10083, 8170, 0, 53.5401, 0, 1, 1, 1, 2, 'Rage Talon Flamescale - Rugged Leather'),
|
||
(10083, 8171, 0, 6.0854, 0, 1, 1, 1, 1, 'Rage Talon Flamescale - Rugged Hide'),
|
||
(10083, 15416, 0, 25.395, 0, 1, 1, 1, 1, 'Rage Talon Flamescale - Black Dragonscale'),
|
||
(10147, 4304, 0, 42, 0, 1, 1, 1, 1, NULL),
|
||
(10147, 8169, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(10147, 8170, 0, 51, 0, 1, 1, 1, 1, NULL),
|
||
(10147, 8171, 0, 4, 0, 1, 1, 1, 1, NULL),
|
||
(10147, 11512, 0, 50, 0, 1, 0, 1, 1, NULL),
|
||
(10150, 4304, 0, 74.7, 0, 1, 1, 1, 2, NULL),
|
||
(10150, 8169, 0, 4.2, 0, 1, 1, 1, 1, NULL),
|
||
(10150, 8170, 0, 21.1, 0, 1, 1, 1, 2, NULL),
|
||
(10156, 4304, 0, 10.5, 0, 1, 1, 1, 2, 'Scott\'s Test Dummy - Thick Leather'),
|
||
(10156, 8170, 0, 85.3, 0, 1, 1, 1, 2, 'Scott\'s Test Dummy - Rugged Leather'),
|
||
(10156, 8171, 0, 4.2, 0, 1, 1, 1, 1, 'Scott\'s Test Dummy - Rugged Hide'),
|
||
(10184, 15410, 0, 100, 0, 1, 1, 2, 4, 'Onyxia - Scale of Onyxia'),
|
||
(10196, 8165, 0, 7.1429, 0, 1, 1, 1, 1, 'General Colbatann - Worn Dragonscale'),
|
||
(10196, 8170, 0, 57.1429, 0, 1, 1, 1, 2, 'General Colbatann - Rugged Leather'),
|
||
(10196, 15415, 0, 28.5714, 0, 1, 1, 1, 1, 'General Colbatann - Blue Dragonscale'),
|
||
(10197, 4304, 0, 46.6667, 0, 1, 1, 1, 1, 'Mezzir the Howler - Thick Leather'),
|
||
(10197, 8169, 0, 5, 0, 1, 1, 1, 1, 'Mezzir the Howler - Thick Hide'),
|
||
(10197, 8170, 0, 43.3333, 0, 1, 1, 1, 1, 'Mezzir the Howler - Rugged Leather'),
|
||
(10197, 8171, 0, 5, 0, 1, 1, 1, 1, 'Mezzir the Howler - Rugged Hide'),
|
||
(10200, 4304, 0, 14.2857, 0, 1, 1, 1, 1, 'Rak\'shiri - Thick Leather'),
|
||
(10200, 8170, 0, 76.1905, 0, 1, 1, 1, 1, 'Rak\'shiri - Rugged Leather'),
|
||
(10200, 8171, 0, 9.5238, 0, 1, 1, 1, 1, 'Rak\'shiri - Rugged Hide'),
|
||
(10202, 4304, 0, 4.3478, 0, 1, 1, 1, 1, 'Azurous - Thick Leather'),
|
||
(10202, 8165, 0, 4.3478, 0, 1, 1, 1, 1, 'Azurous - Worn Dragonscale'),
|
||
(10202, 8170, 0, 65.2174, 0, 1, 1, 1, 2, 'Azurous - Rugged Leather'),
|
||
(10202, 15415, 0, 26.087, 0, 1, 1, 1, 1, 'Azurous - Blue Dragonscale'),
|
||
(10220, 8170, 0, 80, 0, 1, 1, 3, 5, 'Halycon - Rugged Leather'),
|
||
(10220, 8171, 0, 20, 0, 1, 1, 1, 1, 'Halycon - Rugged Hide'),
|
||
(10221, 4304, 0, 41.6, 0, 1, 1, 1, 2, 'Bloodaxe Worg Pup - Thick Leather'),
|
||
(10221, 8169, 0, 2.8, 0, 1, 1, 1, 1, 'Bloodaxe Worg Pup - Thick Hide'),
|
||
(10221, 8170, 0, 51.8, 0, 1, 1, 1, 2, 'Bloodaxe Worg Pup - Rugged Leather'),
|
||
(10221, 8171, 0, 3.8, 0, 1, 1, 1, 1, 'Bloodaxe Worg Pup - Rugged Hide'),
|
||
(10257, 4304, 0, 15, 0, 1, 1, 1, 1, 'Bijou - Thick Leather'),
|
||
(10257, 8170, 0, 60, 0, 1, 1, 1, 1, 'Bijou - Rugged Leather'),
|
||
(10257, 8171, 0, 5, 0, 1, 1, 1, 1, 'Bijou - Rugged Hide'),
|
||
(10257, 19768, 0, 20, 0, 1, 1, 1, 1, 'Bijou - Primal Tiger Leather'),
|
||
(10258, 4304, 0, 4.8148, 0, 1, 1, 1, 2, 'Rookery Guardian - Thick Leather'),
|
||
(10258, 8165, 0, 12.5926, 0, 1, 1, 1, 1, 'Rookery Guardian - Worn Dragonscale'),
|
||
(10258, 8170, 0, 52.963, 0, 1, 1, 1, 2, 'Rookery Guardian - Rugged Leather'),
|
||
(10258, 8171, 0, 4.0741, 0, 1, 1, 1, 1, 'Rookery Guardian - Rugged Hide'),
|
||
(10258, 15416, 0, 25.5556, 0, 1, 1, 1, 1, 'Rookery Guardian - Black Dragonscale'),
|
||
(10264, 4304, 0, 2.1277, 0, 1, 1, 1, 1, 'Solakar Flamewreath - Thick Leather'),
|
||
(10264, 8165, 0, 14.8936, 0, 1, 1, 1, 1, 'Solakar Flamewreath - Worn Dragonscale'),
|
||
(10264, 8170, 0, 53.1915, 0, 1, 1, 1, 2, 'Solakar Flamewreath - Rugged Leather'),
|
||
(10264, 8171, 0, 8.5106, 0, 1, 1, 1, 1, 'Solakar Flamewreath - Rugged Hide'),
|
||
(10264, 15416, 0, 21.2766, 0, 1, 1, 1, 1, 'Solakar Flamewreath - Black Dragonscale'),
|
||
(10268, 8170, 0, 90.8397, 0, 1, 1, 3, 5, 'Gizrul the Slavener - Rugged Leather'),
|
||
(10268, 8171, 0, 9.1603, 0, 1, 1, 1, 1, 'Gizrul the Slavener - Rugged Hide'),
|
||
(10321, 4304, 0, 2.299, 0, 1, 0, 1, 1, 'Emberstrife - Thick Leather'),
|
||
(10321, 8165, 0, 14.943, 0, 1, 0, 1, 1, 'Emberstrife - Worn Dragonscale'),
|
||
(10321, 8170, 0, 48.276, 0, 1, 0, 1, 2, 'Emberstrife - Rugged Leather'),
|
||
(10321, 8171, 0, 6.322, 0, 1, 0, 1, 1, 'Emberstrife - Rugged Hide'),
|
||
(10321, 15416, 0, 24.713, 0, 1, 0, 1, 1, 'Emberstrife - Black Dragonscale'),
|
||
(10339, 8170, 0, 95.7895, 0, 1, 0, 2, 3, 'Gyth - Rugged Leather'),
|
||
(10339, 15412, 0, 99.4737, 0, 1, 0, 1, 3, 'Gyth - Green Dragonscale'),
|
||
(10339, 15414, 0, 97.3684, 0, 1, 0, 1, 3, 'Gyth - Red Dragonscale'),
|
||
(10339, 15415, 0, 98.9474, 0, 1, 0, 1, 3, 'Gyth - Blue Dragonscale'),
|
||
(10339, 15416, 0, 95.7895, 0, 1, 0, 1, 3, 'Gyth - Black Dragonscale'),
|
||
(10363, 4304, 0, 4.3796, 0, 1, 1, 1, 2, 'General Drakkisath - Thick Leather'),
|
||
(10363, 8165, 0, 10.219, 0, 1, 1, 1, 1, 'General Drakkisath - Worn Dragonscale'),
|
||
(10363, 8170, 0, 53.2847, 0, 1, 1, 1, 2, 'General Drakkisath - Rugged Leather'),
|
||
(10363, 8171, 0, 8.0292, 0, 1, 1, 1, 1, 'General Drakkisath - Rugged Hide'),
|
||
(10363, 15416, 0, 24.0876, 0, 1, 1, 1, 1, 'General Drakkisath - Black Dragonscale'),
|
||
(10366, 4304, 0, 4.9279, 0, 1, 1, 1, 2, 'Rage Talon Dragon Guard - Thick Leather'),
|
||
(10366, 8165, 0, 9.8558, 0, 1, 1, 1, 1, 'Rage Talon Dragon Guard - Worn Dragonscale'),
|
||
(10366, 8170, 0, 55.9495, 0, 1, 1, 1, 2, 'Rage Talon Dragon Guard - Rugged Leather'),
|
||
(10366, 8171, 0, 4.2668, 0, 1, 1, 1, 1, 'Rage Talon Dragon Guard - Rugged Hide'),
|
||
(10366, 15416, 0, 24.9399, 0, 1, 1, 1, 1, 'Rage Talon Dragon Guard - Black Dragonscale'),
|
||
(10371, 4304, 0, 7.6805, 0, 1, 1, 1, 2, 'Rage Talon Captain - Thick Leather'),
|
||
(10371, 8165, 0, 9.2166, 0, 1, 1, 1, 1, 'Rage Talon Captain - Worn Dragonscale'),
|
||
(10371, 8170, 0, 54.5315, 0, 1, 1, 1, 2, 'Rage Talon Captain - Rugged Leather'),
|
||
(10371, 8171, 0, 5.3763, 0, 1, 1, 1, 1, 'Rage Talon Captain - Rugged Hide'),
|
||
(10371, 15416, 0, 23.1951, 0, 1, 1, 1, 1, 'Rage Talon Captain - Black Dragonscale'),
|
||
(10372, 4304, 0, 6.2076, 0, 1, 1, 1, 2, 'Rage Talon Fire Tongue - Thick Leather'),
|
||
(10372, 8165, 0, 9.5053, 0, 1, 1, 1, 1, 'Rage Talon Fire Tongue - Worn Dragonscale'),
|
||
(10372, 8170, 0, 49.6605, 0, 1, 1, 1, 2, 'Rage Talon Fire Tongue - Rugged Leather'),
|
||
(10372, 8171, 0, 6.2076, 0, 1, 1, 1, 1, 'Rage Talon Fire Tongue - Rugged Hide'),
|
||
(10372, 15416, 0, 28.322, 0, 1, 1, 1, 1, 'Rage Talon Fire Tongue - Black Dragonscale'),
|
||
(10430, 8170, 0, 80.0948, 0, 1, 1, 4, 6, 'The Beast - Rugged Leather'),
|
||
(10430, 8171, 0, 18.0095, 0, 1, 1, 1, 2, 'The Beast - Rugged Hide'),
|
||
(10430, 12731, 0, 1.8957, 0, 1, 1, 1, 1, 'The Beast - Pristine Hide of the Beast'),
|
||
(10442, 4304, 0, 10.3749, 0, 1, 1, 1, 1, 'Chromatic Whelp - Thick Leather'),
|
||
(10442, 8170, 0, 74.2226, 0, 1, 1, 1, 2, 'Chromatic Whelp - Rugged Leather'),
|
||
(10442, 8171, 0, 4.9404, 0, 1, 1, 1, 1, 'Chromatic Whelp - Rugged Hide'),
|
||
(10442, 15412, 0, 2.0924, 0, 1, 1, 1, 1, 'Chromatic Whelp - Green Dragonscale'),
|
||
(10442, 15414, 0, 2.6155, 0, 1, 1, 1, 1, 'Chromatic Whelp - Red Dragonscale'),
|
||
(10442, 15415, 0, 3.0224, 0, 1, 1, 1, 1, 'Chromatic Whelp - Blue Dragonscale'),
|
||
(10442, 15416, 0, 2.7318, 0, 1, 1, 1, 1, 'Chromatic Whelp - Black Dragonscale'),
|
||
(10447, 4304, 0, 4.5968, 0, 1, 1, 1, 2, 'Chromatic Dragonspawn - Thick Leather'),
|
||
(10447, 8165, 0, 7.0565, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Worn Dragonscale'),
|
||
(10447, 8170, 0, 57.0161, 0, 1, 1, 1, 2, 'Chromatic Dragonspawn - Rugged Leather'),
|
||
(10447, 8171, 0, 5.0806, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Rugged Hide'),
|
||
(10447, 15412, 0, 6.4516, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Green Dragonscale'),
|
||
(10447, 15414, 0, 6.5323, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Red Dragonscale'),
|
||
(10447, 15415, 0, 6.4113, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Blue Dragonscale'),
|
||
(10447, 15416, 0, 6.8548, 0, 1, 1, 1, 1, 'Chromatic Dragonspawn - Black Dragonscale'),
|
||
(10659, 4304, 0, 39.4126, 0, 1, 1, 1, 1, 'Cobalt Whelp - Thick Leather'),
|
||
(10659, 8165, 0, 4.8497, 0, 1, 1, 1, 1, 'Cobalt Whelp - Worn Dragonscale'),
|
||
(10659, 8169, 0, 2.3224, 0, 1, 1, 1, 1, 'Cobalt Whelp - Thick Hide'),
|
||
(10659, 8170, 0, 46.7213, 0, 1, 1, 1, 1, 'Cobalt Whelp - Rugged Leather'),
|
||
(10659, 8171, 0, 4.0301, 0, 1, 1, 1, 1, 'Cobalt Whelp - Rugged Hide'),
|
||
(10659, 15415, 0, 2.5956, 0, 1, 1, 1, 1, 'Cobalt Whelp - Blue Dragonscale'),
|
||
(10660, 4304, 0, 40.2076, 0, 1, 1, 1, 1, 'Cobalt Broodling - Thick Leather'),
|
||
(10660, 8165, 0, 5.2595, 0, 1, 1, 1, 1, 'Cobalt Broodling - Worn Dragonscale'),
|
||
(10660, 8169, 0, 2.4913, 0, 1, 1, 1, 1, 'Cobalt Broodling - Thick Hide'),
|
||
(10660, 8170, 0, 45.1211, 0, 1, 1, 1, 1, 'Cobalt Broodling - Rugged Leather'),
|
||
(10660, 8171, 0, 4.2215, 0, 1, 1, 1, 1, 'Cobalt Broodling - Rugged Hide'),
|
||
(10660, 15415, 0, 2.699, 0, 1, 1, 1, 1, 'Cobalt Broodling - Blue Dragonscale'),
|
||
(10661, 4304, 0, 39.5804, 0, 1, 1, 1, 1, 'Spell Eater - Thick Leather'),
|
||
(10661, 8165, 0, 5.7343, 0, 1, 1, 1, 1, 'Spell Eater - Worn Dragonscale'),
|
||
(10661, 8169, 0, 3.7762, 0, 1, 1, 1, 1, 'Spell Eater - Thick Hide'),
|
||
(10661, 8170, 0, 44.7552, 0, 1, 1, 1, 1, 'Spell Eater - Rugged Leather'),
|
||
(10661, 8171, 0, 4.1958, 0, 1, 1, 1, 1, 'Spell Eater - Rugged Hide'),
|
||
(10661, 15415, 0, 1.958, 0, 1, 1, 1, 1, 'Spell Eater - Blue Dragonscale'),
|
||
(10662, 4304, 0, 6.1224, 0, 1, 1, 1, 1, 'Spellmaw - Thick Leather'),
|
||
(10662, 8165, 0, 8.1633, 0, 1, 1, 1, 1, 'Spellmaw - Worn Dragonscale'),
|
||
(10662, 8170, 0, 53.0612, 0, 1, 1, 1, 2, 'Spellmaw - Rugged Leather'),
|
||
(10662, 15415, 0, 32.6531, 0, 1, 1, 1, 1, 'Spellmaw - Blue Dragonscale'),
|
||
(10663, 4304, 0, 4.1379, 0, 1, 1, 1, 2, 'Manaclaw - Thick Leather'),
|
||
(10663, 8165, 0, 8.9655, 0, 1, 1, 1, 1, 'Manaclaw - Worn Dragonscale'),
|
||
(10663, 8170, 0, 62.069, 0, 1, 1, 1, 2, 'Manaclaw - Rugged Leather'),
|
||
(10663, 8171, 0, 4.1379, 0, 1, 1, 1, 1, 'Manaclaw - Rugged Hide'),
|
||
(10663, 15415, 0, 20.6897, 0, 1, 1, 1, 1, 'Manaclaw - Blue Dragonscale'),
|
||
(10664, 4304, 0, 1.5873, 0, 1, 1, 1, 1, 'Scryer - Thick Leather'),
|
||
(10664, 8165, 0, 11.1111, 0, 1, 1, 1, 1, 'Scryer - Worn Dragonscale'),
|
||
(10664, 8170, 0, 53.9683, 0, 1, 1, 1, 2, 'Scryer - Rugged Leather'),
|
||
(10664, 8171, 0, 3.1746, 0, 1, 1, 1, 1, 'Scryer - Rugged Hide'),
|
||
(10664, 15415, 0, 30.1587, 0, 1, 1, 1, 1, 'Scryer - Blue Dragonscale'),
|
||
(10678, 4304, 0, 15.3068, 0, 1, 1, 1, 1, 'Plagued Hatchling - Thick Leather'),
|
||
(10678, 8165, 0, 5.1642, 0, 1, 1, 1, 1, 'Plagued Hatchling - Worn Dragonscale'),
|
||
(10678, 8170, 0, 74.6747, 0, 1, 1, 1, 1, 'Plagued Hatchling - Rugged Leather'),
|
||
(10678, 8171, 0, 4.7924, 0, 1, 1, 1, 1, 'Plagued Hatchling - Rugged Hide'),
|
||
(10683, 4304, 0, 4.5593, 0, 1, 1, 1, 2, 'Rookery Hatcher - Thick Leather'),
|
||
(10683, 8165, 0, 9.1185, 0, 1, 1, 1, 1, 'Rookery Hatcher - Worn Dragonscale'),
|
||
(10683, 8170, 0, 55.0152, 0, 1, 1, 1, 2, 'Rookery Hatcher - Rugged Leather'),
|
||
(10683, 8171, 0, 4.2553, 0, 1, 1, 1, 1, 'Rookery Hatcher - Rugged Hide'),
|
||
(10683, 15416, 0, 27.0517, 0, 1, 1, 1, 1, 'Rookery Hatcher - Black Dragonscale'),
|
||
(10737, 4304, 0, 9.6774, 0, 1, 1, 1, 2, 'Shy-Rotam - Thick Leather'),
|
||
(10737, 8170, 0, 87.0968, 0, 1, 1, 1, 2, 'Shy-Rotam - Rugged Leather'),
|
||
(10737, 8171, 0, 3.2258, 0, 1, 1, 1, 1, 'Shy-Rotam - Rugged Hide'),
|
||
(10741, 4304, 0, 9.5238, 0, 1, 1, 1, 1, 'Sian-Rotam - Thick Leather'),
|
||
(10741, 8170, 0, 85.7143, 0, 1, 1, 1, 1, 'Sian-Rotam - Rugged Leather'),
|
||
(10741, 8171, 0, 4.7619, 0, 1, 1, 1, 1, 'Sian-Rotam - Rugged Hide'),
|
||
(10806, 4304, 0, 12, 0, 1, 1, 1, 1, 'Ursius - Thick Leather'),
|
||
(10806, 8170, 0, 66.6667, 0, 1, 1, 1, 1, 'Ursius - Rugged Leather'),
|
||
(10806, 8171, 0, 6.6667, 0, 1, 1, 1, 1, 'Ursius - Rugged Hide'),
|
||
(10806, 15419, 0, 14.6667, 0, 1, 1, 1, 1, 'Ursius - Warbear Leather'),
|
||
(10807, 8171, 0, 9.322, 0, 1, 1, 1, 1, 'Brumeran - Rugged Hide'),
|
||
(10807, 8170, 0, 83.05, 0, 1, 1, 1, 1, 'Brumeran - Rugged Leather'),
|
||
(10807, 4304, 0, 7.628, 0, 1, 1, 1, 1, 'Brumeran - Thick Leather'),
|
||
(10814, 4304, 0, 5.2342, 0, 1, 1, 1, 2, 'Chromatic Elite Guard - Thick Leather'),
|
||
(10814, 8165, 0, 8.5399, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Worn Dragonscale'),
|
||
(10814, 8170, 0, 48.7603, 0, 1, 1, 1, 2, 'Chromatic Elite Guard - Rugged Leather'),
|
||
(10814, 8171, 0, 6.6116, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Rugged Hide'),
|
||
(10814, 15412, 0, 7.1625, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Green Dragonscale'),
|
||
(10814, 15414, 0, 7.989, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Red Dragonscale'),
|
||
(10814, 15415, 0, 7.1625, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Blue Dragonscale'),
|
||
(10814, 15416, 0, 8.5399, 0, 1, 1, 1, 1, 'Chromatic Elite Guard - Black Dragonscale'),
|
||
(10981, 4304, 0, 73.7, 0, 1, 1, 1, 1, 'Frostwolf - Thick Leather'),
|
||
(10981, 8169, 0, 5.3, 0, 1, 1, 1, 1, 'Frostwolf - Thick Hide'),
|
||
(10981, 8170, 0, 21, 0, 1, 1, 1, 1, 'Frostwolf - Rugged Leather'),
|
||
(10990, 4304, 0, 75.9463, 0, 1, 1, 1, 1, 'Alterac Ram - Thick Leather'),
|
||
(10990, 8169, 0, 3.0666, 0, 1, 1, 1, 1, 'Alterac Ram - Thick Hide'),
|
||
(10990, 8170, 0, 20.9871, 0, 1, 1, 1, 1, 'Alterac Ram - Rugged Leather'),
|
||
(11357, 4304, 0, 17.0904, 0, 1, 1, 1, 2, 'Son of Hakkar - Thick Leather'),
|
||
(11357, 8170, 0, 77.6836, 0, 1, 1, 1, 2, 'Son of Hakkar - Rugged Leather'),
|
||
(11357, 8171, 0, 5.226, 0, 1, 1, 1, 1, 'Son of Hakkar - Rugged Hide'),
|
||
(11359, 8170, 0, 95.122, 0, 1, 1, 1, 3, 'Soulflayer - Rugged Leather'),
|
||
(11359, 8171, 0, 4.878, 0, 1, 1, 1, 1, 'Soulflayer - Rugged Hide'),
|
||
(11360, 4304, 0, 17.0012, 0, 1, 1, 1, 2, 'Zulian Cub - Thick Leather'),
|
||
(11360, 8170, 0, 59.268, 0, 1, 1, 1, 2, 'Zulian Cub - Rugged Leather'),
|
||
(11360, 8171, 0, 5.9032, 0, 1, 1, 1, 1, 'Zulian Cub - Rugged Hide'),
|
||
(11360, 19768, 0, 17.8276, 0, 1, 1, 1, 1, 'Zulian Cub - Primal Tiger Leather'),
|
||
(11361, 4304, 0, 13.6496, 0, 1, 1, 1, 2, 'Zulian Tiger - Thick Leather'),
|
||
(11361, 8170, 0, 60.8822, 0, 1, 1, 1, 2, 'Zulian Tiger - Rugged Leather'),
|
||
(11361, 8171, 0, 5.3267, 0, 1, 1, 1, 1, 'Zulian Tiger - Rugged Hide'),
|
||
(11361, 19768, 0, 20.1415, 0, 1, 1, 1, 1, 'Zulian Tiger - Primal Tiger Leather'),
|
||
(11365, 4304, 0, 14.0553, 0, 1, 1, 1, 2, 'Zulian Panther - Thick Leather'),
|
||
(11365, 8170, 0, 80.8756, 0, 1, 1, 1, 2, 'Zulian Panther - Rugged Leather'),
|
||
(11365, 8171, 0, 5.0691, 0, 1, 1, 1, 1, 'Zulian Panther - Rugged Hide'),
|
||
(11368, 4304, 0, 14.703, 0, 1, 1, 1, 1, 'Bloodseeker Bat - Thick Leather'),
|
||
(11368, 8170, 0, 70.099, 0, 1, 1, 1, 1, 'Bloodseeker Bat - Rugged Leather'),
|
||
(11368, 8171, 0, 5.3465, 0, 1, 1, 1, 1, 'Bloodseeker Bat - Rugged Hide'),
|
||
(11368, 19767, 0, 9.8515, 0, 1, 1, 1, 1, 'Bloodseeker Bat - Primal Bat Leather'),
|
||
(11371, 4304, 0, 15.2766, 0, 1, 1, 1, 2, 'Razzashi Serpent - Thick Leather'),
|
||
(11371, 8170, 0, 80.2642, 0, 1, 1, 1, 2, 'Razzashi Serpent - Rugged Leather'),
|
||
(11371, 8171, 0, 4.4591, 0, 1, 1, 1, 1, 'Razzashi Serpent - Rugged Hide'),
|
||
(11372, 4304, 0, 17.4419, 0, 1, 1, 1, 2, 'Razzashi Adder - Thick Leather'),
|
||
(11372, 8170, 0, 77.3902, 0, 1, 1, 1, 2, 'Razzashi Adder - Rugged Leather'),
|
||
(11372, 8171, 0, 5.168, 0, 1, 1, 1, 1, 'Razzashi Adder - Rugged Hide'),
|
||
(11373, 4304, 0, 14.241, 0, 1, 1, 1, 1, 'Razzashi Cobra - Thick Leather'),
|
||
(11373, 8170, 0, 79.9687, 0, 1, 1, 1, 1, 'Razzashi Cobra - Rugged Leather'),
|
||
(11373, 8171, 0, 5.7903, 0, 1, 1, 1, 1, 'Razzashi Cobra - Rugged Hide'),
|
||
(11496, 8170, 0, 100, 0, 1, 1, 1, 1, 'Immol\'thar - Rugged Leather'),
|
||
(11497, 8171, 0, 11.764, 0, 1, 0, 1, 1, 'The Razza - Rugged Hide'),
|
||
(11497, 8170, 0, 82.823, 0, 1, 0, 1, 1, 'The Razza - Rugged Leather'),
|
||
(11497, 4304, 0, 5.413, 0, 1, 0, 1, 1, 'The Razza - Thick Leather'),
|
||
(11583, 15416, 0, 100, 0, 1, 1, 5, 8, 'Nefarian - Black Dragonscale'),
|
||
(11673, 17012, 0, 100, 0, 1, 1, 1, 1, 'Ancient Core Hound - Core Leather'),
|
||
(11698, 20498, 0, 31.5467, 0, 1, 1, 1, 2, 'Hive\'Ashi Stinger - Silithid Chitin'),
|
||
(11698, 20499, 0, 59.7243, 0, 1, 1, 1, 2, 'Hive\'Ashi Stinger - Broken Silithid Chitin'),
|
||
(11698, 20500, 0, 8.7289, 0, 1, 1, 1, 1, 'Hive\'Ashi Stinger - Light Silithid Carapace'),
|
||
(11721, 20498, 0, 39.3976, 0, 1, 1, 1, 2, 'Hive\'Ashi Worker - Silithid Chitin'),
|
||
(11721, 20499, 0, 60.4819, 0, 1, 1, 1, 2, 'Hive\'Ashi Worker - Broken Silithid Chitin'),
|
||
(11722, 20498, 0, 37.0588, 0, 1, 1, 1, 2, 'Hive\'Ashi Defender - Silithid Chitin'),
|
||
(11722, 20499, 0, 62.9412, 0, 1, 1, 1, 2, 'Hive\'Ashi Defender - Broken Silithid Chitin'),
|
||
(11723, 20498, 0, 30.2552, 0, 1, 1, 1, 2, 'Hive\'Ashi Sandstalker - Silithid Chitin'),
|
||
(11723, 20499, 0, 58.5662, 0, 1, 1, 1, 2, 'Hive\'Ashi Sandstalker - Broken Silithid Chitin'),
|
||
(11723, 20501, 0, 10.9356, 0, 1, 1, 1, 1, 'Hive\'Ashi Sandstalker - Heavy Silithid Carapace'),
|
||
(11724, 20498, 0, 27.4569, 0, 1, 1, 1, 2, 'Hive\'Ashi Swarmer - Silithid Chitin'),
|
||
(11724, 20499, 0, 60.9929, 0, 1, 1, 1, 2, 'Hive\'Ashi Swarmer - Broken Silithid Chitin'),
|
||
(11724, 20500, 0, 11.5502, 0, 1, 1, 1, 1, 'Hive\'Ashi Swarmer - Light Silithid Carapace'),
|
||
(11725, 20498, 0, 39.9635, 0, 1, 1, 1, 2, 'Hive\'Zora Waywatcher - Silithid Chitin'),
|
||
(11725, 20499, 0, 60.0365, 0, 1, 1, 1, 2, 'Hive\'Zora Waywatcher - Broken Silithid Chitin'),
|
||
(11726, 20498, 0, 40.709, 0, 1, 1, 1, 2, 'Hive\'Zora Tunneler - Silithid Chitin'),
|
||
(11726, 20499, 0, 59.291, 0, 1, 1, 1, 2, 'Hive\'Zora Tunneler - Broken Silithid Chitin'),
|
||
(11727, 20498, 0, 30.6137, 0, 1, 1, 1, 2, 'Hive\'Zora Wasp - Silithid Chitin'),
|
||
(11727, 20499, 0, 60.4332, 0, 1, 1, 1, 2, 'Hive\'Zora Wasp - Broken Silithid Chitin'),
|
||
(11727, 20500, 0, 8.9531, 0, 1, 1, 1, 1, 'Hive\'Zora Wasp - Light Silithid Carapace'),
|
||
(11728, 20498, 0, 30.3196, 0, 1, 1, 1, 2, 'Hive\'Zora Reaver - Silithid Chitin'),
|
||
(11728, 20499, 0, 60.4053, 0, 1, 1, 1, 2, 'Hive\'Zora Reaver - Broken Silithid Chitin'),
|
||
(11728, 20501, 0, 9.2751, 0, 1, 1, 1, 1, 'Hive\'Zora Reaver - Heavy Silithid Carapace'),
|
||
(11729, 20498, 0, 42.5064, 0, 1, 1, 1, 2, 'Hive\'Zora Hive Sister - Silithid Chitin'),
|
||
(11729, 20499, 0, 57.4936, 0, 1, 1, 1, 2, 'Hive\'Zora Hive Sister - Broken Silithid Chitin'),
|
||
(11730, 20498, 0, 31.8103, 0, 1, 1, 1, 2, 'Hive\'Regal Ambusher - Silithid Chitin'),
|
||
(11730, 20499, 0, 57.1552, 0, 1, 1, 1, 2, 'Hive\'Regal Ambusher - Broken Silithid Chitin'),
|
||
(11730, 20501, 0, 11.0345, 0, 1, 1, 1, 1, 'Hive\'Regal Ambusher - Heavy Silithid Carapace'),
|
||
(11731, 20498, 0, 42.6332, 0, 1, 1, 1, 2, 'Hive\'Regal Burrower - Silithid Chitin'),
|
||
(11731, 20499, 0, 57.3668, 0, 1, 1, 1, 2, 'Hive\'Regal Burrower - Broken Silithid Chitin'),
|
||
(11732, 20498, 0, 30.0806, 0, 1, 1, 1, 2, 'Hive\'Regal Spitfire - Silithid Chitin'),
|
||
(11732, 20499, 0, 58.629, 0, 1, 1, 1, 2, 'Hive\'Regal Spitfire - Broken Silithid Chitin'),
|
||
(11732, 20500, 0, 11.2903, 0, 1, 1, 1, 1, 'Hive\'Regal Spitfire - Light Silithid Carapace'),
|
||
(11733, 20498, 0, 40.4384, 0, 1, 1, 1, 2, 'Hive\'Regal Slavemaker - Silithid Chitin'),
|
||
(11733, 20499, 0, 59.5616, 0, 1, 1, 1, 2, 'Hive\'Regal Slavemaker - Broken Silithid Chitin'),
|
||
(11734, 20498, 0, 27.3794, 0, 1, 1, 1, 2, 'Hive\'Regal Hive Lord - Silithid Chitin'),
|
||
(11734, 20499, 0, 61.6688, 0, 1, 1, 1, 2, 'Hive\'Regal Hive Lord - Broken Silithid Chitin'),
|
||
(11734, 20501, 0, 10.9518, 0, 1, 1, 1, 1, 'Hive\'Regal Hive Lord - Heavy Silithid Carapace'),
|
||
(11735, 4304, 0, 9.913, 0, 1, 1, 1, 1, 'Stonelash Scorpid - Thick Leather'),
|
||
(11735, 8169, 0, 4.5093, 0, 1, 1, 1, 1, 'Stonelash Scorpid - Thick Hide'),
|
||
(11735, 8170, 0, 44.0745, 0, 1, 1, 1, 1, 'Stonelash Scorpid - Rugged Leather'),
|
||
(11735, 15408, 0, 41.5031, 0, 1, 1, 1, 2, 'Stonelash Scorpid - Heavy Scorpid Scale'),
|
||
(11736, 4304, 0, 10.4639, 0, 1, 1, 1, 1, 'Stonelash Pincer - Thick Leather'),
|
||
(11736, 8169, 0, 5.2728, 0, 1, 1, 1, 1, 'Stonelash Pincer - Thick Hide'),
|
||
(11736, 8170, 0, 46.0249, 0, 1, 1, 1, 1, 'Stonelash Pincer - Rugged Leather'),
|
||
(11736, 15408, 0, 38.2383, 0, 1, 1, 1, 2, 'Stonelash Pincer - Heavy Scorpid Scale'),
|
||
(11737, 4304, 0, 9.457, 0, 1, 1, 1, 1, 'Stonelash Flayer - Thick Leather'),
|
||
(11737, 8169, 0, 5.0217, 0, 1, 1, 1, 1, 'Stonelash Flayer - Thick Hide'),
|
||
(11737, 8170, 0, 45.9852, 0, 1, 1, 1, 1, 'Stonelash Flayer - Rugged Leather'),
|
||
(11737, 15408, 0, 39.5361, 0, 1, 1, 1, 2, 'Stonelash Flayer - Heavy Scorpid Scale'),
|
||
(11740, 4304, 0, 42, 0, 1, 1, 1, 3, 'Dredge Striker - Thick Leather'),
|
||
(11740, 8169, 0, 4, 0, 1, 1, 1, 2, 'Dredge Striker - Thick Hide'),
|
||
(11740, 8170, 0, 50, 0, 1, 1, 1, 3, 'Dredge Striker - Rugged Leather'),
|
||
(11740, 8171, 0, 4, 0, 1, 1, 1, 2, 'Dredge Striker - Rugged Hide'),
|
||
(11741, 4304, 0, 42, 0, 1, 1, 1, 3, 'Dredge Crusher - Thick Leather'),
|
||
(11741, 8169, 0, 4, 0, 1, 1, 1, 2, 'Dredge Crusher - Thick Hide'),
|
||
(11741, 8170, 0, 50, 0, 1, 1, 1, 3, 'Dredge Crusher - Rugged Leather'),
|
||
(11741, 8171, 0, 4, 0, 1, 1, 1, 2, 'Dredge Crusher - Rugged Hide'),
|
||
(11981, 15416, 0, 100, 0, 1, 1, 2, 4, 'Flamegor - Black Dragonscale'),
|
||
(11982, 17012, 0, 100, 0, 1, 1, 1, 1, 'Magmadar - Core Leather'),
|
||
(11983, 15416, 0, 100, 0, 1, 1, 2, 4, 'Firemaw - Black Dragonscale'),
|
||
(12037, 2319, 0, 36.8421, 0, 1, 1, 1, 1, 'Ursol\'lok - Medium Leather'),
|
||
(12037, 4234, 0, 63.1579, 0, 1, 1, 1, 1, 'Ursol\'lok - Heavy Leather'),
|
||
(12121, 4304, 0, 8.1, 0, 1, 1, 1, 2, 'Drakan - Thick Leather'),
|
||
(12121, 8170, 0, 83.1, 0, 1, 1, 1, 2, 'Drakan - Rugged Leather'),
|
||
(12121, 8171, 0, 7.3, 0, 1, 1, 1, 1, 'Drakan - Rugged Hide'),
|
||
(12121, 25649, 0, 1.6, 0, 1, 1, 3, 3, 'Drakan - Knothide Leather Scraps'),
|
||
(12122, 4304, 0, 15.4, 0, 1, 1, 1, 2, 'Duros - Thick Leather'),
|
||
(12122, 8170, 0, 79.7, 0, 1, 1, 1, 2, 'Duros - Rugged Leather'),
|
||
(12122, 8171, 0, 3.5, 0, 1, 1, 1, 1, 'Duros - Rugged Hide'),
|
||
(12122, 21887, 0, 0.7, 0, 1, 1, 1, 1, 'Duros - Knothide Leather'),
|
||
(12122, 25649, 0, 0.7, 0, 1, 1, 2, 2, 'Duros - Knothide Leather Scraps'),
|
||
(12129, 4304, 0, 4.7826, 0, 1, 1, 1, 2, 'Onyxian Warder - Thick Leather'),
|
||
(12129, 8165, 0, 9.7826, 0, 1, 1, 1, 1, 'Onyxian Warder - Worn Dragonscale'),
|
||
(12129, 8170, 0, 81.9565, 0, 1, 1, 1, 2, 'Onyxian Warder - Rugged Leather'),
|
||
(12129, 8171, 0, 3.4783, 0, 1, 1, 1, 1, 'Onyxian Warder - Rugged Hide'),
|
||
(12207, 4304, 0, 68.1957, 0, 1, 1, 1, 2, 'Thessala Hydra - Thick Leather'),
|
||
(12207, 8169, 0, 4.893, 0, 1, 1, 1, 1, 'Thessala Hydra - Thick Hide'),
|
||
(12207, 8170, 0, 26.9113, 0, 1, 1, 1, 2, 'Thessala Hydra - Rugged Leather'),
|
||
(100015, 783, 0, 5, 0, 1, 1, 1, 1, '10-15 drops - Light Hide'),
|
||
(12418, 4304, 0, 38.1, 0, 1, 1, 1, 1, 'Gordok Hyena - Thick Leather'),
|
||
(12418, 8169, 0, 4, 0, 1, 1, 1, 1, 'Gordok Hyena - Thick Hide'),
|
||
(12418, 8170, 0, 54.4, 0, 1, 1, 1, 1, 'Gordok Hyena - Rugged Leather'),
|
||
(12418, 8171, 0, 3.5, 0, 1, 1, 1, 1, 'Gordok Hyena - Rugged Hide'),
|
||
(12460, 8170, 0, 60.9065, 0, 1, 1, 1, 2, 'Death Talon Wyrmguard - Rugged Leather'),
|
||
(12460, 8171, 0, 4.2493, 0, 1, 1, 1, 1, 'Death Talon Wyrmguard - Rugged Hide'),
|
||
(12460, 15416, 0, 34.8442, 0, 1, 1, 1, 1, 'Death Talon Wyrmguard - Black Dragonscale'),
|
||
(12461, 8170, 0, 58.7719, 0, 1, 1, 1, 2, 'Death Talon Overseer - Rugged Leather'),
|
||
(12461, 8171, 0, 3.2164, 0, 1, 1, 1, 1, 'Death Talon Overseer - Rugged Hide'),
|
||
(12461, 15416, 0, 38.0117, 0, 1, 1, 1, 1, 'Death Talon Overseer - Black Dragonscale'),
|
||
(12463, 8170, 0, 59.6899, 0, 1, 1, 1, 2, 'Death Talon Flamescale - Rugged Leather'),
|
||
(12463, 8171, 0, 6.9767, 0, 1, 1, 1, 1, 'Death Talon Flamescale - Rugged Hide'),
|
||
(12463, 15416, 0, 33.3333, 0, 1, 1, 1, 1, 'Death Talon Flamescale - Black Dragonscale'),
|
||
(12464, 8170, 0, 63.0573, 0, 1, 1, 1, 2, 'Death Talon Seether - Rugged Leather'),
|
||
(12464, 8171, 0, 4.4586, 0, 1, 1, 1, 1, 'Death Talon Seether - Rugged Hide'),
|
||
(12464, 15416, 0, 32.4841, 0, 1, 1, 1, 1, 'Death Talon Seether - Black Dragonscale'),
|
||
(12465, 8170, 0, 60.8392, 0, 1, 1, 1, 2, 'Death Talon Wyrmkin - Rugged Leather'),
|
||
(12465, 8171, 0, 4.8951, 0, 1, 1, 1, 1, 'Death Talon Wyrmkin - Rugged Hide'),
|
||
(12465, 15416, 0, 34.2657, 0, 1, 1, 1, 1, 'Death Talon Wyrmkin - Black Dragonscale'),
|
||
(12467, 8170, 0, 61.6279, 0, 1, 1, 1, 2, 'Death Talon Captain - Rugged Leather'),
|
||
(12467, 8171, 0, 10.4651, 0, 1, 1, 1, 1, 'Death Talon Captain - Rugged Hide'),
|
||
(12467, 15416, 0, 27.907, 0, 1, 1, 1, 1, 'Death Talon Captain - Black Dragonscale'),
|
||
(12468, 8170, 0, 59.1304, 0, 1, 1, 1, 2, 'Death Talon Hatcher - Rugged Leather'),
|
||
(12468, 8171, 0, 4.3478, 0, 1, 1, 1, 1, 'Death Talon Hatcher - Rugged Hide'),
|
||
(12468, 15416, 0, 36.5217, 0, 1, 1, 1, 1, 'Death Talon Hatcher - Black Dragonscale'),
|
||
(12474, 4304, 0, 4, 0, 1, 1, 2, 2, 'Emeraldon Boughguard - Thick Leather'),
|
||
(12474, 8165, 0, 6, 0, 1, 1, 1, 1, 'Emeraldon Boughguard - Worn Dragonscale'),
|
||
(12474, 8170, 0, 58, 0, 1, 1, 1, 2, 'Emeraldon Boughguard - Rugged Leather'),
|
||
(12474, 8171, 0, 6, 0, 1, 1, 1, 1, 'Emeraldon Boughguard - Rugged Hide'),
|
||
(12474, 15412, 0, 26, 0, 1, 1, 1, 1, 'Emeraldon Boughguard - Green Dragonscale'),
|
||
(12475, 8165, 0, 5.2632, 0, 1, 1, 1, 1, 'Emeraldon Tree Warder - Worn Dragonscale'),
|
||
(12475, 8170, 0, 47.3684, 0, 1, 1, 1, 2, 'Emeraldon Tree Warder - Rugged Leather'),
|
||
(12475, 15412, 0, 47.3684, 0, 1, 1, 1, 1, 'Emeraldon Tree Warder - Green Dragonscale'),
|
||
(12476, 4304, 0, 7.6923, 0, 1, 1, 1, 2, 'Emeraldon Oracle - Thick Leather'),
|
||
(12476, 8170, 0, 69.2308, 0, 1, 1, 1, 2, 'Emeraldon Oracle - Rugged Leather'),
|
||
(12476, 15412, 0, 23.0769, 0, 1, 1, 1, 1, 'Emeraldon Oracle - Green Dragonscale'),
|
||
(12477, 4304, 0, 9.5238, 0, 1, 1, 1, 1, 'Verdantine Boughguard - Thick Leather'),
|
||
(12477, 8165, 0, 14.2857, 0, 1, 1, 1, 1, 'Verdantine Boughguard - Worn Dragonscale'),
|
||
(12477, 8170, 0, 52.381, 0, 1, 1, 1, 2, 'Verdantine Boughguard - Rugged Leather'),
|
||
(12477, 15412, 0, 23.8095, 0, 1, 1, 1, 1, 'Verdantine Boughguard - Green Dragonscale'),
|
||
(12479, 4304, 0, 4.5455, 0, 1, 1, 2, 2, 'Verdantine Tree Warder - Thick Leather'),
|
||
(12479, 8165, 0, 9.0909, 0, 1, 1, 1, 1, 'Verdantine Tree Warder - Worn Dragonscale'),
|
||
(12479, 8170, 0, 59.0909, 0, 1, 1, 1, 2, 'Verdantine Tree Warder - Rugged Leather'),
|
||
(12479, 8171, 0, 4.5455, 0, 1, 1, 1, 1, 'Verdantine Tree Warder - Rugged Hide'),
|
||
(12479, 15412, 0, 22.7273, 0, 1, 1, 1, 1, 'Verdantine Tree Warder - Green Dragonscale'),
|
||
(12498, 8165, 0, 10, 0, 1, 1, 1, 1, 'Dreamstalker - Worn Dragonscale'),
|
||
(12498, 8170, 0, 55, 0, 1, 1, 1, 2, 'Dreamstalker - Rugged Leather'),
|
||
(12498, 15412, 0, 35, 0, 1, 1, 1, 1, 'Dreamstalker - Green Dragonscale'),
|
||
(12715, 783, 0, 6, 0, 1, 1, 1, 1, NULL),
|
||
(12715, 2318, 0, 60, 0, 1, 1, 1, 2, NULL),
|
||
(12715, 2319, 0, 22, 0, 1, 1, 1, 2, NULL),
|
||
(12715, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(12715, 6470, 0, 7, 0, 1, 1, 1, 1, NULL),
|
||
(12715, 6471, 0, 2, 0, 1, 1, 1, 1, NULL),
|
||
(12739, 4304, 0, 3.1646, 0, 1, 1, 1, 2, 'Onyxia\'s Elite Guard - Thick Leather'),
|
||
(12739, 8165, 0, 9.8101, 0, 1, 1, 1, 1, 'Onyxia\'s Elite Guard - Worn Dragonscale'),
|
||
(12739, 8170, 0, 56.962, 0, 1, 1, 1, 2, 'Onyxia\'s Elite Guard - Rugged Leather'),
|
||
(12739, 8171, 0, 1.8987, 0, 1, 1, 1, 1, 'Onyxia\'s Elite Guard - Rugged Hide'),
|
||
(12739, 15416, 0, 28.1646, 0, 1, 1, 1, 1, 'Onyxia\'s Elite Guard - Black Dragonscale'),
|
||
(12800, 4304, 0, 15.3333, 0, 1, 1, 1, 2, 'Chimaerok - Thick Leather'),
|
||
(12800, 8170, 0, 79.3333, 0, 1, 1, 1, 2, 'Chimaerok - Rugged Leather'),
|
||
(12800, 8171, 0, 5.3333, 0, 1, 1, 1, 1, 'Chimaerok - Rugged Hide'),
|
||
(12801, 4304, 0, 13.6, 0, 1, 1, 1, 2, 'Arcane Chimaerok - Thick Leather'),
|
||
(12801, 8170, 0, 82.4, 0, 1, 1, 1, 2, 'Arcane Chimaerok - Rugged Leather'),
|
||
(12801, 8171, 0, 4, 0, 1, 1, 1, 1, 'Arcane Chimaerok - Rugged Hide'),
|
||
(12802, 8170, 0, 97.0588, 0, 1, 1, 1, 3, 'Chimaerok Devourer - Rugged Leather'),
|
||
(12802, 8171, 0, 2.9412, 0, 1, 1, 1, 1, 'Chimaerok Devourer - Rugged Hide'),
|
||
(12899, 4304, 0, 0, 0, 1, 1, 1, 1, 'Axtroz - Thick Leather'),
|
||
(12899, 8165, 0, 10, 0, 1, 1, 1, 1, 'Axtroz - Worn Dragonscale'),
|
||
(12899, 8170, 0, 50, 0, 1, 1, 1, 2, 'Axtroz - Rugged Leather'),
|
||
(12899, 15414, 0, 35, 0, 1, 1, 1, 2, 'Axtroz - Red Dragonscale'),
|
||
(12900, 4304, 0, 3.8462, 0, 1, 1, 1, 1, 'Somnus - Thick Leather'),
|
||
(12900, 8165, 0, 15.3846, 0, 1, 1, 1, 1, 'Somnus - Worn Dragonscale'),
|
||
(12900, 8170, 0, 46.1538, 0, 1, 1, 1, 2, 'Somnus - Rugged Leather'),
|
||
(12900, 8171, 0, 7.6923, 0, 1, 1, 1, 1, 'Somnus - Rugged Hide'),
|
||
(12900, 15412, 0, 26.9231, 0, 1, 1, 1, 1, 'Somnus - Green Dragonscale'),
|
||
(13036, 4304, 0, 10.3, 0, 1, 1, 1, 2, 'Gordok Mastiff - Thick Leather'),
|
||
(13036, 8170, 0, 84.8, 0, 1, 1, 1, 2, 'Gordok Mastiff - Rugged Leather'),
|
||
(13036, 8171, 0, 4.9, 0, 1, 1, 1, 1, 'Gordok Mastiff - Rugged Hide'),
|
||
(13136, 20498, 0, 30.4957, 0, 1, 1, 1, 2, 'Hive\'Ashi Drone - Silithid Chitin'),
|
||
(13136, 20499, 0, 59.375, 0, 1, 1, 1, 2, 'Hive\'Ashi Drone - Broken Silithid Chitin'),
|
||
(13136, 20500, 0, 10.1293, 0, 1, 1, 1, 1, 'Hive\'Ashi Drone - Light Silithid Carapace'),
|
||
(13301, 20498, 0, 34.4828, 0, 1, 1, 1, 2, 'Hive\'Ashi Ambusher - Silithid Chitin'),
|
||
(13301, 20499, 0, 63.7931, 0, 1, 1, 1, 2, 'Hive\'Ashi Ambusher - Broken Silithid Chitin'),
|
||
(13301, 20500, 0, 1.7241, 0, 1, 1, 1, 1, 'Hive\'Ashi Ambusher - Light Silithid Carapace'),
|
||
(13323, 4304, 0, 69.5132, 0, 1, 1, 1, 2, 'Subterranean Diemetradon - Thick Leather'),
|
||
(13323, 8169, 0, 5.8639, 0, 1, 1, 1, 1, 'Subterranean Diemetradon - Thick Hide'),
|
||
(13323, 8170, 0, 24.6228, 0, 1, 1, 1, 2, 'Subterranean Diemetradon - Rugged Leather'),
|
||
(13596, 4304, 0, 73.6527, 0, 1, 1, 1, 2, 'Rotgrip - Thick Leather'),
|
||
(13596, 8169, 0, 2.994, 0, 1, 1, 1, 1, 'Rotgrip - Thick Hide'),
|
||
(13596, 8170, 0, 23.3533, 0, 1, 1, 1, 2, 'Rotgrip - Rugged Leather'),
|
||
(13599, 4304, 0, 79.7235, 0, 1, 0, 1, 1, 'Stolid Snapjaw - Thick Leather'),
|
||
(13599, 8167, 0, 44.2396, 0, 1, 0, 1, 2, 'Stolid Snapjaw - Turtle Scale'),
|
||
(13599, 8169, 0, 1.8433, 0, 1, 0, 1, 1, 'Stolid Snapjaw - Thick Hide'),
|
||
(13599, 8170, 0, 17.5115, 0, 1, 0, 1, 1, 'Stolid Snapjaw - Rugged Leather'),
|
||
(13896, 4304, 0, 25, 0, 1, 0, 1, 2, 'Scalebeard - Thick Leather'),
|
||
(13896, 8167, 0, 42.8571, 0, 1, 0, 1, 3, 'Scalebeard - Turtle Scale'),
|
||
(13896, 8170, 0, 75, 0, 1, 0, 1, 2, 'Scalebeard - Rugged Leather'),
|
||
(14020, 12607, 0, 100, 0, 1, 0, 1, 1, 'Chromaggus - Brilliant Chromatic Scale'),
|
||
(14020, 15412, 0, 55.5556, 0, 1, 0, 1, 3, 'Chromaggus - Green Dragonscale'),
|
||
(14020, 15414, 0, 65.0794, 0, 1, 0, 1, 3, 'Chromaggus - Red Dragonscale'),
|
||
(14020, 15415, 0, 49.2063, 0, 1, 0, 1, 3, 'Chromaggus - Blue Dragonscale'),
|
||
(14020, 15416, 0, 49.2063, 0, 1, 0, 1, 3, 'Chromaggus - Black Dragonscale'),
|
||
(14123, 4234, 0, 42.9951, 0, 1, 0, 1, 1, 'Steeljaw Snapper - Heavy Leather'),
|
||
(14123, 4235, 0, 3.0963, 0, 1, 0, 1, 1, 'Steeljaw Snapper - Heavy Hide'),
|
||
(14123, 4304, 0, 49.8314, 0, 1, 0, 1, 1, 'Steeljaw Snapper - Thick Leather'),
|
||
(14123, 8167, 0, 49.5504, 0, 1, 0, 1, 1, 'Steeljaw Snapper - Turtle Scale'),
|
||
(14123, 8169, 0, 4.0517, 0, 1, 0, 1, 1, 'Steeljaw Snapper - Thick Hide'),
|
||
(14228, 2319, 0, 35.2941, 0, 1, 1, 1, 1, 'Giggler - Medium Leather'),
|
||
(14228, 4232, 0, 29.4118, 0, 1, 1, 1, 1, 'Giggler - Medium Hide'),
|
||
(14228, 4234, 0, 29.4118, 0, 1, 1, 1, 1, 'Giggler - Heavy Leather'),
|
||
(14228, 4235, 0, 5.8824, 0, 1, 1, 1, 1, 'Giggler - Heavy Hide'),
|
||
(14234, 4234, 0, 44.444, 0, 1, 0, 1, 1, 'Hayoc - Heavy Leather'),
|
||
(14234, 4235, 0, 2.778, 0, 1, 0, 1, 1, 'Hayoc - Heavy Hide'),
|
||
(14234, 4304, 0, 52.778, 0, 1, 0, 1, 1, 'Hayoc - Thick Leather'),
|
||
(14272, 2318, 0, 70, 0, 1, 1, 1, 2, 'Snarlflare - Light Leather'),
|
||
(14272, 7286, 0, 30, 0, 1, 1, 1, 2, 'Snarlflare - Black Whelp Scale'),
|
||
(14282, 4304, 0, 36.8, 0, 1, 1, 1, 1, 'Frostwolf Bloodhound - Thick Leather'),
|
||
(14282, 8169, 0, 3.1, 0, 1, 1, 1, 1, 'Frostwolf Bloodhound - Thick Hide'),
|
||
(14282, 8170, 0, 56.1, 0, 1, 1, 1, 1, 'Frostwolf Bloodhound - Rugged Leather'),
|
||
(14282, 8171, 0, 4, 0, 1, 1, 1, 1, 'Frostwolf Bloodhound - Rugged Hide'),
|
||
(14308, 4304, 0, 12.5, 0, 1, 1, 1, 1, 'Ferra - Thick Leather'),
|
||
(14308, 8170, 0, 60.4167, 0, 1, 1, 1, 1, 'Ferra - Rugged Leather'),
|
||
(14308, 8171, 0, 10.4167, 0, 1, 1, 1, 1, 'Ferra - Rugged Hide'),
|
||
(14308, 15419, 0, 16.6667, 0, 1, 1, 1, 1, 'Ferra - Warbear Leather'),
|
||
(14398, 4304, 0, 17.9487, 0, 1, 1, 1, 1, 'Eldreth Darter - Thick Leather'),
|
||
(14398, 8165, 0, 5.1282, 0, 1, 1, 1, 1, 'Eldreth Darter - Worn Dragonscale'),
|
||
(14398, 8170, 0, 76.9231, 0, 1, 1, 1, 1, 'Eldreth Darter - Rugged Leather'),
|
||
(14445, 4304, 0, 61.1111, 0, 1, 1, 1, 1, 'Lord Captain Wyrmak - Thick Leather'),
|
||
(14445, 8165, 0, 11.1111, 0, 1, 1, 1, 1, 'Lord Captain Wyrmak - Worn Dragonscale'),
|
||
(14445, 8169, 0, 1.8519, 0, 1, 1, 1, 1, 'Lord Captain Wyrmak - Thick Hide'),
|
||
(14445, 8170, 0, 18.5185, 0, 1, 1, 1, 1, 'Lord Captain Wyrmak - Rugged Leather'),
|
||
(14445, 15412, 0, 7.4074, 0, 1, 1, 1, 1, 'Lord Captain Wyrmak - Green Dragonscale'),
|
||
(14473, 20498, 0, 20, 0, 1, 1, 1, 1, 'Lapress - Silithid Chitin'),
|
||
(14473, 20499, 0, 60, 0, 1, 1, 1, 1, 'Lapress - Broken Silithid Chitin'),
|
||
(14473, 20501, 0, 20, 0, 1, 1, 1, 1, 'Lapress - Heavy Silithid Carapace'),
|
||
(14474, 20498, 0, 22.2, 0, 1, 1, 1, 1, 'Zora - Silithid Chitin'),
|
||
(14474, 20499, 0, 66.7, 0, 1, 1, 1, 1, 'Zora - Broken Silithid Chitin'),
|
||
(14474, 20500, 0, 11.1, 0, 1, 1, 1, 1, 'Zora - Light Silithid Carapace'),
|
||
(14475, 20498, 0, 50, 0, 1, 1, 1, 1, 'Rex Ashil - Silithid Chitin'),
|
||
(14475, 20499, 0, 50, 0, 1, 1, 1, 1, 'Rex Ashil - Broken Silithid Chitin'),
|
||
(14502, 4304, 0, 42.8571, 0, 1, 1, 1, 1, 'Xorothian Dreadsteed - Thick Leather'),
|
||
(14502, 8169, 0, 2.8571, 0, 1, 1, 1, 1, 'Xorothian Dreadsteed - Thick Hide'),
|
||
(14502, 8170, 0, 40, 0, 1, 1, 1, 1, 'Xorothian Dreadsteed - Rugged Leather'),
|
||
(14502, 8171, 0, 14.2857, 0, 1, 1, 1, 1, 'Xorothian Dreadsteed - Rugged Hide'),
|
||
(14601, 15416, 0, 100, 0, 1, 1, 2, 4, 'Ebonroc - Black Dragonscale'),
|
||
(14750, 8170, 0, 100, 0, 1, 1, 1, 1, 'Gurubashi Bat Rider - Rugged Leather'),
|
||
(14821, 4304, 0, 15.9597, 0, 1, 1, 1, 2, 'Razzashi Raptor - Thick Leather'),
|
||
(14821, 8170, 0, 79.4393, 0, 1, 1, 1, 2, 'Razzashi Raptor - Rugged Leather'),
|
||
(14821, 8171, 0, 4.601, 0, 1, 1, 1, 1, 'Razzashi Raptor - Rugged Hide'),
|
||
(15043, 4304, 0, 13.1868, 0, 1, 1, 1, 2, 'Zulian Crocolisk - Thick Leather'),
|
||
(15043, 8170, 0, 81.1966, 0, 1, 1, 1, 2, 'Zulian Crocolisk - Rugged Leather'),
|
||
(15043, 8171, 0, 5.6166, 0, 1, 1, 1, 1, 'Zulian Crocolisk - Rugged Hide'),
|
||
(15196, 4304, 0, 10.4478, 0, 1, 1, 1, 1, 'Deathclasp - Thick Leather'),
|
||
(15196, 8169, 0, 3.4826, 0, 1, 1, 1, 1, 'Deathclasp - Thick Hide'),
|
||
(15196, 8170, 0, 49.2537, 0, 1, 1, 1, 1, 'Deathclasp - Rugged Leather'),
|
||
(15196, 15408, 0, 36.8159, 0, 1, 1, 1, 2, 'Deathclasp - Heavy Scorpid Scale'),
|
||
(15286, 20499, 0, 100, 0, 1, 1, 1, 1, 'Xil\'xix - Broken Silithid Chitin'),
|
||
(15288, 20498, 0, 33.3, 0, 1, 1, 1, 1, 'Aluntir - Silithid Chitin'),
|
||
(15288, 20499, 0, 66.7, 0, 1, 1, 1, 1, 'Aluntir - Broken Silithid Chitin'),
|
||
(15290, 20498, 0, 66.7, 0, 1, 1, 1, 1, 'Arakis - Silithid Chitin'),
|
||
(15290, 20499, 0, 33.3, 0, 1, 1, 1, 1, 'Arakis - Broken Silithid Chitin'),
|
||
(15319, 20499, 0, 100, 0, 1, 1, 1, 1, 'Hive\'Zara Collector - Broken Silithid Chitin'),
|
||
(15320, 20498, 0, 22.7273, 0, 1, 1, 1, 2, 'Hive\'Zara Soldier - Silithid Chitin'),
|
||
(15320, 20499, 0, 68.1818, 0, 1, 1, 1, 2, 'Hive\'Zara Soldier - Broken Silithid Chitin'),
|
||
(15320, 20501, 0, 9.0909, 0, 1, 1, 1, 1, 'Hive\'Zara Soldier - Heavy Silithid Carapace'),
|
||
(15323, 20498, 0, 50, 0, 1, 1, 1, 1, 'Hive\'Zara Sandstalker - Silithid Chitin'),
|
||
(15323, 20499, 0, 33.3, 0, 1, 1, 1, 1, 'Hive\'Zara Sandstalker - Broken Silithid Chitin'),
|
||
(15323, 20501, 0, 16.7, 0, 1, 1, 1, 1, 'Hive\'Zara Sandstalker - Heavy Silithid Carapace'),
|
||
(15325, 20498, 0, 33.4728, 0, 1, 1, 1, 2, 'Hive\'Zara Wasp - Silithid Chitin'),
|
||
(15325, 20499, 0, 59.8326, 0, 1, 1, 1, 2, 'Hive\'Zara Wasp - Broken Silithid Chitin'),
|
||
(15325, 20500, 0, 6.6946, 0, 1, 1, 1, 1, 'Hive\'Zara Wasp - Light Silithid Carapace'),
|
||
(15327, 20498, 0, 30.5085, 0, 1, 1, 1, 2, 'Hive\'Zara Stinger - Silithid Chitin'),
|
||
(15327, 20499, 0, 64.4068, 0, 1, 1, 1, 2, 'Hive\'Zara Stinger - Broken Silithid Chitin'),
|
||
(15327, 20500, 0, 5.0847, 0, 1, 1, 1, 1, 'Hive\'Zara Stinger - Light Silithid Carapace'),
|
||
(15336, 20499, 0, 100, 0, 1, 1, 1, 1, 'Hive\'Zara Tail Lasher - Broken Silithid Chitin'),
|
||
(15412, 15412, 0, 60, 0, 1, 1, 1, 1, 'Caelestrasz Dragon Form - Green Dragonscale'),
|
||
(15414, 15414, 0, 60, 0, 1, 1, 1, 1, 'Qiraji Wasp - Red Dragonscale'),
|
||
(15415, 15415, 0, 60, 0, 1, 1, 1, 1, 'Southshore Stink Bomb Counter - Blue Dragonscale'),
|
||
(15416, 15416, 0, 60, 0, 1, 1, 1, 1, 'Ranger Jaela - Black Dragonscale'),
|
||
(15554, 8170, 0, 100, 0, 1, 1, 1, 1, 'Number Two - Rugged Leather'),
|
||
(16095, 8170, 0, 100, 0, 1, 1, 1, 1, 'Gnashjaw - Rugged Leather'),
|
||
(16117, 4304, 0, 16.338, 0, 1, 1, 1, 1, 'Plagued Swine - Thick Leather'),
|
||
(16117, 8170, 0, 79.2958, 0, 1, 1, 1, 1, 'Plagued Swine - Rugged Leather'),
|
||
(16117, 8171, 0, 4.3662, 0, 1, 1, 1, 1, 'Plagued Swine - Rugged Hide'),
|
||
(16181, 21887, 0, 15, 0, 1, 1, 1, 1, 'Rokad the Ravager - Knothide Leather'),
|
||
(16181, 25649, 0, 0, 0, 1, 1, 1, 1, 'Rokad the Ravager - Knothide Leather Scraps'),
|
||
(16181, 25707, 0, 20, 0, 1, 1, 1, 1, 'Rokad the Ravager - Fel Hide'),
|
||
(17201, 2318, 0, 38.5034, 0, 1, 1, 1, 1, 'Moongraze Buck - Light Leather'),
|
||
(17201, 2934, 0, 61.4966, 0, 1, 1, 1, 1, 'Moongraze Buck - Ruined Leather Scraps'),
|
||
(17201, 23677, 0, 80, 1, 1, 0, 1, 1, 'Moongraze Buck - Moongraze Buck Hide'),
|
||
(17374, 2318, 0, 43.5629, 0, 1, 1, 1, 1, 'Greater Timberstrider - Light Leather'),
|
||
(17374, 2934, 0, 56.4371, 0, 1, 1, 1, 1, 'Greater Timberstrider - Ruined Leather Scraps'),
|
||
(17592, 783, 0, 7.5758, 0, 1, 1, 1, 1, 'Razormaw - Light Hide'),
|
||
(17592, 2318, 0, 63.6364, 0, 1, 1, 1, 2, 'Razormaw - Light Leather'),
|
||
(17592, 2319, 0, 28.7879, 0, 1, 1, 1, 2, 'Razormaw - Medium Leather'),
|
||
(17952, 21887, 0, 1, 0, 1, 56, 1, 3, 'Darkwater Crocolisk - Knothide Leather'),
|
||
(17952, 25649, 0, 1, 0, 1, 43, 1, 3, 'Darkwater Crocolisk - Knothide Leather Scraps'),
|
||
(17952, 32229, 0, 1, 0, 1, 0, 1, 1, 'Darkwater Crocolisk - Lionseye'),
|
||
(24047, 21887, 0, 23.881, 0, 1, 0, 1, 1, 'Amani Crocolisk - Knothide Leather'),
|
||
(24047, 25699, 0, 11.94, 0, 1, 0, 1, 1, 'Amani Crocolisk - Crystal Infused Leather'),
|
||
(27641, 36813, 0, 8, 0, 1, 0, 1, 3, 'Centrifuge Construct - Sprung Sprocket'),
|
||
(27641, 39681, 0, 8, 0, 1, 0, 2, 4, 'Centrifuge Construct - Handful of Cobalt Bolts'),
|
||
(27641, 39682, 0, 1, 0, 1, 0, 1, 1, 'Centrifuge Construct - Overcharged Capacitor'),
|
||
(27641, 39684, 0, 8, 0, 1, 0, 1, 1, 'Centrifuge Construct - Hair Trigger'),
|
||
(27641, 39685, 0, 1, 0, 1, 0, 1, 1, 'Centrifuge Construct - Indestructible Frame'),
|
||
(27641, 39690, 0, 15, 0, 1, 0, 1, 3, 'Centrifuge Construct - Volatile Blasting Trigger'),
|
||
(27641, 41337, 0, 85, 0, 1, 0, 1, 3, 'Centrifuge Construct - Whizzed-Out Gizmo'),
|
||
(27641, 41338, 0, 80, 0, 1, 0, 1, 3, 'Centrifuge Construct - Sprung Whirlygig'),
|
||
(27641, 49050, 0, 2, 0, 1, 0, 1, 1, 'Centrifuge Construct - Schematic: Jeeves'),
|
||
(28860, 33568, 0, 0, 0, 1, 1, 8, 12, 'Sartharion - Borean Leather'),
|
||
(28860, 38557, 0, 0, 0, 1, 1, 8, 12, 'Sartharion - Icy Dragonscale'),
|
||
(28860, 44128, 0, 1, 0, 1, 1, 1, 1, 'Sartharion - Arctic Fur'),
|
||
(29380, 39681, 0, 4, 0, 1, 1, 2, 4, 'Stormforged War Golem - Handful of Cobalt Bolts'),
|
||
(29380, 39682, 0, 0.5, 0, 1, 1, 1, 1, 'Stormforged War Golem - Overcharged Capacitor'),
|
||
(29380, 39690, 0, 9, 0, 1, 1, 1, 3, 'Stormforged War Golem - Volatile Blasting Trigger'),
|
||
(29380, 41337, 0, 44, 0, 1, 1, 1, 3, 'Stormforged War Golem - Whizzed-Out Gizmo'),
|
||
(29380, 41338, 0, 42, 0, 1, 1, 1, 3, 'Stormforged War Golem - Sprung Whirlygig'),
|
||
(29380, 49050, 0, 0.5, 0, 1, 1, 1, 1, 'Stormforged War Golem - Schematic: Jeeves'),
|
||
(29724, 1, 50017, 100, 0, 1, 0, 1, 1, 'Library Guardian - (ReferenceTable)'),
|
||
(29725, 1, 50013, 100, 0, 1, 0, 1, 1, 'Benik Boltshear - (ReferenceTable)'),
|
||
(29726, 1, 50014, 100, 0, 1, 0, 1, 1, 'Mr. Chilly - (ReferenceTable)'),
|
||
(29727, 1, 50016, 100, 0, 1, 0, 1, 1, 'Glorthal Stiffbeard - (ReferenceTable)'),
|
||
(29728, 1, 50015, 100, 0, 1, 0, 1, 1, 'Walter Soref - (ReferenceTable)'),
|
||
(29729, 39681, 0, 3, 0, 1, 0, 2, 4, 'Frostborn Axemaster - Handful of Cobalt Bolts'),
|
||
(29729, 39690, 0, 10, 0, 1, 0, 1, 3, 'Frostborn Axemaster - Volatile Blasting Trigger'),
|
||
(29729, 41337, 0, 44.5, 0, 1, 0, 1, 3, 'Frostborn Axemaster - Whizzed-Out Gizmo'),
|
||
(29729, 41338, 0, 42, 0, 1, 0, 1, 3, 'Frostborn Axemaster - Sprung Whirlygig'),
|
||
(29729, 49050, 0, 0.5, 0, 1, 0, 1, 1, 'Frostborn Axemaster - Schematic: Jeeves'),
|
||
(29730, 39681, 0, 4, 0, 1, 0, 2, 4, 'Frostborn Stormrider - Handful of Cobalt Bolts'),
|
||
(29730, 39682, 0, 0.5, 0, 1, 0, 1, 1, 'Frostborn Stormrider - Overcharged Capacitor'),
|
||
(29730, 39690, 0, 9, 0, 1, 0, 1, 3, 'Frostborn Stormrider - Volatile Blasting Trigger'),
|
||
(29730, 41337, 0, 44, 0, 1, 0, 1, 3, 'Frostborn Stormrider - Whizzed-Out Gizmo'),
|
||
(29730, 41338, 0, 42, 0, 1, 0, 1, 3, 'Frostborn Stormrider - Sprung Whirlygig'),
|
||
(29730, 49050, 0, 0.5, 0, 1, 0, 1, 1, 'Frostborn Stormrider - Schematic: Jeeves'),
|
||
(30260, 33568, 0, 100, 0, 1, 0, 1, 3, 'Stoic Mammoth - Borean Leather'),
|
||
(30260, 42542, 0, 50, 1, 1, 0, 1, 1, 'Stoic Mammoth - Stoic Mammoth Hide'),
|
||
(32517, 33568, 0, 0, 0, 1, 1, 1, 3, 'Loque\'nahak - Borean Leather'),
|
||
(32517, 44128, 0, 2, 0, 1, 1, 1, 1, 'Loque\'nahak - Arctic Fur'),
|
||
(32517, 44687, 0, 100, 0, 1, 0, 1, 1, 'Loque\'nahak - Loque\'Nahak\'s Pelt'),
|
||
(34797, 33568, 0, 100, 0, 1, 0, 12, 16, 'Icehowl - Borean Leather'),
|
||
(34797, 44128, 0, 100, 0, 1, 0, 1, 1, 'Icehowl - Arctic Fur'),
|
||
(70060, 21887, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(70060, 25649, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70060, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70061, 21887, 0, 30, 0, 1, 1, 1, 1, NULL),
|
||
(70061, 25649, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70061, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70062, 21887, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70062, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70062, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70063, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70063, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70063, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70064, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70064, 25649, 0, 20, 0, 1, 1, 1, 4, NULL),
|
||
(70064, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70065, 21887, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70065, 25649, 0, 0, 0, 1, 1, 1, 4, NULL),
|
||
(70065, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70066, 21887, 0, 0, 0, 1, 1, 1, 4, NULL),
|
||
(70066, 25649, 0, 30, 0, 1, 1, 1, 4, NULL),
|
||
(70066, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70067, 21887, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70067, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70160, 21887, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70160, 25649, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70160, 25707, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(70160, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70161, 21887, 0, 40, 0, 1, 1, 1, 1, NULL),
|
||
(70161, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70161, 25707, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70161, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70162, 21887, 0, 40, 0, 1, 1, 1, 3, NULL),
|
||
(70162, 25649, 0, 0, 0, 1, 1, 1, 4, NULL),
|
||
(70162, 25707, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70162, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70163, 21887, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70163, 25649, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70163, 25699, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(70163, 25700, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70163, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70164, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70164, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70164, 25699, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70164, 25700, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70164, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70165, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70165, 25649, 0, 0, 0, 1, 1, 2, 3, NULL),
|
||
(70165, 25699, 0, 7, 0, 1, 1, 1, 1, NULL),
|
||
(70165, 25700, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(70165, 32470, 0, 33, 0, 1, 1, 1, 1, NULL),
|
||
(70165, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70166, 21887, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70166, 25649, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70166, 25708, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(70166, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70167, 21887, 0, 30, 0, 1, 1, 1, 1, NULL),
|
||
(70167, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70167, 25708, 0, 30, 0, 1, 1, 1, 1, NULL),
|
||
(70167, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70168, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70168, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70168, 29539, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(70168, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70169, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70169, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70169, 29547, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70169, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70170, 21887, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70170, 29547, 0, 25, 0, 1, 1, 1, 2, NULL),
|
||
(70170, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70171, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70171, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70171, 29548, 0, 30, 0, 1, 1, 1, 1, NULL),
|
||
(70171, 35229, 0, 25, 1, 1, 0, 1, 1, NULL),
|
||
(70172, 21887, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70172, 25649, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70172, 29548, 0, 40, 0, 1, 1, 1, 1, NULL),
|
||
(70200, 33567, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70200, 33568, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(70200, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70201, 33567, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70201, 33568, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(70201, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70202, 33567, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70202, 33568, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70202, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70203, 33568, 0, 0, 0, 1, 1, 1, 5, NULL),
|
||
(70203, 38558, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70203, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70204, 33567, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70204, 33568, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70204, 38558, 0, 6, 0, 1, 1, 1, 1, NULL),
|
||
(70204, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70205, 33568, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70205, 38558, 0, 25, 0, 1, 1, 1, 2, NULL),
|
||
(70205, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70206, 33567, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70206, 33568, 0, 35, 0, 1, 1, 1, 1, NULL),
|
||
(70206, 38561, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70206, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70207, 33568, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70207, 38561, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70207, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70208, 33567, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70208, 33568, 0, 35, 0, 1, 1, 1, 1, NULL),
|
||
(70208, 38557, 0, 15, 0, 1, 1, 1, 1, NULL),
|
||
(70208, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70209, 33568, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70209, 38557, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70209, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70210, 33568, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70210, 38557, 0, 25, 0, 1, 1, 1, 2, NULL),
|
||
(70210, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70211, 33568, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(70211, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70212, 33568, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(70212, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70213, 33568, 0, 0, 0, 1, 1, 5, 12, NULL),
|
||
(70213, 44128, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(70214, 33568, 0, 0, 0, 1, 1, 12, 16, NULL),
|
||
(70214, 44128, 0, 25, 0, 1, 1, 1, 1, NULL),
|
||
(70215, 33568, 0, 0, 0, 1, 1, 1, 7, NULL),
|
||
(70215, 38558, 0, 25, 0, 1, 1, 1, 5, NULL),
|
||
(70215, 44128, 0, 1, 0, 1, 1, 1, 2, NULL),
|
||
(80000, 22575, 0, 9, 0, 1, 1, 1, 2, NULL),
|
||
(80000, 22785, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 22786, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 22787, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 22789, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 22790, 0, 2, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 22794, 0, 0.5, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 24401, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 25813, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(80000, 27859, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22575, 0, 10, 0, 1, 1, 1, 2, NULL),
|
||
(80001, 22785, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22786, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22787, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22789, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22790, 0, 2, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 22794, 0, 0.8, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 24401, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 25813, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(80001, 29453, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(80002, 22575, 0, 99, 0, 1, 1, 2, 5, NULL),
|
||
(80002, 22785, 0, 0, 0, 1, 2, 2, 8, NULL),
|
||
(80002, 22786, 0, 0, 0, 1, 2, 2, 8, NULL),
|
||
(80002, 22787, 0, 0, 0, 1, 3, 2, 8, NULL),
|
||
(80002, 22789, 0, 0, 0, 1, 2, 2, 8, NULL),
|
||
(80002, 22790, 0, 0, 0, 1, 3, 2, 8, NULL),
|
||
(80002, 22793, 0, 0, 0, 1, 3, 2, 8, NULL),
|
||
(80002, 22794, 0, 1, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 33452, 0, 30, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36901, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36902, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36903, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36904, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36905, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36906, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 36907, 0, 0, 0, 1, 1, 1, 1, NULL),
|
||
(80007, 37704, 0, 7, 0, 1, 1, 1, 2, NULL),
|
||
(80007, 39516, 0, 40, 0, 1, 1, 1, 1, NULL),
|
||
(80100, 11800, 11800, 3, 0, 1, 0, 1, 1, NULL),
|
||
(80100, 22573, 0, 20, 0, 1, 0, 1, 3, NULL),
|
||
(80100, 24189, 0, 100, 0, 1, 0, 1, 1, NULL),
|
||
(80101, 11800, 11800, 5, 0, 1, 0, 1, 1, NULL),
|
||
(80101, 22573, 0, 20, 0, 1, 0, 1, 3, NULL),
|
||
(80101, 24189, 0, 100, 0, 1, 0, 1, 1, NULL),
|
||
(80102, 21929, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23077, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23079, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23107, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23112, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23117, 0, 0, 0, 1, 1, 1, 3, NULL),
|
||
(80102, 23425, 0, 100, 0, 1, 0, 4, 8, NULL),
|
||
(80102, 23436, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80102, 23437, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80102, 23438, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80102, 23439, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80102, 23440, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80102, 23441, 0, 1, 0, 1, 2, 1, 1, NULL),
|
||
(80103, 37701, 0, 5, 0, 1, 0, 1, 3, NULL),
|
||
(80103, 39220, 0, 100, 0, 1, 0, 1, 1, NULL),
|
||
(80104, 36728, 0, 100, 1, 1, 0, 1, 1, NULL),
|
||
(80104, 37701, 0, 5, 0, 1, 0, 1, 3, NULL),
|
||
(80104, 39220, 0, 100, 0, 1, 0, 1, 1, NULL),
|
||
(80200, 22578, 0, 100, 0, 1, 0, 3, 5, NULL),
|
||
(80201, 22577, 0, 100, 0, 1, 0, 3, 5, NULL),
|
||
(80202, 22576, 0, 100, 0, 1, 0, 3, 5, NULL),
|
||
(80203, 22572, 0, 100, 0, 1, 0, 3, 5, NULL),
|
||
(80204, 37702, 0, 100, 0, 1, 0, 3, 4, NULL),
|
||
(80205, 37702, 0, 100, 0, 1, 0, 3, 4, NULL),
|
||
(80205, 37705, 0, 100, 0, 1, 0, 1, 2, NULL),
|
||
(80206, 37700, 0, 100, 0, 1, 0, 1, 2, NULL),
|
||
(80206, 37705, 0, 100, 0, 1, 0, 3, 4, NULL),
|
||
(100015, 2934, 0, 35, 0, 1, 1, 1, 1, '10-15 drops - Ruined Leather Scraps'),
|
||
(100015, 2318, 0, 60, 0, 1, 1, 1, 2, '10-15 drops - Light Leather'),
|
||
(100001, 783, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(100001, 2934, 0, 80, 0, 1, 1, 1, 1, NULL),
|
||
(100002, 2318, 0, 40, 0, 1, 1, 1, 1, NULL),
|
||
(100002, 2934, 0, 60, 0, 1, 1, 1, 1, NULL),
|
||
(100003, 8170, 0, 50, 0, 1, 1, 1, 1, ''),
|
||
(100003, 8169, 0, 5, 0, 1, 1, 1, 1, ''),
|
||
(100003, 4304, 0, 40, 0, 1, 1, 1, 1, ''),
|
||
(100004, 783, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(100004, 2318, 0, 72, 0, 1, 1, 1, 2, NULL),
|
||
(100004, 2319, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(100004, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100005, 783, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(100005, 2318, 0, 42, 0, 1, 1, 1, 2, NULL),
|
||
(100005, 2319, 0, 50, 0, 1, 1, 1, 1, NULL),
|
||
(100005, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100006, 783, 0, 7, 0, 1, 1, 1, 1, NULL),
|
||
(100006, 2318, 0, 65, 0, 1, 1, 1, 2, NULL),
|
||
(100006, 2319, 0, 25, 0, 1, 1, 1, 2, NULL),
|
||
(100006, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100007, 783, 0, 7, 0, 1, 1, 1, 1, NULL),
|
||
(100007, 2318, 0, 55, 0, 1, 1, 1, 2, NULL),
|
||
(100007, 2319, 0, 35, 0, 1, 1, 1, 2, NULL),
|
||
(100007, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100008, 783, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100008, 2318, 0, 37, 0, 1, 1, 1, 2, NULL),
|
||
(100008, 2319, 0, 45, 0, 1, 1, 1, 1, NULL),
|
||
(100008, 4232, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(100008, 7287, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(100009, 783, 0, 7, 0, 1, 1, 1, 1, NULL),
|
||
(100009, 2318, 0, 50, 0, 1, 1, 1, 2, NULL),
|
||
(100009, 2319, 0, 25, 0, 1, 1, 1, 2, NULL),
|
||
(100009, 4232, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100009, 6470, 0, 10, 0, 1, 1, 1, 1, NULL),
|
||
(100009, 6471, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(100010, 2319, 0, 73, 0, 1, 1, 1, 1, NULL),
|
||
(100010, 4232, 0, 5, 0, 1, 1, 1, 1, NULL),
|
||
(100010, 4234, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(100010, 4235, 0, 2, 0, 1, 1, 1, 1, NULL),
|
||
(100011, 2319, 0, 42, 0, 1, 1, 1, 1, NULL),
|
||
(100011, 4232, 0, 4, 0, 1, 1, 1, 1, NULL),
|
||
(100011, 4234, 0, 51, 0, 1, 1, 1, 1, NULL),
|
||
(100011, 4235, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100012, 2319, 0, 64, 0, 1, 1, 1, 2, NULL),
|
||
(100012, 4232, 0, 6, 0, 1, 1, 1, 1, NULL),
|
||
(100012, 4234, 0, 27, 0, 1, 1, 1, 2, NULL),
|
||
(100012, 4235, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100013, 4234, 0, 77, 0, 1, 1, 1, 1, NULL),
|
||
(100013, 4235, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(100013, 4304, 0, 20, 0, 1, 1, 1, 1, NULL),
|
||
(100014, 4234, 0, 45, 0, 1, 1, 1, 1, NULL),
|
||
(100014, 4235, 0, 2, 0, 1, 1, 1, 1, NULL),
|
||
(100014, 4304, 0, 50, 0, 1, 1, 1, 1, NULL),
|
||
(100014, 8169, 0, 3, 0, 1, 1, 1, 1, NULL),
|
||
(3124, 2318, 0, 10, 0, 1, 1, 1, 1, 'Light Leather'),
|
||
(3124, 2934, 0, 88, 0, 1, 1, 1, 1, 'Ruined Leather Scraps'),
|
||
(14887, 15412, 0, 60, 0, 1, 1, 5, 8, ''),
|
||
(14887, 20381, 0, 40, 0, 1, 1, 3, 5, '');
|
||
/*!40000 ALTER TABLE `skinning_loot_template` ENABLE KEYS */;
|
||
|
||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
|
||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
|