mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
7743 lines
842 KiB
SQL
7743 lines
842 KiB
SQL
-- --------------------------------------------------------
|
|
-- Host: 127.0.0.1
|
|
-- Versione server: 5.6.34-log - MySQL Community Server (GPL)
|
|
-- S.O. server: Win64
|
|
-- HeidiSQL Versione: 9.4.0.5125
|
|
-- --------------------------------------------------------
|
|
|
|
/*!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' */;
|
|
|
|
-- Dump della struttura di tabella extra.azth_achievements
|
|
CREATE TABLE IF NOT EXISTS `azth_achievements` (
|
|
`achievement` int(11) NOT NULL,
|
|
`criteria` int(11) NOT NULL,
|
|
`Points` int(11) DEFAULT NULL,
|
|
`Category` int(11) DEFAULT NULL,
|
|
`parentCategory` int(11) DEFAULT NULL,
|
|
`difficulty` float NOT NULL DEFAULT '1',
|
|
`levelMax` tinyint(8) unsigned NOT NULL DEFAULT '80',
|
|
`levelMin` tinyint(8) unsigned NOT NULL DEFAULT '1',
|
|
`level` tinyint(8) NOT NULL DEFAULT '-1',
|
|
`Comment` text,
|
|
`originalPoints` int(11) DEFAULT NULL,
|
|
`Name` text,
|
|
`Description` text,
|
|
`reward` int(11) DEFAULT '0',
|
|
`rewardCount` int(11) DEFAULT '0',
|
|
PRIMARY KEY (`achievement`,`criteria`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
|
|
-- Dump dei dati della tabella extra.azth_achievements: ~7.700 rows (circa)
|
|
DELETE FROM `azth_achievements`;
|
|
/*!40000 ALTER TABLE `azth_achievements` DISABLE KEYS */;
|
|
INSERT INTO `azth_achievements` (`achievement`, `criteria`, `Points`, `Category`, `parentCategory`, `difficulty`, `levelMax`, `levelMin`, `level`, `Comment`, `originalPoints`, `Name`, `Description`, `reward`, `rewardCount`) VALUES
|
|
(0, 0, 1, NULL, NULL, 1, 70, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
|
|
(0, 10784, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 1 (10)', NULL, NULL),
|
|
(0, 10785, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 2 (10)', NULL, NULL),
|
|
(0, 10786, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 3 (10)', NULL, NULL),
|
|
(0, 10787, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 4 (10)', NULL, NULL),
|
|
(0, 10788, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 1 (25)', NULL, NULL),
|
|
(0, 10789, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 2 (25)', NULL, NULL),
|
|
(0, 10790, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 3 (25)', NULL, NULL),
|
|
(0, 10791, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Flame Leviathan + 4 (25)', NULL, NULL),
|
|
(0, 10792, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Kill XT Heart (10)', NULL, NULL),
|
|
(0, 10793, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Wound XT Heart (10)', NULL, NULL),
|
|
(0, 10794, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Kill XT Heart (25)', NULL, NULL),
|
|
(0, 10795, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Wound XT Heart (25)', NULL, NULL),
|
|
(0, 10796, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Molgeim last (10)', NULL, NULL),
|
|
(0, 10797, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Steelbreaker last (10)', NULL, NULL),
|
|
(0, 10798, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Molgeim last (25)', NULL, NULL),
|
|
(0, 10799, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Steelbreaker last (25)', NULL, NULL),
|
|
(0, 10800, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(0, 10801, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(0, 10802, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +1 (10)', NULL, NULL),
|
|
(0, 10803, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +2 (10)', NULL, NULL),
|
|
(0, 10804, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +3 (10)', NULL, NULL),
|
|
(0, 10805, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +1 (25)', NULL, NULL),
|
|
(0, 10806, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +2 (25)', NULL, NULL),
|
|
(0, 10807, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Freya +3 (25)', NULL, NULL),
|
|
(0, 10808, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Mimiron (10)', NULL, NULL),
|
|
(0, 10809, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Mimiron (25)', NULL, NULL),
|
|
(0, 10810, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'General Vezax (10)', NULL, NULL),
|
|
(0, 10811, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'General Vezax (25)', NULL, NULL),
|
|
(0, 10812, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 3 (10)', NULL, NULL),
|
|
(0, 10813, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 2 (25)', NULL, NULL),
|
|
(0, 10814, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 1 (10)', NULL, NULL),
|
|
(0, 10815, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 0 (10)', NULL, NULL),
|
|
(0, 10816, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 3 (25)', NULL, NULL),
|
|
(0, 10817, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 2 (10)', NULL, NULL),
|
|
(0, 10818, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 1 (25)', NULL, NULL),
|
|
(0, 10819, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Yogg + 0 (25)', NULL, NULL),
|
|
(0, 11320, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11321, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11322, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11323, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11324, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11325, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11326, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11327, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11328, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11329, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 11882, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Beasts Attempt', NULL, NULL),
|
|
(0, 12199, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(0, 12200, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(0, 12201, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Faction Champions', NULL, NULL),
|
|
(0, 12202, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(0, 12203, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(0, 12204, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(0, 12205, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(0, 12206, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Faction Champions', NULL, NULL),
|
|
(0, 12207, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(0, 12208, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(0, 12209, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Beasts Attempt', NULL, NULL),
|
|
(0, 12210, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Beasts Attempt', NULL, NULL),
|
|
(0, 12211, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Beasts Attempt', NULL, NULL),
|
|
(0, 12212, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Jaraxxus Attempt', NULL, NULL),
|
|
(0, 12213, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Jaraxxus Attempt', NULL, NULL),
|
|
(0, 12214, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Jaraxxus Attempt', NULL, NULL),
|
|
(0, 12215, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Jaraxxus Attempt', NULL, NULL),
|
|
(0, 12216, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Faction Champions attempt', NULL, NULL),
|
|
(0, 12217, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Faction Champions attempt', NULL, NULL),
|
|
(0, 12218, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Faction Champions attempt', NULL, NULL),
|
|
(0, 12219, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Faction Champions attempt', NULL, NULL),
|
|
(0, 12220, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Val\'kyr Twins attempt', NULL, NULL),
|
|
(0, 12221, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Val\'kyr Twins attempt', NULL, NULL),
|
|
(0, 12222, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Val\'kyr Twins attempt', NULL, NULL),
|
|
(0, 12223, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Val\'kyr Twins attempt', NULL, NULL),
|
|
(0, 12224, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Anub\'arak attempt', NULL, NULL),
|
|
(0, 12225, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Anub\'arak attempt', NULL, NULL),
|
|
(0, 12226, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Anub\'arak attempt', NULL, NULL),
|
|
(0, 12227, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Anub\'arak attempt', NULL, NULL),
|
|
(0, 12519, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'The Black Knight', NULL, NULL),
|
|
(0, 12618, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Crimson Whelpling', NULL, NULL),
|
|
(0, 12619, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Azure Whelpling', NULL, NULL),
|
|
(0, 12620, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Emerald Whelpling', NULL, NULL),
|
|
(0, 12621, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Darting Hatchling', NULL, NULL),
|
|
(0, 12622, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Gundrak Hatchling', NULL, NULL),
|
|
(0, 12623, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Ravasaur Hatchling', NULL, NULL),
|
|
(0, 12624, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Razormaw Hatchling', NULL, NULL),
|
|
(0, 12625, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Razzashi Hatchling', NULL, NULL),
|
|
(0, 12626, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Chuck', NULL, NULL),
|
|
(0, 12627, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deviate Hatchling', NULL, NULL),
|
|
(0, 12628, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Disgusting Oozeling', NULL, NULL),
|
|
(0, 12629, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Hyacinth Macaw', NULL, NULL),
|
|
(0, 12630, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Leaping Hatchling', NULL, NULL),
|
|
(0, 12631, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Mojo', NULL, NULL),
|
|
(0, 12632, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Scorchling', NULL, NULL),
|
|
(0, 12633, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Toothy', NULL, NULL),
|
|
(0, 12634, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Muckbreath', NULL, NULL),
|
|
(0, 12635, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rivendare\'s Deathcharger', NULL, NULL),
|
|
(0, 12636, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Snarly', NULL, NULL),
|
|
(0, 13139, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Marrowgar', NULL, NULL),
|
|
(0, 13140, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Marrowgar', NULL, NULL),
|
|
(0, 13141, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathwhisper', NULL, NULL),
|
|
(0, 13142, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathwhisper', NULL, NULL),
|
|
(0, 13143, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Gunship', NULL, NULL),
|
|
(0, 13144, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Gunship', NULL, NULL),
|
|
(0, 13145, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathbringer', NULL, NULL),
|
|
(0, 13146, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathbringer', NULL, NULL),
|
|
(0, 13147, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13148, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13149, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13150, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13151, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Princes', NULL, NULL),
|
|
(0, 13152, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Princes', NULL, NULL),
|
|
(0, 13153, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Valithria', NULL, NULL),
|
|
(0, 13154, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Valithria', NULL, NULL),
|
|
(0, 13155, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Putricide', NULL, NULL),
|
|
(0, 13156, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Putricide', NULL, NULL),
|
|
(0, 13157, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Queen', NULL, NULL),
|
|
(0, 13158, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Queen', NULL, NULL),
|
|
(0, 13159, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13160, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13161, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lich King', NULL, NULL),
|
|
(0, 13162, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lich King', NULL, NULL),
|
|
(0, 13185, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lord Marrowgar', NULL, NULL),
|
|
(0, 13186, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lady Deathwhisper', NULL, NULL),
|
|
(0, 13187, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(0, 13188, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'The Deathbringer', NULL, NULL),
|
|
(0, 13189, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13190, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13191, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Professor Putricide', NULL, NULL),
|
|
(0, 13192, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(0, 13193, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(0, 13194, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(0, 13195, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13196, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lord Marrowgar', NULL, NULL),
|
|
(0, 13197, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lady Deathwhisper', NULL, NULL),
|
|
(0, 13198, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(0, 13199, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'The Deathbringer', NULL, NULL),
|
|
(0, 13200, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13201, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13202, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Professor Putricide', NULL, NULL),
|
|
(0, 13203, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(0, 13204, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(0, 13205, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(0, 13206, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13207, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Marrowgar', NULL, NULL),
|
|
(0, 13208, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Marrowgar', NULL, NULL),
|
|
(0, 13209, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathwhisper', NULL, NULL),
|
|
(0, 13210, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathwhisper', NULL, NULL),
|
|
(0, 13211, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Gunship', NULL, NULL),
|
|
(0, 13212, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Gunship', NULL, NULL),
|
|
(0, 13213, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathbringer', NULL, NULL),
|
|
(0, 13214, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Deathbringer', NULL, NULL),
|
|
(0, 13215, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13216, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Festergut', NULL, NULL),
|
|
(0, 13217, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13218, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Rotface', NULL, NULL),
|
|
(0, 13219, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Princes', NULL, NULL),
|
|
(0, 13220, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Princes', NULL, NULL),
|
|
(0, 13221, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Valithria', NULL, NULL),
|
|
(0, 13222, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Valithria', NULL, NULL),
|
|
(0, 13223, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Putricide', NULL, NULL),
|
|
(0, 13224, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Putricide', NULL, NULL),
|
|
(0, 13225, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Queen', NULL, NULL),
|
|
(0, 13226, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Blood Queen', NULL, NULL),
|
|
(0, 13227, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13228, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Sindragosa', NULL, NULL),
|
|
(0, 13229, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lich King', NULL, NULL),
|
|
(0, 13230, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, 'Lich King', NULL, NULL),
|
|
(0, 13395, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13397, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13398, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13399, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13400, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13401, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13402, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13403, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13404, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13405, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13406, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13407, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13408, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13409, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13410, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13411, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13412, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13413, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13414, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13415, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13416, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13417, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13418, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13419, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13420, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13422, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13423, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13424, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13425, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(0, 13426, 1, NULL, NULL, 1, 80, 1, 1, NULL, NULL, NULL, '', NULL, NULL),
|
|
(6, 34, 10, 92, -1, 1, 10, 10, 10, NULL, 10, 'Level 10', 'Reach level 10', NULL, NULL),
|
|
(7, 35, 10, 92, -1, 1, 20, 20, 20, NULL, 10, 'Level 20', 'Reach level 20', NULL, NULL),
|
|
(8, 36, 10, 92, -1, 1, 30, 30, 30, NULL, 10, 'Level 30', 'Reach level 30', NULL, NULL),
|
|
(9, 37, 10, 92, -1, 1, 40, 40, 40, NULL, 10, 'Level 40', 'Reach level 40', NULL, NULL),
|
|
(10, 38, 10, 92, -1, 1, 50, 50, 50, NULL, 10, 'Level 50', 'Reach level 50', NULL, NULL),
|
|
(11, 39, 10, 92, -1, 1, 60, 60, 60, NULL, 10, 'Level 60', 'Reach level 60', NULL, NULL),
|
|
(12, 40, 10, 92, -1, 1, 70, 70, 70, NULL, 10, 'Level 70', 'Reach level 70', NULL, NULL),
|
|
(13, 41, 10, 92, -1, 1, 80, 80, 80, NULL, 10, 'Level 80', 'Reach level 80', NULL, NULL),
|
|
(15, 3689, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Plenty of Pets', 'Obtain 15 companion pets', NULL, NULL),
|
|
(16, 167, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Did Somebody Order a Knuckle Sandwich?', 'Unarmed skill raised to 400', NULL, NULL),
|
|
(31, 72, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'A Simple Re-Quest', 'Complete a daily quest every day for five consecutive days', NULL, NULL),
|
|
(32, 73, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '2000 Quests Completed', 'Complete 2000 quests', NULL, NULL),
|
|
(33, 74, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'Nothing Boring About Borean', 'Complete 130 quests in Boren Tundra', NULL, NULL),
|
|
(33, 5019, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'Nothing Boring About Borean', 'Complete 130 quests in Borean Tundra', NULL, NULL),
|
|
(34, 75, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'I\'ve Toured the Fjord', 'Complete 130 quests in Howling Fjord', NULL, NULL),
|
|
(35, 76, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'Might of Dragonblight', 'Complete 115 quests in Dragonblight', NULL, NULL),
|
|
(36, 77, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'The Empire of Zul\'Drak', 'Complete 100 Zul\'Drak Quests', NULL, NULL),
|
|
(37, 78, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Fo\' Grizzle My Shizzle', 'Complete 85 quests in Grizzly Hills', NULL, NULL),
|
|
(38, 79, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'The Summit of Storm Peaks', 'Complete 100 Storm Peaks Quests', NULL, NULL),
|
|
(39, 80, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'Into the Basin', 'Complete 75 Sholazar Basin quests.', NULL, NULL),
|
|
(40, 81, 10, 14863, 96, 1, 80, 70, 75, NULL, 10, 'Icecrown: The Final Goal', 'Complete 140 Icecrown Glacier quests', NULL, NULL),
|
|
(41, 82, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Nothing Boring About Borean', NULL, NULL),
|
|
(41, 83, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'I\'ve Toured the Fjord', NULL, NULL),
|
|
(41, 84, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Might of Dragonblight', NULL, NULL),
|
|
(41, 85, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'The Empire of Zul\'Drak', NULL, NULL),
|
|
(41, 86, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Fo\' Grizzle My Shizzle', NULL, NULL),
|
|
(41, 87, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'The Summit of Storm Peaks', NULL, NULL),
|
|
(41, 88, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Into the Basin', NULL, NULL),
|
|
(41, 89, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Icecrown: The Final Goal', NULL, NULL),
|
|
(42, 1277, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Alterac Mountains', NULL, NULL),
|
|
(42, 1278, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(42, 1279, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(42, 1280, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Blasted Lands', NULL, NULL),
|
|
(42, 1281, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(42, 1282, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Deadwind Pass', NULL, NULL),
|
|
(42, 1283, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Dun Morogh', NULL, NULL),
|
|
(42, 1284, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Duskwood', NULL, NULL),
|
|
(42, 1285, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Elwynn Forest', NULL, NULL),
|
|
(42, 1286, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Eastern Plaguelands', NULL, NULL),
|
|
(42, 1287, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(42, 1288, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Loch Modan', NULL, NULL),
|
|
(42, 1289, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Redridge Mountains', NULL, NULL),
|
|
(42, 1290, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Tirisfal Glades', NULL, NULL),
|
|
(42, 1291, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Searing Gorge', NULL, NULL),
|
|
(42, 1292, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Silverpine Forest', NULL, NULL),
|
|
(42, 1293, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(42, 1294, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Swamp of Sorrows', NULL, NULL),
|
|
(42, 1295, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(42, 1296, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Western Plaguelands', NULL, NULL),
|
|
(42, 1297, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Westfall', NULL, NULL),
|
|
(42, 1298, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Wetlands', NULL, NULL),
|
|
(42, 1550, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Eversong Woods', NULL, NULL),
|
|
(42, 1551, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Ghostlands', NULL, NULL),
|
|
(42, 1796, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Eastern Kingdoms', 'Isle of Quel\'Danas', NULL, NULL),
|
|
(43, 1486, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Durotar', NULL, NULL),
|
|
(43, 1487, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Mulgore', NULL, NULL),
|
|
(43, 1488, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Teldrassil', NULL, NULL),
|
|
(43, 1489, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'The Barrens', NULL, NULL),
|
|
(43, 1490, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Darkshore', NULL, NULL),
|
|
(43, 1491, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(43, 1492, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Thousand Needles', NULL, NULL),
|
|
(43, 1493, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Stonetalon Mountains', NULL, NULL),
|
|
(43, 1494, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Desolace', NULL, NULL),
|
|
(43, 1495, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(43, 1496, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Feralas', NULL, NULL),
|
|
(43, 1497, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Tanaris Desert', NULL, NULL),
|
|
(43, 1498, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Azshara', NULL, NULL),
|
|
(43, 1499, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Felwood', NULL, NULL),
|
|
(43, 1500, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Un\'Goro Crater', NULL, NULL),
|
|
(43, 1501, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Moonglade', NULL, NULL),
|
|
(43, 1502, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Silithus', NULL, NULL),
|
|
(43, 1503, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Winterspring', NULL, NULL),
|
|
(43, 1600, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Azuremyst Isle', NULL, NULL),
|
|
(43, 1601, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Kalimdor', 'Bloodmyst Isle', NULL, NULL),
|
|
(44, 1782, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Hellfire Peninsula', NULL, NULL),
|
|
(44, 1783, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Zangarmarsh', NULL, NULL),
|
|
(44, 1784, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Terokkar Forest', NULL, NULL),
|
|
(44, 1785, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Nagrand', NULL, NULL),
|
|
(44, 1786, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Blade\'s Edge Mountains', NULL, NULL),
|
|
(44, 1787, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Netherstorm', NULL, NULL),
|
|
(44, 1788, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Outland', 'Shadowmoon Valley', NULL, NULL),
|
|
(45, 3904, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Borean Tundra', NULL, NULL),
|
|
(45, 3905, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Howling Fjord', NULL, NULL),
|
|
(45, 3906, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Dragonblight', NULL, NULL),
|
|
(45, 3907, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Grizzly Hills', NULL, NULL),
|
|
(45, 3908, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Zul\'Drak', NULL, NULL),
|
|
(45, 3909, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Sholazar Basin', NULL, NULL),
|
|
(45, 3910, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Storm Peaks', NULL, NULL),
|
|
(45, 3911, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Icecrown', NULL, NULL),
|
|
(45, 5298, 25, 97, -1, 1, 80, 1, 1, NULL, 25, 'Explore Northrend', 'Crystalsong Forest', NULL, NULL),
|
|
(46, 94, 50, 97, -1, 1, 80, 1, 1, NULL, 50, 'World Explorer', 'Eastern Kingdoms', NULL, NULL),
|
|
(46, 95, 50, 97, -1, 1, 80, 1, 1, NULL, 50, 'World Explorer', 'Kalimdor', NULL, NULL),
|
|
(46, 96, 50, 97, -1, 1, 80, 1, 1, NULL, 50, 'World Explorer', 'Outland', NULL, NULL),
|
|
(46, 97, 50, 97, -1, 1, 80, 1, 1, NULL, 50, 'World Explorer', 'Northrend', NULL, NULL),
|
|
(49, 100, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Alterac Valley victories', 'Alterac Valley victories', NULL, NULL),
|
|
(50, 5745, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Eye of the Storm victories', 'Eye of the Storm victories', NULL, NULL),
|
|
(51, 102, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Arathi Basin victories', 'Arathi Basin victories', NULL, NULL),
|
|
(52, 5747, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Warsong Gulch battles', 'Warsong Gulch', NULL, NULL),
|
|
(53, 104, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Alterac Valley battles', 'Alterac Valley battles', NULL, NULL),
|
|
(54, 105, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Eye of the Storm battles', 'Eye of the Storm battles', NULL, NULL),
|
|
(55, 106, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Arathi Basin battles', 'Arathi Basin battles', NULL, NULL),
|
|
(56, 107, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths in Warsong Gulch', 'Deaths in Warsong Gulch', NULL, NULL),
|
|
(57, 108, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths in Alterac Valley', 'Deaths in Alterac Valley', NULL, NULL),
|
|
(58, 456, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths from Drek\'Thar', 'Killed by Drek\'Thar', NULL, NULL),
|
|
(59, 110, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths in Arathi Basin', 'Arathi Basin Deaths', NULL, NULL),
|
|
(60, 111, 1, 122, 1, -1, 80, 1, 1, NULL, 0, 'Total deaths', 'Total deaths', NULL, NULL),
|
|
(73, 123, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Disgracin\' The Basin', 'Assault 3 bases in a single Arathi Basin battle', NULL, NULL),
|
|
(94, 5289, 1, 133, 1, 0, 80, 1, 1, NULL, 0, 'Quests abandoned', 'Quests abandoned', NULL, NULL),
|
|
(95, 0, 1, 133, 1, 0, 80, 1, 1, NULL, 0, 'Average quests completed per day', NULL, NULL, NULL),
|
|
(97, 4985, 1, 133, 1, 2, 80, 1, 1, NULL, 0, 'Daily quests completed', 'Daily quests complete', NULL, NULL),
|
|
(98, 3631, 3, 133, 1, 1, 80, 1, 1, NULL, 0, 'Quests completed', 'Total quests', NULL, NULL),
|
|
(98, 4984, 1, 133, 1, 2, 80, 1, 1, NULL, 0, 'Quests completed', 'Daily quests', NULL, NULL),
|
|
(99, 5732, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ruins of Lordaeron matches', 'Ruins of Lordaeron matches', NULL, NULL),
|
|
(100, 5735, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ring of Trials victories', 'Ring of Trials victories', NULL, NULL),
|
|
(101, 5730, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ring of Trials matches', 'Ring of Trials matches', NULL, NULL),
|
|
(102, 5736, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ruins of Lordaeron victories', 'Ruins of Lordaeron victories', NULL, NULL),
|
|
(103, 5729, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Circle of Blood matches', 'Circle of Blood matches', NULL, NULL),
|
|
(104, 5734, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Circle of Blood victories', 'Circle of Blood victories', NULL, NULL),
|
|
(105, 140, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Warsong Gulch victories', 'Warsong Gulch Victories', NULL, NULL),
|
|
(107, 4948, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Beasts', NULL, NULL),
|
|
(107, 4949, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Demons', NULL, NULL),
|
|
(107, 4950, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Dragonkin', NULL, NULL),
|
|
(107, 4951, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Elemental', NULL, NULL),
|
|
(107, 4952, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Giant', NULL, NULL),
|
|
(107, 4953, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Humanoid', NULL, NULL),
|
|
(107, 4954, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Mechanical', NULL, NULL),
|
|
(107, 4955, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Undead', NULL, NULL),
|
|
(107, 4956, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Unspecified', NULL, NULL),
|
|
(107, 4957, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creatures killed', 'Totems', NULL, NULL),
|
|
(108, 4958, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Critters killed', 'Critters killed', NULL, NULL),
|
|
(110, 0, 1, 14807, 1, 1, 80, 1, 1, 'ICC - Lich King', 0, 'Lich King 5-player boss killed the most', NULL, NULL, NULL),
|
|
(112, 147, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from drowning', 'Deaths from drowning', NULL, NULL),
|
|
(113, 148, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from fatigue', 'Deaths from fatigue', NULL, NULL),
|
|
(114, 149, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from falling', 'Deaths from falling', NULL, NULL),
|
|
(115, 150, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from fire and lava', 'Deaths from fire and lava', NULL, NULL),
|
|
(115, 151, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from fire and lava', 'Deaths from fire and lava', NULL, NULL),
|
|
(116, 616, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Alchemy', NULL, NULL),
|
|
(116, 617, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Blacksmithing', NULL, NULL),
|
|
(116, 618, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Enchanting', NULL, NULL),
|
|
(116, 619, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Engineering', NULL, NULL),
|
|
(116, 620, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Herbalism', NULL, NULL),
|
|
(116, 621, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Inscription', NULL, NULL),
|
|
(116, 622, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Jewelcrafting', NULL, NULL),
|
|
(116, 623, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Leatherworking', NULL, NULL),
|
|
(116, 624, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Mining', NULL, NULL),
|
|
(116, 625, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Skinning', NULL, NULL),
|
|
(116, 626, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Journeyman', 'Tailoring', NULL, NULL),
|
|
(121, 168, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Journeyman Cook', 'Become a journeyman cook', NULL, NULL),
|
|
(122, 612, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Expert Cook', 'Become an expert cook', NULL, NULL),
|
|
(123, 613, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Artisan Cook', 'Become an artisan cook', NULL, NULL),
|
|
(124, 614, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Master Cook', 'Become a master cook', NULL, NULL),
|
|
(125, 615, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Grand Master Cook', 'Become a grand master cook', NULL, NULL),
|
|
(126, 835, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Journeyman Fisherman', 'Become a journeyman fisherman', NULL, NULL),
|
|
(127, 836, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Expert Fisherman', 'Become a expert fisherman', NULL, NULL),
|
|
(128, 837, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Artisan Fisherman', 'Become an artisan fisherman', NULL, NULL),
|
|
(129, 838, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Master Fisherman', 'Become a master fisherman', NULL, NULL),
|
|
(130, 839, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Grand Master Fisherman', 'Become a grand master fisherman', NULL, NULL),
|
|
(131, 840, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Journeyman in First Aid', 'Become a journeyman in first aid', NULL, NULL),
|
|
(132, 841, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Expert in First Aid', 'Become a expert in first aid', NULL, NULL),
|
|
(133, 842, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Artisan in First Aid', 'Become an artisan in first aid', NULL, NULL),
|
|
(134, 843, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Master in First Aid', 'Become a master in first aid', NULL, NULL),
|
|
(135, 844, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Grand Master in First Aid', 'Become a grand master in first aid', NULL, NULL),
|
|
(137, 1831, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Stocking Up', 'Create 500 Heavy Frostweave Bandages', NULL, NULL),
|
|
(141, 6799, 10, 172, 169, 1, 80, 1, 1, NULL, 10, 'Ultimate Triage', 'First Aid Below 5%', NULL, NULL),
|
|
(144, 3622, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Lurker Above', 'Fished up Lurker', NULL, NULL),
|
|
(150, 5274, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Fishing Diplomat', 'Orgrimmar', NULL, NULL),
|
|
(150, 5275, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Fishing Diplomat', 'Stormwind', NULL, NULL),
|
|
(153, 3851, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Abundant Oily Blackmouth School', NULL, NULL),
|
|
(153, 3852, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Abundant Firefin Snapper School', NULL, NULL),
|
|
(153, 3853, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Lesser Oily Blackmouth School', NULL, NULL),
|
|
(153, 3854, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'School of Deviate Fish', NULL, NULL),
|
|
(153, 3855, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Lesser Sagefish School', NULL, NULL),
|
|
(153, 3856, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Sparse Oily Blackmouth School', NULL, NULL),
|
|
(153, 3857, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Sparse Firefin Snapper School', NULL, NULL),
|
|
(153, 3858, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Sagefish School', NULL, NULL),
|
|
(153, 3859, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Oily Blackmouth School', NULL, NULL),
|
|
(153, 3860, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Firefin Snapper School', NULL, NULL),
|
|
(153, 3861, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Greater Sagefish School', NULL, NULL),
|
|
(153, 3862, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Teeming Oily Blackmouth School', NULL, NULL),
|
|
(153, 3863, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Teeming Firefin Snapper School', NULL, NULL),
|
|
(153, 3864, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Stonescale Eel Swarm', NULL, NULL),
|
|
(153, 3865, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Brackish Mixed School', NULL, NULL),
|
|
(153, 3866, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Bluefish School', NULL, NULL),
|
|
(153, 3867, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Mudfish School', NULL, NULL),
|
|
(153, 3868, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'School of Darter', NULL, NULL),
|
|
(153, 3869, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Highland Mixed School', NULL, NULL),
|
|
(153, 3870, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Sporefish School', NULL, NULL),
|
|
(153, 5276, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Barrelhead Goby School', NULL, NULL),
|
|
(153, 5278, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Borean Man O\' War School', NULL, NULL),
|
|
(153, 5279, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Deep Sea Monsterbelly School', NULL, NULL),
|
|
(153, 5280, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Dragonfin Angelfish School', NULL, NULL),
|
|
(153, 5281, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Fangtooth Herring School', NULL, NULL),
|
|
(153, 5282, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Glacial Salmon School', NULL, NULL),
|
|
(153, 5283, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Glassfin Minnow School', NULL, NULL),
|
|
(153, 5284, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Imperial Manta Ray School', NULL, NULL),
|
|
(153, 5285, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Moonglow Cuttlefish School', NULL, NULL),
|
|
(153, 5286, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Musselback Sculpin School', NULL, NULL),
|
|
(153, 5287, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Old Gnome and the Sea', 'Nettlefish School', NULL, NULL),
|
|
(154, 166, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Arathi Basin Victory', 'Win Arathi Basin', NULL, NULL),
|
|
(155, 176, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Arathi Basin Veteran', 'Complete 100 victories in Arathi Basin.', NULL, NULL),
|
|
(156, 1234, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Territorial Dominance', 'Win 10 Arathi Basin matches while controlling all 5 flags', NULL, NULL),
|
|
(157, 414, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'To The Rescue!', 'Defend 50 bases', NULL, NULL),
|
|
(158, 308, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Me and the Cappin\' Makin\' it Happen', 'Take 50 flags in Arathi Basin', NULL, NULL),
|
|
(159, 1237, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Let\'s Get This Done', 'Win in 6 minutes', NULL, NULL),
|
|
(161, 3804, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3805, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3806, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3807, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3808, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3809, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3810, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3811, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3812, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(161, 3813, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Resilient Victory', 'Overcome a 500 resource disadvantage', NULL, NULL),
|
|
(162, 1235, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'We Had It All Along *cough*', 'Victory in Arathi Basin with a score of 1600 to 1590', NULL, NULL),
|
|
(165, 611, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Perfection', 'Arathi Basin Shutout', NULL, NULL),
|
|
(166, 177, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Warsong Gulch Victory', 'Win Warsong Gulch', NULL, NULL),
|
|
(167, 221, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Warsong Gulch Veteran', 'Complete 100 victories in Warsong Gulch', NULL, NULL),
|
|
(168, 1236, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Warsong Gulch Perfection', 'Victory in Warsong Gulch with a shutout', NULL, NULL),
|
|
(178, 4990, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Enchanting formulae learned', 'Enchanting formulae known', NULL, NULL),
|
|
(178, 7225, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Enchanting formulae learned', 'Enchanting formulae known', NULL, NULL),
|
|
(181, 4991, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Items disenchanted', 'Disenchanted items', NULL, NULL),
|
|
(183, 5304, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Materials produced from disenchanting', '', NULL, NULL),
|
|
(189, 5376, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Largest heal cast', 'Largest heal cast', NULL, NULL),
|
|
(193, 5373, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Largest hit dealt', 'Largest hit dealt', NULL, NULL),
|
|
(197, 162, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Total damage done', 'Total damage done', NULL, NULL),
|
|
(198, 4943, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Total healing done', 'Total healing done', NULL, NULL),
|
|
(199, 416, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Capture the Flag', 'Capture the flag', NULL, NULL),
|
|
(200, 417, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Persistent Defender', 'Return the flag 50 times', NULL, NULL),
|
|
(201, 758, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Warsong Expedience', 'Win Warsong Gulch in under 7 minutes', NULL, NULL),
|
|
(202, 5601, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Quick Cap', 'Pick up flag while it\'s at the base', NULL, NULL),
|
|
(202, 5602, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Quick Cap', 'Cap in 75 seconds', NULL, NULL),
|
|
(203, 7020, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Not In My House', 'Kill 2 flag carriers before they leave the Silverwing Flag Room', NULL, NULL),
|
|
(204, 1802, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Ironman', '3 captures and no death', NULL, NULL),
|
|
(204, 1824, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Ironman', 'win warsong', NULL, NULL),
|
|
(206, 3698, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Supreme Defender', 'Horde Flag Carriers', NULL, NULL),
|
|
(207, 5605, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Save The Day', 'Carrying Horde Flag', NULL, NULL),
|
|
(207, 5606, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Save The Day', 'Carrying Alliance Flag', NULL, NULL),
|
|
(208, 222, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Eye of the Storm Victory', 'Win Eye of the Storm.', NULL, NULL),
|
|
(209, 223, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Eye of the Storm Veteran', 'Complete 100 victories in Eye of the Storm', NULL, NULL),
|
|
(211, 3693, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Storm Glory', 'Capture a flag with 4 bases held', NULL, NULL),
|
|
(212, 418, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Storm Capper', 'Capture the flag', NULL, NULL),
|
|
(213, 3685, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Stormtrooper', '5 Flag Carriers', NULL, NULL),
|
|
(214, 1240, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Flurry', 'Win in 6 minutes', NULL, NULL),
|
|
(216, 3353, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Bound for Glory', '3 caps and no death', NULL, NULL),
|
|
(218, 224, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Alterac Valley Victory', 'Win Alterac Valley.', NULL, NULL),
|
|
(219, 225, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Alterac Valley Veteran', 'Complete 100 victories in Alterac Valley', NULL, NULL),
|
|
(220, 1242, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Balinda and Vandaar survive', NULL, NULL),
|
|
(220, 1803, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower A1 owned by the Alliance', NULL, NULL),
|
|
(220, 1804, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower A1 owned by the Alliance', NULL, NULL),
|
|
(220, 1805, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower A3 owned by the Alliance', NULL, NULL),
|
|
(220, 1806, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower A4 owned by the Alliance', NULL, NULL),
|
|
(220, 1807, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower H1 owned by the Alliance', NULL, NULL),
|
|
(220, 1808, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower H2 owned by the Alliance', NULL, NULL),
|
|
(220, 1809, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower H3 owned by the Alliance', NULL, NULL),
|
|
(220, 1810, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'Tower H4 owned by the Alliance', NULL, NULL),
|
|
(220, 1825, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Stormpike Perfection', 'win av', NULL, NULL),
|
|
(221, 419, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Alterac Grave Robber', 'Take 50 graveyards', NULL, NULL),
|
|
(222, 420, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Tower Defense', '50 towers defended', NULL, NULL),
|
|
(223, 6800, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'The Sickly Gazelle', 'Kill someone in the Field of Strife before they dismount', NULL, NULL),
|
|
(224, 3362, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Loyal Defender', '50 honorable kills in the Hall of the Frostwolf', NULL, NULL),
|
|
(225, 3386, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Everything Counts', 'Kobold Cave Owned', NULL, NULL),
|
|
(225, 3387, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Everything Counts', 'Trogg Cave Owned', NULL, NULL),
|
|
(226, 1241, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'The Alterac Blitz', 'Win in 6 minutes', NULL, NULL),
|
|
(227, 2400, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do more than 300,000 Damage in Alterac Valley', NULL, NULL),
|
|
(227, 2401, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do 300,000 Damage in Arathi Basin', NULL, NULL),
|
|
(227, 2402, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do 300,000 Damage in Warsong Gulch', NULL, NULL),
|
|
(227, 2403, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do 300,000 Damage in Eye of the Storm', NULL, NULL),
|
|
(227, 3364, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in av', NULL, NULL),
|
|
(227, 3365, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in ab', NULL, NULL),
|
|
(227, 3366, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in eots', NULL, NULL),
|
|
(227, 3367, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in wsg', NULL, NULL),
|
|
(227, 5076, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do 300,000 Damage in Strand of the Ancients', NULL, NULL),
|
|
(227, 5077, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in sota', NULL, NULL),
|
|
(227, 12378, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', '300,000 healing in Isle of Conquest', NULL, NULL),
|
|
(227, 12379, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Damage Control', 'Do 300,000 Damage in Isle of Conquest', NULL, NULL),
|
|
(229, 1820, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'The Grim Reaper', '30 hks in arathi', NULL, NULL),
|
|
(229, 1821, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'The Grim Reaper', '30 hks in av', NULL, NULL),
|
|
(229, 1822, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'The Grim Reaper', '30 hks in eots', NULL, NULL),
|
|
(229, 1823, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'The Grim Reaper', '30 hks in wsg', NULL, NULL),
|
|
(229, 12579, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'The Grim Reaper', '30 hks in ioc', NULL, NULL),
|
|
(230, 226, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Alterac Valley', NULL, NULL),
|
|
(230, 227, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Arathi Basin', NULL, NULL),
|
|
(230, 228, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Eye of the Storm', NULL, NULL),
|
|
(230, 229, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Warsong Gulch', NULL, NULL),
|
|
(230, 7640, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Strand of the Ancients', NULL, NULL),
|
|
(231, 3368, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Alterac Valley', NULL, NULL),
|
|
(231, 3369, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Arathi Basin', NULL, NULL),
|
|
(231, 3370, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Eye of the Storm', NULL, NULL),
|
|
(231, 3371, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Warsong Gulch', NULL, NULL),
|
|
(231, 7623, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Strand of the Ancients', NULL, NULL),
|
|
(231, 12578, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrecking Ball', 'Isle of Conquest', NULL, NULL),
|
|
(233, 3684, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Bloodthirsty Berserker', 'Berserking killing blow', NULL, NULL),
|
|
(238, 6798, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'An Honorable Kill', 'Achieve an honorable kill', NULL, NULL),
|
|
(239, 6792, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '25000 Honorable Kills', 'Get 25000 honorable kills', NULL, NULL),
|
|
(245, 2359, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Death Knight', NULL, NULL),
|
|
(245, 2360, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Druid', NULL, NULL),
|
|
(245, 2361, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Hunter', NULL, NULL),
|
|
(245, 2362, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Mage', NULL, NULL),
|
|
(245, 2363, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Paladin', NULL, NULL),
|
|
(245, 2364, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Priest', NULL, NULL),
|
|
(245, 2365, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Rogue', NULL, NULL),
|
|
(245, 2366, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Shaman', NULL, NULL),
|
|
(245, 2367, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Warlock', NULL, NULL),
|
|
(245, 2368, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'That Takes Class', 'Warrior', NULL, NULL),
|
|
(246, 2369, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Blood Elf', NULL, NULL),
|
|
(246, 2370, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Orc', NULL, NULL),
|
|
(246, 2371, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Tauren', NULL, NULL),
|
|
(246, 2372, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Undead', NULL, NULL),
|
|
(246, 2373, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Troll', NULL, NULL),
|
|
(247, 2379, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Make Love, Not Warcraft', 'Hug a dead enemy', NULL, NULL),
|
|
(248, 3221, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Sunday\'s Finest', 'White Tuxedo Shirt', NULL, NULL),
|
|
(248, 3222, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Sunday\'s Finest', 'Black Tuxedo Pants', NULL, NULL),
|
|
(249, 3220, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Dressed for the Occasion', 'Elegant Dress', NULL, NULL),
|
|
(252, 3826, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'With a Little Helper from My Friends', '26157', NULL, NULL),
|
|
(252, 3827, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'With a Little Helper from My Friends', '26272', NULL, NULL),
|
|
(252, 3828, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'With a Little Helper from My Friends', '26273', NULL, NULL),
|
|
(252, 3829, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'With a Little Helper from My Friends', '26274', NULL, NULL),
|
|
(255, 409, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Bring Me The Head of... Oh Wait', 'Headless Horseman', NULL, NULL),
|
|
(259, 5272, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball Cairne Bloodhoof', NULL, NULL),
|
|
(259, 9838, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball Cairne Bloodhoof', NULL, NULL),
|
|
(259, 9839, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball Cairne Bloodhoof', NULL, NULL),
|
|
(260, 12846, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Charming', '', NULL, NULL),
|
|
(263, 477, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Ice the Frost Lord', 'Ahune', NULL, NULL),
|
|
(263, 5270, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Ice the Frost Lord', 'Ahune Kill Quest', NULL, NULL),
|
|
(263, 8158, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Ice the Frost Lord', 'Tabard of Summer Flames', NULL, NULL),
|
|
(263, 8159, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Ice the Frost Lord', 'Tabard of Summer Skies', NULL, NULL),
|
|
(263, 11718, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Ice the Frost Lord', '', NULL, NULL),
|
|
(271, 6804, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Burning Hot Pole Dance', 'Dance at the ribbon pole for 60 seconds while wearing completed Midsummer set.', NULL, NULL),
|
|
(272, 6937, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Torch Juggler', '40 torches', NULL, NULL),
|
|
(273, 478, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'On Metzen!', 'Metzen saved', NULL, NULL),
|
|
(273, 479, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'On Metzen!', 'Metzen saved', NULL, NULL),
|
|
(275, 9167, 50, 163, 155, 1, 80, 1, 1, NULL, 50, 'Veteran Nanny', 'Peanut', NULL, NULL),
|
|
(275, 9168, 50, 163, 155, 1, 80, 1, 1, NULL, 50, 'Veteran Nanny', 'Willy', NULL, NULL),
|
|
(275, 9169, 50, 163, 155, 1, 80, 1, 1, NULL, 50, 'Veteran Nanny', 'Egbert', NULL, NULL),
|
|
(277, 4230, 10, 156, 155, 1, 80, 1, 1, NULL, 10, '\'Tis the Season', 'Graccu\'s Mince Meat Fruitcake', NULL, NULL),
|
|
(279, 6223, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Simply Abominable', 'A Smokywood Pastures\' Thank You!', NULL, NULL),
|
|
(279, 6224, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Simply Abominable', 'A Smokywood Pastures\' Thank You!', NULL, NULL),
|
|
(281, 164, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'First Aid skill', '', NULL, NULL),
|
|
(281, 5592, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'First Aid skill', 'First aid skill', NULL, NULL),
|
|
(283, 3209, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Bat', NULL, NULL),
|
|
(283, 3210, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Ghost', NULL, NULL),
|
|
(283, 3211, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Leper Gnome', NULL, NULL),
|
|
(283, 3212, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Ninja', NULL, NULL),
|
|
(283, 3213, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Pirate', NULL, NULL),
|
|
(283, 3214, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Skeleton', NULL, NULL),
|
|
(283, 3215, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Masquerade', 'Transformed by Hallowed Wand - Wisp', NULL, NULL),
|
|
(284, 5079, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Blood Elf Mask', NULL, NULL),
|
|
(284, 5080, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Draenei Mask', NULL, NULL),
|
|
(284, 5081, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Dwarf Mask', NULL, NULL),
|
|
(284, 5082, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Gnome Mask', NULL, NULL),
|
|
(284, 5083, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Human Mask', NULL, NULL),
|
|
(284, 5084, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Nightelf Mask', NULL, NULL),
|
|
(284, 5085, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Orc Mask', NULL, NULL),
|
|
(284, 5086, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Tauren Mask', NULL, NULL),
|
|
(284, 5087, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Troll Mask', NULL, NULL),
|
|
(284, 5088, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Female Undead Mask', NULL, NULL),
|
|
(284, 5089, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Blood Elf Mask', NULL, NULL),
|
|
(284, 5090, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Draenei Mask', NULL, NULL),
|
|
(284, 5091, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Dwarf Mask', NULL, NULL),
|
|
(284, 5092, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Gnome Mask', NULL, NULL),
|
|
(284, 5093, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Human Mask', NULL, NULL),
|
|
(284, 5094, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Nightelf Mask', NULL, NULL),
|
|
(284, 5095, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Orc Mask', NULL, NULL),
|
|
(284, 5096, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Tauren Mask', NULL, NULL),
|
|
(284, 5097, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Troll Mask', NULL, NULL),
|
|
(284, 5098, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'A Mask for All Occasions', 'Flimsy Male Undead Mask', NULL, NULL),
|
|
(288, 2070, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Out With It', 'Upset Tummy', NULL, NULL),
|
|
(288, 5820, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Out With It', 'Upset Tummy', NULL, NULL),
|
|
(289, 2281, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Savior of Hallow\'s End', '"Let the Fires Come!"', NULL, NULL),
|
|
(289, 2282, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Savior of Hallow\'s End', '"Let the Fires Come!"', NULL, NULL),
|
|
(289, 2283, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Savior of Hallow\'s End', 'Stop the Fires!', NULL, NULL),
|
|
(289, 2284, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Savior of Hallow\'s End', 'Stop the Fires!', NULL, NULL),
|
|
(291, 5772, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Gnome', NULL, NULL),
|
|
(291, 5774, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Blood Elf', NULL, NULL),
|
|
(291, 5775, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Draenei', NULL, NULL),
|
|
(291, 5776, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Dwarf', NULL, NULL),
|
|
(291, 5777, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Human', NULL, NULL),
|
|
(291, 5778, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Night Elf', NULL, NULL),
|
|
(291, 5779, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Orc', NULL, NULL),
|
|
(291, 5780, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Tauren', NULL, NULL),
|
|
(291, 5781, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Troll', NULL, NULL),
|
|
(291, 5782, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Check Your Head', 'Undead', NULL, NULL),
|
|
(292, 5783, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Sinister Calling', 'Sinister Squashling', NULL, NULL),
|
|
(292, 12908, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Sinister Calling', 'Hallowed Helm', NULL, NULL),
|
|
(293, 4112, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Disturbing the Peace', '/dance', NULL, NULL),
|
|
(295, 4111, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Direbrewfest', 'Coren Direbrew', NULL, NULL),
|
|
(303, 6207, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', 'Brewfest Kodo', NULL, NULL),
|
|
(303, 6208, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', 'swift brewfest ram', NULL, NULL),
|
|
(303, 6209, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', 'Brewfest Ram', NULL, NULL),
|
|
(303, 6210, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', 'Great Brewfest Kodo', NULL, NULL),
|
|
(303, 10966, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', '', NULL, NULL),
|
|
(303, 10967, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', '', NULL, NULL),
|
|
(303, 10968, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', '', NULL, NULL),
|
|
(303, 10969, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Have Keg, Will Travel', '', NULL, NULL),
|
|
(306, 406, 20, 171, 169, 1, 80, 1, 1, NULL, 20, 'Master Angler of Azeroth', 'Win the Booty Bay fishing contest', NULL, NULL),
|
|
(306, 3849, 20, 171, 169, 1, 80, 1, 1, NULL, 20, 'Master Angler of Azeroth', 'Arcanite Fishing Pole', NULL, NULL),
|
|
(306, 3850, 20, 171, 169, 1, 80, 1, 1, NULL, 20, 'Master Angler of Azeroth', 'Hook of the Master Angler', NULL, NULL),
|
|
(306, 12910, 20, 171, 169, 1, 80, 1, 1, NULL, 20, 'Master Angler of Azeroth', 'Win the Kalu\'ak Fishing Derby', NULL, NULL),
|
|
(318, 5593, 1, 21, 1, -1, 80, 1, 1, NULL, 0, 'Total deaths from opposite faction', '', NULL, NULL),
|
|
(319, 3629, 1, 154, 21, 1, 80, 1, 1, NULL, 0, 'Duels won', 'Duels won', NULL, NULL),
|
|
(320, 3630, 1, 154, 21, -1, 80, 1, 1, NULL, 0, 'Duels lost', 'Duels lost', NULL, NULL),
|
|
(321, 169, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '5 man instances', NULL, NULL),
|
|
(321, 170, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '10 man instances', NULL, NULL),
|
|
(321, 171, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '25 man instances', NULL, NULL),
|
|
(321, 8838, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '40 man instances', NULL, NULL),
|
|
(321, 8918, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '15 man instances', NULL, NULL),
|
|
(321, 8919, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Total raid and dungeon deaths', '20 man instances', NULL, NULL),
|
|
(322, 7758, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Ingvar the Plunderer', NULL, NULL),
|
|
(322, 7759, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Keristrasza', NULL, NULL),
|
|
(322, 7760, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Anub\'arak', NULL, NULL),
|
|
(322, 7761, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Herald Volazj', NULL, NULL),
|
|
(322, 7762, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(322, 7763, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Cyanigosa', NULL, NULL),
|
|
(322, 7764, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Dalronn the Controller', NULL, NULL),
|
|
(322, 7765, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Skarvald the Constructor', NULL, NULL),
|
|
(322, 7766, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Prince Keleseth', NULL, NULL),
|
|
(322, 7770, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Anomalus', NULL, NULL),
|
|
(322, 7771, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Ormorok the Tree-Shaper', NULL, NULL),
|
|
(322, 7772, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Grand Magus Telestra', NULL, NULL),
|
|
(322, 7773, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Krik\'thir the Gatewatcher', NULL, NULL),
|
|
(322, 7774, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Hadronox', NULL, NULL),
|
|
(322, 7775, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Prince Taldaram', NULL, NULL),
|
|
(322, 7776, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Elder Nadox', NULL, NULL),
|
|
(322, 7777, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Jedoga Shadowseeker', NULL, NULL),
|
|
(322, 7778, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Trollgore', NULL, NULL),
|
|
(322, 7779, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Novos the Summoner', NULL, NULL),
|
|
(322, 7780, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'King Dred', NULL, NULL),
|
|
(322, 7781, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Slad\'ran', NULL, NULL),
|
|
(322, 7782, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Moorabi', NULL, NULL),
|
|
(322, 7783, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Drakkari Colossus', NULL, NULL),
|
|
(322, 7784, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Gal\'darah', NULL, NULL),
|
|
(322, 7785, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Maiden of Grief', NULL, NULL),
|
|
(322, 7786, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Sjonnir The Ironshaper', NULL, NULL),
|
|
(322, 7787, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'General Bjarngrim', NULL, NULL),
|
|
(322, 7788, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Ionar', NULL, NULL),
|
|
(322, 7789, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Volkhan', NULL, NULL),
|
|
(322, 7790, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Loken', NULL, NULL),
|
|
(322, 7791, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Drakos the Interrogator', NULL, NULL),
|
|
(322, 7792, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Mage-Lord Urom', NULL, NULL),
|
|
(322, 7795, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Varos Cloudstrider', NULL, NULL),
|
|
(322, 7796, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(322, 7797, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Skadi the Ruthless', NULL, NULL),
|
|
(322, 7798, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Svala Sorrowgrave', NULL, NULL),
|
|
(322, 7799, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Gortok Palehoof', NULL, NULL),
|
|
(322, 7800, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'King Ymiron', NULL, NULL),
|
|
(322, 7801, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Meathook', NULL, NULL),
|
|
(322, 7802, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Chrono-Lord Epoch', NULL, NULL),
|
|
(322, 7803, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Salramm the Fleshcrafter', NULL, NULL),
|
|
(322, 7804, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Mal\'Ganis', NULL, NULL),
|
|
(322, 13262, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'The Black Knight', NULL, NULL),
|
|
(322, 13263, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Argent Confessor Paletress', NULL, NULL),
|
|
(322, 13264, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Eadric the Pure', NULL, NULL),
|
|
(322, 13265, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Bronjahm', NULL, NULL),
|
|
(322, 13266, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Devourer of Souls', NULL, NULL),
|
|
(322, 13267, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Forgemaster Garfrost', NULL, NULL),
|
|
(322, 13268, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Ick', NULL, NULL),
|
|
(322, 13269, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Krik', NULL, NULL),
|
|
(322, 13270, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Scourgelord Tyrannus', NULL, NULL),
|
|
(322, 13271, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Falric', NULL, NULL),
|
|
(322, 13272, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'Marwyn', NULL, NULL),
|
|
(322, 13273, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King dungeon bosses', 'The Lich King', NULL, NULL),
|
|
(323, 7807, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Anub\'Rekhan', NULL, NULL),
|
|
(323, 7808, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Gluth', NULL, NULL),
|
|
(323, 7809, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Gothik the Harvester', NULL, NULL),
|
|
(323, 7810, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Grand Widow Faerlina', NULL, NULL),
|
|
(323, 7811, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Grobbulus', NULL, NULL),
|
|
(323, 7812, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Heigan the Unclean', NULL, NULL),
|
|
(323, 7813, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Instructor Razuvious', NULL, NULL),
|
|
(323, 7814, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Loatheb', NULL, NULL),
|
|
(323, 7815, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Maexxna', NULL, NULL),
|
|
(323, 7816, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Noth the Plaguebringer', NULL, NULL),
|
|
(323, 7817, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Patchwerk', NULL, NULL),
|
|
(323, 7818, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Thaddius', NULL, NULL),
|
|
(323, 7819, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Sapphiron', NULL, NULL),
|
|
(323, 7820, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Kel\'Thuzad', NULL, NULL),
|
|
(323, 7821, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Lady Blaymeux', NULL, NULL),
|
|
(323, 7822, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Baron Rivendare', NULL, NULL),
|
|
(323, 7823, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Sir Zeliek', NULL, NULL),
|
|
(323, 7824, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Thane Korth\'azz', NULL, NULL),
|
|
(323, 7825, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Sartharion', NULL, NULL),
|
|
(323, 7826, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Malygos', NULL, NULL),
|
|
(323, 7827, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(323, 10999, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Flame Leviathan', NULL, NULL),
|
|
(323, 11000, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Razorscale', NULL, NULL),
|
|
(323, 11001, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Ignis the Furnace Master', NULL, NULL),
|
|
(323, 11002, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Auriaya', NULL, NULL),
|
|
(323, 11003, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'XT-002 Deconstructor', NULL, NULL),
|
|
(323, 11004, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Steelbreaker', NULL, NULL),
|
|
(323, 11005, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Runemaster Molgeim', NULL, NULL),
|
|
(323, 11006, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Stormcaller Brundir', NULL, NULL),
|
|
(323, 11007, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Kologarn', NULL, NULL),
|
|
(323, 11008, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Hodir', NULL, NULL),
|
|
(323, 11009, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Thorim', NULL, NULL),
|
|
(323, 11010, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Freya', NULL, NULL),
|
|
(323, 11011, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Mimiron', NULL, NULL),
|
|
(323, 11012, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'General Vezax', NULL, NULL),
|
|
(323, 11013, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Yogg-Saron', NULL, NULL),
|
|
(323, 11014, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Algalon the Observer', NULL, NULL),
|
|
(323, 11015, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(323, 13274, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(323, 13275, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(323, 13276, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Onyxia', NULL, NULL),
|
|
(323, 13277, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Icehowl', NULL, NULL),
|
|
(323, 13278, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Lord Jaraxxus', NULL, NULL),
|
|
(323, 13279, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Eydis Darkbane', NULL, NULL),
|
|
(323, 13280, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Fjola Lightbane', NULL, NULL),
|
|
(323, 13281, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Anub\'arak', NULL, NULL),
|
|
(323, 13282, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Lord Marrowgar', NULL, NULL),
|
|
(323, 13283, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Lady Deathwhisper', NULL, NULL),
|
|
(323, 13284, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Deathbringer Saurfang', NULL, NULL),
|
|
(323, 13285, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Festergut', NULL, NULL),
|
|
(323, 13286, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Rotface', NULL, NULL),
|
|
(323, 13287, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Professor Putricide', NULL, NULL),
|
|
(323, 13288, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Blood-Queen Lana\'thel', NULL, NULL),
|
|
(323, 13289, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'Sindragosa', NULL, NULL),
|
|
(323, 13290, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 10-player raid bosses', 'The Lich King', NULL, NULL),
|
|
(324, 7828, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Anub\'Rekhan', NULL, NULL),
|
|
(324, 7829, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Gluth', NULL, NULL),
|
|
(324, 7830, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Gothik the Harvester', NULL, NULL),
|
|
(324, 7831, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Grand Widow Faerlina', NULL, NULL),
|
|
(324, 7832, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Grobbulus', NULL, NULL),
|
|
(324, 7833, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Heigan the Unclean', NULL, NULL),
|
|
(324, 7834, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Instructor Razuvious', NULL, NULL),
|
|
(324, 7835, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Loatheb', NULL, NULL),
|
|
(324, 7836, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Maexxna', NULL, NULL),
|
|
(324, 7837, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Noth the Plaguebringer', NULL, NULL),
|
|
(324, 7838, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Patchwerk', NULL, NULL),
|
|
(324, 7839, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Thaddius', NULL, NULL),
|
|
(324, 7840, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Sapphiron', NULL, NULL),
|
|
(324, 7841, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Kel\'Thuzad', NULL, NULL),
|
|
(324, 7842, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Lady Blaymeux', NULL, NULL),
|
|
(324, 7843, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Baron Rivendare', NULL, NULL),
|
|
(324, 7844, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Sir Zeliek', NULL, NULL),
|
|
(324, 7845, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Thane Korth\'azz', NULL, NULL),
|
|
(324, 7846, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Sartharion', NULL, NULL),
|
|
(324, 7847, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Malygos', NULL, NULL),
|
|
(324, 7848, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(324, 11016, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Flame Leviathan', NULL, NULL),
|
|
(324, 11017, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Razorscale', NULL, NULL),
|
|
(324, 11018, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Ignis the Furnace Master', NULL, NULL),
|
|
(324, 11019, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'XT-002 Deconstructor', NULL, NULL),
|
|
(324, 11020, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Steelbreaker', NULL, NULL),
|
|
(324, 11021, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Runemaster Molgeim', NULL, NULL),
|
|
(324, 11022, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Stormcaller Brundir', NULL, NULL),
|
|
(324, 11023, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Kologarn', NULL, NULL),
|
|
(324, 11024, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Auriaya', NULL, NULL),
|
|
(324, 11025, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Hodir', NULL, NULL),
|
|
(324, 11026, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Thorim', NULL, NULL),
|
|
(324, 11027, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Freya', NULL, NULL),
|
|
(324, 11028, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Mimiron', NULL, NULL),
|
|
(324, 11029, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'General Vezax', NULL, NULL),
|
|
(324, 11030, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Yogg-Saron', NULL, NULL),
|
|
(324, 11031, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Algalon the Observer', NULL, NULL),
|
|
(324, 11032, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(324, 13291, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(324, 13292, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Icehowl', NULL, NULL),
|
|
(324, 13293, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Lord Jaraxxus', NULL, NULL),
|
|
(324, 13294, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Fjola Lightbane', NULL, NULL),
|
|
(324, 13295, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Eydis Darkbane', NULL, NULL),
|
|
(324, 13296, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Anub\'arak', NULL, NULL),
|
|
(324, 13297, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Lord Marrowgar', NULL, NULL),
|
|
(324, 13298, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Lady Deathwhisper', NULL, NULL),
|
|
(324, 13299, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Deathbringer Saurfang', NULL, NULL),
|
|
(324, 13300, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Blood-Queen Lana\'thel', NULL, NULL),
|
|
(324, 13301, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Sindragosa', NULL, NULL),
|
|
(324, 13302, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'The Lich King', NULL, NULL),
|
|
(324, 13303, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Festergut', NULL, NULL),
|
|
(324, 13304, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Rotface', NULL, NULL),
|
|
(324, 13305, 1, 125, 122, -1, 80, 80, 80, 'ICC - Lich King', 0, 'Total deaths to Lich King 25-player raid bosses', 'Professor Putricide', NULL, NULL),
|
|
(326, 3355, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold from quest rewards', 'Total gold from quest rewards', NULL, NULL),
|
|
(328, 4091, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Total gold acquired', 'Money from vendors', NULL, NULL),
|
|
(328, 4092, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Total gold acquired', 'Money from questing', NULL, NULL),
|
|
(328, 4093, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Total gold acquired', 'Money looted from creatures', NULL, NULL),
|
|
(328, 4225, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Total gold acquired', 'Money from auctions', NULL, NULL),
|
|
(329, 4220, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Auctions posted', 'Auctions Posted', NULL, NULL),
|
|
(330, 4221, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Auction purchases', 'Total Auction Purchases', NULL, NULL),
|
|
(331, 4222, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Most expensive bid on auction', 'Highest Auction Bid', NULL, NULL),
|
|
(332, 4223, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Most expensive auction sold', 'Highest sale value on an auction', NULL, NULL),
|
|
(333, 3354, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold looted', 'Total gold looted', NULL, NULL),
|
|
(334, 4224, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Most gold ever owned', 'Most gold ever owned:', NULL, NULL),
|
|
(336, 5345, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Legendary items acquired', '', NULL, NULL),
|
|
(336, 6141, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Legendary items acquired', 'Legendary items obtained', NULL, NULL),
|
|
(338, 4788, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Vanity pets owned', 'Vanity pets owned', NULL, NULL),
|
|
(339, 4787, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Mounts owned', 'Number of mounts', NULL, NULL),
|
|
(341, 5344, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Epic items looted', '', NULL, NULL),
|
|
(341, 6140, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Epic items looted', 'Epic Items Looted', NULL, NULL),
|
|
(342, 5343, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Epic items acquired', '', NULL, NULL),
|
|
(342, 6142, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Epic items acquired', 'Epic items obtained', NULL, NULL),
|
|
(344, 3301, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Alterac Valley Runecloth Bandage', NULL, NULL),
|
|
(344, 3302, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Arathi Basin Mageweave Bandage', NULL, NULL),
|
|
(344, 3303, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Arathi Basin Runecloth Bandage', NULL, NULL),
|
|
(344, 3304, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Arathi Basin Silk Bandage', NULL, NULL),
|
|
(344, 3305, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Defiler\'s Mageweave Bandage', NULL, NULL),
|
|
(344, 3306, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Defiler\'s Runecloth Bandage', NULL, NULL),
|
|
(344, 3307, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Defiler\'s Silk Bandage', NULL, NULL),
|
|
(344, 3308, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Dense Frostweave Bandage', NULL, NULL),
|
|
(344, 3309, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Frostweave Bandage', NULL, NULL),
|
|
(344, 3310, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Frostweave Bandage', NULL, NULL),
|
|
(344, 3311, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Linen Bandage', NULL, NULL),
|
|
(344, 3312, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Mageweave Bandage', NULL, NULL),
|
|
(344, 3313, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Netherweave Bandage', NULL, NULL),
|
|
(344, 3314, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Runecloth Bandage', NULL, NULL),
|
|
(344, 3315, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Silk Bandage', NULL, NULL),
|
|
(344, 3316, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Linen Bandage', NULL, NULL),
|
|
(344, 3317, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Mageweave Bandage', NULL, NULL),
|
|
(344, 3318, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Netherweave Bandage', NULL, NULL),
|
|
(344, 3319, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Runecloth Bandage', NULL, NULL),
|
|
(344, 3320, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Silk Bandage', NULL, NULL),
|
|
(344, 3321, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Thick Frostweave Bandage', NULL, NULL),
|
|
(344, 3322, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Warsong Gulch Mageweave Bandage', NULL, NULL),
|
|
(344, 3323, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Warsong Gulch Runecloth Bandage', NULL, NULL),
|
|
(344, 3324, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Warsong Gulch Silk Bandage', NULL, NULL),
|
|
(344, 3325, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Wool Bandage', NULL, NULL),
|
|
(344, 7900, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Heavy Wool Bandage', NULL, NULL),
|
|
(344, 7901, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Highlander\'s Silk Bandage', NULL, NULL),
|
|
(344, 7902, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Highlander\'s Mageweave Bandage', NULL, NULL),
|
|
(344, 7903, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Highlander\'s Runecloth Bandage', NULL, NULL),
|
|
(344, 7904, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandages used', 'Triage Bandage', NULL, NULL),
|
|
(345, 4288, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Auchenai Healing Potion', NULL, NULL),
|
|
(345, 4289, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Bottled Nethergon Vapor', NULL, NULL),
|
|
(345, 4290, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Crystal Healing Potion', NULL, NULL),
|
|
(345, 4291, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Discolored Healing Potion', NULL, NULL),
|
|
(345, 4292, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Fel Regeneration Potion', NULL, NULL),
|
|
(345, 4293, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Greater Healing Potion', NULL, NULL),
|
|
(345, 4294, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Healing Potion', NULL, NULL),
|
|
(345, 4295, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Lesser Healing Potion', NULL, NULL),
|
|
(345, 4296, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major healing Draught', NULL, NULL),
|
|
(345, 4297, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Healing Potion', NULL, NULL),
|
|
(345, 4298, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Rejuvenation Potion', NULL, NULL),
|
|
(345, 4299, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Minor Healing Potion', NULL, NULL),
|
|
(345, 4300, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Minor Rejuvenation Potion', NULL, NULL),
|
|
(345, 4301, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Rulkster\'s Secret Sauce', NULL, NULL),
|
|
(345, 4302, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Super Healing Potion', NULL, NULL),
|
|
(345, 4303, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Super Rejuvenation Potion', NULL, NULL),
|
|
(345, 4304, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Superior Healing Draught', NULL, NULL),
|
|
(345, 4305, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Superior Healing Potion', NULL, NULL),
|
|
(345, 4306, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Volatile Healing Potion', NULL, NULL),
|
|
(345, 4307, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Wildvine Potion', NULL, NULL),
|
|
(345, 4309, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Healing Potion Injector', NULL, NULL),
|
|
(345, 4310, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Super Healing Potion', NULL, NULL),
|
|
(345, 4318, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Dreamless Sleep Potion', NULL, NULL),
|
|
(345, 4319, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Greater Dreamless Sleep Potion', NULL, NULL),
|
|
(345, 4320, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Dreamless Sleep Potion', NULL, NULL),
|
|
(345, 4325, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Mad Alchemist\'s Potion', NULL, NULL),
|
|
(345, 5178, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Combat Healing Potion', NULL, NULL),
|
|
(345, 5179, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Combat Healing Potion', NULL, NULL),
|
|
(345, 5180, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Combat Healing Potion', NULL, NULL),
|
|
(345, 5181, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Major Combat Healing Potion', NULL, NULL),
|
|
(345, 5182, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Resurgent Healing Potion', NULL, NULL),
|
|
(345, 5183, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Runic Healing Potion', NULL, NULL),
|
|
(345, 6380, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Runic Healing Injector', NULL, NULL),
|
|
(345, 7423, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Powerful Rejuvenation Potion', NULL, NULL),
|
|
(345, 7424, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Potion of Nightmares', NULL, NULL),
|
|
(345, 7908, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Combat Healing Potion', NULL, NULL),
|
|
(345, 7909, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Argent Healing Potion', NULL, NULL),
|
|
(345, 7910, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Endless Healing Potion', NULL, NULL),
|
|
(345, 7911, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potions consumed', 'Noth\'s Special Brew', NULL, NULL),
|
|
(346, 4654, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bash Ale', NULL, NULL),
|
|
(346, 4655, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Black Coffee', NULL, NULL),
|
|
(346, 4656, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blackrock Fortified Water', NULL, NULL),
|
|
(346, 4657, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blackrock Mineral Water', NULL, NULL),
|
|
(346, 4658, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blackrock Spring Water', NULL, NULL),
|
|
(346, 4659, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blended Bean Brew', NULL, NULL),
|
|
(346, 4660, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bottle of Pinot Noir', NULL, NULL),
|
|
(346, 4661, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bottled Winterspring Water', NULL, NULL),
|
|
(346, 4662, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bubbling Water', NULL, NULL),
|
|
(346, 4663, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Captain Rumsey\'s Lager', NULL, NULL),
|
|
(346, 4664, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cenarion Spirits', NULL, NULL),
|
|
(346, 4665, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cheap Beer', NULL, NULL),
|
|
(346, 4666, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cherry Grog', NULL, NULL),
|
|
(346, 4667, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Crystal Water', NULL, NULL),
|
|
(346, 4668, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Fresh Water', NULL, NULL),
|
|
(346, 4669, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Glacier Water', NULL, NULL),
|
|
(346, 4670, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Manna Biscuit', NULL, NULL),
|
|
(346, 4671, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Mineral Water', NULL, NULL),
|
|
(346, 4672, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Mountain Spring Water', NULL, NULL),
|
|
(346, 4673, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Purified Water', NULL, NULL),
|
|
(346, 4674, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Sparkling Water', NULL, NULL),
|
|
(346, 4675, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Spring Water', NULL, NULL),
|
|
(346, 4676, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Water', NULL, NULL),
|
|
(346, 4677, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Dark Dwarven Lager', NULL, NULL),
|
|
(346, 4678, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Darkmoon Special Reserve', NULL, NULL),
|
|
(346, 4679, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Don Carlos Tequila', NULL, NULL),
|
|
(346, 4680, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Dos Ogris', NULL, NULL),
|
|
(346, 4681, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Egg Nog', NULL, NULL),
|
|
(346, 4682, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Enchanted Water', NULL, NULL),
|
|
(346, 4683, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Enriched Terocone Juice', NULL, NULL),
|
|
(346, 4684, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Ethermead', NULL, NULL),
|
|
(346, 4685, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Evermurky', NULL, NULL),
|
|
(346, 4686, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Filtered Draenic Water', NULL, NULL),
|
|
(346, 4687, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fizzy Faire Drink', NULL, NULL),
|
|
(346, 4688, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Flagon of Mead', NULL, NULL),
|
|
(346, 4689, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Flask of Port', NULL, NULL),
|
|
(346, 4690, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Gilneas Sparkling Water', NULL, NULL),
|
|
(346, 4691, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Goldthorn Tea', NULL, NULL),
|
|
(346, 4692, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Greatfather\'s Winter Ale', NULL, NULL),
|
|
(346, 4693, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Holiday Spirits', NULL, NULL),
|
|
(346, 4694, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Hot Apple Cider', NULL, NULL),
|
|
(346, 4695, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Ice Cold Milk', NULL, NULL),
|
|
(346, 4696, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Junglevine Wine', NULL, NULL),
|
|
(346, 4697, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Melon Juice', NULL, NULL),
|
|
(346, 4698, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Molasses Firewater', NULL, NULL),
|
|
(346, 4699, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Moonberry Juice', NULL, NULL),
|
|
(346, 4700, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Moonglow', NULL, NULL),
|
|
(346, 4701, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Morning Glory Dew', NULL, NULL),
|
|
(346, 4702, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Netehrgarde Bitter', NULL, NULL),
|
|
(346, 4703, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Plugger\'s Blackrock Ale', NULL, NULL),
|
|
(346, 4704, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Purified Draenic Water', NULL, NULL),
|
|
(346, 4705, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Refreshing Spring Water', NULL, NULL),
|
|
(346, 4706, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Rumsey Rum Black Label', NULL, NULL),
|
|
(346, 4707, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Rumsey Rum Dark', NULL, NULL),
|
|
(346, 4708, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Rumsey Rum Light', NULL, NULL),
|
|
(346, 4709, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Silverwine', NULL, NULL),
|
|
(346, 4710, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Skin of Dwarven Stout', NULL, NULL),
|
|
(346, 4711, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Southshore Stout', NULL, NULL),
|
|
(346, 4712, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Sparkling Southshore Cider', NULL, NULL),
|
|
(346, 4713, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Star\'s Lament', NULL, NULL),
|
|
(346, 4714, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Star\'s Tears', NULL, NULL),
|
|
(346, 4715, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Steamwheedle Fizzy Spirits', NULL, NULL),
|
|
(346, 4716, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Sulfuron Slammer', NULL, NULL),
|
|
(346, 4717, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Sweet Nectar', NULL, NULL),
|
|
(346, 4718, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thistle Tea', NULL, NULL),
|
|
(346, 5190, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Aerie Peak Pale Ale', NULL, NULL),
|
|
(346, 5191, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Aromatic Honey Brew', NULL, NULL),
|
|
(346, 5192, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Aromatic Honey Brew', NULL, NULL),
|
|
(346, 5193, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blackrock Lager', NULL, NULL),
|
|
(346, 5194, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blackrock Lager', NULL, NULL),
|
|
(346, 5195, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Binary Brew', NULL, NULL),
|
|
(346, 5196, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Binary Brew', NULL, NULL),
|
|
(346, 6452, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bad Egg Nog', NULL, NULL),
|
|
(346, 6461, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bitter Plasma', NULL, NULL),
|
|
(346, 6485, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Caraway Burnwine', NULL, NULL),
|
|
(346, 6942, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bottled Spirits', NULL, NULL),
|
|
(346, 6943, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Jug of Bourbon', NULL, NULL),
|
|
(346, 6944, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thunder Ale', NULL, NULL),
|
|
(346, 6945, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Rhapsody Malt', NULL, NULL),
|
|
(346, 6946, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Watered-down Beer', NULL, NULL),
|
|
(346, 6947, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Raptor Punch', NULL, NULL),
|
|
(346, 6948, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Volatile Rum', NULL, NULL),
|
|
(346, 6949, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cuergo\'s Gold', NULL, NULL),
|
|
(346, 6950, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cuergo\'s Gold with Worm', NULL, NULL),
|
|
(346, 6951, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Wizbang\'s Special Brew', NULL, NULL),
|
|
(346, 6953, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Hyjal Nectar', NULL, NULL),
|
|
(346, 6954, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Eversong Port', NULL, NULL),
|
|
(346, 6955, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Pungent Seal Whey', NULL, NULL),
|
|
(346, 6956, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Honeymint Tea', NULL, NULL),
|
|
(346, 6957, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Lord of Frost\'s Private Label', NULL, NULL),
|
|
(346, 6958, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Sweetened Goat\'s Milk', NULL, NULL),
|
|
(346, 6959, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Frostberry Juice', NULL, NULL),
|
|
(346, 6960, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Winterfin "Depth Charge"', NULL, NULL),
|
|
(346, 6961, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bitter Plasma', NULL, NULL),
|
|
(346, 6962, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Kungaloosh', NULL, NULL),
|
|
(346, 6963, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Honey Mead', NULL, NULL),
|
|
(346, 6964, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Snowplum Brandy', NULL, NULL),
|
|
(346, 6966, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Grizzleberry Juice', NULL, NULL),
|
|
(346, 6967, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Crusader\'s Waterskin', NULL, NULL),
|
|
(346, 6968, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fresh Apple Juice', NULL, NULL),
|
|
(346, 8866, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Yeti Milk', NULL, NULL),
|
|
(346, 8867, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Dalaran White', NULL, NULL),
|
|
(346, 8868, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Dalaran Red', NULL, NULL),
|
|
(346, 8869, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Aged Dalaran Red', NULL, NULL),
|
|
(346, 8870, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Peaked Dalaran Red', NULL, NULL),
|
|
(346, 8871, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Vintage Dalaran Red', NULL, NULL),
|
|
(346, 8872, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Glass of Eversong Wine', NULL, NULL),
|
|
(346, 8873, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Flask of Bitter Cactus Cider', NULL, NULL),
|
|
(346, 8874, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bottle of Silvermoon Port', NULL, NULL),
|
|
(346, 8875, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Cup of Frog Venom Brew', NULL, NULL),
|
|
(346, 8876, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Mysterious Fermented Liquid', NULL, NULL),
|
|
(346, 8877, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Skin of Mulgore Firewater', NULL, NULL),
|
|
(346, 8878, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Gordok Grog', NULL, NULL),
|
|
(346, 8879, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thunder 45', NULL, NULL),
|
|
(346, 8880, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thunderbrew Ale', NULL, NULL),
|
|
(346, 8881, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thunderbrew Stout', NULL, NULL),
|
|
(346, 8882, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Ogre Mead', NULL, NULL),
|
|
(346, 8883, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Barleybrew Light', NULL, NULL),
|
|
(346, 8884, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Barleybrew Dark', NULL, NULL),
|
|
(346, 8885, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Barleybrew Clear', NULL, NULL),
|
|
(346, 8886, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Long Stride Brew', NULL, NULL),
|
|
(346, 8887, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Path of Brew', NULL, NULL),
|
|
(346, 8888, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Jungle River Water', NULL, NULL),
|
|
(346, 8889, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Brewdoo Magic', NULL, NULL),
|
|
(346, 8890, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stout Shrunken Head', NULL, NULL),
|
|
(346, 8891, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Small Step Brew', NULL, NULL),
|
|
(346, 8985, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fishliver Oil', NULL, NULL),
|
|
(346, 8986, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stormstout', NULL, NULL),
|
|
(346, 8987, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Trogg Ale', NULL, NULL),
|
|
(346, 8988, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blessed Sunfruit Juice', NULL, NULL),
|
|
(346, 8989, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Tea with Sugar', NULL, NULL),
|
|
(346, 8990, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Rumsey Rum', NULL, NULL),
|
|
(346, 8991, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Gordok Green Grog', NULL, NULL),
|
|
(346, 8992, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Kreeg\'s Stout Beatdown', NULL, NULL),
|
|
(346, 8993, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bottled Alterac Spring Water', NULL, NULL),
|
|
(346, 8994, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Harvest Nectar', NULL, NULL),
|
|
(346, 8995, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Winter Veil Eggnogg', NULL, NULL),
|
|
(346, 8996, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Scourgebane Infusion', NULL, NULL),
|
|
(346, 8997, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Scourgebane Draught', NULL, NULL),
|
|
(346, 8998, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Freshly-Squeezed Lemonade', NULL, NULL),
|
|
(346, 8999, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bubbly Beverage', NULL, NULL),
|
|
(346, 9000, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fizzy Energy Drink', NULL, NULL),
|
|
(346, 9001, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fiery Festival Brew', NULL, NULL),
|
|
(346, 9002, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Loch Modan Lager', NULL, NULL),
|
|
(346, 9003, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stouthammer Lite', NULL, NULL),
|
|
(346, 9004, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Grunt\'s Waterskin', NULL, NULL),
|
|
(346, 9005, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Footman\'s Waterskin', NULL, NULL),
|
|
(346, 9006, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Crimson Steer Energy Drink', NULL, NULL),
|
|
(346, 9007, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Ethereum Essence', NULL, NULL),
|
|
(346, 9008, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stonebreaker Brew', NULL, NULL),
|
|
(346, 9009, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Brightstong Wine', NULL, NULL),
|
|
(346, 9010, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Halaani Whiskey', NULL, NULL),
|
|
(346, 9011, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Peon Sleep Potion', NULL, NULL),
|
|
(346, 9012, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Pure Energy', NULL, NULL),
|
|
(346, 9013, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Blade\'s Edge Ogre Brew', NULL, NULL),
|
|
(346, 9014, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Mudder\'s Milk', NULL, NULL),
|
|
(346, 9015, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Iced Berry Slush', NULL, NULL),
|
|
(346, 9016, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Fizzy Faire Drink "Classic"', NULL, NULL),
|
|
(346, 9017, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Harkor\'s Home Brew', NULL, NULL),
|
|
(346, 9018, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Sparkling Apple Cider', NULL, NULL),
|
|
(346, 9019, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Dark Brewmaiden\'s Brew', NULL, NULL),
|
|
(346, 9020, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stranglethorn Brew', NULL, NULL),
|
|
(346, 9021, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Draenic Pale Ale', NULL, NULL),
|
|
(346, 9022, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Autumnal Acorn Ale', NULL, NULL),
|
|
(346, 9023, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bartlett\'s Bitter Brew', NULL, NULL),
|
|
(346, 9024, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Lord of Frost\'s Private Label', NULL, NULL),
|
|
(346, 9025, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Ethereal Liqeuer', NULL, NULL),
|
|
(346, 9026, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Diluted Ethereum Essence', NULL, NULL),
|
|
(346, 9027, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Dire Brew', NULL, NULL),
|
|
(346, 9028, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Thunderbrew\'s Hard Ale', NULL, NULL),
|
|
(346, 9029, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Anguish Ale', NULL, NULL),
|
|
(346, 9030, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Half Full Bottle of Prison Moonshine', NULL, NULL),
|
|
(346, 9031, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Half Empty Bottle of Prison Moonshine', NULL, NULL),
|
|
(346, 9498, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Keg of Thunderbrew Lager', NULL, NULL),
|
|
(346, 9499, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Wild Winter Pilsner', NULL, NULL),
|
|
(346, 9500, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Metok\'s Bubble Bock', NULL, NULL),
|
|
(346, 9501, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Springtime Stout', NULL, NULL),
|
|
(346, 9502, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Stranglethorn Brew', NULL, NULL),
|
|
(346, 10498, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Autumnal Acorn Ale', NULL, NULL),
|
|
(346, 10499, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Bartlett\'s Bitter Brew', NULL, NULL),
|
|
(346, 10500, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Draenic Pale Ale', NULL, NULL),
|
|
(346, 10501, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Izzard\'s Ever Flavor', NULL, NULL),
|
|
(346, 10502, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Izzard\'s Ever Flavor', NULL, NULL),
|
|
(346, 10503, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Lord of Frost\'s Private Label', NULL, NULL),
|
|
(346, 10504, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Metok\'s Bubble Bock', NULL, NULL),
|
|
(346, 10505, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Suntouched Special Reserve', NULL, NULL),
|
|
(346, 10506, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Springtime Stout', NULL, NULL),
|
|
(346, 10618, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Tournament Brew', NULL, NULL),
|
|
(346, 10978, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Wild Winter Pilsner', NULL, NULL),
|
|
(346, 13257, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverages consumed', 'Conjured Mana Strudel', NULL, NULL),
|
|
(347, 6448, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Alterac Manna Biscuit', NULL, NULL),
|
|
(347, 6449, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Alterac Swiss', NULL, NULL),
|
|
(347, 6450, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bad Clams', NULL, NULL),
|
|
(347, 6451, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Baked Manta Ray', NULL, NULL),
|
|
(347, 6453, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Barbecued Buzzard Wings', NULL, NULL),
|
|
(347, 6454, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bat Bites', NULL, NULL),
|
|
(347, 6455, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bean Soup', NULL, NULL),
|
|
(347, 6456, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Beer Basted Boar Ribs', NULL, NULL),
|
|
(347, 6457, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bellara\'s Nutterbar', NULL, NULL),
|
|
(347, 6458, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Berry Pie Slice', NULL, NULL),
|
|
(347, 6459, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Big Bear Steak', NULL, NULL),
|
|
(347, 6460, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Black Mushroom', NULL, NULL),
|
|
(347, 6462, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blackened Basilisk', NULL, NULL),
|
|
(347, 6463, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blackened Dragonfin', NULL, NULL),
|
|
(347, 6464, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blackened Sporefish', NULL, NULL),
|
|
(347, 6465, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blackened Trout', NULL, NULL),
|
|
(347, 6466, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blackened Worg Steak', NULL, NULL),
|
|
(347, 6467, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bladespire Bagel', NULL, NULL),
|
|
(347, 6468, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blessed Sunfruit', NULL, NULL),
|
|
(347, 6469, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Blood Sausage', NULL, NULL),
|
|
(347, 6470, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bloodbelly Fish', NULL, NULL),
|
|
(347, 6471, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bobbing Apple', NULL, NULL),
|
|
(347, 6472, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Boiled Clams', NULL, NULL),
|
|
(347, 6473, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bonestripper Buzzard Hotwings', NULL, NULL),
|
|
(347, 6474, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bowels \'n\' Brains', NULL, NULL),
|
|
(347, 6475, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Brilliant Smallfish', NULL, NULL),
|
|
(347, 6476, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Briny Hardcheese', NULL, NULL),
|
|
(347, 6477, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bristly Whisker Catfish', NULL, NULL),
|
|
(347, 6478, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Broiled Bloodfin', NULL, NULL),
|
|
(347, 6479, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Buzzard Bites', NULL, NULL),
|
|
(347, 6480, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cabbage Kimchi', NULL, NULL),
|
|
(347, 6481, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cactus Apple Surprise', NULL, NULL),
|
|
(347, 6482, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Candy Bar', NULL, NULL),
|
|
(347, 6483, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Candy Cane', NULL, NULL),
|
|
(347, 6484, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Carrion Surprise', NULL, NULL),
|
|
(347, 6519, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Carrot Cupcake', NULL, NULL),
|
|
(347, 6520, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Charred Bear Kabobs', NULL, NULL),
|
|
(347, 6521, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Charred Wolf Meat', NULL, NULL),
|
|
(347, 6522, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Chocolate Cake Slice', NULL, NULL),
|
|
(347, 6523, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Chocolate Square', NULL, NULL),
|
|
(347, 6524, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Clam Bar', NULL, NULL),
|
|
(347, 6525, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Clam Chowder', NULL, NULL),
|
|
(347, 6526, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Clamlette Surprise', NULL, NULL),
|
|
(347, 6527, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Clamlette Surprise', NULL, NULL),
|
|
(347, 6528, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Clefthoof Ribs', NULL, NULL),
|
|
(347, 6529, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Bread', NULL, NULL),
|
|
(347, 6530, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Cinnamon Roll', NULL, NULL),
|
|
(347, 6531, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Croissant', NULL, NULL),
|
|
(347, 6532, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Mana Biscuit', NULL, NULL),
|
|
(347, 6533, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Mana Pie', NULL, NULL),
|
|
(347, 6534, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Mana Strudel', NULL, NULL),
|
|
(347, 6535, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Muffin', NULL, NULL),
|
|
(347, 6536, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Pumpernickel', NULL, NULL),
|
|
(347, 6537, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Rye', NULL, NULL),
|
|
(347, 6538, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Sourdough', NULL, NULL),
|
|
(347, 6539, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Conjured Sweet Roll', NULL, NULL),
|
|
(347, 6540, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cooked Crab Claw', NULL, NULL),
|
|
(347, 6541, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cooked Glossy Mightfish', NULL, NULL),
|
|
(347, 6542, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cooked Northrend Fish 12 PH', NULL, NULL),
|
|
(347, 6543, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cookie\'s Jumbo Gumbo', NULL, NULL),
|
|
(347, 6544, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Coyote Steak', NULL, NULL),
|
|
(347, 6545, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crab Cake', NULL, NULL),
|
|
(347, 6546, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crisp Dalaran Apple', NULL, NULL),
|
|
(347, 6547, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crispy Bat Wing', NULL, NULL),
|
|
(347, 6548, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crispy Lizard Tail', NULL, NULL),
|
|
(347, 6549, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Critter Bites', NULL, NULL),
|
|
(347, 6550, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crocolisk Gumbo', NULL, NULL),
|
|
(347, 6551, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crocolisk Steak', NULL, NULL),
|
|
(347, 6552, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crunchy Frog', NULL, NULL),
|
|
(347, 6553, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crunchy Serpent', NULL, NULL),
|
|
(347, 6554, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crunchy Spider Surprise', NULL, NULL),
|
|
(347, 6555, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crusader\'s Rations', NULL, NULL),
|
|
(347, 6556, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Crusty Flatbread', NULL, NULL),
|
|
(347, 6557, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cured Ham Steak', NULL, NULL),
|
|
(347, 6558, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Curiously Tasty Omelet', NULL, NULL),
|
|
(347, 6559, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Cuttlesteak', NULL, NULL),
|
|
(347, 6560, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dalaran Brownie', NULL, NULL),
|
|
(347, 6561, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dalaran Clam Chowder', NULL, NULL),
|
|
(347, 6562, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dalaran Doughnut', NULL, NULL),
|
|
(347, 6563, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dalaran Sharp', NULL, NULL),
|
|
(347, 6564, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Darkshore Grouper', NULL, NULL),
|
|
(347, 6565, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Darnassian Bleu', NULL, NULL),
|
|
(347, 6566, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Darnassus Kimchi Pie', NULL, NULL),
|
|
(347, 6567, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Deep Fried Candybar', NULL, NULL),
|
|
(347, 6568, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Deep Fried Plantains', NULL, NULL),
|
|
(347, 6569, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Deeprun Rat Kabob', NULL, NULL),
|
|
(347, 6570, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Delicious Baked Ham', NULL, NULL),
|
|
(347, 6571, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Delicious Cave Mold', NULL, NULL),
|
|
(347, 6572, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Delicious Chocolate Cake', NULL, NULL),
|
|
(347, 6573, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Deviate Fish', NULL, NULL),
|
|
(347, 6574, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Diamond Berries', NULL, NULL),
|
|
(347, 6575, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dig Rat Stew', NULL, NULL),
|
|
(347, 6576, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dirge\'s Kickin\' Chimaerok Chops', NULL, NULL),
|
|
(347, 6577, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dragonbreath Chili', NULL, NULL),
|
|
(347, 6578, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dragonfin Filet', NULL, NULL),
|
|
(347, 6579, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dried Fruit Rations', NULL, NULL),
|
|
(347, 6580, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dried King Bolete', NULL, NULL),
|
|
(347, 6581, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dried Mushroom Rations', NULL, NULL),
|
|
(347, 6582, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dry Pork Ribs', NULL, NULL),
|
|
(347, 6583, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Enriched Manna Biscuit', NULL, NULL),
|
|
(347, 6584, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Essence Mango', NULL, NULL),
|
|
(347, 6585, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fatty Bluefin', NULL, NULL),
|
|
(347, 6586, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Feltail Delight', NULL, NULL),
|
|
(347, 6676, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Filet of Redgill', NULL, NULL),
|
|
(347, 6677, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fillet of Frenzy', NULL, NULL),
|
|
(347, 6678, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fillet of Icefin', NULL, NULL),
|
|
(347, 6679, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fine Aged Cheddar', NULL, NULL),
|
|
(347, 6680, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Firecracker Salmon', NULL, NULL),
|
|
(347, 6681, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fish Feast', NULL, NULL),
|
|
(347, 6682, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fisherman\'s Feast', NULL, NULL),
|
|
(347, 6683, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fissure Plant', NULL, NULL),
|
|
(347, 6684, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Forest Mushroom Cap', NULL, NULL),
|
|
(347, 6685, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fresh Eagle Meat', NULL, NULL),
|
|
(347, 6686, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Freshly Baked Bread', NULL, NULL),
|
|
(347, 6687, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Friendship Bread', NULL, NULL),
|
|
(347, 6688, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Frog Leg Stew', NULL, NULL),
|
|
(347, 6689, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Frostberries', NULL, NULL),
|
|
(347, 6690, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Garadar Sharp', NULL, NULL),
|
|
(347, 6691, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Giant Clam Scorcho', NULL, NULL),
|
|
(347, 6692, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Gigantic Feast', NULL, NULL),
|
|
(347, 6693, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Gingerbread Cookie', NULL, NULL),
|
|
(347, 6694, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Goblin Deviled Clams', NULL, NULL),
|
|
(347, 6695, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Golden Fish Sticks', NULL, NULL),
|
|
(347, 6696, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Goldenbark Apple', NULL, NULL),
|
|
(347, 6697, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Gooey Spider Cake', NULL, NULL),
|
|
(347, 6698, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Goretusk Liver Pie', NULL, NULL),
|
|
(347, 6699, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Graccu\'s Homemade Meat Pie', NULL, NULL),
|
|
(347, 6700, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Graccu\'s Mince Meat Fruitcake', NULL, NULL),
|
|
(347, 6701, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Great Feast', NULL, NULL),
|
|
(347, 6702, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled Bonescale', NULL, NULL),
|
|
(347, 6703, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled King Crawler Legs', NULL, NULL),
|
|
(347, 6704, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled Mudfish', NULL, NULL),
|
|
(347, 6705, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled Sculpin', NULL, NULL),
|
|
(347, 6706, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled Shadowmoon Tuber', NULL, NULL),
|
|
(347, 6707, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grilled Squid', NULL, NULL),
|
|
(347, 6708, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grim Guzzler Boar', NULL, NULL),
|
|
(347, 6709, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Grizzleberries', NULL, NULL),
|
|
(347, 6710, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Harvest Boar', NULL, NULL),
|
|
(347, 6711, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Harvest Bread', NULL, NULL),
|
|
(347, 6712, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Harvest Fish', NULL, NULL),
|
|
(347, 6713, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Harvest Fruit', NULL, NULL),
|
|
(347, 6714, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Haunch of Meat', NULL, NULL),
|
|
(347, 6715, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Haunted Herring', NULL, NULL),
|
|
(347, 6716, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Healing Herb', NULL, NULL),
|
|
(347, 6717, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hearty Rhino', NULL, NULL),
|
|
(347, 6718, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Heaven Peach', NULL, NULL),
|
|
(347, 6719, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Heavy Crocolisk Stew', NULL, NULL),
|
|
(347, 6720, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Heavy Kodo Stew', NULL, NULL),
|
|
(347, 6721, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Helboar Bacon', NULL, NULL),
|
|
(347, 6722, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hellfire Spineleaf', NULL, NULL),
|
|
(347, 6723, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Herb Baked Egg', NULL, NULL),
|
|
(347, 6724, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Holiday Cheesewheel', NULL, NULL),
|
|
(347, 6725, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Homemade Cherry Pie', NULL, NULL),
|
|
(347, 6726, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Honey Bread', NULL, NULL),
|
|
(347, 6727, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Honey-Spiced Liichen', NULL, NULL),
|
|
(347, 6728, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hot Buttered Trout', NULL, NULL),
|
|
(347, 6729, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hot Lion Chops', NULL, NULL),
|
|
(347, 6730, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hot Smoked Bass', NULL, NULL),
|
|
(347, 6731, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hot Wolf Ribs', NULL, NULL),
|
|
(347, 6732, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Imperial Manta Steak', NULL, NULL),
|
|
(347, 6733, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Jessen\'s Special Slop', NULL, NULL),
|
|
(347, 6734, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Juicy Bear Burger', NULL, NULL),
|
|
(347, 6735, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Jungle Stew', NULL, NULL),
|
|
(347, 6736, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Kaldorei Spider Kabob', NULL, NULL),
|
|
(347, 6737, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Kibler\'s Bits', NULL, NULL),
|
|
(347, 6738, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Last Weeks Mammoth', NULL, NULL),
|
|
(347, 6739, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lean Venison', NULL, NULL),
|
|
(347, 6740, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lean Wolf Steak', NULL, NULL),
|
|
(347, 6741, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Leg Meat', NULL, NULL),
|
|
(347, 6742, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lobster Stew', NULL, NULL),
|
|
(347, 6743, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Loch Frenzy Delight', NULL, NULL),
|
|
(347, 6867, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lollipop', NULL, NULL),
|
|
(347, 6868, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Longjaw Mud Snapper', NULL, NULL),
|
|
(347, 6869, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lovely Cake Slice', NULL, NULL),
|
|
(347, 6870, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lynx Steak', NULL, NULL),
|
|
(347, 6871, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lyribread', NULL, NULL),
|
|
(347, 6872, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mag\'har Grainbread', NULL, NULL),
|
|
(347, 6873, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mag\'har Mild Cheese', NULL, NULL),
|
|
(347, 6874, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mammoth Meal', NULL, NULL),
|
|
(347, 6875, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Marsh Lichen', NULL, NULL),
|
|
(347, 6876, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mead Basted Caribou', NULL, NULL),
|
|
(347, 6877, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mega Mammoth Meal', NULL, NULL),
|
|
(347, 6878, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mightfish Steak', NULL, NULL),
|
|
(347, 6879, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mighty Rhino Dogs', NULL, NULL),
|
|
(347, 6880, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mingo\'s Fortune Giblets', NULL, NULL),
|
|
(347, 6881, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mithril Head Trout', NULL, NULL),
|
|
(347, 6882, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mixed Berries', NULL, NULL),
|
|
(347, 6883, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Moist Cornbread', NULL, NULL),
|
|
(347, 6884, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mon\'Nathal Shortribs', NULL, NULL),
|
|
(347, 6885, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Monster Omelet', NULL, NULL),
|
|
(347, 6886, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Moon Harvest Pumpkin', NULL, NULL),
|
|
(347, 6887, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Moonbrook Riot Taffy', NULL, NULL),
|
|
(347, 6888, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Moser\'s Magnificent Muffin', NULL, NULL),
|
|
(347, 6889, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mulgore Spice Bread', NULL, NULL),
|
|
(347, 6890, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Murloc Fin Soup', NULL, NULL),
|
|
(347, 6891, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mutton Chop', NULL, NULL),
|
|
(347, 6892, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Mystery Stew', NULL, NULL),
|
|
(347, 6893, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Naaru Ration', NULL, NULL),
|
|
(347, 6894, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Nightfin Soup', NULL, NULL),
|
|
(347, 6895, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Northern Stew', NULL, NULL),
|
|
(347, 6896, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Ogri\'la Chicken Fingers', NULL, NULL),
|
|
(347, 6897, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Oronok\'s Tuber of Agility', NULL, NULL),
|
|
(347, 6898, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Oronok\'s Tuber of Agility', NULL, NULL),
|
|
(347, 6899, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Oronok\'s Tuber of Spell Power', NULL, NULL),
|
|
(347, 6900, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Oronok\'s Tuber of Strength', NULL, NULL),
|
|
(347, 6901, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Pickled Egg', NULL, NULL),
|
|
(347, 6902, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Pickled Fangtooth', NULL, NULL),
|
|
(347, 6903, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Pickled Kodo Foot', NULL, NULL),
|
|
(347, 6904, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Poached Bluefish', NULL, NULL),
|
|
(347, 6905, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Poached Emperor Salmon', NULL, NULL),
|
|
(347, 6906, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Poached Nettlefish', NULL, NULL),
|
|
(347, 6907, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Poached Northern Sculpin', NULL, NULL),
|
|
(347, 6908, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Poached Sunscale Salmon', NULL, NULL),
|
|
(347, 6909, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Radish Kimchi', NULL, NULL),
|
|
(347, 6910, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Rainbow Fin Albacore', NULL, NULL),
|
|
(347, 6911, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Ravager Dog', NULL, NULL),
|
|
(347, 6912, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Ravager Egg Omelet', NULL, NULL),
|
|
(347, 6913, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Black Truffle', NULL, NULL),
|
|
(347, 6914, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Tallhorn Chunk', NULL, NULL),
|
|
(347, 6915, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Red Hot Wings', NULL, NULL),
|
|
(347, 6916, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Red Velvet Cupcake', NULL, NULL),
|
|
(347, 6917, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Red-speckled Mushroom', NULL, NULL),
|
|
(347, 6918, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Redridge Goulash', NULL, NULL),
|
|
(347, 6919, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Refreshing Red Apple', NULL, NULL),
|
|
(347, 6920, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Rhino Dogs', NULL, NULL),
|
|
(347, 6921, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Rhinolicious Wyrmsteak', NULL, NULL),
|
|
(347, 6922, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Ripe Watermelon', NULL, NULL),
|
|
(347, 6923, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roast Raptor', NULL, NULL),
|
|
(347, 6924, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Boar Meat', NULL, NULL),
|
|
(347, 6925, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Clefthoof', NULL, NULL),
|
|
(347, 6926, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Kodo Meat', NULL, NULL),
|
|
(347, 6927, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Moongraze Tenderloin', NULL, NULL),
|
|
(347, 6928, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Quail', NULL, NULL),
|
|
(347, 6929, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Worg', NULL, NULL),
|
|
(347, 6930, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Rock-Salted Pretzel', NULL, NULL),
|
|
(347, 6931, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Rockscale Cod', NULL, NULL),
|
|
(347, 6932, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Runn Tub Tuber', NULL, NULL),
|
|
(347, 6933, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Runn Tum Tuber Suprise', NULL, NULL),
|
|
(347, 6934, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sagefish Delight', NULL, NULL),
|
|
(347, 6969, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Salted Venison', NULL, NULL),
|
|
(347, 6970, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sand Pear Pie', NULL, NULL),
|
|
(347, 6971, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sauteed Goby', NULL, NULL),
|
|
(347, 6972, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sauteed Sunfish', NULL, NULL),
|
|
(347, 6973, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Savory Deviate Delight', NULL, NULL),
|
|
(347, 6985, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Savory Snowplum', NULL, NULL),
|
|
(347, 6986, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Scooby Snack', NULL, NULL),
|
|
(347, 6987, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Scorpid Surprise', NULL, NULL),
|
|
(347, 6988, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Seasoned Wolf Kabob', NULL, NULL),
|
|
(347, 6989, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Senggin Root', NULL, NULL),
|
|
(347, 6990, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Shinsollo', NULL, NULL),
|
|
(347, 6991, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Shiny Red Apple', NULL, NULL),
|
|
(347, 6992, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Shoveltusk Soup', NULL, NULL),
|
|
(347, 6993, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Shoveltusk Steak', NULL, NULL),
|
|
(347, 6994, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sickly Looking Fish', NULL, NULL),
|
|
(347, 6995, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sizzling Grizzly Flank', NULL, NULL),
|
|
(347, 6996, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Skethyl Berries', NULL, NULL),
|
|
(347, 6997, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Skullfish Soup', NULL, NULL),
|
|
(347, 6998, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Skyguard Rations', NULL, NULL),
|
|
(347, 6999, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Slitherskin Mackerel', NULL, NULL),
|
|
(347, 7000, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Small Feast', NULL, NULL),
|
|
(347, 7001, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Small Pumpkin', NULL, NULL),
|
|
(347, 7002, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Bear Meat', NULL, NULL),
|
|
(347, 7003, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Black Bear Meat', NULL, NULL),
|
|
(347, 7004, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Desert Dumplings', NULL, NULL),
|
|
(347, 7005, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Rockfin', NULL, NULL),
|
|
(347, 7006, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Sagefish', NULL, NULL),
|
|
(347, 7007, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Salmon', NULL, NULL),
|
|
(347, 7008, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Smoked Talbuk Venison', NULL, NULL),
|
|
(347, 7009, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Snapper Extreme', NULL, NULL),
|
|
(347, 7010, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Snapvine Watermelon', NULL, NULL),
|
|
(347, 7011, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Soft Banana Bread', NULL, NULL),
|
|
(347, 7012, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Soothing Turtle Bisque', NULL, NULL),
|
|
(347, 7013, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sour Goat Cheese', NULL, NULL),
|
|
(347, 7014, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sparkling Frostcap', NULL, NULL),
|
|
(347, 7015, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Special Chicken Feed', NULL, NULL),
|
|
(347, 7016, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spice Bread', NULL, NULL),
|
|
(347, 7017, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Beef Jerky', NULL, NULL),
|
|
(347, 7018, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Chili Crab', NULL, NULL),
|
|
(347, 7019, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Mammoth Treats', NULL, NULL),
|
|
(347, 7027, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Wolf Meat', NULL, NULL),
|
|
(347, 7028, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Wolf Ribs', NULL, NULL),
|
|
(347, 7029, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spiced Wyrm Burger', NULL, NULL),
|
|
(347, 7030, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spicy Beefstick', NULL, NULL),
|
|
(347, 7031, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spicy Blue Nettlefish', NULL, NULL),
|
|
(347, 7032, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spicy Crawdad', NULL, NULL),
|
|
(347, 7033, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spicy Fried Herring', NULL, NULL),
|
|
(347, 7034, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spicy Hot Talbuk', NULL, NULL),
|
|
(347, 7035, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spider Sausage', NULL, NULL),
|
|
(347, 7036, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spinefin Halibut', NULL, NULL),
|
|
(347, 7037, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spongy Morel', NULL, NULL),
|
|
(347, 7038, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sporeggar Mushroom', NULL, NULL),
|
|
(347, 7039, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sporeling Snack', NULL, NULL),
|
|
(347, 7040, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Springpaw Appetizer', NULL, NULL),
|
|
(347, 7041, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Steamed Mandu', NULL, NULL),
|
|
(347, 7042, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Steaming Chicken Soup', NULL, NULL),
|
|
(347, 7043, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stewed Drakeflesh', NULL, NULL),
|
|
(347, 7044, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stewed Trout', NULL, NULL),
|
|
(347, 7045, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stolen Ribs', NULL, NULL),
|
|
(347, 7046, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stormchops', NULL, NULL),
|
|
(347, 7047, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stormwind Brie', NULL, NULL),
|
|
(347, 7087, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Stormgarde Muenster', NULL, NULL),
|
|
(347, 7088, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Styleen\'s Sour Suckerpop', NULL, NULL),
|
|
(347, 7089, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Succulent Orca Stew', NULL, NULL),
|
|
(347, 7090, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Succulent Pork Ribs', NULL, NULL),
|
|
(347, 7091, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sweet Potato Bread', NULL, NULL),
|
|
(347, 7092, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Talbuk Steak', NULL, NULL),
|
|
(347, 7093, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tasty Cupcake', NULL, NULL),
|
|
(347, 7094, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tender Wolf Steak', NULL, NULL),
|
|
(347, 7095, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Very Burnt Worg', NULL, NULL),
|
|
(347, 7096, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Versicolor Treat', NULL, NULL),
|
|
(347, 7097, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Underspore Pod', NULL, NULL),
|
|
(347, 7098, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Undermine Clam Chowder', NULL, NULL),
|
|
(347, 7099, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Un\'Goro Etherfruit', NULL, NULL),
|
|
(347, 7100, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tundra Berries', NULL, NULL),
|
|
(347, 7101, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tracker Snacks', NULL, NULL),
|
|
(347, 7102, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tough Jerky', NULL, NULL),
|
|
(347, 7103, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tender Shovelsteak Steak', NULL, NULL),
|
|
(347, 7104, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Zangar Trout', NULL, NULL),
|
|
(347, 7105, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Zangar Caps', NULL, NULL),
|
|
(347, 7106, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Wyrm Delight', NULL, NULL),
|
|
(347, 7107, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Veil Roast', NULL, NULL),
|
|
(347, 7108, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Veil Loaf', NULL, NULL),
|
|
(347, 7109, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Veil Cookie', NULL, NULL),
|
|
(347, 7110, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Veil Candy', NULL, NULL),
|
|
(347, 7111, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Squid', NULL, NULL),
|
|
(347, 7112, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Winter Kimchi', NULL, NULL),
|
|
(347, 7113, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Wild Ricecake', NULL, NULL),
|
|
(347, 7114, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Wild Hog Shank', NULL, NULL),
|
|
(347, 7115, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Striped Yellowtail', NULL, NULL),
|
|
(347, 7116, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Whipper Root Tuber', NULL, NULL),
|
|
(347, 7117, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Westfall Stew', NULL, NULL),
|
|
(347, 7118, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Warp Burger', NULL, NULL),
|
|
(347, 7119, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Telaari Grapes', NULL, NULL),
|
|
(347, 7120, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tek\'Abim Banana', NULL, NULL),
|
|
(347, 7121, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tasty Lion Steak', NULL, NULL),
|
|
(347, 7122, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sunspring Carp', NULL, NULL),
|
|
(347, 7123, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Strider Stew', NULL, NULL),
|
|
(347, 7124, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tigule and Foror\'s Strawberry Ice Cream', NULL, NULL),
|
|
(347, 7125, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tough Hunk of Bread', NULL, NULL),
|
|
(347, 7312, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Baked Salmon', NULL, NULL),
|
|
(347, 7313, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Darkmoon Dog', NULL, NULL),
|
|
(347, 7314, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dwarven Mild', NULL, NULL),
|
|
(347, 7951, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bad Egg Nog', NULL, NULL),
|
|
(347, 7952, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dalaran Apple Bowl', NULL, NULL),
|
|
(347, 7953, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Darkclaw Lobster', NULL, NULL),
|
|
(347, 7954, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Egg Nog', NULL, NULL),
|
|
(347, 7955, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Enriched Terocone Juice', NULL, NULL),
|
|
(347, 7956, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Freshly-Speared Emperor Salmon', NULL, NULL),
|
|
(347, 7957, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Funnel Cake', NULL, NULL),
|
|
(347, 7958, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Giant Sunfish', NULL, NULL),
|
|
(347, 7959, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Honeyed Holiday Ham', NULL, NULL),
|
|
(347, 7960, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Large Raw Mightfish', NULL, NULL),
|
|
(347, 7961, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Luminous Bluetail', NULL, NULL),
|
|
(347, 7962, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Magic Eater', NULL, NULL),
|
|
(347, 7963, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Night Dragon\'s Breath', NULL, NULL),
|
|
(347, 7964, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Oil Covered Fish', NULL, NULL),
|
|
(347, 7965, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Brilliant Smallfish', NULL, NULL),
|
|
(347, 7966, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Bristle Whisker Catfish', NULL, NULL),
|
|
(347, 7967, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Glossy Mightfish', NULL, NULL),
|
|
(347, 7968, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Greater Sagefish', NULL, NULL),
|
|
(347, 7969, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Loch Frenzy', NULL, NULL),
|
|
(347, 7970, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Longjaw Mud Snapper', NULL, NULL),
|
|
(347, 7971, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Mithril Head Trout', NULL, NULL),
|
|
(347, 7972, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Nightfin Snapper', NULL, NULL),
|
|
(347, 7973, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Raindbow Fin Albacore', NULL, NULL),
|
|
(347, 7974, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Redgill', NULL, NULL),
|
|
(347, 7975, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Rockscale Cod', NULL, NULL),
|
|
(347, 7976, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Sagefish', NULL, NULL),
|
|
(347, 7977, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Slitherskin Mackerel', NULL, NULL),
|
|
(347, 7978, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Spinefin Halibut', NULL, NULL),
|
|
(347, 7979, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Spotted Yellowtail', NULL, NULL),
|
|
(347, 7980, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Summer Bass', NULL, NULL),
|
|
(347, 7981, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Sunscale Salmon', NULL, NULL),
|
|
(347, 7982, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Raw Whitescale Salmon', NULL, NULL),
|
|
(347, 7983, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Roasted Mystery Beast', NULL, NULL),
|
|
(347, 7984, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Shimmering Minnow', NULL, NULL),
|
|
(347, 7986, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Spotted Yellowtail', NULL, NULL),
|
|
(347, 7987, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'The Essential Brewfest Pretzel', NULL, NULL),
|
|
(347, 7988, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Underwater Mushroom Cap', NULL, NULL),
|
|
(347, 7989, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Windblossom Berries', NULL, NULL),
|
|
(347, 8004, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Slow-Roasted Eel', NULL, NULL),
|
|
(347, 8030, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Afrazi Forest Strider Drumstick', NULL, NULL),
|
|
(347, 8687, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lily Root', NULL, NULL),
|
|
(347, 8688, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Warsong Gulch Enriched Ration', NULL, NULL),
|
|
(347, 8689, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Warsong Gulch Iron Ration', NULL, NULL),
|
|
(347, 8690, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Warsong Gulch Field Ration', NULL, NULL),
|
|
(347, 8691, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Arathi Basin Field Ration', NULL, NULL),
|
|
(347, 8692, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Arathi Basin Enriched Ration', NULL, NULL),
|
|
(347, 8693, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Arathi Basin Iron Ration', NULL, NULL),
|
|
(347, 8694, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Defiler\'s Enriched Ration', NULL, NULL),
|
|
(347, 8695, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Defiler\'s Field Ration', NULL, NULL),
|
|
(347, 8696, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Defiler\'s Iron Ration', NULL, NULL),
|
|
(347, 8697, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Highlander\'s Enriched Ration', NULL, NULL),
|
|
(347, 8698, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Highlander\'s Field Ration', NULL, NULL),
|
|
(347, 8699, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Highlander\'s Iron Ration', NULL, NULL),
|
|
(347, 8700, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Lollipop', NULL, NULL),
|
|
(347, 8701, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Candy Corn', NULL, NULL),
|
|
(347, 8702, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Candy Bar', NULL, NULL),
|
|
(347, 8703, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Hallow\'s End Pumpink Treat', NULL, NULL),
|
|
(347, 8704, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Festival Dumplings', NULL, NULL),
|
|
(347, 8705, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Buttermilk Delight', NULL, NULL),
|
|
(347, 8706, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Dark Desire', NULL, NULL),
|
|
(347, 8707, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Very Berry Cream', NULL, NULL),
|
|
(347, 8708, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sweet Surprise', NULL, NULL),
|
|
(347, 8709, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tasty Summer Treat', NULL, NULL),
|
|
(347, 8710, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Toasted Smorc', NULL, NULL),
|
|
(347, 8711, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Midsummer Sausage', NULL, NULL),
|
|
(347, 8712, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Fire-toasted Bun', NULL, NULL),
|
|
(347, 8713, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Elderberry Pie', NULL, NULL),
|
|
(347, 8714, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Edible Stalks', NULL, NULL),
|
|
(347, 8715, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Nagrand Cherry', NULL, NULL),
|
|
(347, 8716, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Edible Fern', NULL, NULL),
|
|
(347, 8717, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Goblin Gumbo', NULL, NULL),
|
|
(347, 8718, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Tricky Treat', NULL, NULL),
|
|
(347, 8719, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Pyroblast Cinnamon Ball', NULL, NULL),
|
|
(347, 8720, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'G.N.E.R.D.S.', NULL, NULL),
|
|
(347, 8721, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Soothing Spearmint Candy', NULL, NULL),
|
|
(347, 8722, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Chewy Fel Taffy', NULL, NULL),
|
|
(347, 8723, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bag of Popcorn', NULL, NULL),
|
|
(347, 8724, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Bag of Peanuts', NULL, NULL),
|
|
(347, 9518, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Sewer Carp', NULL, NULL),
|
|
(347, 10658, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten', 'Black Jelly', NULL, NULL),
|
|
(349, 5305, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Flight paths taken', 'Flight paths taken', NULL, NULL),
|
|
(350, 4992, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Shattrath', NULL, NULL),
|
|
(350, 4993, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Dalaran', NULL, NULL),
|
|
(350, 4994, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Darnassus', NULL, NULL),
|
|
(350, 4995, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Exodar', NULL, NULL),
|
|
(350, 4996, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Shattrath', NULL, NULL),
|
|
(350, 4997, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Ironforge', NULL, NULL),
|
|
(350, 4998, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Orgrimmar', NULL, NULL),
|
|
(350, 4999, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Silvermoon', NULL, NULL),
|
|
(350, 5000, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Stonard', NULL, NULL),
|
|
(350, 5001, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Stormwind', NULL, NULL),
|
|
(350, 5002, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Theramore', NULL, NULL),
|
|
(350, 5003, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Thunder Bluff', NULL, NULL),
|
|
(350, 5004, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage Portals taken', 'Portal to Undercity', NULL, NULL),
|
|
(353, 5008, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Number of times hearthed', 'Hearthstone', NULL, NULL),
|
|
(353, 11719, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Number of times hearthed', 'Ruby Slippers', NULL, NULL),
|
|
(362, 5726, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 victories', 'Blade\'s Edge 5v5 Wins', NULL, NULL),
|
|
(362, 8599, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 victories', 'Dalaran 5v5 Wins', NULL, NULL),
|
|
(362, 8600, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 victories', 'Nagrand 5v5 Wins', NULL, NULL),
|
|
(362, 8601, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 victories', 'Ruins of Lordaeron 5v5 Wins', NULL, NULL),
|
|
(362, 8602, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 victories', 'Ring of Valor 5v5 Wins', NULL, NULL),
|
|
(363, 5723, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 matches', 'Blade\'s Edge 5v5 Matches', NULL, NULL),
|
|
(363, 8595, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 matches', 'Dalara 5v5 Matches', NULL, NULL),
|
|
(363, 8596, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 matches', 'Nagrand 5v5 Matches', NULL, NULL),
|
|
(363, 8597, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 matches', 'Ruins of Lordaeron 5v5 Matches', NULL, NULL),
|
|
(363, 8598, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '5v5 matches', 'Ring of Valor 5v5 Matches', NULL, NULL),
|
|
(364, 5727, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 victories', 'Blade\'s Edge 3v3 Wins', NULL, NULL),
|
|
(364, 8607, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 victories', 'Dalaran 3v3 Wins', NULL, NULL),
|
|
(364, 8608, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 victories', 'Nagrand 3v3 Wins', NULL, NULL),
|
|
(364, 8609, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 victories', 'Ruins of Lordaeron 3v3 Wins', NULL, NULL),
|
|
(364, 8610, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 victories', 'Ring of Valor 3v3 Wins', NULL, NULL),
|
|
(365, 5724, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 matches', 'Blade\'s Edge 3v3 Matches', NULL, NULL),
|
|
(365, 8603, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 matches', 'Dalaran 3v3 Matches', NULL, NULL),
|
|
(365, 8604, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 matches', 'Nagrand 3v3 Matches', NULL, NULL),
|
|
(365, 8605, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 matches', 'Ruind of Lordaeron 3v3 Matches', NULL, NULL),
|
|
(365, 8606, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '3v3 matches', 'Ring of Valor 3v3 Matches', NULL, NULL),
|
|
(366, 5728, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 victories', 'Blade\'s Edge 2v2 Wins', NULL, NULL),
|
|
(366, 8615, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 victories', 'Dalran 2v2 Wins', NULL, NULL),
|
|
(366, 8616, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 victories', 'Nagrand 2v2 Wins', NULL, NULL),
|
|
(366, 8617, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 victories', 'Ruins of Lordaeron 2v2 Wins', NULL, NULL),
|
|
(366, 8618, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 victories', 'Ring of Valor 2v2 Wins', NULL, NULL),
|
|
(367, 5725, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 matches', 'Blade\'s Edge 2v2 Matches', NULL, NULL),
|
|
(367, 8611, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 matches', 'Dalaran 2v2 Matches', NULL, NULL),
|
|
(367, 8612, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 matches', 'nagrand 2v2 Matches', NULL, NULL),
|
|
(367, 8613, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 matches', 'Ruins of Lordaeron 2v2 Matches', NULL, NULL),
|
|
(367, 8614, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, '2v2 matches', 'Ring of Valor 2v2 Matches', NULL, NULL),
|
|
(370, 451, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 2 man personal rating', 'Highest 2 man personal rating', NULL, NULL),
|
|
(374, 448, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 2 man team rating', '', NULL, NULL),
|
|
(377, 982, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most factions at Exalted', 'Exalted Reputations', NULL, NULL),
|
|
(378, 5299, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most factions at Revered or higher', 'Factions at revered', NULL, NULL),
|
|
(381, 5492, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'World Honorable Kills', 'Eastern Kingdoms', NULL, NULL),
|
|
(381, 5493, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'World Honorable Kills', 'Kalimdor', NULL, NULL),
|
|
(381, 5494, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'World Honorable Kills', 'Outland', NULL, NULL),
|
|
(381, 5495, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'World Honorable Kills', 'Northrend', NULL, NULL),
|
|
(382, 5499, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Arathi Basin', NULL, NULL),
|
|
(382, 5500, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Alterac Valley', NULL, NULL),
|
|
(382, 5501, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Warsong Gulch', NULL, NULL),
|
|
(382, 5502, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Eye of the Storm', NULL, NULL),
|
|
(382, 5503, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Strand of the Ancients', NULL, NULL),
|
|
(382, 13260, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Honorable Kills', 'Isle of Conquest', NULL, NULL),
|
|
(383, 8839, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arena Honorable Kills', 'Blade\'s Edge Arena Kills', NULL, NULL),
|
|
(383, 9161, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arena Honorable Kills', 'Dalaran Sewers Arena Kills', NULL, NULL),
|
|
(383, 9162, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arena Honorable Kills', 'Nagrand Arena Kills', NULL, NULL),
|
|
(383, 9163, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arena Honorable Kills', 'Ruins of Lordaeron Arena Kills', NULL, NULL),
|
|
(383, 9164, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arena Honorable Kills', 'The Ring of Valor Arena Kills', NULL, NULL),
|
|
(388, 5020, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Stormwind City', NULL, NULL),
|
|
(388, 5021, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Ironforge', NULL, NULL),
|
|
(388, 5022, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Darnassus', NULL, NULL),
|
|
(388, 5023, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Cenarion Enclave', NULL, NULL),
|
|
(388, 5024, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Craftsmen\'s Terrace', NULL, NULL),
|
|
(388, 5025, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'The Temple Gardens', NULL, NULL),
|
|
(388, 5026, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Tradesmen\'s Terrace', NULL, NULL),
|
|
(388, 5027, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Warrior\'s Terrace', NULL, NULL),
|
|
(388, 5028, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'The Exodar', NULL, NULL),
|
|
(388, 5029, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Valley of Heroes', NULL, NULL),
|
|
(388, 5030, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Stormwind Harbor', NULL, NULL),
|
|
(389, 3225, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Gurubashi Arena Master', 'Arena Master obtained', NULL, NULL),
|
|
(389, 3226, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Gurubashi Arena Master', 'Arena Master Quest Completed', NULL, NULL),
|
|
(389, 7767, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Gurubashi Arena Master', 'Arena Grand Master obtained', NULL, NULL),
|
|
(393, 436, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Alterac Valley towers defended', 'Alterac Valley towers defended', NULL, NULL),
|
|
(394, 437, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Alterac Valley towers captured', 'Alterac Valley towers captured', NULL, NULL),
|
|
(395, 439, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Warsong Gulch flags captured', 'Warsong Gulch flags captured', NULL, NULL),
|
|
(396, 3227, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Gurubashi Arena Grand Master', 'Arena Grandmaster quest complete', NULL, NULL),
|
|
(396, 3228, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Gurubashi Arena Grand Master', 'Arena Grand Master item gained', NULL, NULL),
|
|
(397, 306, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Step Into The Arena', 'Win 1 ranked arena match', NULL, NULL),
|
|
(398, 307, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Mercilessly Dedicated', 'Win 100 ranked arena matches', NULL, NULL),
|
|
(399, 329, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Just the Two of Us: 1550', '1550 rating', NULL, NULL),
|
|
(400, 332, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Just the Two of Us: 1750', '1750 rating', NULL, NULL),
|
|
(401, 335, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Just the Two of Us: 2000', '2000 rating', NULL, NULL),
|
|
(402, 330, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Three\'s Company: 1550', '1550 rating', NULL, NULL),
|
|
(403, 333, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Three\'s Company: 1750', '1750 rating', NULL, NULL),
|
|
(404, 337, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'High Five: 2000', '2000 rating', NULL, NULL),
|
|
(405, 336, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Three\'s Company: 2000', '2000 rating', NULL, NULL),
|
|
(406, 331, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'High Five: 1550', '1550 rating', NULL, NULL),
|
|
(407, 334, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'High Five: 1750', '1750 rating', NULL, NULL),
|
|
(408, 2408, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Hot Streak', 'Win 10 arenas without losing', NULL, NULL),
|
|
(409, 3822, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Last Man Standing', 'Last man standing', NULL, NULL),
|
|
(411, 349, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murky', 'Blue Murloc Egg', NULL, NULL),
|
|
(411, 6157, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murky', 'Murky', NULL, NULL),
|
|
(412, 350, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murloc Costume', 'Murloc Costume', NULL, NULL),
|
|
(412, 9082, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murloc Costume', 'Murloc Costume', NULL, NULL),
|
|
(414, 2430, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Tyrael\'s Hilt', 'Tyrael\'s Hilt', NULL, NULL),
|
|
(414, 6158, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Tyrael\'s Hilt', 'Tyrael', NULL, NULL),
|
|
(415, 6974, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Big Blizzard Bear', 'Big Blizzard Bear', NULL, NULL),
|
|
(415, 6975, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Big Blizzard Bear', 'Big Blizzard Bear', NULL, NULL),
|
|
(416, 328, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Scarab Lord', 'Scarab Lord', NULL, NULL),
|
|
(418, 5597, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Merciless Gladiator', 'Merciless Gladiator', NULL, NULL),
|
|
(419, 5599, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Vengeful Gladiator', 'Vengeful Gladiator', NULL, NULL),
|
|
(420, 5600, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Brutal Gladiator', 'Brutal Gladiator', NULL, NULL),
|
|
(424, 9420, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Why? Because It\'s Red', 'Red Qiraji Resonating Crystal', NULL, NULL),
|
|
(425, 747, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Atiesh, Greatstaff of the Guardian', 'Atiesh, Greatstaff of the Guardian', NULL, NULL),
|
|
(425, 748, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Atiesh, Greatstaff of the Guardian', 'Atiesh, Greatstaff of the Guardian', NULL, NULL),
|
|
(425, 749, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Atiesh, Greatstaff of the Guardian', 'Atiesh, Greatstaff of the Guardian', NULL, NULL),
|
|
(425, 750, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Atiesh, Greatstaff of the Guardian', 'Atiesh, Greatstaff of the Guardian', NULL, NULL),
|
|
(426, 325, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Warglaives of Azzinoth', 'Warglaive of Azzinoth (Off Hand)', NULL, NULL),
|
|
(426, 326, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Warglaives of Azzinoth', 'Warglaive of Azzinoth (Main Hand)', NULL, NULL),
|
|
(426, 12480, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Warglaives of Azzinoth', '', NULL, NULL),
|
|
(426, 12481, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Warglaives of Azzinoth', '', NULL, NULL),
|
|
(428, 746, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Thunderfury, Blessed Blade of the Windseeker', 'Thunderfury, Blessed Blade of the Windseeker', NULL, NULL),
|
|
(428, 12479, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Thunderfury, Blessed Blade of the Windseeker', '', NULL, NULL),
|
|
(429, 318, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Sulfuras, Hand of Ragnaros', 'Sulfuras, Hand of Ragnaros', NULL, NULL),
|
|
(429, 12478, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Sulfuras, Hand of Ragnaros', '', NULL, NULL),
|
|
(430, 6170, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Amani War Bear', 'Amani War Bear', NULL, NULL),
|
|
(431, 744, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Hand of A\'dal', 'The Vials of Eternity', NULL, NULL),
|
|
(431, 745, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Hand of A\'dal', 'A Distraction for Akama', NULL, NULL),
|
|
(432, 742, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Champion of the Naaru', 'Trial of the Naaru', NULL, NULL),
|
|
(432, 6789, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Champion of the Naaru', 'Champion of the Naaru', NULL, NULL),
|
|
(433, 707, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Grand Marshal', 'Grand Marshal', NULL, NULL),
|
|
(434, 708, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Field Marshal', 'Field Marshal', NULL, NULL),
|
|
(435, 710, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Commander', 'Commander', NULL, NULL),
|
|
(436, 711, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Lieutenant Commander', 'Lieutenant Commander', NULL, NULL),
|
|
(437, 712, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Knight-Champion', 'Knight-Champion', NULL, NULL),
|
|
(438, 713, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Knight-Captain', 'Knight-Captain', NULL, NULL),
|
|
(439, 721, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Knight', 'Knight', NULL, NULL),
|
|
(440, 722, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Sergeant Major', 'Sergeant Major', NULL, NULL),
|
|
(441, 723, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Master Sergeant', 'Master Sergeant', NULL, NULL),
|
|
(442, 726, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Private', 'Private', NULL, NULL),
|
|
(443, 727, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'High Warlord', 'High Warlord', NULL, NULL),
|
|
(444, 730, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Lieutenant General', 'Lieutenant General', NULL, NULL),
|
|
(445, 728, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Warlord', 'Warlord', NULL, NULL),
|
|
(446, 729, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'General', 'General', NULL, NULL),
|
|
(447, 731, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Champion', 'Champion', NULL, NULL),
|
|
(448, 732, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Centurion', 'Centurion', NULL, NULL),
|
|
(449, 734, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blood Guard', 'Blood Guard', NULL, NULL),
|
|
(450, 737, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Senior Sergeant', 'Senior Sergeant', NULL, NULL),
|
|
(451, 735, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Stone Guard', 'Stone Guard', NULL, NULL),
|
|
(452, 736, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'First Sergeant', 'First Sergeant', NULL, NULL),
|
|
(453, 738, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Sergeant', 'Sergeant', NULL, NULL),
|
|
(454, 740, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Scout', 'Scout', NULL, NULL),
|
|
(456, 5224, 1, 81, -1, 1, 80, 71, 80, NULL, 0, 'Realm First! Obsidian Slayer', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(457, 5212, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80', 'Level 80', NULL, NULL),
|
|
(458, 5221, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Rogue', 'Level to 80', NULL, NULL),
|
|
(459, 5220, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Warrior', 'Level to 80', NULL, NULL),
|
|
(460, 5018, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Mage', 'Level to 80', NULL, NULL),
|
|
(461, 5219, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Death Knight', 'Level to 80', NULL, NULL),
|
|
(462, 5218, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Hunter', 'Level to 80', NULL, NULL),
|
|
(463, 5217, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Warlock', 'Level to 80', NULL, NULL),
|
|
(464, 5216, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Priest', 'Level to 80', NULL, NULL),
|
|
(465, 5215, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Paladin', 'Level to 80', NULL, NULL),
|
|
(466, 5214, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Druid', 'Level to 80', NULL, NULL),
|
|
(467, 5213, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Shaman', 'Level to 80', NULL, NULL),
|
|
(468, 739, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Grunt', 'Grunt', NULL, NULL),
|
|
(469, 733, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Legionnaire', 'Legionnaire', NULL, NULL),
|
|
(470, 725, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Corporal', 'Corporal', NULL, NULL),
|
|
(471, 724, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Sergeant', 'Sergeant', NULL, NULL),
|
|
(472, 714, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Knight-Lieutenant', 'Knight-Lieutenant', NULL, NULL),
|
|
(473, 709, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Marshal', 'Marshal', NULL, NULL),
|
|
(477, 189, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Keep', 'Prince Keleseth', NULL, NULL),
|
|
(477, 190, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Keep', 'Skarvald the Constructor', NULL, NULL),
|
|
(477, 191, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Keep', 'Dalronn the Controller', NULL, NULL),
|
|
(477, 192, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Keep', 'Ingvar the Plunderer', NULL, NULL),
|
|
(478, 195, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Nexus', 'Grand Magus Telestra', NULL, NULL),
|
|
(478, 196, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Nexus', 'Anomalus', NULL, NULL),
|
|
(478, 197, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Nexus', 'Ormorok the Tree-Shaper', NULL, NULL),
|
|
(478, 198, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Nexus', 'Keristrasza', NULL, NULL),
|
|
(479, 211, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Culling of Stratholme', 'Meathook', NULL, NULL),
|
|
(479, 212, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Culling of Stratholme', 'Salramm the Fleshcrafter', NULL, NULL),
|
|
(479, 213, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Culling of Stratholme', 'Chrono-Lord Epoch', NULL, NULL),
|
|
(479, 6381, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Culling of Stratholme', 'Mal\'Ganis', NULL, NULL),
|
|
(480, 2041, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Azjol-Nerub', 'Krik\'thir the Gatewatcher', NULL, NULL),
|
|
(480, 2042, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Azjol-Nerub', 'Hadronox', NULL, NULL),
|
|
(480, 2043, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Azjol-Nerub', 'Anub\'arak', NULL, NULL),
|
|
(481, 3578, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Ahn\'kahet: The Old Kingdom', 'Prince Taldaram', NULL, NULL),
|
|
(481, 3579, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Ahn\'kahet: The Old Kingdom', 'Elder Nadox', NULL, NULL),
|
|
(481, 3580, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Ahn\'kahet: The Old Kingdom', 'Jedoga Shadowseeker', NULL, NULL),
|
|
(481, 3581, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Ahn\'kahet: The Old Kingdom', 'Herald Volazj', NULL, NULL),
|
|
(482, 199, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Drak\'Tharon Keep', 'Trollgore', NULL, NULL),
|
|
(482, 200, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Drak\'Tharon Keep', 'Novos the Summoner', NULL, NULL),
|
|
(482, 201, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Drak\'Tharon Keep', 'King Dred', NULL, NULL),
|
|
(482, 9098, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Drak\'Tharon Keep', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(483, 3582, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Violet Hold', 'Cyanigosa', NULL, NULL),
|
|
(484, 3574, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Gundrak', 'Slad\'ran', NULL, NULL),
|
|
(484, 3575, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Gundrak', 'Moorabi', NULL, NULL),
|
|
(484, 3576, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Gundrak', 'Drakkari Colossus', NULL, NULL),
|
|
(484, 3577, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Gundrak', 'Gal\'darah', NULL, NULL),
|
|
(485, 215, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Stone', 'Maiden of Grief', NULL, NULL),
|
|
(485, 216, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Stone', 'Krystallus', NULL, NULL),
|
|
(485, 217, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Stone', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(485, 6935, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Stone', 'The Tribunal of Ages', NULL, NULL),
|
|
(486, 218, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Lightning', 'General Bjarngrim', NULL, NULL),
|
|
(486, 219, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Lightning', 'Volkhan', NULL, NULL),
|
|
(486, 220, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Lightning', 'Ionar', NULL, NULL),
|
|
(486, 1827, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Halls of Lightning', 'Loken', NULL, NULL),
|
|
(487, 203, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Oculus', 'Drakos the Interrogator', NULL, NULL),
|
|
(487, 204, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Oculus', 'Varos Cloudstrider', NULL, NULL),
|
|
(487, 205, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Oculus', 'Mage-Lord Urom', NULL, NULL),
|
|
(487, 206, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Oculus', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(488, 207, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Pinnacle', 'Svala Sorrowgrave', NULL, NULL),
|
|
(488, 208, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Pinnacle', 'Gortok Palehoof', NULL, NULL),
|
|
(488, 209, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Pinnacle', 'Skadi the Ruthless', NULL, NULL),
|
|
(488, 210, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Utgarde Pinnacle', 'King Ymiron', NULL, NULL),
|
|
(489, 3701, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Keep', 'Prince Keleseth', NULL, NULL),
|
|
(489, 3702, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Keep', 'Skarvald the Constructor', NULL, NULL),
|
|
(489, 3703, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Keep', 'Dalronn the Controller', NULL, NULL),
|
|
(489, 3704, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Keep', 'Ingvar the Plunderer', NULL, NULL),
|
|
(490, 5245, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Nexus', 'Grand Magus Telestra', NULL, NULL),
|
|
(490, 5246, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Nexus', 'Anomalus', NULL, NULL),
|
|
(490, 5247, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Nexus', 'Ormorok the Tree-Shaper', NULL, NULL),
|
|
(490, 5248, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Nexus', 'Keristrasza', NULL, NULL),
|
|
(491, 6848, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Azjol-Nerub', 'Krik\'thir the Gatewatcher', NULL, NULL),
|
|
(491, 6849, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Azjol-Nerub', 'Hadronox', NULL, NULL),
|
|
(491, 6850, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Azjol-Nerub', 'Anub\'arak', NULL, NULL),
|
|
(492, 5054, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Ahn\'kahet: The Old Kingdom', 'Amanitar', NULL, NULL),
|
|
(492, 6851, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Ahn\'kahet: The Old Kingdom', 'Prince Taldaram', NULL, NULL),
|
|
(492, 6852, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Ahn\'kahet: The Old Kingdom', 'Elder Nadox', NULL, NULL),
|
|
(492, 6853, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Ahn\'kahet: The Old Kingdom', 'Jedoga Shadowseeker', NULL, NULL),
|
|
(492, 6854, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Ahn\'kahet: The Old Kingdom', 'Herald Volazj', NULL, NULL),
|
|
(493, 6813, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Drak\'Tharon Keep', 'Trollgore', NULL, NULL),
|
|
(493, 6814, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Drak\'Tharon Keep', 'Novos the Summoner', NULL, NULL),
|
|
(493, 6815, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Drak\'Tharon Keep', 'King Dred', NULL, NULL),
|
|
(493, 9099, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Drak\'Tharon Keep', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(494, 6855, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Violet Hold', 'Cyanigosa', NULL, NULL),
|
|
(495, 5053, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Gundrak', 'Eck the Ferocious', NULL, NULL),
|
|
(495, 6839, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Gundrak', 'Slad\'ran', NULL, NULL),
|
|
(495, 6840, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Gundrak', 'Moorabi', NULL, NULL),
|
|
(495, 6841, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Gundrak', 'Drakkari Colossus', NULL, NULL),
|
|
(495, 6842, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Gundrak', 'Gal\'darah', NULL, NULL),
|
|
(496, 6856, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Stone', 'Maiden of Grief', NULL, NULL),
|
|
(496, 6857, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Stone', 'Krystallus', NULL, NULL),
|
|
(496, 6858, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Stone', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(496, 6936, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Stone', 'The Tribunal of Ages', NULL, NULL),
|
|
(497, 6831, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Lightning', 'General Bjarngrim', NULL, NULL),
|
|
(497, 6832, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Lightning', 'Ionar', NULL, NULL),
|
|
(497, 6833, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Lightning', 'Volkhan', NULL, NULL),
|
|
(497, 6834, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Halls of Lightning', 'Loken', NULL, NULL),
|
|
(498, 6859, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Oculus', 'Drakos the Interrogator', NULL, NULL),
|
|
(498, 6860, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Oculus', 'Mage-Lord Urom', NULL, NULL),
|
|
(498, 6861, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Oculus', 'Varos Cloudstrider', NULL, NULL),
|
|
(498, 6862, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Oculus', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(499, 6863, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Pinnacle', 'Skadi the Ruthless', NULL, NULL),
|
|
(499, 6864, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Pinnacle', 'Svala Sorrowgrave', NULL, NULL),
|
|
(499, 6865, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Pinnacle', 'Gortok Palehoof', NULL, NULL),
|
|
(499, 6866, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Utgarde Pinnacle', 'King Ymiron', NULL, NULL),
|
|
(500, 6805, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Culling of Stratholme', 'Meathook', NULL, NULL),
|
|
(500, 6806, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Culling of Stratholme', 'Chrono-Lord Epoch', NULL, NULL),
|
|
(500, 6807, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Culling of Stratholme', 'Salramm the Fleshcrafter', NULL, NULL),
|
|
(500, 6808, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Culling of Stratholme', 'Mal\'Ganis', NULL, NULL),
|
|
(503, 230, 10, 96, -1, 6, 20, 1, 1, NULL, 10, '50 Quests Completed', 'Complete 50 quests', NULL, NULL),
|
|
(504, 231, 10, 96, -1, 5, 40, 1, 1, NULL, 10, '100 Quests Completed', 'Complete 100 quests', NULL, NULL),
|
|
(505, 232, 10, 96, -1, 4, 60, 1, 1, NULL, 10, '250 Quests Completed', 'Complete 250 quests', NULL, NULL),
|
|
(506, 233, 10, 96, -1, 3, 70, 1, 1, NULL, 10, '500 Quests Completed', 'Complete 500 quests', NULL, NULL),
|
|
(507, 234, 10, 96, -1, 2, 80, 1, 1, NULL, 10, '1000 Quests Completed', 'Complete 1000 quests', NULL, NULL),
|
|
(508, 236, 10, 96, -1, 2, 80, 1, 1, NULL, 10, '1500 Quests Completed', 'Complete 1500 quests', NULL, NULL),
|
|
(509, 6793, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '10000 Honorable Kills', 'Get 10000 honorable kills', NULL, NULL),
|
|
(512, 6794, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '5000 Honorable Kills', 'Get 5000 honorable kills', NULL, NULL),
|
|
(513, 6797, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '100 Honorable Kills', 'Get 100 honorable kills', NULL, NULL),
|
|
(515, 6796, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '500 Honorable Kills', 'Get 500 honorable kills', NULL, NULL),
|
|
(516, 6795, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '1000 Honorable Kills', 'Get 1000 honorable kills', NULL, NULL),
|
|
(518, 985, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '30 Exalted Reputations', '30 reputations to exalted', NULL, NULL),
|
|
(519, 984, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '25 Exalted Reputations', '25 reputations to exalted', NULL, NULL),
|
|
(520, 981, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '20 Exalted Reputations', '20 reputations to exalted', NULL, NULL),
|
|
(521, 980, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '15 Exalted Reputations', '15 reputations to exalted', NULL, NULL),
|
|
(522, 977, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Somebody Likes Me', 'Get a reputation to exalted', NULL, NULL),
|
|
(523, 978, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '5 Exalted Reputations', '5 reputations to exalted', NULL, NULL),
|
|
(524, 979, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '10 Exalted Reputations', '10 reputations to exalted', NULL, NULL),
|
|
(527, 5371, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Largest hit received', 'Largest hit received', NULL, NULL),
|
|
(528, 5372, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Total damage received', 'Total damage received', NULL, NULL),
|
|
(529, 5300, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most factions at Honored or higher', 'Factions at honored', NULL, NULL),
|
|
(545, 2341, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Shave and a Haircut', 'Visit a barbershop and pay for using their services.', NULL, NULL),
|
|
(546, 752, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Safe Deposit', 'Purchase 7 bank slots', NULL, NULL),
|
|
(547, 285, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Veteran of the Wrathgate', 'Return to Angrathar - Alliance', NULL, NULL),
|
|
(547, 286, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Veteran of the Wrathgate', 'Return to Angrathar - Horde', NULL, NULL),
|
|
(556, 2342, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Head', NULL, NULL),
|
|
(556, 2343, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Neck', NULL, NULL),
|
|
(556, 2344, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Shoulder', NULL, NULL),
|
|
(556, 2345, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Chest', NULL, NULL),
|
|
(556, 2346, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Waist', NULL, NULL),
|
|
(556, 2347, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Legs', NULL, NULL),
|
|
(556, 2348, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Feet', NULL, NULL),
|
|
(556, 2349, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Wrist', NULL, NULL),
|
|
(556, 2350, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Hands', NULL, NULL),
|
|
(556, 2351, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Left Ring', NULL, NULL),
|
|
(556, 2353, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'First Trinket', NULL, NULL),
|
|
(556, 2355, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Cloak', NULL, NULL),
|
|
(556, 2356, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Weapon', NULL, NULL),
|
|
(556, 2357, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Ranged', NULL, NULL),
|
|
(556, 5816, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Right Ring', NULL, NULL),
|
|
(556, 5817, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Epic', 'Second Trinket', NULL, NULL),
|
|
(557, 3723, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Head', NULL, NULL),
|
|
(557, 3724, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Neck', NULL, NULL),
|
|
(557, 3725, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Shoulder', NULL, NULL),
|
|
(557, 3726, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Chest', NULL, NULL),
|
|
(557, 3727, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Waist', NULL, NULL),
|
|
(557, 3728, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Legs', NULL, NULL),
|
|
(557, 3729, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Feet', NULL, NULL),
|
|
(557, 3730, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Wrist', NULL, NULL),
|
|
(557, 3731, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Hands', NULL, NULL),
|
|
(557, 3732, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Left Ring', NULL, NULL),
|
|
(557, 3733, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Right Ring', NULL, NULL),
|
|
(557, 3734, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'First Trinket', NULL, NULL),
|
|
(557, 3735, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Second Trinket', NULL, NULL),
|
|
(557, 3736, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Cloak', NULL, NULL),
|
|
(557, 3737, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Weapon', NULL, NULL),
|
|
(557, 3738, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Superior', 'Ranged', NULL, NULL),
|
|
(558, 2358, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Greedy', 'Roll greed and get exactly 100 on an item over level 185.', NULL, NULL),
|
|
(559, 2412, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Needy', 'roll need and get exactly 100 on an item above 185', NULL, NULL),
|
|
(560, 3683, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Deadliest Catch', 'Mudskunk Lure', NULL, NULL),
|
|
(561, 347, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'D.E.H.T.A\'s Little P.I.T.A.', 'Assassination of Harold Lane', NULL, NULL),
|
|
(562, 351, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (10 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(562, 352, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (10 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(562, 353, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (10 player)', 'Maexxna', NULL, NULL),
|
|
(563, 3834, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (25 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(563, 3835, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (25 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(563, 3836, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Arachnid Quarter (25 player)', 'Maexxna', NULL, NULL),
|
|
(564, 357, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (10 player)', 'Patchwerk', NULL, NULL),
|
|
(564, 358, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (10 player)', 'Grobbulus', NULL, NULL),
|
|
(564, 359, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (10 player)', 'Gluth', NULL, NULL),
|
|
(564, 360, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (10 player)', 'Thaddius', NULL, NULL),
|
|
(565, 3837, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (25 player)', 'Patchwerk', NULL, NULL),
|
|
(565, 3838, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (25 player)', 'Grobbulus', NULL, NULL),
|
|
(565, 3839, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (25 player)', 'Gluth', NULL, NULL),
|
|
(565, 3840, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Construct Quarter (25 player)', 'Thaddius', NULL, NULL),
|
|
(566, 365, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (10 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(566, 366, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (10 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(566, 367, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (10 player)', 'Loatheb', NULL, NULL),
|
|
(567, 3841, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (25 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(567, 3842, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (25 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(567, 3843, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Plague Quarter (25 player)', 'Loatheb', NULL, NULL),
|
|
(568, 372, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (10 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(568, 373, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (10 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(568, 7192, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (10 player)', 'The Four Horsemen', NULL, NULL),
|
|
(569, 3844, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (25 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(569, 3845, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (25 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(569, 7193, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Military Quarter (25 player)', 'The Four Horsemen', NULL, NULL),
|
|
(572, 379, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Sapphiron\'s Demise (10 player)', 'Sapphiron', NULL, NULL),
|
|
(573, 3847, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Sapphiron\'s Demise (25 player)', 'Sapphiron', NULL, NULL),
|
|
(574, 381, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Kel\'Thuzad\'s Defeat (10 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(575, 382, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Kel\'Thuzad\'s Defeat (25 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(576, 383, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'The Arachnid Quarter', NULL, NULL),
|
|
(576, 384, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'The Construct Quarter', NULL, NULL),
|
|
(576, 385, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'The Plague Quarter', NULL, NULL),
|
|
(576, 386, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'The Military Quarter', NULL, NULL),
|
|
(576, 387, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'Sapphiron\'s Demise', NULL, NULL),
|
|
(576, 388, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Fall of Naxxramas (10 player)', 'Kel\'Thuzad\'s Defeat', NULL, NULL),
|
|
(577, 389, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'The Arachnid Quarter', NULL, NULL),
|
|
(577, 390, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'The Construct Quarter', NULL, NULL),
|
|
(577, 391, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'The Plague Quarter', NULL, NULL),
|
|
(577, 392, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'The Military Quarter', NULL, NULL),
|
|
(577, 393, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'Sapphiron\'s Demise', NULL, NULL),
|
|
(577, 394, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Fall of Naxxramas (25 player)', 'Kel\'Thuzad\'s Defeat', NULL, NULL),
|
|
(578, 6802, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(578, 7146, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(578, 7147, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(578, 7148, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Maexxna', NULL, NULL),
|
|
(578, 7149, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Patchwerk', NULL, NULL),
|
|
(578, 7150, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Grobbulus', NULL, NULL),
|
|
(578, 7151, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Gluth', NULL, NULL),
|
|
(578, 7152, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Thaddius', NULL, NULL),
|
|
(578, 7153, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(578, 7154, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(578, 7155, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Loatheb', NULL, NULL),
|
|
(578, 7156, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(578, 7157, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(578, 7158, 25, 14922, 168, 1, 80, 1, 1, NULL, 25, 'The Dedicated Few (10 player)', 'Sapphiron', NULL, NULL),
|
|
(579, 7159, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(579, 7160, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(579, 7161, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Maexxna', NULL, NULL),
|
|
(579, 7162, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Patchwerk', NULL, NULL),
|
|
(579, 7163, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Grobbulus', NULL, NULL),
|
|
(579, 7164, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Gluth', NULL, NULL),
|
|
(579, 7165, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Thaddius', NULL, NULL),
|
|
(579, 7166, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(579, 7167, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(579, 7168, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Loatheb', NULL, NULL),
|
|
(579, 7169, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(579, 7170, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(579, 7171, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Sapphiron', NULL, NULL),
|
|
(579, 7172, 50, 14923, 168, 1, 80, 1, 1, NULL, 50, 'The Dedicated Few (25 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(582, 421, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Alterac Valley All-Star', 'Assault a graveyard', NULL, NULL),
|
|
(582, 422, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Alterac Valley All-Star', 'Defend a graveyard', NULL, NULL),
|
|
(582, 423, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Alterac Valley All-Star', 'Assault a tower', NULL, NULL),
|
|
(582, 424, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Alterac Valley All-Star', 'Defend a tower', NULL, NULL),
|
|
(582, 425, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Alterac Valley All-Star', 'Kill someone in the Field of Strife', NULL, NULL),
|
|
(583, 426, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin All-Star', 'Assault 2 bases', NULL, NULL),
|
|
(583, 427, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin All-Star', 'Defend 2 bases', NULL, NULL),
|
|
(584, 431, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Assassin', 'Kill 5 people at the blacksmith', NULL, NULL),
|
|
(584, 432, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Assassin', 'Kill 5 people at the farm', NULL, NULL),
|
|
(584, 433, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Assassin', 'Kill 5 people at the gold mine', NULL, NULL),
|
|
(584, 434, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Assassin', 'Kill 5 people at the lumber mill', NULL, NULL),
|
|
(584, 435, 20, 14802, 95, 1, 80, 1, 1, NULL, 20, 'Arathi Basin Assassin', 'Kill 5 people at the stables', NULL, NULL),
|
|
(585, 438, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Eye of the Storm flags captured', 'Eye of the Storm flag captures', NULL, NULL),
|
|
(586, 440, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Warsong Gulch flags returned', 'Warsong Gulch flags returned', NULL, NULL),
|
|
(587, 441, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Stormy Assassin', 'Kill 5 people at the Blood Elf Tower', NULL, NULL),
|
|
(587, 442, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Stormy Assassin', 'Kill 5 people at the Draenei Ruins', NULL, NULL),
|
|
(587, 443, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Stormy Assassin', 'Kill 5 people at the Fel Reaver ruins', NULL, NULL),
|
|
(587, 444, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Stormy Assassin', 'Kill 5 people at the Mage Tower', NULL, NULL),
|
|
(588, 13253, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Total Honorable Kills', 'Honorable Kills', NULL, NULL),
|
|
(589, 450, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 5 man team rating', 'Highest 5 man team rating', NULL, NULL),
|
|
(590, 449, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 3 man team rating', 'Highest 3 man team rating', NULL, NULL),
|
|
(593, 4965, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths from Vanndar Stormpike', 'Killed by Vanndar Stormpike', NULL, NULL),
|
|
(594, 455, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from Hogger', 'Deaths from Hogger', NULL, NULL),
|
|
(594, 12038, 1, 126, 122, 1, 80, 1, 1, NULL, 0, 'Deaths from Hogger', 'Deaths from Hogger', NULL, NULL),
|
|
(595, 447, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 3 man personal rating', 'Highest 3 man personal rating', NULL, NULL),
|
|
(596, 452, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Highest 5 man personal rating', 'Highest 5 man personal rating', NULL, NULL),
|
|
(603, 6637, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Horde', 'Ironforge', NULL, NULL),
|
|
(603, 6638, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Horde', 'Darnassus', NULL, NULL),
|
|
(603, 6639, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Horde', 'The Exodar', NULL, NULL),
|
|
(603, 6640, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Horde', 'Stormwind City', NULL, NULL),
|
|
(604, 6633, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Alliance', 'Thunder Bluff', NULL, NULL),
|
|
(604, 6634, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Alliance', 'Silvermoon City', NULL, NULL),
|
|
(604, 6635, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Alliance', 'Orgrimmar', NULL, NULL),
|
|
(604, 6636, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Wrath of the Alliance', 'Undercity', NULL, NULL),
|
|
(605, 472, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'A Coin of Ancestry', 'Receive a Coin of Ancestry.', NULL, NULL),
|
|
(606, 473, 10, 160, 155, 1, 80, 1, 1, NULL, 10, '5 Coins of Ancestry', 'Receive 5 Coins of Ancestry', NULL, NULL),
|
|
(607, 474, 10, 160, 155, 1, 80, 1, 1, NULL, 10, '10 Coins of Ancestry', 'Receive 10 Coins of Ancestry', NULL, NULL),
|
|
(608, 475, 10, 160, 155, 1, 80, 1, 1, NULL, 10, '25 Coins of Ancestry', 'Receive 25 Coins of Ancestry', NULL, NULL),
|
|
(609, 476, 10, 160, 155, 1, 80, 1, 1, NULL, 10, '50 Coins of Ancestry', 'Receive 50 Coins of Ancestry', NULL, NULL),
|
|
(610, 480, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Death to the Warchief!', 'Thrall', NULL, NULL),
|
|
(611, 481, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Bleeding Bloodhoof', 'Cairne Bloodhoof', NULL, NULL),
|
|
(612, 482, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Downing the Dark Lady', 'Lady Sylvanas Windrunner', NULL, NULL),
|
|
(613, 483, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Killed in Quel\'Thalas', 'Lor\'themar Theron', NULL, NULL),
|
|
(614, 484, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Alliance!', 'Death to the Warchief!', NULL, NULL),
|
|
(614, 485, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Alliance!', 'Bleeding Bloodhoof', NULL, NULL),
|
|
(614, 486, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Alliance!', 'Downing the Dark Lady', NULL, NULL),
|
|
(614, 487, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Alliance!', 'Killed in Quel\'Thalas', NULL, NULL),
|
|
(615, 5203, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Storming Stormwind', 'King Varian Wrynn', NULL, NULL),
|
|
(616, 489, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Death to the King!', 'King Magni Bronzebeard', NULL, NULL),
|
|
(617, 490, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Immortal No More', 'High Priestess Tyrande Whisperwind', NULL, NULL),
|
|
(618, 491, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Putting Out the Light', 'Prophet Velen', NULL, NULL),
|
|
(619, 492, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Horde!', 'Storming Stormwind', NULL, NULL),
|
|
(619, 493, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Horde!', 'Death to the King!', NULL, NULL),
|
|
(619, 494, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Horde!', 'Immortal No More', NULL, NULL),
|
|
(619, 495, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'For The Horde!', 'Putting Out the Light', NULL, NULL),
|
|
(621, 2335, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Arathor Battle Tabard', NULL, NULL),
|
|
(621, 2336, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Consortium Tabard', NULL, NULL),
|
|
(621, 2337, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Illidari', NULL, NULL),
|
|
(621, 2338, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Protector', NULL, NULL),
|
|
(621, 2339, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Summer Flames', NULL, NULL),
|
|
(621, 2340, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Guild Tabard', NULL, NULL),
|
|
(621, 2893, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Aldor Tabard', NULL, NULL),
|
|
(621, 2894, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Battle Tabard of the Defilers', NULL, NULL),
|
|
(621, 2895, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Blood Knight Tabard', NULL, NULL),
|
|
(621, 2896, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Cenarion Expedition Tabard', NULL, NULL),
|
|
(621, 2897, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Competitor\'s Tabard', NULL, NULL),
|
|
(621, 2898, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Contest Winner\'s Tabard', NULL, NULL),
|
|
(621, 2899, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Frostwolf Battle Tabard', NULL, NULL),
|
|
(621, 2900, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Green Trophy Tabard of the Illidari', NULL, NULL),
|
|
(621, 2901, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Honor Hold Tabard', NULL, NULL),
|
|
(621, 2902, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Keepers of Time Tabard', NULL, NULL),
|
|
(621, 2903, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Knight\'s Colors', NULL, NULL),
|
|
(621, 2904, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Kurenai Tabard', NULL, NULL),
|
|
(621, 2905, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Lower City Tabard', NULL, NULL),
|
|
(621, 2906, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Mag\'har Tabard', NULL, NULL),
|
|
(621, 2907, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Ogri\'la Tabard', NULL, NULL),
|
|
(621, 2908, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Private\'s Tabard', NULL, NULL),
|
|
(621, 2909, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Scout\'s Tabard', NULL, NULL),
|
|
(621, 2910, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Scryers Tabard', NULL, NULL),
|
|
(621, 2911, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Sha\'tar Tabard', NULL, NULL),
|
|
(621, 2912, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Silverwing Battle Tabard', NULL, NULL),
|
|
(621, 2913, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Skyguard Tabard', NULL, NULL),
|
|
(621, 2914, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Sporeggar Tabard', NULL, NULL),
|
|
(621, 2915, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Stone Guard\'s Herald', NULL, NULL),
|
|
(621, 2916, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Stormpike Battle Tabard', NULL, NULL),
|
|
(621, 2917, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Brilliance', NULL, NULL),
|
|
(621, 2918, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Flame', NULL, NULL),
|
|
(621, 2919, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Frost', NULL, NULL),
|
|
(621, 2920, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Fury', NULL, NULL),
|
|
(621, 2921, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Nature', NULL, NULL),
|
|
(621, 2922, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Stormwind', NULL, NULL),
|
|
(621, 2923, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Summer Skies', NULL, NULL),
|
|
(621, 2924, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Arcane', NULL, NULL),
|
|
(621, 2925, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Argent Dawn', NULL, NULL),
|
|
(621, 2926, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Defender', NULL, NULL),
|
|
(621, 2927, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Hand', NULL, NULL),
|
|
(621, 2928, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Scarlet Crusade', NULL, NULL),
|
|
(621, 2929, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Shattered Sun', NULL, NULL),
|
|
(621, 2930, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Void', NULL, NULL),
|
|
(621, 2931, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Thrallmar Tabard', NULL, NULL),
|
|
(621, 2932, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tranquillien Tabard', NULL, NULL),
|
|
(621, 2933, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Warsong Battle Tabard', NULL, NULL),
|
|
(621, 6151, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Loremaster\'s Colors', NULL, NULL),
|
|
(621, 6171, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Explorer', NULL, NULL),
|
|
(621, 6172, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Brute Force', NULL, NULL),
|
|
(621, 6976, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Argent Crusade', NULL, NULL),
|
|
(621, 6977, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Ebon Blade', NULL, NULL),
|
|
(621, 6978, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Wyrmrest Accord', NULL, NULL),
|
|
(621, 6979, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Kirin Tor', NULL, NULL),
|
|
(621, 11298, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Silvermoon City Tabard', NULL, NULL),
|
|
(621, 11299, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Sen\'jin Tabard', NULL, NULL),
|
|
(621, 11300, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Undercity Tabard', NULL, NULL),
|
|
(621, 11301, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Thunder Bluff Tabard', NULL, NULL),
|
|
(621, 11302, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Darnassus Tabard', NULL, NULL),
|
|
(621, 11303, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Exodar Tabard', NULL, NULL),
|
|
(621, 11304, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Gnomeregan Tabard', NULL, NULL),
|
|
(621, 11305, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Ironforge Tabard', NULL, NULL),
|
|
(621, 11306, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Stormwind Tabard', NULL, NULL),
|
|
(621, 11307, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Silver Covenant Tabard', NULL, NULL),
|
|
(621, 11308, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Sunreaver Tabard', NULL, NULL),
|
|
(621, 11309, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Argent Crusader\'s Tabard', NULL, NULL),
|
|
(621, 11378, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Orgrimmar Tabard', NULL, NULL),
|
|
(621, 11760, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Conquest (Alliance)', NULL, NULL),
|
|
(621, 11761, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of Conquest (Horde)', NULL, NULL),
|
|
(621, 12598, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Furious Gladiator\'s Tabard', NULL, NULL),
|
|
(621, 12599, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Relentless Gladiator\'s Tabard', NULL, NULL),
|
|
(621, 12600, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Achiever', NULL, NULL),
|
|
(621, 13241, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Tabard of the Lightbringer', NULL, NULL),
|
|
(621, 13242, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Represent', 'Wrathful Gladiator\'s Tabard', NULL, NULL),
|
|
(622, 520, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Spellweaver\'s Downfall (10 player)', 'Malygos', NULL, NULL),
|
|
(623, 521, 25, 14923, 168, 1, 80, 1, 1, NULL, 25, 'The Spellweaver\'s Downfall (25 player)', 'Malygos', NULL, NULL),
|
|
(624, 522, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(624, 7189, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (10 player)', 'Vesperon', NULL, NULL),
|
|
(624, 7190, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (10 player)', 'Tenebron', NULL, NULL),
|
|
(624, 7191, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (10 player)', 'Shadron', NULL, NULL),
|
|
(625, 523, 25, 14923, 168, 1, 80, 1, 1, NULL, 25, 'Besting the Black Dragonflight (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(626, 496, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Black Pant Suit', NULL, NULL),
|
|
(626, 497, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Blue Pant Suit', NULL, NULL),
|
|
(626, 498, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Teal Pant Suit', NULL, NULL),
|
|
(626, 499, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Green Dress', NULL, NULL),
|
|
(626, 500, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Pink Dress', NULL, NULL),
|
|
(626, 501, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Lunar Festival Finery', 'Festive Purple Dress', NULL, NULL),
|
|
(627, 502, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Coldridge Pass', NULL, NULL),
|
|
(627, 503, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Chill Breeze Valley', NULL, NULL),
|
|
(627, 504, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Shimmer Ridge', NULL, NULL),
|
|
(627, 505, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Kharanos', NULL, NULL),
|
|
(627, 506, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Misty Pine Refuge', NULL, NULL),
|
|
(627, 507, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'The Tundrid Hills', NULL, NULL),
|
|
(627, 508, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Amberstill Ranch', NULL, NULL),
|
|
(627, 509, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Helm\'s Bed Lake', NULL, NULL),
|
|
(627, 510, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Gol\'Bolar Quarry', NULL, NULL),
|
|
(627, 511, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'North Gate Outpost', NULL, NULL),
|
|
(627, 512, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Frostmane Hold', NULL, NULL),
|
|
(627, 513, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Brewnall Village', NULL, NULL),
|
|
(627, 514, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Anvilmar', NULL, NULL),
|
|
(627, 515, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'The Grizzled Den', NULL, NULL),
|
|
(627, 516, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'South Gate Outpost', NULL, NULL),
|
|
(627, 517, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Iceflow Lake', NULL, NULL),
|
|
(627, 518, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Gnomeregan', NULL, NULL),
|
|
(627, 519, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dun Morogh', 'Gates of Ironforge', NULL, NULL),
|
|
(628, 524, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Deadmines', 'Edwin VanCleef', NULL, NULL),
|
|
(628, 4239, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Deadmines', 'The Defias Brotherhood', NULL, NULL),
|
|
(628, 4408, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Deadmines', 'The Unsent Letter', NULL, NULL),
|
|
(629, 525, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Ragefire Chasm', 'Taragaman the Hungerer', NULL, NULL),
|
|
(629, 4238, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Ragefire Chasm', 'Slaying the Beast', NULL, NULL),
|
|
(630, 526, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Wailing Caverns', 'Mutanus the Devourer', NULL, NULL),
|
|
(630, 4246, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Wailing Caverns', 'The Glowing Shard', NULL, NULL),
|
|
(631, 527, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Shadowfang Keep', 'Archmage Arugal', NULL, NULL),
|
|
(631, 4247, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Shadowfang Keep', 'Arugal Must Die', NULL, NULL),
|
|
(632, 528, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackfathom Deeps', 'Aku\'mai', NULL, NULL),
|
|
(633, 529, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Stormwind Stockade', 'Bazil Thredd', NULL, NULL),
|
|
(633, 4249, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Stormwind Stockade', 'The Stockade Riots', NULL, NULL),
|
|
(634, 530, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Gnomeregan', 'Mekgineer Thermaplugg', NULL, NULL),
|
|
(634, 4252, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Gnomeregan', 'The Grand Betrayal', NULL, NULL),
|
|
(634, 4253, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Gnomeregan', 'Rig Wars', NULL, NULL),
|
|
(635, 531, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Kraul', 'Charlga Razorflank', NULL, NULL),
|
|
(635, 4250, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Kraul', 'A Vengeful Fate', NULL, NULL),
|
|
(635, 4251, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Kraul', 'The Crone of the Kraul', NULL, NULL),
|
|
(635, 4409, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Kraul', 'An Unholy Alliance', NULL, NULL),
|
|
(636, 532, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Downs', 'Amnennar the Coldbringer', NULL, NULL),
|
|
(636, 4254, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Downs', 'Bring the Light', NULL, NULL),
|
|
(636, 4255, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Razorfen Downs', 'Bring the End', NULL, NULL),
|
|
(637, 533, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scarlet Monastery', 'High Inquisitor Whitemane', NULL, NULL),
|
|
(637, 534, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scarlet Monastery', 'Scarlet Commander Mograine', NULL, NULL),
|
|
(637, 535, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scarlet Monastery', 'Arcanist Doan', NULL, NULL),
|
|
(637, 536, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scarlet Monastery', 'Herod', NULL, NULL),
|
|
(637, 537, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scarlet Monastery', 'Bloodmage Thalnos', NULL, NULL),
|
|
(638, 538, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Uldaman', 'Archaedas', NULL, NULL),
|
|
(638, 4256, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Uldaman', 'The Platinum Discs', NULL, NULL),
|
|
(638, 4257, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Uldaman', 'Find the Gems and Power Source', NULL, NULL),
|
|
(638, 4258, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Uldaman', 'Restoring the Necklace', NULL, NULL),
|
|
(639, 539, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Zul\'Farrak', 'Chief Ukorz Sandscalp', NULL, NULL),
|
|
(640, 540, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Maraudon', 'Princess Theradras', NULL, NULL),
|
|
(640, 4259, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Maraudon', 'Corruption of Earth and Seed', NULL, NULL),
|
|
(640, 4260, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Maraudon', 'Corruption of Earth and Seed', NULL, NULL),
|
|
(641, 541, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Sunken Temple', 'Shade of Eranikus', NULL, NULL),
|
|
(641, 4261, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Sunken Temple', 'The Essence of Eranikus', NULL, NULL),
|
|
(642, 542, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackrock Depths', 'Emperor Dagran Thaurissan', NULL, NULL),
|
|
(642, 4262, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackrock Depths', 'The Fate of the Kingdom', NULL, NULL),
|
|
(642, 4263, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackrock Depths', 'The Royal Rescue', NULL, NULL),
|
|
(643, 544, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Lower Blackrock Spire', 'Overlord Wyrmthalak', NULL, NULL),
|
|
(643, 4440, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Lower Blackrock Spire', 'Maxwell\'s Mission', NULL, NULL),
|
|
(643, 4441, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Lower Blackrock Spire', 'Warlord\'s Command', NULL, NULL),
|
|
(643, 4442, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Lower Blackrock Spire', 'General Drakkisath\'s Command', NULL, NULL),
|
|
(643, 4446, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Lower Blackrock Spire', 'Seal of Ascension', NULL, NULL),
|
|
(644, 545, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'King of Dire Maul', 'Alzzin the Wildshaper', NULL, NULL),
|
|
(644, 546, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'King of Dire Maul', 'Immol\'thar', NULL, NULL),
|
|
(644, 547, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'King of Dire Maul', 'King Gordok', NULL, NULL),
|
|
(645, 548, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scholomance', 'Ras Frostwhisper', NULL, NULL),
|
|
(645, 549, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Scholomance', 'Darkmaster Gandling', NULL, NULL),
|
|
(646, 550, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Stratholme', 'Balnazzar', NULL, NULL),
|
|
(646, 551, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Stratholme', 'Baron Rivendare', NULL, NULL),
|
|
(647, 552, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Hellfire Ramparts', 'Omor the Unscarred', NULL, NULL),
|
|
(647, 4461, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Hellfire Ramparts', 'Weaken the Ramparts', NULL, NULL),
|
|
(647, 4462, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Hellfire Ramparts', 'Weaken the Ramparts', NULL, NULL),
|
|
(648, 555, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Blood Furnace', 'Keli\'dan the Breaker', NULL, NULL),
|
|
(649, 556, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Slave Pens', 'Quagmirran', NULL, NULL),
|
|
(650, 557, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Underbog', 'The Black Stalker', NULL, NULL),
|
|
(650, 4463, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Underbog', 'Stalk the Stalker', NULL, NULL),
|
|
(651, 558, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Mana-Tombs', 'Nexus-Prince Shaffar', NULL, NULL),
|
|
(651, 4464, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Mana-Tombs', 'Undercutting the Competition', NULL, NULL),
|
|
(652, 559, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Escape From Durnholde', 'Epoch Hunter', NULL, NULL),
|
|
(652, 4467, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Escape From Durnholde', 'Escape from Durnholde', NULL, NULL),
|
|
(653, 560, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sethekk Halls', 'Talon King Ikiss', NULL, NULL),
|
|
(653, 4468, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sethekk Halls', 'Terokk\'s Legacy', NULL, NULL),
|
|
(654, 561, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Shadow Labyrinth', 'Murmur', NULL, NULL),
|
|
(654, 4469, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Shadow Labyrinth', 'Into the Heart of the Labyrinth', NULL, NULL),
|
|
(654, 4470, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Shadow Labyrinth', 'Trial of the Naaru: Strength', NULL, NULL),
|
|
(655, 562, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Opening of the Dark Portal', 'Aeonus', NULL, NULL),
|
|
(655, 4471, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Opening of the Dark Portal', 'The Master\'s Touch', NULL, NULL),
|
|
(655, 4472, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Opening of the Dark Portal', 'The Opening of the Dark Portal', NULL, NULL),
|
|
(656, 563, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Steamvault', 'Warlord Kalithresh', NULL, NULL),
|
|
(656, 4473, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Steamvault', 'The Warlord\'s Hideout', NULL, NULL),
|
|
(656, 4474, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Steamvault', 'Trial of the Naaru: Strength', NULL, NULL),
|
|
(657, 564, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'Warchief Kargath Bladefist', NULL, NULL),
|
|
(657, 4475, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'Turning the Tide', NULL, NULL),
|
|
(657, 4476, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'The Will of the Warchief', NULL, NULL),
|
|
(657, 4477, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'Imprisoned in the Citadel', NULL, NULL),
|
|
(657, 4478, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'Imprisoned in the Citadel', NULL, NULL),
|
|
(657, 4479, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Shattered Halls', 'Trial of the Naaru: Mercy', NULL, NULL),
|
|
(658, 565, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Mechanar', 'Pathaleon the Calculator', NULL, NULL),
|
|
(658, 4480, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Mechanar', 'How to Break Into the Arcatraz', NULL, NULL),
|
|
(659, 566, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Botanica', 'Warp Splinter', NULL, NULL),
|
|
(659, 4481, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Botanica', 'How to Break Into the Arcatraz', NULL, NULL),
|
|
(660, 567, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Arcatraz', 'Harbinger Skyriss', NULL, NULL),
|
|
(660, 4482, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Arcatraz', 'Harbinger of Doom', NULL, NULL),
|
|
(660, 4483, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Arcatraz', 'Trial of the Naaru: Tenacity', NULL, NULL),
|
|
(661, 568, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magister\'s Terrace', 'Kael\'thas Sunstrider', NULL, NULL),
|
|
(661, 4484, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magister\'s Terrace', 'Hard to Kill', NULL, NULL),
|
|
(662, 569, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Mini-Diablo', 'Diablo Stone', NULL, NULL),
|
|
(662, 6152, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Mini-Diablo', 'Mini Diablo', NULL, NULL),
|
|
(663, 570, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Panda', 'Panda Collar', NULL, NULL),
|
|
(663, 6153, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Panda', 'Panda Cub', NULL, NULL),
|
|
(664, 571, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Zergling', 'Zergling Leash', NULL, NULL),
|
|
(664, 6154, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Zergling', 'Zergling', NULL, NULL),
|
|
(665, 572, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Netherwhelp', 'Netherwhelp\'s Collar', NULL, NULL),
|
|
(665, 6155, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Netherwhelp', 'Netherwhelp', NULL, NULL),
|
|
(666, 573, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Auchenai Crypts', 'Exarch Maladaar', NULL, NULL),
|
|
(666, 4465, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Auchenai Crypts', 'Auchindoun...', NULL, NULL),
|
|
(666, 4466, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Auchenai Crypts', 'Everything Will Be Alright', NULL, NULL),
|
|
(667, 3705, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Hellfire Ramparts', 'Omor the Unscarred', NULL, NULL),
|
|
(667, 3706, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Hellfire Ramparts', 'Nazan', NULL, NULL),
|
|
(667, 3816, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Hellfire Ramparts', 'Vazruden the Herald', NULL, NULL),
|
|
(668, 3710, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Blood Furnace', 'Keli\'dan the Breaker', NULL, NULL),
|
|
(669, 3711, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Slave Pens', 'Quagmirran', NULL, NULL),
|
|
(670, 3712, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Underbog', 'The Black Stalker', NULL, NULL),
|
|
(671, 3713, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Mana-Tombs', 'Nexus-Prince Shaffar', NULL, NULL),
|
|
(672, 3714, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Auchenai Crypts', 'Exarch Maladaar', NULL, NULL),
|
|
(673, 3715, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Escape From Durnholde', 'Epoch Hunter', NULL, NULL),
|
|
(674, 3708, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Sethekk Halls', 'Talon King Ikiss', NULL, NULL),
|
|
(675, 3716, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Shadow Labyrinth', 'Murmur', NULL, NULL),
|
|
(675, 4485, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Shadow Labyrinth', 'Trial of the Naaru: Strength', NULL, NULL),
|
|
(676, 3717, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Opening of the Dark Portal', 'Aeonus', NULL, NULL),
|
|
(677, 3718, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Steamvault', 'Warlord Kalithresh', NULL, NULL),
|
|
(677, 4486, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Steamvault', 'Trial of the Naaru: Strength', NULL, NULL),
|
|
(678, 3719, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Shattered Halls', 'Warchief Kargath Bladefist', NULL, NULL),
|
|
(678, 4487, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Shattered Halls', 'Imprisoned in the Citadel', NULL, NULL),
|
|
(678, 4488, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Shattered Halls', 'Imprisoned in the Citadel', NULL, NULL),
|
|
(678, 4489, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Shattered Halls', 'Trial of the Naaru: Mercy', NULL, NULL),
|
|
(679, 3720, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Mechanar', 'Pathaleon the Calculator', NULL, NULL),
|
|
(680, 3721, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Botanica', 'Warp Splinter', NULL, NULL),
|
|
(681, 3722, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Arcatraz', 'Harbinger Skyriss', NULL, NULL),
|
|
(681, 4490, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Arcatraz', 'Trial of the Naaru: Tenacity', NULL, NULL),
|
|
(682, 3709, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Magister\'s Terrace', 'Kael\'thas Sunstrider', NULL, NULL),
|
|
(683, 592, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Frost Wyrm Whelp', 'Frosty\'s Collar', NULL, NULL),
|
|
(683, 6156, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Frost Wyrm Whelp', 'Frosty', NULL, NULL),
|
|
(684, 4266, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Victory for the Alliance', NULL, NULL),
|
|
(684, 4267, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Victory for the Horde', NULL, NULL),
|
|
(684, 4268, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'A Proper String', NULL, NULL),
|
|
(684, 4269, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'The Only Prescription', NULL, NULL),
|
|
(684, 4270, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'The Forging of Quel\'Serrar', NULL, NULL),
|
|
(684, 4271, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Onyxia Hide Backpack', NULL, NULL),
|
|
(684, 4272, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Ancient Cornerstone Grimoire', NULL, NULL),
|
|
(684, 4282, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Deathbringer', NULL, NULL),
|
|
(684, 4283, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Vis\'kag the Bloodletter', NULL, NULL),
|
|
(684, 4284, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Ring of Binding', NULL, NULL),
|
|
(684, 4285, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Sapphiron Drape', NULL, NULL),
|
|
(684, 4286, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Eskhandar\'s Collar', NULL, NULL),
|
|
(684, 4287, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyxia\'s Lair (Level 60)', 'Shard of the Scale', NULL, NULL),
|
|
(685, 594, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Nefarian', NULL, NULL),
|
|
(685, 4447, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'The Lord of Blackrock', NULL, NULL),
|
|
(685, 4448, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'The Lord of Blackrock', NULL, NULL),
|
|
(685, 4449, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Nefarius\'s Corruption', NULL, NULL),
|
|
(685, 4564, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Therazane\'s Link', NULL, NULL),
|
|
(685, 4565, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Archimtiros\' Ring of Reckoning', NULL, NULL),
|
|
(685, 4566, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Ashkandi, Greatsword of the Brotherhood', NULL, NULL),
|
|
(685, 4567, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Boots of the Shadow Flame', NULL, NULL),
|
|
(685, 4568, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Cloak of the Brood Lord', NULL, NULL),
|
|
(685, 4569, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Crul\'shorukh, Edge of Chaos', NULL, NULL),
|
|
(685, 4570, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Lok\'amir il Romathis', NULL, NULL),
|
|
(685, 4571, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Mish\'undare, Circlet of the Mind Flayer', NULL, NULL),
|
|
(685, 4572, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Neltharion\'s Tear', NULL, NULL),
|
|
(685, 4573, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Prestor\'s Talisman of Connivery', NULL, NULL),
|
|
(685, 4574, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Pure Elementium Band', NULL, NULL),
|
|
(685, 4575, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Staff of the Shadow Flame', NULL, NULL),
|
|
(685, 4576, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Bloodfang Chestpiece', NULL, NULL),
|
|
(685, 4577, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Breastplate of Ten Storms', NULL, NULL),
|
|
(685, 4578, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Breastplate of Wrath', NULL, NULL),
|
|
(685, 4579, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Dragonstalker\'s Breastplate', NULL, NULL),
|
|
(685, 4580, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Judgement Breastplate', NULL, NULL),
|
|
(685, 4581, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Stormrage Chestguard', NULL, NULL),
|
|
(685, 4582, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Nemesis Robes', NULL, NULL),
|
|
(685, 4583, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Netherwind Robes', NULL, NULL),
|
|
(685, 4584, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Blackwing Lair', 'Robes of Transcendence', NULL, NULL),
|
|
(686, 595, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Ragnaros', NULL, NULL),
|
|
(686, 4437, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'The Only Prescription', NULL, NULL),
|
|
(686, 4544, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Onslaught Girdle', NULL, NULL),
|
|
(686, 4545, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Band of Sulfuras', NULL, NULL),
|
|
(686, 4546, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Choker of the Fire Lord', NULL, NULL),
|
|
(686, 4547, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Essence of the Pure Flame', NULL, NULL),
|
|
(686, 4548, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Perdition\'s Blade', NULL, NULL),
|
|
(686, 4549, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Crown of Destruction', NULL, NULL),
|
|
(686, 4550, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Leggings of Transcendence', NULL, NULL),
|
|
(686, 4551, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Dragonstalker\'s Legguards', NULL, NULL),
|
|
(686, 4552, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Judgement Legplates', NULL, NULL),
|
|
(686, 4553, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Legplates of Wrath', NULL, NULL),
|
|
(686, 4554, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Legplates of Ten Storms', NULL, NULL),
|
|
(686, 4555, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Bloodfang Pants', NULL, NULL),
|
|
(686, 4556, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Nemesis Leggings', NULL, NULL),
|
|
(686, 4557, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Netherwind Pants', NULL, NULL),
|
|
(686, 4558, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Stormrage Legguards', NULL, NULL),
|
|
(686, 4559, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Malistar\'s Defender', NULL, NULL),
|
|
(686, 4560, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Band of Accuria', NULL, NULL),
|
|
(686, 4561, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Cloak of the Shrouded Mists', NULL, NULL),
|
|
(686, 4562, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Bonereaver\'s Edge', NULL, NULL),
|
|
(686, 4563, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Spinal Reaper', NULL, NULL),
|
|
(686, 5055, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Dragon\'s Blood Cape', NULL, NULL),
|
|
(686, 5056, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Shard of the Flame', NULL, NULL),
|
|
(686, 7364, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Draconic for Dummies', NULL, NULL),
|
|
(686, 8146, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Thunderfury, Blessed Blade of the Windseeker', NULL, NULL),
|
|
(686, 8893, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Essence of the Firelord', NULL, NULL),
|
|
(686, 9578, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Molten Core', 'Sulfuras, Hand of Ragnaros', NULL, NULL),
|
|
(687, 596, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'C\'Thun', NULL, NULL),
|
|
(687, 4450, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Striker\'s Hauberk', NULL, NULL),
|
|
(687, 4451, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Deathdealer\'s Vest', NULL, NULL),
|
|
(687, 4452, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Conqueror\'s Breastplate', NULL, NULL),
|
|
(687, 4453, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Avenger\'s Breastplate', NULL, NULL),
|
|
(687, 4454, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Genesis Vest', NULL, NULL),
|
|
(687, 4455, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Stormcaller\'s Hauberk', NULL, NULL),
|
|
(687, 4456, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Doomcaller\'s Robes', NULL, NULL),
|
|
(687, 4457, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Enigma Robes', NULL, NULL),
|
|
(687, 4458, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Vestments of the Oracle', NULL, NULL),
|
|
(687, 4459, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'C\'Thun\'s Legacy', NULL, NULL),
|
|
(687, 4460, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Atiesh, the Befouled Greatstaff', NULL, NULL),
|
|
(687, 4585, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Belt of Never-ending Agony', NULL, NULL),
|
|
(687, 4586, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Cloak of Clarity', NULL, NULL),
|
|
(687, 4587, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Dark Edge of Insanity', NULL, NULL),
|
|
(687, 4588, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Dark Storm Gauntlets', NULL, NULL),
|
|
(687, 4589, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Death\'s Sting', NULL, NULL),
|
|
(687, 4590, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Gauntlets of Annihilation', NULL, NULL),
|
|
(687, 4591, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Grasp of the Old God', NULL, NULL),
|
|
(687, 4592, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Ring of the Godslayer', NULL, NULL),
|
|
(687, 4593, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Scepter of the False Prophet', NULL, NULL),
|
|
(687, 4594, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Vanquished Tentacle of C\'Thun', NULL, NULL),
|
|
(687, 4595, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Cloak of the Devoured', NULL, NULL),
|
|
(687, 4596, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Eyestalk Waist Cord', NULL, NULL),
|
|
(687, 4941, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Mark of C\'Thun', NULL, NULL),
|
|
(687, 8894, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Conqueror\'s Breastplate', NULL, NULL),
|
|
(687, 8895, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Avenger\'s Breastplate', NULL, NULL),
|
|
(687, 8896, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Deathdealer\'s Vest', NULL, NULL),
|
|
(687, 8897, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Doomcaller\'s Robes', NULL, NULL),
|
|
(687, 8898, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Enigma Robes', NULL, NULL),
|
|
(687, 8899, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Genesis Vest', NULL, NULL),
|
|
(687, 8900, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Stormcaller\'s Hauberk', NULL, NULL),
|
|
(687, 8901, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Striker\'s Hauberk', NULL, NULL),
|
|
(687, 8902, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Vestments of the Oracle', NULL, NULL),
|
|
(687, 8903, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Husk of the Old God', NULL, NULL),
|
|
(687, 9078, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Temple of Ahn\'Qiraj', 'Husk of the Old God', NULL, NULL),
|
|
(688, 597, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Zul\'Gurub', 'Hakkar', NULL, NULL),
|
|
(688, 4264, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Zul\'Gurub', 'The Heart of Hakkar', NULL, NULL),
|
|
(689, 598, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Ruins of Ahn\'Qiraj', 'Ossirian the Unscarred', NULL, NULL),
|
|
(689, 4265, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Ruins of Ahn\'Qiraj', 'The Fall of Ossirian', NULL, NULL),
|
|
(690, 599, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Karazhan', 'Prince Malchezaar', NULL, NULL),
|
|
(690, 4491, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Karazhan', 'A Demonic Presence', NULL, NULL),
|
|
(691, 600, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Zul\'Aman', 'Zul\'jin', NULL, NULL),
|
|
(691, 4492, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Zul\'Aman', 'Blood of the Warlord', NULL, NULL),
|
|
(692, 601, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Gruul the Dragonkiller', NULL, NULL),
|
|
(692, 4493, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'The Cudgel of Kar\'desh', NULL, NULL),
|
|
(692, 4908, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Aldori Legacy Defender', NULL, NULL),
|
|
(692, 4909, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Axe of the Gronn Lords', NULL, NULL),
|
|
(692, 4910, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Bloodmaw Magus-Blade', NULL, NULL),
|
|
(692, 4911, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Collar of Cho\'gall', NULL, NULL),
|
|
(692, 4912, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Cowl of Nature\'s Breath', NULL, NULL),
|
|
(692, 4913, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Dragonspine Trophy', NULL, NULL),
|
|
(692, 4914, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Eye of Gruul', NULL, NULL),
|
|
(692, 4915, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Gauntlets of Martial Perfection', NULL, NULL),
|
|
(692, 4916, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Gauntlets of the Dragonslayer', NULL, NULL),
|
|
(692, 4917, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Gronn-Stitched Girdle', NULL, NULL),
|
|
(692, 4918, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Shuriken of Negation', NULL, NULL),
|
|
(692, 4919, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Teeth of Gruul', NULL, NULL),
|
|
(692, 4920, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Windshear Boots', NULL, NULL),
|
|
(692, 4921, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Cyclone Kilt', NULL, NULL),
|
|
(692, 4922, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Cyclone Legguards', NULL, NULL),
|
|
(692, 4923, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Cyclone War-Kilt', NULL, NULL),
|
|
(692, 4924, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Justicar Greaves', NULL, NULL),
|
|
(692, 4925, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Justicar Leggings', NULL, NULL),
|
|
(692, 4926, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Justicar Legguards', NULL, NULL),
|
|
(692, 4927, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Netherblade Breeches', NULL, NULL),
|
|
(692, 4928, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Britches of Malorne', NULL, NULL),
|
|
(692, 4929, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Greaves of Malorne', NULL, NULL),
|
|
(692, 4930, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Legguards of Malorne', NULL, NULL),
|
|
(692, 4931, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Leggings of the Incarnate', NULL, NULL),
|
|
(692, 4932, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Trousers of the Incarnate', NULL, NULL),
|
|
(692, 4933, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Warbringer Greaves', NULL, NULL),
|
|
(692, 4934, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Warbringer Legguards', NULL, NULL),
|
|
(692, 4935, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Demon Stalker Greaves', NULL, NULL),
|
|
(692, 4936, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Legwraps of the Aldor', NULL, NULL),
|
|
(692, 4937, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Voidheart Leggings', NULL, NULL),
|
|
(692, 9079, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Gruul\'s Lair', 'Earthen Signet', NULL, NULL),
|
|
(693, 602, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Magtheridon', NULL, NULL),
|
|
(693, 4494, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Trial of the Naaru: Magtheridon', NULL, NULL),
|
|
(693, 4495, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'The Fall of Magtheridon', NULL, NULL),
|
|
(693, 4496, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'The Fall of Magtheridon', NULL, NULL),
|
|
(693, 4879, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Aegis of the Vindicator', NULL, NULL),
|
|
(693, 4880, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Cloak of the Pit Stalker', NULL, NULL),
|
|
(693, 4881, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Crystalheart Pulse-Staff', NULL, NULL),
|
|
(693, 4882, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Eredar Wand of Obliteration', NULL, NULL),
|
|
(693, 4883, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Eye of Magtheridon', NULL, NULL),
|
|
(693, 4884, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Glaive of the Pit', NULL, NULL),
|
|
(693, 4885, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Karaborian Talisman', NULL, NULL),
|
|
(693, 4886, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Liar\'s Tongue Gloves', NULL, NULL),
|
|
(693, 4887, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Soul-Eater\'s Handwraps', NULL, NULL),
|
|
(693, 4888, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Terror Pit Girdle', NULL, NULL),
|
|
(693, 4889, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Thundering Greathelm', NULL, NULL),
|
|
(693, 4890, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Cyclone Breastplate', NULL, NULL),
|
|
(693, 4891, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Cyclone Chestguard', NULL, NULL),
|
|
(693, 4892, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Cyclone Hauberk', NULL, NULL),
|
|
(693, 4893, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Justicar Breastplate', NULL, NULL),
|
|
(693, 4894, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Justicar Chestguard', NULL, NULL),
|
|
(693, 4895, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Justicar Chestpiece', NULL, NULL),
|
|
(693, 4896, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Netherblade Chestpiece', NULL, NULL),
|
|
(693, 4897, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Breastplate of Malorne', NULL, NULL),
|
|
(693, 4898, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Chestguard of Malorne', NULL, NULL),
|
|
(693, 4899, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Chestpiece of Malorne', NULL, NULL),
|
|
(693, 4900, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Robes of the Incarnate', NULL, NULL),
|
|
(693, 4901, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Shroud of the Incarnate', NULL, NULL),
|
|
(693, 4902, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Warbringer Breastplate', NULL, NULL),
|
|
(693, 4903, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Warbringer Chestguard', NULL, NULL),
|
|
(693, 4904, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Demon Stalker Harness', NULL, NULL),
|
|
(693, 4905, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Vestments of the Aldor', NULL, NULL),
|
|
(693, 4906, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Voidheart Robe', NULL, NULL),
|
|
(693, 4907, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Pit Lord\'s Satchel', NULL, NULL),
|
|
(693, 4939, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Trial of the Naaru: Magtheridon', NULL, NULL),
|
|
(693, 4942, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Magtheridon\'s Lair', 'Girdle of the Endless Pit', NULL, NULL),
|
|
(694, 603, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Lady Vashj', NULL, NULL),
|
|
(694, 4497, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'The Vials of Eternity', NULL, NULL),
|
|
(694, 4849, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Belt of One-Hundred Deaths', NULL, NULL),
|
|
(694, 4850, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cobra-Lash Boots', NULL, NULL),
|
|
(694, 4851, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cobra-Lash Boots', NULL, NULL),
|
|
(694, 4852, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Coral Band of the Revived', NULL, NULL),
|
|
(694, 4853, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Fang of Vashj', NULL, NULL),
|
|
(694, 4854, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Glorious Gauntlets of Crestfall', NULL, NULL),
|
|
(694, 4855, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Krakken-Heart Breastplate', NULL, NULL),
|
|
(694, 4856, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Lightfathom Scepter', NULL, NULL),
|
|
(694, 4857, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Prism of Inner Calm', NULL, NULL),
|
|
(694, 4858, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Ring of Endless Coils', NULL, NULL),
|
|
(694, 4859, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Runetotem\'s Mantle', NULL, NULL),
|
|
(694, 4860, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Serpent Spine Longbow', NULL, NULL),
|
|
(694, 4861, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Vestments of the Sea-Witch', NULL, NULL),
|
|
(694, 4862, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cataclysm Headguard', NULL, NULL),
|
|
(694, 4863, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cataclysm Headpiece', NULL, NULL),
|
|
(694, 4864, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cataclysm Helm', NULL, NULL),
|
|
(694, 4865, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Crystalforge Faceguard', NULL, NULL),
|
|
(694, 4866, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Crystalforge Greathelm', NULL, NULL),
|
|
(694, 4867, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Crystalforge War-Helm', NULL, NULL),
|
|
(694, 4868, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Deathmantle Helm', NULL, NULL),
|
|
(694, 4869, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cowl of the Avatar', NULL, NULL),
|
|
(694, 4870, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Destroyer Battle-Helm', NULL, NULL),
|
|
(694, 4871, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Destroyer Greathelm', NULL, NULL),
|
|
(694, 4872, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Hood of the Avatar', NULL, NULL),
|
|
(694, 4873, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Hood of the Corruptor', NULL, NULL),
|
|
(694, 4874, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Rift Stalker Helm', NULL, NULL),
|
|
(694, 4875, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Nordrassil Headdress', NULL, NULL),
|
|
(694, 4876, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Nordrassil Headguard', NULL, NULL),
|
|
(694, 4877, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Nordrassil Headpiece', NULL, NULL),
|
|
(694, 4878, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Cowl of Tirisfal', NULL, NULL),
|
|
(694, 7871, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Serpentshrine Cavern', 'Vashj\'s Vial Remnant', NULL, NULL),
|
|
(695, 604, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Archimonde', NULL, NULL),
|
|
(695, 4618, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Antonidas\'s Aegis of Rapt Concentration', NULL, NULL),
|
|
(695, 4619, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Apostle of Argus', NULL, NULL),
|
|
(695, 4620, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Bristleblitz Striker', NULL, NULL),
|
|
(695, 4621, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Cataclysm\'s Edge', NULL, NULL),
|
|
(695, 4622, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Leggings of Eternity', NULL, NULL),
|
|
(695, 4623, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Legguards of Endless Rage', NULL, NULL),
|
|
(695, 4624, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Mail of Fevered Pursuit', NULL, NULL),
|
|
(695, 4625, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Midnight Chestguard', NULL, NULL),
|
|
(695, 4626, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Robes of Rhonin', NULL, NULL),
|
|
(695, 4627, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Savior\'s Grasp', NULL, NULL),
|
|
(695, 4628, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Scepter of Purification', NULL, NULL),
|
|
(695, 4629, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Tempest of Chaos', NULL, NULL),
|
|
(695, 4630, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Cowl of Absolution', NULL, NULL),
|
|
(695, 4631, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Hood of Absolution', NULL, NULL),
|
|
(695, 4632, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Hood of the Malefic', NULL, NULL),
|
|
(695, 4633, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Lightbringer Faceguard', NULL, NULL),
|
|
(695, 4634, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Lightbringer Greathelm', NULL, NULL),
|
|
(695, 4635, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Lightbringer War-Helm', NULL, NULL),
|
|
(695, 4636, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Gronnstalker\'s Helmet', NULL, NULL),
|
|
(695, 4637, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Onslaught Battle-Helm', NULL, NULL),
|
|
(695, 4638, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Onslaught Greathelm', NULL, NULL),
|
|
(695, 4639, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Skyshatter Headguard', NULL, NULL),
|
|
(695, 4640, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Skyshatter Helmet', NULL, NULL),
|
|
(695, 4641, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Skyshatter Cover', NULL, NULL),
|
|
(695, 4642, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Slayer\'s Helm', NULL, NULL),
|
|
(695, 4643, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Cowl of the Tempest', NULL, NULL),
|
|
(695, 4644, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Thunderheart Cover', NULL, NULL),
|
|
(695, 4645, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Thunderheart Headguard', NULL, NULL),
|
|
(695, 4646, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Battle for Mount Hyjal', 'Thunderheart Helmet', NULL, NULL),
|
|
(696, 605, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Kael\'thas Sunstrider', NULL, NULL),
|
|
(696, 4498, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'The Vials of Eternity', NULL, NULL),
|
|
(696, 4499, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Kael\'thas and the Verdant Sphere', NULL, NULL),
|
|
(696, 4820, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Ashes of Al\'ar', NULL, NULL),
|
|
(696, 4821, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Band of the Ranger-General', NULL, NULL),
|
|
(696, 4822, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Crown of the Sun', NULL, NULL),
|
|
(696, 4823, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Gauntlets of the Sun King', NULL, NULL),
|
|
(696, 4824, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Leggings of Murderous Intent', NULL, NULL),
|
|
(696, 4825, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Rod of the Sun King', NULL, NULL),
|
|
(696, 4826, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Royal Cloak of the Sunstriders', NULL, NULL),
|
|
(696, 4827, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Royal Gauntlets of Silvermoon', NULL, NULL),
|
|
(696, 4828, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Sunhawk Leggings', NULL, NULL),
|
|
(696, 4829, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Sunshower Light Cloak', NULL, NULL),
|
|
(696, 4830, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Thalassian Wildercloak', NULL, NULL),
|
|
(696, 4831, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'The Nexus Key', NULL, NULL),
|
|
(696, 4832, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Twinblade of the Phoenix', NULL, NULL),
|
|
(696, 4833, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Cataclysm Chestguard', NULL, NULL),
|
|
(696, 4834, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Cataclysm Chestpiece', NULL, NULL),
|
|
(696, 4835, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Crystalforge Breastplate', NULL, NULL),
|
|
(696, 4836, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Crystalforge Chestguard', NULL, NULL),
|
|
(696, 4837, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Crystalforge Chestpiece', NULL, NULL),
|
|
(696, 4838, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Deathmantle Chestguard', NULL, NULL),
|
|
(696, 4839, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Destroyer Breastplate', NULL, NULL),
|
|
(696, 4840, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Destroyer Chestguard', NULL, NULL),
|
|
(696, 4841, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Rift Stalker Hauberk', NULL, NULL),
|
|
(696, 4842, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Robe of the Corruptor', NULL, NULL),
|
|
(696, 4843, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Robes of Tirisfal', NULL, NULL),
|
|
(696, 4844, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Shroud of the Avatar', NULL, NULL),
|
|
(696, 4845, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Vestments of the Avatar', NULL, NULL),
|
|
(696, 4846, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Nordrassil Chestguard', NULL, NULL),
|
|
(696, 4847, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Nordrassil Chestpiece', NULL, NULL),
|
|
(696, 4848, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Tempest Keep', 'Nordrassil Chestplate', NULL, NULL),
|
|
(697, 606, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Illidan Stormrage', NULL, NULL),
|
|
(697, 4500, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'The Fall of the Betrayer', NULL, NULL),
|
|
(697, 4789, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Warglaive of Azzinoth', NULL, NULL),
|
|
(697, 4790, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Warglaive of Azzinoth', NULL, NULL),
|
|
(697, 4791, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Black Bow of the Betrayer', NULL, NULL),
|
|
(697, 4792, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Bulwark of Azzinoth', NULL, NULL),
|
|
(697, 4793, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Cowl of the Illidari High Lord', NULL, NULL),
|
|
(697, 4794, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Crystal Spire of Karabor', NULL, NULL),
|
|
(697, 4795, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Cursed Vision of Sargeras', NULL, NULL),
|
|
(697, 4796, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Faceplate of the Impenetrable', NULL, NULL),
|
|
(697, 4797, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Memento of Tyrande', NULL, NULL),
|
|
(697, 4798, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Shard of Azzinoth', NULL, NULL),
|
|
(697, 4799, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Shroud of the Highborne', NULL, NULL),
|
|
(697, 4800, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Stormrage Signet Ring', NULL, NULL),
|
|
(697, 4801, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'The Skull of Gul\'dan', NULL, NULL),
|
|
(697, 4802, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Zhar\'doom, Greatstaff of the Devourer', NULL, NULL),
|
|
(697, 4803, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Lightbringer Breastplate', NULL, NULL),
|
|
(697, 4804, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Lightbringer Chestguard', NULL, NULL),
|
|
(697, 4805, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Lightbringer Chestpiece', NULL, NULL),
|
|
(697, 4806, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Robe of the Malefic', NULL, NULL),
|
|
(697, 4807, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Shroud of Absolution', NULL, NULL),
|
|
(697, 4808, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Vestments of Absolution', NULL, NULL),
|
|
(697, 4809, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Gronnstalker\'s Chestguard', NULL, NULL),
|
|
(697, 4810, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Onslaught Breastplate', NULL, NULL),
|
|
(697, 4811, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Onslaught Chestguard', NULL, NULL),
|
|
(697, 4812, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Skyshatter Breastplate', NULL, NULL),
|
|
(697, 4813, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Skyshatter Chestguard', NULL, NULL),
|
|
(697, 4814, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Skyshatter Tunic', NULL, NULL),
|
|
(697, 4815, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Robes of the Tempest', NULL, NULL),
|
|
(697, 4816, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Slayer\'s Chestguard', NULL, NULL),
|
|
(697, 4817, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Thunderheart Chestguard', NULL, NULL),
|
|
(697, 4818, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Thunderheart Tunic', NULL, NULL),
|
|
(697, 4819, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'The Black Temple', 'Thunderheart Vest', NULL, NULL),
|
|
(698, 607, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Kil\'jaeden', NULL, NULL),
|
|
(698, 4597, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Apolyon, the Soul-Render', NULL, NULL),
|
|
(698, 4598, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Borderland Paingrips', NULL, NULL),
|
|
(698, 4599, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Cloak of Unforgivable Sin', NULL, NULL),
|
|
(698, 4600, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Coif of Alleria', NULL, NULL),
|
|
(698, 4601, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Cover of Ursol the Wise', NULL, NULL),
|
|
(698, 4602, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Cowl of Gul\'dan', NULL, NULL),
|
|
(698, 4603, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Cowl of Light\'s Purity', NULL, NULL),
|
|
(698, 4604, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Crown of Anasterian', NULL, NULL),
|
|
(698, 4605, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Crux of the Apocalypse', NULL, NULL),
|
|
(698, 4606, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Dark Conjuror\'s Collar', NULL, NULL),
|
|
(698, 4607, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Duplicitous Guise', NULL, NULL),
|
|
(698, 4608, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Golden Staff of the Sin\'dorei', NULL, NULL),
|
|
(698, 4609, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Hammer of Sanctification', NULL, NULL),
|
|
(698, 4610, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Hand of the Deceiver', NULL, NULL),
|
|
(698, 4611, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Handguards of Defiled Worlds', NULL, NULL),
|
|
(698, 4612, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Handguards of the Dawn', NULL, NULL),
|
|
(698, 4613, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Helm of Burning Righteousness', NULL, NULL),
|
|
(698, 4614, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Sunflare', NULL, NULL),
|
|
(698, 4615, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Tattered Cape of Antonidas', NULL, NULL),
|
|
(698, 4616, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Thalassian Ranger Gauntlets', NULL, NULL),
|
|
(698, 4617, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Thori\'dal, the Stars\' Fury', NULL, NULL),
|
|
(698, 4647, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Cover of Ursoc the Mighty', NULL, NULL),
|
|
(698, 4648, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Crown of Dath\'Remar', NULL, NULL),
|
|
(698, 4649, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Gloves of Tyri\'s Power', NULL, NULL),
|
|
(698, 4650, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Helm of Arcane Purity', NULL, NULL),
|
|
(698, 4651, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Helm of Uther\'s Resolve', NULL, NULL),
|
|
(698, 4652, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Mask of the Fury Hunter', NULL, NULL),
|
|
(698, 4653, 10, 14805, 168, 1, 80, 1, 1, NULL, 10, 'Sunwell Plateau', 'Shroud of Chieftain Ner\'zhul', NULL, NULL),
|
|
(699, 608, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'World Wide Winner', 'Blade\'s Edge Arena', NULL, NULL),
|
|
(699, 609, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'World Wide Winner', 'Nagrand Arena', NULL, NULL),
|
|
(699, 610, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'World Wide Winner', 'Ruins of Lordaeron', NULL, NULL),
|
|
(699, 5809, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'World Wide Winner', 'The Ring of Valor', NULL, NULL),
|
|
(699, 5810, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'World Wide Winner', 'Dalaran Sewers', NULL, NULL),
|
|
(700, 759, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 760, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 761, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 762, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 763, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 764, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 765, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 766, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 767, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 768, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 769, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 770, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 771, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 772, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 773, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 774, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 775, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 776, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 777, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 778, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 7869, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 8740, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Insignia of the Horde', NULL, NULL),
|
|
(700, 12639, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(700, 13370, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Horde', 'Medallion of the Horde', NULL, NULL),
|
|
(701, 779, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 780, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 781, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 782, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 783, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 784, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 785, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 786, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 787, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 788, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 789, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 790, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 791, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 792, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 793, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 794, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 795, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 796, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 797, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 798, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 7870, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 8741, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Insignia of the Alliance', NULL, NULL),
|
|
(701, 12638, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(701, 13371, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Freedom of the Alliance', 'Medallion of the Alliance', NULL, NULL),
|
|
(705, 641, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Axes', NULL, NULL),
|
|
(705, 651, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Bows', NULL, NULL),
|
|
(705, 652, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Crossbows', NULL, NULL),
|
|
(705, 653, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Daggers', NULL, NULL),
|
|
(705, 654, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Guns', NULL, NULL),
|
|
(705, 655, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Maces', NULL, NULL),
|
|
(705, 656, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Polearms', NULL, NULL),
|
|
(705, 657, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Staves', NULL, NULL),
|
|
(705, 753, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Swords', NULL, NULL),
|
|
(705, 754, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Two-Handed Axes', NULL, NULL),
|
|
(705, 755, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Two-Handed Swords', NULL, NULL),
|
|
(705, 756, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Unarmed', NULL, NULL),
|
|
(705, 757, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Wands', NULL, NULL),
|
|
(705, 834, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Two-Handed Maces', NULL, NULL),
|
|
(705, 9378, 25, 92, -1, 1, 80, 1, 1, NULL, 25, 'Master of Arms', 'Thrown', NULL, NULL),
|
|
(706, 6211, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Frostwolf Howler', 'Frostwolf Howler', NULL, NULL),
|
|
(707, 6212, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Stormpike Battle Charger', 'Stormpike Battle Charger', NULL, NULL),
|
|
(708, 990, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Hero of the Frostwolf Clan', 'Exalted with the Frostwolf Clan', NULL, NULL),
|
|
(709, 991, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Hero of the Stormpike Guard', 'Exalted with the Stormpike Guard', NULL, NULL),
|
|
(710, 986, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'The Defiler', 'Exalted with The Defilers', NULL, NULL),
|
|
(711, 987, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Knight of Arathor', 'Exalted with The League of Arathor', NULL, NULL),
|
|
(712, 988, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Warsong Outrider', 'Exalted with Warsong Outriders', NULL, NULL),
|
|
(713, 989, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Silverwing Sentinel', 'Exalted with Silverwing Sentinels', NULL, NULL),
|
|
(714, 645, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Conqueror', 'Hero of the Frostwolf Clan', NULL, NULL),
|
|
(714, 646, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Conqueror', 'The Defiler', NULL, NULL),
|
|
(714, 648, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Conqueror', 'Warsong Outrider', NULL, NULL),
|
|
(725, 741, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Thori\'dal, the Stars\' Fury', 'Thori\'dal, the Stars\' Fury', NULL, NULL),
|
|
(725, 12482, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Thori\'dal, the Stars\' Fury', '', NULL, NULL),
|
|
(726, 799, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Mr. Pinchy\'s Magical Crawdad Box', 'Magical Crawdad Box', NULL, NULL),
|
|
(726, 6382, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Mr. Pinchy\'s Magical Crawdad Box', 'Magical Crawdad', NULL, NULL),
|
|
(727, 6213, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black Battlestrider', NULL, NULL),
|
|
(727, 6214, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Kodo', NULL, NULL),
|
|
(727, 6215, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Ram', NULL, NULL),
|
|
(727, 6216, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Steed', NULL, NULL),
|
|
(727, 6217, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Wolf', NULL, NULL),
|
|
(727, 6218, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Elekk', NULL, NULL),
|
|
(727, 6219, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Tiger', NULL, NULL),
|
|
(727, 6220, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Black War Raptor', NULL, NULL),
|
|
(727, 6221, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Swift Warstrider', NULL, NULL),
|
|
(727, 6222, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call in the Cavalry', 'Red Skeletal Warhorse', NULL, NULL),
|
|
(728, 822, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Valley of Trials', NULL, NULL),
|
|
(728, 823, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Sen\'jin Village', NULL, NULL),
|
|
(728, 824, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Kolkar Crag', NULL, NULL),
|
|
(728, 825, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Echo Isles', NULL, NULL),
|
|
(728, 826, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Tiragarde Keep', NULL, NULL),
|
|
(728, 827, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Razor Hill', NULL, NULL),
|
|
(728, 828, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Razormane Grounds', NULL, NULL),
|
|
(728, 829, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Thunder Ridge', NULL, NULL),
|
|
(728, 830, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Drygulch Ravine', NULL, NULL),
|
|
(728, 831, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Skull Rock', NULL, NULL),
|
|
(728, 832, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Durotar', 'Orgrimmar', NULL, NULL),
|
|
(729, 6159, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Deathcharger\'s Reins', 'Rivendare\'s Deathcharger', NULL, NULL),
|
|
(730, 845, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Skills to Pay the Bills', 'Grand Master Fisherman', NULL, NULL),
|
|
(730, 846, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Skills to Pay the Bills', 'Grand Master in First Aid', NULL, NULL),
|
|
(730, 847, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Skills to Pay the Bills', 'Grand Master Cook', NULL, NULL),
|
|
(731, 848, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Alchemy', NULL, NULL),
|
|
(731, 849, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Blacksmithing', NULL, NULL),
|
|
(731, 850, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Enchanting', NULL, NULL),
|
|
(731, 851, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Engineering', NULL, NULL),
|
|
(731, 852, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Herbalism', NULL, NULL),
|
|
(731, 853, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Inscription', NULL, NULL),
|
|
(731, 854, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Jewelcrafting', NULL, NULL),
|
|
(731, 855, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Leatherworking', NULL, NULL),
|
|
(731, 856, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Mining', NULL, NULL),
|
|
(731, 857, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Skinning', NULL, NULL),
|
|
(731, 858, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Expert', 'Tailoring', NULL, NULL),
|
|
(732, 859, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Alchemy', NULL, NULL),
|
|
(732, 860, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Blacksmithing', NULL, NULL),
|
|
(732, 861, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Enchanting', NULL, NULL),
|
|
(732, 862, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Engineering', NULL, NULL),
|
|
(732, 863, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Herbalism', NULL, NULL),
|
|
(732, 864, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Inscription', NULL, NULL),
|
|
(732, 865, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Jewelcrafting', NULL, NULL),
|
|
(732, 866, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Leatherworking', NULL, NULL),
|
|
(732, 867, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Mining', NULL, NULL),
|
|
(732, 868, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Skinning', NULL, NULL),
|
|
(732, 869, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Artisan', 'Tailoring', NULL, NULL),
|
|
(733, 870, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Alchemy', NULL, NULL),
|
|
(733, 871, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Blacksmithing', NULL, NULL),
|
|
(733, 872, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Enchanting', NULL, NULL),
|
|
(733, 873, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Engineering', NULL, NULL),
|
|
(733, 874, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Herbalism', NULL, NULL),
|
|
(733, 875, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Inscription', NULL, NULL),
|
|
(733, 876, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Jewelcrafting', NULL, NULL),
|
|
(733, 877, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Leatherworking', NULL, NULL),
|
|
(733, 878, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Mining', NULL, NULL),
|
|
(733, 879, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Skinning', NULL, NULL),
|
|
(733, 880, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Master', 'Tailoring', NULL, NULL),
|
|
(734, 881, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Alchemy', NULL, NULL),
|
|
(734, 882, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Blacksmithing', NULL, NULL),
|
|
(734, 883, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Enchanting', NULL, NULL),
|
|
(734, 884, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Engineering', NULL, NULL),
|
|
(734, 885, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Herbalism', NULL, NULL),
|
|
(734, 886, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Inscription', NULL, NULL),
|
|
(734, 887, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Jewelcrafting', NULL, NULL),
|
|
(734, 888, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Leatherworking', NULL, NULL),
|
|
(734, 889, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Mining', NULL, NULL),
|
|
(734, 890, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Skinning', NULL, NULL),
|
|
(734, 891, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Professional Grand Master', 'Tailoring', NULL, NULL),
|
|
(735, 892, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Alchemy', NULL, NULL),
|
|
(735, 893, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Blacksmithing', NULL, NULL),
|
|
(735, 894, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Enchanting', NULL, NULL),
|
|
(735, 895, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Engineering', NULL, NULL),
|
|
(735, 896, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Herbalism', NULL, NULL),
|
|
(735, 897, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Inscription', NULL, NULL),
|
|
(735, 898, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Jewelcrafting', NULL, NULL),
|
|
(735, 899, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Leatherworking', NULL, NULL),
|
|
(735, 900, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Mining', NULL, NULL),
|
|
(735, 901, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Skinning', NULL, NULL),
|
|
(735, 902, 10, 169, -1, 1, 80, 1, 1, NULL, 10, 'Working Day and Night', 'Tailoring', NULL, NULL),
|
|
(736, 903, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Red Cloud Mesa', NULL, NULL),
|
|
(736, 904, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Palemane Rock', NULL, NULL),
|
|
(736, 905, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Winterhoof Water Well', NULL, NULL),
|
|
(736, 906, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'The Rolling Plains', NULL, NULL),
|
|
(736, 907, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'The Venture Co. Mine', NULL, NULL),
|
|
(736, 908, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Ravaged Caravan', NULL, NULL),
|
|
(736, 909, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Thunderhorn Water Well', NULL, NULL),
|
|
(736, 910, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Bael\'Dun Digsite', NULL, NULL),
|
|
(736, 911, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Thunder Bluff', NULL, NULL),
|
|
(736, 912, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Red Rocks', NULL, NULL),
|
|
(736, 913, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Windfury Ridge', NULL, NULL),
|
|
(736, 914, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Bloodhoof Village', NULL, NULL),
|
|
(736, 915, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'Wildmane Water Well', NULL, NULL),
|
|
(736, 916, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Mulgore', 'The Golden Plains', NULL, NULL),
|
|
(750, 917, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Boulder Lode Mine', NULL, NULL),
|
|
(750, 918, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Sludge Fen', NULL, NULL),
|
|
(750, 919, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Mor\'shan Rampart', NULL, NULL),
|
|
(750, 920, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Dreadmist Peak', NULL, NULL),
|
|
(750, 921, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Dry Hills', NULL, NULL),
|
|
(750, 922, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Forgotten Pools', NULL, NULL),
|
|
(750, 923, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Honor\'s Stand', NULL, NULL),
|
|
(750, 924, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Grol\'dom Farm', NULL, NULL),
|
|
(750, 925, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Far Watch Post', NULL, NULL),
|
|
(750, 926, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Thorn Hill', NULL, NULL),
|
|
(750, 927, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Crossroads', NULL, NULL),
|
|
(750, 928, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Stagnant Oasis', NULL, NULL),
|
|
(750, 929, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Ratchet', NULL, NULL),
|
|
(750, 930, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'The Merchant Coast', NULL, NULL),
|
|
(750, 931, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Northwatch Hold', NULL, NULL),
|
|
(750, 932, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Raptor Grounds', NULL, NULL),
|
|
(750, 933, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Lushwater Oasis', NULL, NULL),
|
|
(750, 934, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Agama\'gor', NULL, NULL),
|
|
(750, 935, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Bramblescar', NULL, NULL),
|
|
(750, 936, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Camp Taurajo', NULL, NULL),
|
|
(750, 937, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Field of Giants', NULL, NULL),
|
|
(750, 938, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Blackthorn Ridge', NULL, NULL),
|
|
(750, 939, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Bael Modan', NULL, NULL),
|
|
(750, 940, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Razorfen Kraul', NULL, NULL),
|
|
(750, 941, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Barrens', 'Razorfen Downs', NULL, NULL),
|
|
(752, 943, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in Naxxramas', 'Deaths in Naxxramas', NULL, NULL),
|
|
(753, 0, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Average gold earned per day', NULL, NULL, NULL),
|
|
(759, 0, 1, 133, 1, 0, 80, 1, 1, NULL, 0, 'Average daily quests completed per day', NULL, NULL, NULL),
|
|
(760, 944, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Chillwind Point', NULL, NULL),
|
|
(760, 945, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Corrahn\'s Dagger', NULL, NULL),
|
|
(760, 949, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Crushridge Hold', NULL, NULL),
|
|
(760, 950, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Dalaran Crater', NULL, NULL),
|
|
(760, 951, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Dandred\'s Fold', NULL, NULL),
|
|
(760, 952, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Gallows\' Corner', NULL, NULL),
|
|
(760, 953, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Gavin\'s Naze', NULL, NULL),
|
|
(760, 954, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Growless Cave', NULL, NULL),
|
|
(760, 955, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Lordamere Internment Camp', NULL, NULL),
|
|
(760, 956, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Misty Shore', NULL, NULL),
|
|
(760, 957, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Ruins of Alterac', NULL, NULL),
|
|
(760, 958, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Sofera\'s Naze', NULL, NULL),
|
|
(760, 959, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'Strahnbrad', NULL, NULL),
|
|
(760, 960, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'The Headland', NULL, NULL),
|
|
(760, 961, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Alterac Mountains', 'The Uplands', NULL, NULL),
|
|
(761, 962, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Circle of West Binding', NULL, NULL),
|
|
(761, 963, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Northfold Manor', NULL, NULL),
|
|
(761, 964, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Thoradin\'s Wall', NULL, NULL),
|
|
(761, 965, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Stromgarde Keep', NULL, NULL),
|
|
(761, 966, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Faldir\'s Cove', NULL, NULL),
|
|
(761, 967, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Circle of Inner Binding', NULL, NULL),
|
|
(761, 968, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Thandol Span', NULL, NULL),
|
|
(761, 969, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Boulderfist Hall', NULL, NULL),
|
|
(761, 970, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Refuge Pointe', NULL, NULL),
|
|
(761, 971, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Circle of Outer Binding', NULL, NULL),
|
|
(761, 972, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Witherbark Village', NULL, NULL),
|
|
(761, 973, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Go\'Shek Farm', NULL, NULL),
|
|
(761, 974, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Dabyrie\'s Farmstead', NULL, NULL),
|
|
(761, 975, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Circle of East Binding', NULL, NULL),
|
|
(761, 976, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Hammerfall', NULL, NULL),
|
|
(761, 2044, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Arathi Highlands', 'Boulder\'gor', NULL, NULL),
|
|
(762, 992, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Horde', 'Exalted Orgrimmar', NULL, NULL),
|
|
(762, 993, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Horde', 'Exalted Thunder Bluff', NULL, NULL),
|
|
(762, 994, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Horde', 'Exalted Undercity', NULL, NULL),
|
|
(762, 995, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Horde', 'Exalted Darkspear Trolls', NULL, NULL),
|
|
(762, 996, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Horde', 'Exalted Silvermoon City', NULL, NULL),
|
|
(763, 1003, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Thrallmar', NULL, NULL),
|
|
(763, 1005, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'The Sha\'tar', NULL, NULL),
|
|
(763, 1006, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Lower City', NULL, NULL),
|
|
(763, 1007, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Cenarion Expedition', NULL, NULL),
|
|
(763, 1008, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Keepers of Time', NULL, NULL),
|
|
(764, 1009, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Honor Hold', NULL, NULL),
|
|
(764, 1010, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'The Sha\'tar', NULL, NULL),
|
|
(764, 1011, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Lower City', NULL, NULL),
|
|
(764, 1012, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Cenarion Expedition', NULL, NULL),
|
|
(764, 1013, 20, 14865, 201, 1, 80, 1, 1, NULL, 20, 'The Burning Crusader', 'Keepers of Time', NULL, NULL),
|
|
(765, 1014, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Lethlor Ravine', NULL, NULL),
|
|
(765, 1015, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Camp Boff', NULL, NULL),
|
|
(765, 1016, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Agmond\'s End', NULL, NULL),
|
|
(765, 1017, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Mirage Flats', NULL, NULL),
|
|
(765, 1018, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Camp Cagg', NULL, NULL),
|
|
(765, 1019, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Apocryphan\'s Rest', NULL, NULL),
|
|
(765, 1020, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Kargath', NULL, NULL),
|
|
(765, 1021, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'The Dustbowl', NULL, NULL),
|
|
(765, 1022, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Valley of Fangs', NULL, NULL),
|
|
(765, 1023, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Angor Fortress', NULL, NULL),
|
|
(765, 1024, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Dustwind Gulch', NULL, NULL),
|
|
(765, 1025, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Hammertoe\'s Digsite', NULL, NULL),
|
|
(765, 1026, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'The Maker\'s Terrace', NULL, NULL),
|
|
(765, 1027, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Badlands', 'Camp Kosh', NULL, NULL),
|
|
(766, 1028, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Dreadmaul Hold', NULL, NULL),
|
|
(766, 1029, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Garrison Armory', NULL, NULL),
|
|
(766, 1030, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Nethergarde Keep', NULL, NULL),
|
|
(766, 1031, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Serpent\'s Coil', NULL, NULL),
|
|
(766, 1032, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'The Dark Portal', NULL, NULL),
|
|
(766, 1033, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Altar of Storms', NULL, NULL),
|
|
(766, 1034, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Dreadmaul Post', NULL, NULL),
|
|
(766, 1035, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'The Tainted Scar', NULL, NULL),
|
|
(766, 1036, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blasted Lands', 'Rise of the Defiler', NULL, NULL),
|
|
(768, 1037, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Deathknell', NULL, NULL),
|
|
(768, 1038, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Solliden Farmstead', NULL, NULL),
|
|
(768, 1039, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Agamand Mills', NULL, NULL),
|
|
(768, 1040, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Stillwater Pond', NULL, NULL),
|
|
(768, 1041, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Nightmare Vale', NULL, NULL),
|
|
(768, 1042, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Cold Hearth Manor', NULL, NULL),
|
|
(768, 1043, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Brill', NULL, NULL),
|
|
(768, 1044, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Garren\'s Haunt', NULL, NULL),
|
|
(768, 1045, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Undercity', NULL, NULL),
|
|
(768, 1046, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Brightwater Lake', NULL, NULL),
|
|
(768, 1047, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Balnir Farmstead', NULL, NULL),
|
|
(768, 1048, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Crusader Outpost', NULL, NULL),
|
|
(768, 1049, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Scarlet Watch Post', NULL, NULL),
|
|
(768, 1050, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Whispering Gardens', NULL, NULL),
|
|
(768, 1051, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'Venomweb Vale', NULL, NULL),
|
|
(768, 1052, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tirisfal Glades', 'The Bulwark', NULL, NULL),
|
|
(769, 1053, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Malden\'s Orchard', NULL, NULL),
|
|
(769, 1054, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Shining Strand', NULL, NULL),
|
|
(769, 1055, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Dead Field', NULL, NULL),
|
|
(769, 1056, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Skittering Dark', NULL, NULL),
|
|
(769, 1057, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'North Tide\'s Hollow', NULL, NULL),
|
|
(769, 1058, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Fenris Isle', NULL, NULL),
|
|
(769, 1059, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Decrepit Ferry', NULL, NULL),
|
|
(769, 1060, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Sepulcher', NULL, NULL),
|
|
(769, 1061, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Deep Elem Mine', NULL, NULL),
|
|
(769, 1062, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Olsen\'s Farthing', NULL, NULL),
|
|
(769, 1063, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Ambermill', NULL, NULL),
|
|
(769, 1064, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Shadowfang Keep', NULL, NULL),
|
|
(769, 1065, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Pyrewood Village', NULL, NULL),
|
|
(769, 1066, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'The Greymane Wall', NULL, NULL),
|
|
(769, 1067, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silverpine Forest', 'Beren\'s Peril', NULL, NULL),
|
|
(770, 1068, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Darrowmere Lake', NULL, NULL),
|
|
(770, 1069, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Caer Darrow', NULL, NULL),
|
|
(770, 1070, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Sorrow Hill', NULL, NULL),
|
|
(770, 1071, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Ruins of Andorhal', NULL, NULL),
|
|
(770, 1072, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'The Bulwark', NULL, NULL),
|
|
(770, 1073, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Felstone Field', NULL, NULL),
|
|
(770, 1074, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Dalson\'s Tears', NULL, NULL),
|
|
(770, 1075, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'The Writhing Haunt', NULL, NULL),
|
|
(770, 1076, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Northridge Lumber Camp', NULL, NULL),
|
|
(770, 1077, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Hearthglen', NULL, NULL),
|
|
(770, 1078, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Gahrron\'s Withering', NULL, NULL),
|
|
(770, 1079, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'The Weeping Cave', NULL, NULL),
|
|
(770, 1080, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Western Plaguelands', 'Thondroril River', NULL, NULL),
|
|
(771, 1081, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Thondroril River', NULL, NULL),
|
|
(771, 1082, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'The Marris Stead', NULL, NULL),
|
|
(771, 1083, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'The Undercroft', NULL, NULL),
|
|
(771, 1084, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Crown Guard Tower', NULL, NULL),
|
|
(771, 1085, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'The Fungal Vale', NULL, NULL),
|
|
(771, 1086, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Darrowshire', NULL, NULL),
|
|
(771, 1087, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Pestilent Scar', NULL, NULL),
|
|
(771, 1088, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Corin\'s Crossing', NULL, NULL),
|
|
(771, 1089, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Lake Mereldar', NULL, NULL),
|
|
(771, 1090, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Tyr\'s Hand', NULL, NULL),
|
|
(771, 1091, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Light\'s Hope Chapel', NULL, NULL),
|
|
(771, 1092, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'The Infectis Scar', NULL, NULL),
|
|
(771, 1093, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'The Noxious Glade', NULL, NULL),
|
|
(771, 1094, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Eastwall Tower', NULL, NULL),
|
|
(771, 1095, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Blackwood Lake', NULL, NULL),
|
|
(771, 1096, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Northdale', NULL, NULL),
|
|
(771, 1097, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Zul\'Mashar', NULL, NULL),
|
|
(771, 1098, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Northpass Tower', NULL, NULL),
|
|
(771, 1099, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Quel\'Lithien Lodge', NULL, NULL),
|
|
(771, 1100, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Terrordale', NULL, NULL),
|
|
(771, 1101, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Plaguewood', NULL, NULL),
|
|
(771, 1102, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Stratholme', NULL, NULL),
|
|
(771, 8749, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eastern Plaguelands', 'Ruins of the Scarlet Enclave', NULL, NULL),
|
|
(772, 1103, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Darrow Hill', NULL, NULL),
|
|
(772, 1104, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Tarren Mill', NULL, NULL),
|
|
(772, 1105, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Durnholde Keep', NULL, NULL),
|
|
(772, 1106, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Dun Garok', NULL, NULL),
|
|
(772, 1107, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Nethander Stead', NULL, NULL),
|
|
(772, 1108, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Eastern Strand', NULL, NULL),
|
|
(772, 1109, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Southshore', NULL, NULL),
|
|
(772, 1110, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Hillsbrad Fields', NULL, NULL),
|
|
(772, 1111, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Western Strand', NULL, NULL),
|
|
(772, 1112, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Azurelode Mine', NULL, NULL),
|
|
(772, 1113, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Southpoint Tower', NULL, NULL),
|
|
(772, 1114, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hillsbrad Foothills', 'Purgation Isle', NULL, NULL),
|
|
(773, 1115, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Aerie Peak', NULL, NULL),
|
|
(773, 1116, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Plaguemist Ravine', NULL, NULL),
|
|
(773, 1117, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Hiri\'watha', NULL, NULL),
|
|
(773, 1118, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Quel\'Danil Lodge', NULL, NULL),
|
|
(773, 1119, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Shadra\'Alor', NULL, NULL),
|
|
(773, 1120, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Valorwind Lake', NULL, NULL),
|
|
(773, 1121, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Agol\'watha', NULL, NULL),
|
|
(773, 1122, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'The Creeping Ruin', NULL, NULL),
|
|
(773, 1123, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'The Altar of Zul', NULL, NULL),
|
|
(773, 1124, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Seradane', NULL, NULL),
|
|
(773, 1125, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Skulk Rock', NULL, NULL),
|
|
(773, 1126, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Shaol\'watha', NULL, NULL),
|
|
(773, 1127, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'Jintha\'Alor', NULL, NULL),
|
|
(773, 1128, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore The Hinterlands', 'The Overlook Cliffs', NULL, NULL),
|
|
(774, 1129, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'Firewatch Ridge', NULL, NULL),
|
|
(774, 1130, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'The Cauldron', NULL, NULL),
|
|
(774, 1131, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'Blackchar Cave', NULL, NULL),
|
|
(774, 1132, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'The Sea of Cinders', NULL, NULL),
|
|
(774, 1133, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'Tanner Camp', NULL, NULL),
|
|
(774, 1134, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'Grimesilt Dig Site', NULL, NULL),
|
|
(774, 1135, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Searing Gorge', 'Dustfire Valley', NULL, NULL),
|
|
(775, 1136, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Dreadmaul Rock', NULL, NULL),
|
|
(775, 1137, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Morgan\'s Vigil', NULL, NULL),
|
|
(775, 1138, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Terror Wing Path', NULL, NULL),
|
|
(775, 1139, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Blackrock Pass', NULL, NULL),
|
|
(775, 1140, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Ruins of Thaurissan', NULL, NULL),
|
|
(775, 1141, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'The Pillar of Ash', NULL, NULL),
|
|
(775, 1142, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Blackrock Stronghold', NULL, NULL),
|
|
(775, 1143, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Draco\'dar', NULL, NULL),
|
|
(775, 1144, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Altar of Storms', NULL, NULL),
|
|
(775, 1145, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Burning Steppes', 'Blackrock Mountain', NULL, NULL),
|
|
(776, 1146, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Northshire Valley', NULL, NULL),
|
|
(776, 1147, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Goldshire', NULL, NULL),
|
|
(776, 1148, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Fargodeep Mine', NULL, NULL),
|
|
(776, 1149, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Stormwind City', NULL, NULL),
|
|
(776, 1150, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Forest\'s Edge', NULL, NULL),
|
|
(776, 1151, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Jerod\'s Landing', NULL, NULL),
|
|
(776, 1152, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Tower of Azora', NULL, NULL),
|
|
(776, 1153, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Brackwell Pumpkin Patch', NULL, NULL),
|
|
(776, 1154, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Eastvale Logging Camp', NULL, NULL),
|
|
(776, 1155, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Ridgepoint Tower', NULL, NULL),
|
|
(776, 1156, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Crystal Lake', NULL, NULL),
|
|
(776, 1157, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Elwynn Forest', 'Stone Cairn Lake', NULL, NULL),
|
|
(777, 1158, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Deadwind Pass', 'Deadman\'s Crossing', NULL, NULL),
|
|
(777, 1159, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Deadwind Pass', 'The Vice', NULL, NULL),
|
|
(777, 1160, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Deadwind Pass', 'Karazhan', NULL, NULL),
|
|
(778, 1161, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'The Hushed Bank', NULL, NULL),
|
|
(778, 1162, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Addle\'s Stead', NULL, NULL),
|
|
(778, 1163, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Raven Hill', NULL, NULL),
|
|
(778, 1164, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Raven Hill Cemetery', NULL, NULL),
|
|
(778, 1165, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Vul\'Gol Ogre Mound', NULL, NULL),
|
|
(778, 1166, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Twilight Grove', NULL, NULL),
|
|
(778, 1167, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'The Yorgen Farmstead', NULL, NULL),
|
|
(778, 1168, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Brightwood Grove', NULL, NULL),
|
|
(778, 1169, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'The Rotting Orchard', NULL, NULL),
|
|
(778, 1170, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Tranquil Gardens Cemetery', NULL, NULL),
|
|
(778, 1171, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Darkshire', NULL, NULL),
|
|
(778, 1172, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'Manor Mistmantle', NULL, NULL),
|
|
(778, 1173, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Duskwood', 'The Darkened Bank', NULL, NULL),
|
|
(779, 1174, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Stonewrought Dam', NULL, NULL),
|
|
(779, 1175, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Mo\'grosh Stronghold', NULL, NULL),
|
|
(779, 1176, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'The Loch', NULL, NULL),
|
|
(779, 1177, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Silver Stream Mine', NULL, NULL),
|
|
(779, 1178, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'North Gate Pass', NULL, NULL),
|
|
(779, 1179, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'The Farstrider Lodge', NULL, NULL),
|
|
(779, 1180, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Ironband\'s Excavation Site', NULL, NULL),
|
|
(779, 1181, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Grizzlepaw Ridge', NULL, NULL),
|
|
(779, 1182, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Thelsamar', NULL, NULL),
|
|
(779, 1183, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Stonesplinter Valley', NULL, NULL),
|
|
(779, 1184, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Loch Modan', 'Valley of Kings', NULL, NULL),
|
|
(780, 1185, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Lakeshire', NULL, NULL),
|
|
(780, 1186, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Three Corners', NULL, NULL),
|
|
(780, 1187, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Lakeridge Highway', NULL, NULL),
|
|
(780, 1188, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Lake Everstill', NULL, NULL),
|
|
(780, 1189, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Redridge Canyons', NULL, NULL),
|
|
(780, 1190, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Render\'s Camp', NULL, NULL),
|
|
(780, 1191, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Alther\'s Mill', NULL, NULL),
|
|
(780, 1192, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Stonewatch', NULL, NULL),
|
|
(780, 1193, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Render\'s Valley', NULL, NULL),
|
|
(780, 1194, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Stonewatch Falls', NULL, NULL),
|
|
(780, 1195, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Redridge Mountains', 'Galardell Valley', NULL, NULL),
|
|
(781, 1196, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Booty Bay', NULL, NULL),
|
|
(781, 1197, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Nesingwary\'s Expedition', NULL, NULL),
|
|
(781, 1198, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Grom\'gol Base Camp', NULL, NULL),
|
|
(781, 1199, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Rebel Camp', NULL, NULL),
|
|
(781, 1200, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Kurzen\'s Compound', NULL, NULL),
|
|
(781, 1201, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Wild Shore', NULL, NULL),
|
|
(781, 1202, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Nek\'mani Wellspring', NULL, NULL),
|
|
(781, 1203, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Mistvale Valley', NULL, NULL),
|
|
(781, 1204, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Bloodsail Compound', NULL, NULL),
|
|
(781, 1205, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Ruins of Aboraz', NULL, NULL),
|
|
(781, 1206, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Ruins of Jubuwal', NULL, NULL),
|
|
(781, 1207, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Crystalvein Mine', NULL, NULL),
|
|
(781, 1208, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Ziata\'jai Ruins', NULL, NULL),
|
|
(781, 1209, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Gurubashi Arena', NULL, NULL),
|
|
(781, 1210, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Ruins of Zul\'Mamwe', NULL, NULL),
|
|
(781, 1211, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Balia\'mah Ruins', NULL, NULL),
|
|
(781, 1212, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Mizjah Ruins', NULL, NULL),
|
|
(781, 1213, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Mosh\'Ogg Ogre Mound', NULL, NULL),
|
|
(781, 1214, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Venture Co. Base Camp', NULL, NULL),
|
|
(781, 1215, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Lake Nazferiti', NULL, NULL),
|
|
(781, 1216, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Kal\'ai Ruins', NULL, NULL),
|
|
(781, 1217, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Bal\'lal Ruins', NULL, NULL),
|
|
(781, 1218, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'The Vile Reef', NULL, NULL),
|
|
(781, 1219, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Zuuldaia Ruins', NULL, NULL),
|
|
(781, 1220, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Ruins of Zul\'Kunda', NULL, NULL),
|
|
(781, 1221, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Jaguero Isle', NULL, NULL),
|
|
(781, 1222, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stranglethorn Vale', 'Zul\'Gurub', NULL, NULL),
|
|
(782, 1223, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Itharius\'s Cave', NULL, NULL),
|
|
(782, 1224, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Misty Valley', NULL, NULL),
|
|
(782, 1225, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'The Harborage', NULL, NULL),
|
|
(782, 1226, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Splinterspear Junction', NULL, NULL),
|
|
(782, 1227, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'The Shifting Mire', NULL, NULL),
|
|
(782, 1228, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Stonard', NULL, NULL),
|
|
(782, 1229, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Pool of Tears', NULL, NULL),
|
|
(782, 1230, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Stagalbog', NULL, NULL),
|
|
(782, 1231, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Sorrowmurk', NULL, NULL),
|
|
(782, 1232, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Fallow Sanctuary', NULL, NULL),
|
|
(782, 1233, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Swamp of Sorrows', 'Misty Reed Strand', NULL, NULL),
|
|
(783, 1238, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'The Perfect Storm', 'Win 1600 to 0', NULL, NULL),
|
|
(784, 1239, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Eye of the Storm Domination', 'Win Eye of the Storm 10 times while holding 4 bases', NULL, NULL),
|
|
(796, 1243, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 7)', NULL, NULL),
|
|
(796, 4966, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 6)', NULL, NULL),
|
|
(796, 4967, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 5)', NULL, NULL),
|
|
(796, 4968, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 4)', NULL, NULL),
|
|
(796, 4969, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 3)', NULL, NULL),
|
|
(796, 4970, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 2)', NULL, NULL),
|
|
(796, 4971, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by priests', 'Resurrection (Rank 1)', NULL, NULL),
|
|
(798, 1247, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 7)', NULL, NULL),
|
|
(798, 4972, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 6)', NULL, NULL),
|
|
(798, 4973, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 5)', NULL, NULL),
|
|
(798, 4974, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 4)', NULL, NULL),
|
|
(798, 4975, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 3)', NULL, NULL),
|
|
(798, 4976, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 2)', NULL, NULL),
|
|
(798, 4977, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Rebirthed by druids', 'Rebirth (Rank 1)', NULL, NULL),
|
|
(799, 1246, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7850, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7851, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7852, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7853, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7854, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(799, 7855, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Spirit returned to body by shamans', 'Ancestral Spirit', NULL, NULL),
|
|
(800, 1245, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7856, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7857, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7858, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7859, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7860, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7861, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(800, 7862, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Redeemed by paladins', 'Redemption', NULL, NULL),
|
|
(801, 1244, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7863, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7864, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7865, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7866, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7867, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 7868, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8760, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8761, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8762, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8763, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8764, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(801, 8765, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Resurrected by soulstones', 'Use Soulstone', NULL, NULL),
|
|
(802, 1248, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Sentinel Hill', NULL, NULL),
|
|
(802, 1249, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Saldean\'s Farm', NULL, NULL),
|
|
(802, 1250, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Furlbrow\'s Pumpkin Farm', NULL, NULL),
|
|
(802, 1251, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'The Jansen Stead', NULL, NULL),
|
|
(802, 1252, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Jangolode Mine', NULL, NULL),
|
|
(802, 1253, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'The Molsen Farm', NULL, NULL),
|
|
(802, 1254, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Gold Coast Quarry', NULL, NULL),
|
|
(802, 1255, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'The Dead Acre', NULL, NULL),
|
|
(802, 1256, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Moonbrook', NULL, NULL),
|
|
(802, 1257, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Alexston Farmstead', NULL, NULL),
|
|
(802, 1258, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Demont\'s Place', NULL, NULL),
|
|
(802, 1259, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'Westfall Lighthouse', NULL, NULL),
|
|
(802, 1260, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'The Dagger Hills', NULL, NULL),
|
|
(802, 1261, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Westfall', 'The Dust Plains', NULL, NULL),
|
|
(811, 4410, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Blinding Light', NULL, NULL),
|
|
(811, 4411, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Chromatic Resistance', NULL, NULL),
|
|
(811, 4412, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Chromatic Wonder', NULL, NULL),
|
|
(811, 4413, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Distilled Wisdom', NULL, NULL),
|
|
(811, 4414, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Endless Rage', NULL, NULL),
|
|
(811, 4415, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Fortification', NULL, NULL),
|
|
(811, 4416, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Mighty Restoration', NULL, NULL),
|
|
(811, 4417, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Petrification', NULL, NULL),
|
|
(811, 4418, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Pure Death', NULL, NULL),
|
|
(811, 4419, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Pure Mojo', NULL, NULL),
|
|
(811, 4420, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Relentless Assault', NULL, NULL),
|
|
(811, 4421, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Stoneblood', NULL, NULL),
|
|
(811, 4422, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Supreme Power', NULL, NULL),
|
|
(811, 4423, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of the Frost Wyrm', NULL, NULL),
|
|
(811, 4424, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of the Titans', NULL, NULL),
|
|
(811, 4425, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Blinding Light', NULL, NULL),
|
|
(811, 4426, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Fortification', NULL, NULL),
|
|
(811, 4427, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Mighty Restoration', NULL, NULL),
|
|
(811, 4428, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Pure Death', NULL, NULL),
|
|
(811, 4429, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Relentless Assault', NULL, NULL),
|
|
(811, 4430, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Shattrath Flask of Supreme Power', NULL, NULL),
|
|
(811, 4431, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Bandit', NULL, NULL),
|
|
(811, 4432, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Beast', NULL, NULL),
|
|
(811, 4433, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Elder', NULL, NULL),
|
|
(811, 4434, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Physician', NULL, NULL),
|
|
(811, 4435, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Soldier', NULL, NULL),
|
|
(811, 4436, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Unstable Flask of the Sorcerer', NULL, NULL),
|
|
(811, 13248, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Endless Rage', NULL, NULL),
|
|
(811, 13249, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Pure Mojo', NULL, NULL),
|
|
(811, 13250, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of Stoneblood', NULL, NULL),
|
|
(811, 13251, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of the North', NULL, NULL),
|
|
(811, 13252, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flasks consumed', 'Flask of the Frost Wyrm', NULL, NULL),
|
|
(812, 4719, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Greater Healthstone (0)', NULL, NULL),
|
|
(812, 4720, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Greater Healthstone (1)', NULL, NULL),
|
|
(812, 4721, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Greater Healthstone (2)', NULL, NULL),
|
|
(812, 4722, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Healthstone (0)', NULL, NULL),
|
|
(812, 4723, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Healthstone (1)', NULL, NULL),
|
|
(812, 4724, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Healthstone (2)', NULL, NULL),
|
|
(812, 4725, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Lesser Healthstone (0)', NULL, NULL),
|
|
(812, 4726, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Lesser Healthstone (1)', NULL, NULL),
|
|
(812, 4727, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Lesser Healthstone (2)', NULL, NULL),
|
|
(812, 4728, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Major Healthstone (0)', NULL, NULL),
|
|
(812, 4729, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Major Healthstone (1)', NULL, NULL),
|
|
(812, 4730, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Major Healthstone (2)', NULL, NULL),
|
|
(812, 4731, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Minor Healthstone (0)', NULL, NULL),
|
|
(812, 4732, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Minor Healthstone (1)', NULL, NULL),
|
|
(812, 4733, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Minor Healthstone (2)', NULL, NULL),
|
|
(812, 4734, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Master Healthstone (0)', NULL, NULL),
|
|
(812, 4735, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Master Healthstone (1)', NULL, NULL),
|
|
(812, 4736, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Master Healthstone (2)', NULL, NULL),
|
|
(812, 9038, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9039, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9040, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9041, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(812, 9042, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(812, 9043, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(812, 9044, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9045, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9046, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Demonic Healthstone', NULL, NULL),
|
|
(812, 9047, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(812, 9048, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(812, 9049, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Healthstones used', 'Fel Healthstone', NULL, NULL),
|
|
(829, 5374, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Largest heal received', 'Largest heal received', NULL, NULL),
|
|
(830, 5375, 1, 141, 1, 1, 80, 1, 1, NULL, 0, 'Total healing received', 'Total healing received', NULL, NULL),
|
|
(837, 5739, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas won', 'Blade\'s Edge Wins', NULL, NULL),
|
|
(837, 8587, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas won', 'Dalaran Sewers Wins', NULL, NULL),
|
|
(837, 8588, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas won', 'Nagrand Wins', NULL, NULL),
|
|
(837, 8589, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas won', 'Ruins of Lordaeron Wins', NULL, NULL),
|
|
(837, 8590, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas won', 'Ring of Valor Wins', NULL, NULL),
|
|
(838, 5740, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas played', 'Blade\'s Edge Matches', NULL, NULL),
|
|
(838, 8591, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas played', 'Dalaran Sewers Matches', NULL, NULL),
|
|
(838, 8592, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas played', 'Nagrand Matches', NULL, NULL),
|
|
(838, 8593, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas played', 'Ruins of Lordaeron Matches', NULL, NULL),
|
|
(838, 8594, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Arenas played', 'Ring of Valor Matches', NULL, NULL),
|
|
(839, 5741, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Alterac Valley', 37711, 1),
|
|
(839, 5892, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Arathi Basin', 37711, 1),
|
|
(839, 5893, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Eye of the Storm', NULL, NULL),
|
|
(839, 5894, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Strand of the Ancients', NULL, NULL),
|
|
(839, 5895, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Warsong Gulch', 37711, 1),
|
|
(839, 13368, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battlegrounds played', 'Isle of Conquest', NULL, NULL),
|
|
(840, 5742, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Alterac Valley', 37711, 1),
|
|
(840, 5896, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Arathi Basin', 37711, 1),
|
|
(840, 5897, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Eye of the Storm', 37711, 1),
|
|
(840, 5898, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Strand of the Ancients', NULL, NULL),
|
|
(840, 5899, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Warsong Gulch', 37711, 1),
|
|
(840, 13369, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Battlegrounds won', 'Isle of Conquest', NULL, NULL),
|
|
(841, 1262, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Menethil Harbor', NULL, NULL),
|
|
(841, 1263, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Black Channel Marsh', NULL, NULL),
|
|
(841, 1264, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Bluegill Marsh', NULL, NULL),
|
|
(841, 1265, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Whelgar\'s Excavation Site', NULL, NULL),
|
|
(841, 1266, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Sundown Marsh', NULL, NULL),
|
|
(841, 1267, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Saltspray Glen', NULL, NULL),
|
|
(841, 1268, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Ironbeard\'s Tomb', NULL, NULL),
|
|
(841, 1269, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Dun Modr', NULL, NULL),
|
|
(841, 1270, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Angerfang Encampment', NULL, NULL),
|
|
(841, 1271, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Dun Algaz', NULL, NULL),
|
|
(841, 1272, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'The Green Belt', NULL, NULL),
|
|
(841, 1273, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Mosshide Fen', NULL, NULL),
|
|
(841, 1274, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Direforge Hill', NULL, NULL),
|
|
(841, 1275, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Raptor Ridge', NULL, NULL),
|
|
(841, 1276, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Wetlands', 'Grim Batol', NULL, NULL),
|
|
(842, 1299, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Shadowglen', NULL, NULL),
|
|
(842, 1300, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Ban\'ethil Hollow', NULL, NULL),
|
|
(842, 1301, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Dolanaar', NULL, NULL),
|
|
(842, 1302, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Gnarlpine Hold', NULL, NULL),
|
|
(842, 1303, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Lake Al\'Ameth', NULL, NULL),
|
|
(842, 1304, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Pools of Arlithrien', NULL, NULL),
|
|
(842, 1305, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Starbreeze Village', NULL, NULL),
|
|
(842, 1306, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'The Oracle Glade', NULL, NULL),
|
|
(842, 1307, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Wellspring Lake', NULL, NULL),
|
|
(842, 1308, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Darnassus', NULL, NULL),
|
|
(842, 1309, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Teldrassil', 'Rut\'theran Village', NULL, NULL),
|
|
(843, 1310, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Area 52', NULL, NULL),
|
|
(843, 1311, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Manaforge B\'naar', NULL, NULL),
|
|
(843, 1312, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Manaforge Coruu', NULL, NULL),
|
|
(843, 1313, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Manaforge Duro', NULL, NULL),
|
|
(843, 1762, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Manaforge Ara', NULL, NULL),
|
|
(843, 1763, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Manaforge Ultris', NULL, NULL),
|
|
(843, 1764, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Ruins of Farahlon', NULL, NULL),
|
|
(843, 1765, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Tempest Keep', NULL, NULL),
|
|
(843, 1766, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'The Heap', NULL, NULL),
|
|
(843, 1767, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Arklon Ruins', NULL, NULL),
|
|
(843, 1768, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Celestial Ridge', NULL, NULL),
|
|
(843, 1770, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Kirin\'Var Village', NULL, NULL),
|
|
(843, 1771, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Netherstone', NULL, NULL),
|
|
(843, 1772, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Ruins of Enkaat', NULL, NULL),
|
|
(843, 1773, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Sunfury Hold', NULL, NULL),
|
|
(843, 1775, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'The Stormspire', NULL, NULL),
|
|
(843, 1776, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Gyro-Plank Bridge', NULL, NULL),
|
|
(843, 1777, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Eco-Dome Farfield', NULL, NULL),
|
|
(843, 1778, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Ethereum Staging Grounds', NULL, NULL),
|
|
(843, 1779, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Socrethar\'s Seat', NULL, NULL),
|
|
(843, 1780, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Forge Base: Oblivion', NULL, NULL),
|
|
(843, 1781, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Netherstorm', 'Eco-Dome Midrealm', NULL, NULL),
|
|
(844, 1314, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Auberdine', NULL, NULL),
|
|
(844, 1315, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Ruins of Mathystra', NULL, NULL),
|
|
(844, 1316, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Tower of Althalaxx', NULL, NULL),
|
|
(844, 1317, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Cliffspring River', NULL, NULL),
|
|
(844, 1318, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Bashal\'Aran', NULL, NULL),
|
|
(844, 1319, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Ameth\'Aran', NULL, NULL),
|
|
(844, 1320, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Grove of the Ancients', NULL, NULL),
|
|
(844, 1321, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'Remtravel\'s Excavation', NULL, NULL),
|
|
(844, 1322, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Darkshore', 'The Master\'s Glaive', NULL, NULL),
|
|
(845, 1323, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'The Zoram Strand', NULL, NULL),
|
|
(845, 1324, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Lake Falathim', NULL, NULL),
|
|
(845, 1325, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Maestra\'s Post', NULL, NULL),
|
|
(845, 1326, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Thistlefur Village', NULL, NULL),
|
|
(845, 1327, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'The Shrine of Aessina', NULL, NULL),
|
|
(845, 1328, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Fire Scar Shrine', NULL, NULL),
|
|
(845, 1329, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Astranaar', NULL, NULL),
|
|
(845, 1330, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Iris Lake', NULL, NULL),
|
|
(845, 1331, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'The Ruins of Stardust', NULL, NULL),
|
|
(845, 1332, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Mystral Lake', NULL, NULL),
|
|
(845, 1333, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'The Howling Vale', NULL, NULL),
|
|
(845, 1334, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Raynewood Retreat', NULL, NULL),
|
|
(845, 1335, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Fallen Sky Lake', NULL, NULL),
|
|
(845, 1336, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Splintertree Post', NULL, NULL),
|
|
(845, 1337, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Satyrnaar', NULL, NULL),
|
|
(845, 1338, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Bough Shadow', NULL, NULL),
|
|
(845, 1339, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Warsong Lumber Camp', NULL, NULL),
|
|
(845, 1340, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ashenvale', 'Felfire Hill', NULL, NULL),
|
|
(846, 1341, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'The Great Lift', NULL, NULL),
|
|
(846, 1342, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Darkcloud Pinnacle', NULL, NULL),
|
|
(846, 1343, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'The Screeching Canyon', NULL, NULL),
|
|
(846, 1344, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Freewind Post', NULL, NULL),
|
|
(846, 1345, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Splithoof Crag', NULL, NULL),
|
|
(846, 1346, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Windbreak Canyon', NULL, NULL),
|
|
(846, 1347, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'The Shimmering Flats', NULL, NULL),
|
|
(846, 1348, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Camp E\'thok', NULL, NULL),
|
|
(846, 1349, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Thousand Needles', 'Highperch', NULL, NULL),
|
|
(847, 1350, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Camp Aparaje', NULL, NULL),
|
|
(847, 1351, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Grimtotem Post', NULL, NULL),
|
|
(847, 1352, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Malaka\'jin', NULL, NULL),
|
|
(847, 1353, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Webwinder Path', NULL, NULL),
|
|
(847, 1354, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Boulderslide Ravine', NULL, NULL),
|
|
(847, 1355, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Sishir Canyon', NULL, NULL),
|
|
(847, 1356, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Windshear Crag', NULL, NULL),
|
|
(847, 1357, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Sun Rock Retreat', NULL, NULL),
|
|
(847, 1358, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'The Charred Vale', NULL, NULL),
|
|
(847, 1359, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Mirkfallon Lake', NULL, NULL),
|
|
(847, 1360, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Stonetalon Mountains', 'Stonetalon Peak', NULL, NULL),
|
|
(848, 1365, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Tethris Aran', NULL, NULL),
|
|
(848, 1366, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Nijel\'s Point', NULL, NULL),
|
|
(848, 1367, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Sargeron', NULL, NULL),
|
|
(848, 1368, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Thunder Axe Fortress', NULL, NULL),
|
|
(848, 1373, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Kormek\'s Hut', NULL, NULL),
|
|
(848, 1374, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Kolkar Village', NULL, NULL),
|
|
(848, 1375, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Ethel Rethor', NULL, NULL),
|
|
(848, 1376, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Valley of Spears', NULL, NULL),
|
|
(848, 1377, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Kodo Graveyard', NULL, NULL),
|
|
(848, 1378, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Shadowprey Village', NULL, NULL),
|
|
(848, 1379, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Gelkis Village', NULL, NULL),
|
|
(848, 1380, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Mannoroc Coven', NULL, NULL),
|
|
(848, 1381, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Magram Village', NULL, NULL),
|
|
(848, 1382, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Shadowbreak Ravine', NULL, NULL),
|
|
(848, 1383, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Desolace', 'Ranazjar Isle', NULL, NULL),
|
|
(849, 1369, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Dream Bough', NULL, NULL),
|
|
(849, 1370, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Oneiros', NULL, NULL),
|
|
(849, 1371, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Ruins of Ravenwind', NULL, NULL),
|
|
(849, 1372, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'The Twin Colossals', NULL, NULL),
|
|
(849, 1384, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'The Forgotten Coast', NULL, NULL),
|
|
(849, 1385, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Dire Maul', NULL, NULL),
|
|
(849, 1386, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Feral Scar Vale', NULL, NULL),
|
|
(849, 1387, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Frayfeather Highlands', NULL, NULL),
|
|
(849, 1388, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Ruins of Isildien', NULL, NULL),
|
|
(849, 1389, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'The Writhing Deep', NULL, NULL),
|
|
(849, 1390, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Camp Mojache', NULL, NULL),
|
|
(849, 1391, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Grimtotem Compound', NULL, NULL),
|
|
(849, 1392, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Gordunni Outpost', NULL, NULL),
|
|
(849, 1393, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Sardor Isle', NULL, NULL),
|
|
(849, 1394, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Isle of Dread', NULL, NULL),
|
|
(849, 1395, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Feralas', 'Lower Wilds', NULL, NULL),
|
|
(850, 1361, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'Theramore Isle', NULL, NULL),
|
|
(850, 1362, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'Witch Hill', NULL, NULL),
|
|
(850, 1363, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'Brackenwall Village', NULL, NULL),
|
|
(850, 1364, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'The Quagmire', NULL, NULL),
|
|
(850, 1396, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'The Den of Flame', NULL, NULL),
|
|
(850, 1397, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'Wyrmbog', NULL, NULL),
|
|
(850, 1398, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dustwallow Marsh', 'Alcaz Island', NULL, NULL),
|
|
(851, 1405, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Gadgetzan', NULL, NULL),
|
|
(851, 1406, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Sandsorrow Watch', NULL, NULL),
|
|
(851, 1407, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Noonshade Ruins', NULL, NULL),
|
|
(851, 1408, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Steamwheedle Port', NULL, NULL),
|
|
(851, 1413, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Zalashji\'s Den', NULL, NULL),
|
|
(851, 1414, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Lost Rigger Cove', NULL, NULL),
|
|
(851, 1415, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Waterspring Field', NULL, NULL),
|
|
(851, 1416, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Abyssal Sands', NULL, NULL),
|
|
(851, 1417, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Broken Pillar', NULL, NULL),
|
|
(851, 1418, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'The Noxious Lair', NULL, NULL),
|
|
(851, 1419, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Dunemaul Compound', NULL, NULL),
|
|
(851, 1420, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Southbreak Shore', NULL, NULL),
|
|
(851, 1421, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'The Gaping Chasm', NULL, NULL),
|
|
(851, 1422, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Eastmoon Ruins', NULL, NULL),
|
|
(851, 1423, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Land\'s End Beach', NULL, NULL),
|
|
(851, 1424, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Southmoon Ruins', NULL, NULL),
|
|
(851, 1425, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Valley of the Watchers', NULL, NULL),
|
|
(851, 1426, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Thistleshrub Valley', NULL, NULL),
|
|
(851, 1427, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Zul\'Farrak', NULL, NULL),
|
|
(851, 1428, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Tanaris Desert', 'Caverns of Time', NULL, NULL),
|
|
(852, 1409, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Bay of Storms', NULL, NULL),
|
|
(852, 1410, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'The Shattered Strand', NULL, NULL),
|
|
(852, 1411, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Jagged Reef', NULL, NULL),
|
|
(852, 1412, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Bitter Reaches', NULL, NULL),
|
|
(852, 1429, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Tower of Eldara', NULL, NULL),
|
|
(852, 1430, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Temple of Arkkoran', NULL, NULL),
|
|
(852, 1431, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Legash Encampment', NULL, NULL),
|
|
(852, 1432, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Thalassian Base Camp', NULL, NULL),
|
|
(852, 1433, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Ursolan', NULL, NULL),
|
|
(852, 1434, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Timbermaw Hold', NULL, NULL),
|
|
(852, 1435, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Valormok', NULL, NULL),
|
|
(852, 1436, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Haldarr Encampment', NULL, NULL),
|
|
(852, 1437, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Shadowsong Shrine', NULL, NULL),
|
|
(852, 1438, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Ruins of Eldarath', NULL, NULL),
|
|
(852, 1439, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Southridge Beach', NULL, NULL),
|
|
(852, 1440, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Ravencrest Monument', NULL, NULL),
|
|
(852, 1441, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Lake Mennar', NULL, NULL),
|
|
(852, 1442, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'The Ruined Reaches', NULL, NULL),
|
|
(852, 1443, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azshara', 'Forlorn Ridge', NULL, NULL),
|
|
(853, 1401, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Felpaw Village', NULL, NULL),
|
|
(853, 1402, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Talonbranch Glade', NULL, NULL),
|
|
(853, 1403, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Irontree Woods', NULL, NULL),
|
|
(853, 1404, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Jadefire Run', NULL, NULL),
|
|
(853, 1444, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Shatter Scar Vale', NULL, NULL),
|
|
(853, 1445, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Bloodvenom Falls', NULL, NULL),
|
|
(853, 1446, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Jaedenar', NULL, NULL),
|
|
(853, 1447, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Ruins of Constellas', NULL, NULL),
|
|
(853, 1448, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Jadefire Glen', NULL, NULL),
|
|
(853, 1449, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Emerald Sanctuary', NULL, NULL),
|
|
(853, 1450, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Deadwood Village', NULL, NULL),
|
|
(853, 1451, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Felwood', 'Morlos\'Aran', NULL, NULL),
|
|
(854, 1453, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'Fire Plume Ridge', NULL, NULL),
|
|
(854, 1454, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'Golakka Hot Springs', NULL, NULL),
|
|
(854, 1455, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'Terror Run', NULL, NULL),
|
|
(854, 1456, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'The Slithering Scar', NULL, NULL),
|
|
(854, 1457, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'The Marshlands', NULL, NULL),
|
|
(854, 1458, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'Ironstone Plateau', NULL, NULL),
|
|
(854, 1459, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Un\'Goro Crater', 'Lakkari Tar Pits', NULL, NULL),
|
|
(855, 1464, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Moonglade', 'Lake Elune\'ara', NULL, NULL),
|
|
(856, 1460, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'The Crystal Vale', NULL, NULL),
|
|
(856, 1462, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'Valor\'s Rest', NULL, NULL),
|
|
(856, 1463, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'Cenarion Hold', NULL, NULL),
|
|
(856, 1468, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'Hive\'Zora', NULL, NULL),
|
|
(856, 1469, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'Hive\'Regal', NULL, NULL),
|
|
(856, 1470, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'The Scarab Wall', NULL, NULL),
|
|
(856, 1472, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Silithus', 'Staghelm Point', NULL, NULL),
|
|
(857, 1473, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Frostfire Hot Springs', NULL, NULL),
|
|
(857, 1474, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Timbermaw Post', NULL, NULL),
|
|
(857, 1475, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Lake Kel\'Theril', NULL, NULL),
|
|
(857, 1476, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Starfall Village', NULL, NULL),
|
|
(857, 1477, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Mazthoril', NULL, NULL),
|
|
(857, 1478, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Everlook', NULL, NULL),
|
|
(857, 1479, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Frostwhisper Gorge', NULL, NULL),
|
|
(857, 1480, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Darkwhisper Gorge', NULL, NULL),
|
|
(857, 1481, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Owl Wing Thicket', NULL, NULL),
|
|
(857, 1482, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Ice Thistle Hills', NULL, NULL),
|
|
(857, 1483, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Winterfall Village', NULL, NULL),
|
|
(857, 1484, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'The Hidden Grove', NULL, NULL),
|
|
(857, 1485, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Winterspring', 'Frostsaber Rock', NULL, NULL),
|
|
(858, 1504, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Tranquillien', NULL, NULL),
|
|
(858, 1505, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Suncrown Village', NULL, NULL),
|
|
(858, 1506, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Goldenmist Village', NULL, NULL),
|
|
(858, 1507, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Windrunner Village', NULL, NULL),
|
|
(858, 1536, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Sanctum of the Moon', NULL, NULL),
|
|
(858, 1537, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Sanctum of the Sun', NULL, NULL),
|
|
(858, 1538, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Dawnstar Spire', NULL, NULL),
|
|
(858, 1539, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Farstrider Enclave', NULL, NULL),
|
|
(858, 1540, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Howling Ziggurat', NULL, NULL),
|
|
(858, 1541, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Deatholme', NULL, NULL),
|
|
(858, 1542, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Zeb\'Nowa', NULL, NULL),
|
|
(858, 1543, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Amani Pass', NULL, NULL),
|
|
(858, 1544, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Windrunner Spire', NULL, NULL),
|
|
(858, 1545, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Bleeding Ziggurat', NULL, NULL),
|
|
(858, 1546, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Elrendar Crossing', NULL, NULL),
|
|
(858, 1548, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Ghostlands', 'Thalassian Pass', NULL, NULL),
|
|
(859, 1508, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Sunstrider Isle', NULL, NULL),
|
|
(859, 1509, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Ruins of Silvermoon', NULL, NULL),
|
|
(859, 1510, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'West Sanctum', NULL, NULL),
|
|
(859, 1511, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Sunsail Anchorage', NULL, NULL),
|
|
(859, 1512, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'North Sanctum', NULL, NULL),
|
|
(859, 1513, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'East Sanctum', NULL, NULL),
|
|
(859, 1514, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Farstrider Retreat', NULL, NULL),
|
|
(859, 1515, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Stillwhisper Pond', NULL, NULL),
|
|
(859, 1516, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Duskwither Grounds', NULL, NULL),
|
|
(859, 1517, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Fairbreeze Village', NULL, NULL),
|
|
(859, 1518, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'The Living Wood', NULL, NULL),
|
|
(859, 1519, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Tor\'Watha', NULL, NULL),
|
|
(859, 1520, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'The Scorched Grove', NULL, NULL),
|
|
(859, 1521, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Silvermoon City', NULL, NULL),
|
|
(859, 1522, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Azurebreeze Coast', NULL, NULL),
|
|
(859, 1523, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Elrendar Falls', NULL, NULL),
|
|
(859, 1524, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Goldenbough Pass', NULL, NULL),
|
|
(859, 1525, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Lake Elrendar', NULL, NULL),
|
|
(859, 1526, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Runestone Falithas', NULL, NULL),
|
|
(859, 1527, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Runestone Shan\'dor', NULL, NULL),
|
|
(859, 1528, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Saltheril\'s Haven', NULL, NULL),
|
|
(859, 1529, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Golden Strand', NULL, NULL),
|
|
(859, 1530, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Thuron\'s Livery', NULL, NULL),
|
|
(859, 1531, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Tranquil Shore', NULL, NULL),
|
|
(859, 1532, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Eversong Woods', 'Zeb\'Watha', NULL, NULL),
|
|
(860, 1552, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Ammen Vale', NULL, NULL),
|
|
(860, 1553, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Ammen Ford', NULL, NULL),
|
|
(860, 1554, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Azure Watch', NULL, NULL),
|
|
(860, 1555, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Bristlelimb Village', NULL, NULL),
|
|
(860, 1556, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Emberglade', NULL, NULL),
|
|
(860, 1557, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Fairbridge Strand', NULL, NULL),
|
|
(860, 1558, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Geezle\'s Camp', NULL, NULL),
|
|
(860, 1559, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Moongraze Woods', NULL, NULL),
|
|
(860, 1560, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Odesyus\' Landing', NULL, NULL),
|
|
(860, 1561, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Pod Cluster', NULL, NULL),
|
|
(860, 1562, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Pod Wreckage', NULL, NULL),
|
|
(860, 1563, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Silting Shore', NULL, NULL),
|
|
(860, 1564, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Silvermyst Isle', NULL, NULL),
|
|
(860, 1565, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Stillpine Hold', NULL, NULL),
|
|
(860, 1566, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'The Exodar', NULL, NULL),
|
|
(860, 1567, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Valaar\'s Berth', NULL, NULL),
|
|
(860, 1568, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Azuremyst Isle', 'Wrathscale Point', NULL, NULL),
|
|
(861, 1573, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Amberweb Pass', NULL, NULL),
|
|
(861, 1574, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Axxarien', NULL, NULL),
|
|
(861, 1575, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Blacksilt Shore', NULL, NULL),
|
|
(861, 1576, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Bladewood', NULL, NULL),
|
|
(861, 1577, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Bloodcurse Isle', NULL, NULL),
|
|
(861, 1578, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Blood Watch', NULL, NULL),
|
|
(861, 1579, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Bristlelimb Enclave', NULL, NULL),
|
|
(861, 1580, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Kessel\'s Crossing', NULL, NULL),
|
|
(861, 1581, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Middenvale', NULL, NULL),
|
|
(861, 1582, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Mystwood', NULL, NULL),
|
|
(861, 1583, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Nazzivian', NULL, NULL),
|
|
(861, 1584, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Ragefeather Ridge', NULL, NULL),
|
|
(861, 1585, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Ruins of Loreth\'Aran', NULL, NULL),
|
|
(861, 1586, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Talon Stand', NULL, NULL),
|
|
(861, 1587, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Tel\'athion\'s Camp', NULL, NULL),
|
|
(861, 1588, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Bloodcursed Reef', NULL, NULL),
|
|
(861, 1589, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Bloodwash', NULL, NULL),
|
|
(861, 1590, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Crimson Reach', NULL, NULL),
|
|
(861, 1591, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Foul Pool', NULL, NULL),
|
|
(861, 1592, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Hidden Reef', NULL, NULL),
|
|
(861, 1593, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Lost Fold', NULL, NULL),
|
|
(861, 1594, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Vector Coil', NULL, NULL),
|
|
(861, 1595, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Warp Piston', NULL, NULL),
|
|
(861, 1596, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Veridian Point', NULL, NULL),
|
|
(861, 1597, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Vindicator\'s Rest', NULL, NULL),
|
|
(861, 1598, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Wrathscale Lair', NULL, NULL),
|
|
(861, 1599, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'Wyrmscar Island', NULL, NULL),
|
|
(861, 2104, 10, 14778, 97, 1, 80, 1, 1, NULL, 10, 'Explore Bloodmyst Isle', 'The Cryo-Core', NULL, NULL),
|
|
(862, 1606, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Expedition Armory', NULL, NULL),
|
|
(862, 1607, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Falcon Watch', NULL, NULL),
|
|
(862, 1608, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Hellfire Citadel', NULL, NULL),
|
|
(862, 1609, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Honor Hold', NULL, NULL),
|
|
(862, 1626, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Mag\'har Post', NULL, NULL),
|
|
(862, 1627, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Pools of Aggonar', NULL, NULL),
|
|
(862, 1628, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Ruins of Sha\'naar', NULL, NULL),
|
|
(862, 1629, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Temple of Telhamat', NULL, NULL),
|
|
(862, 1630, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'The Legion Front', NULL, NULL),
|
|
(862, 1631, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'The Stair of Destiny', NULL, NULL),
|
|
(862, 1632, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Thrallmar', NULL, NULL),
|
|
(862, 1633, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Throne of Kil\'jaeden', NULL, NULL),
|
|
(862, 1634, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Zeth\'Gor', NULL, NULL),
|
|
(862, 1635, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Den of Haal\'esh', NULL, NULL),
|
|
(862, 1636, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Fallen Sky Ridge', NULL, NULL),
|
|
(862, 1638, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Void Ridge', NULL, NULL),
|
|
(862, 1639, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'The Warp Fields', NULL, NULL),
|
|
(862, 1641, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Hellfire Peninsula', 'Forge Camp: Mageddon', NULL, NULL),
|
|
(863, 1610, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Ango\'rosh Grounds', NULL, NULL),
|
|
(863, 1611, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Cenarion Refuge', NULL, NULL),
|
|
(863, 1612, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Feralfen Village', NULL, NULL),
|
|
(863, 1613, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Hewn Bog', NULL, NULL),
|
|
(863, 1647, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Marshlight Lake', NULL, NULL),
|
|
(863, 1648, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Quagg Ridge', NULL, NULL),
|
|
(863, 1649, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Telredor', NULL, NULL),
|
|
(863, 1650, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'The Dead Mire', NULL, NULL),
|
|
(863, 1651, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'The Lagoon', NULL, NULL),
|
|
(863, 1652, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Twin Spire Ruins', NULL, NULL),
|
|
(863, 1653, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Umbrafen Village', NULL, NULL),
|
|
(863, 1654, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Sporeggar', NULL, NULL),
|
|
(863, 1655, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Ango\'rosh Stronghold', NULL, NULL),
|
|
(863, 1656, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Bloodscale Grounds', NULL, NULL),
|
|
(863, 1657, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Orebor Harborage', NULL, NULL),
|
|
(863, 1658, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'The Spawning Glen', NULL, NULL),
|
|
(863, 1659, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Zabra\'jin', NULL, NULL),
|
|
(863, 1667, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zangarmarsh', 'Darkcrest Shore', NULL, NULL),
|
|
(864, 1614, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Coilskar Point', NULL, NULL),
|
|
(864, 1615, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Eclipse Point', NULL, NULL),
|
|
(864, 1616, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Legion Hold', NULL, NULL),
|
|
(864, 1617, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Netherwing Ledge', NULL, NULL),
|
|
(864, 1668, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Shadowmoon Village', NULL, NULL),
|
|
(864, 1669, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'The Black Temple', NULL, NULL),
|
|
(864, 1670, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'The Deathforge', NULL, NULL),
|
|
(864, 1671, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'The Hand of Gul\'dan', NULL, NULL),
|
|
(864, 1672, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Warden\'s Cage', NULL, NULL),
|
|
(864, 1673, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Wildhammer Stronghold', NULL, NULL),
|
|
(864, 1674, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Altar of Sha\'tar', NULL, NULL),
|
|
(864, 1675, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Illidari Point', NULL, NULL),
|
|
(864, 1679, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Shadowmoon Valley', 'Netherwing Fields', NULL, NULL),
|
|
(865, 1618, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Bash\'ir Landing', NULL, NULL),
|
|
(865, 1619, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Bladed Gulch', NULL, NULL),
|
|
(865, 1620, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Bladespire Hold', NULL, NULL),
|
|
(865, 1621, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Bloodmaul Camp', NULL, NULL),
|
|
(865, 1688, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Bloodmaul Outpost', NULL, NULL),
|
|
(865, 1689, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Broken Wilds', NULL, NULL),
|
|
(865, 1690, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Circle of Blood', NULL, NULL),
|
|
(865, 1691, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Death\'s Door', NULL, NULL),
|
|
(865, 1692, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Forge Camp: Anger', NULL, NULL),
|
|
(865, 1693, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Forge Camp: Terror', NULL, NULL),
|
|
(865, 1694, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Forge Camp: Wrath', NULL, NULL),
|
|
(865, 1695, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Grishnath', NULL, NULL),
|
|
(865, 1696, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Gruul\'s Lair', NULL, NULL),
|
|
(865, 1697, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Jagged Ridge', NULL, NULL),
|
|
(865, 1698, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Mok\'Nathal Village', NULL, NULL),
|
|
(865, 1699, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Raven\'s Wood', NULL, NULL),
|
|
(865, 1700, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Razor Ridge', NULL, NULL),
|
|
(865, 1701, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Ruuan Weald', NULL, NULL),
|
|
(865, 1702, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Skald', NULL, NULL),
|
|
(865, 1703, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Sylvanaar', NULL, NULL),
|
|
(865, 1704, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Crystal Spine', NULL, NULL),
|
|
(865, 1705, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Thunderlord Stronghold', NULL, NULL),
|
|
(865, 1706, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Veil Lashh', NULL, NULL),
|
|
(865, 1707, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Vekhaar Stand', NULL, NULL),
|
|
(865, 1708, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Vortex Pinnacle', NULL, NULL),
|
|
(865, 2238, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Blade\'s Edge Mountains', 'Veil Ruuan', NULL, NULL),
|
|
(866, 1622, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Forge Camp: Fear', NULL, NULL),
|
|
(866, 1623, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Garadar', NULL, NULL),
|
|
(866, 1624, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Halaa', NULL, NULL),
|
|
(866, 1625, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Kil\'sorrow Fortress', NULL, NULL),
|
|
(866, 1713, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Laughing Skull Ruins', NULL, NULL),
|
|
(866, 1714, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Spirit Fields', NULL, NULL),
|
|
(866, 1715, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Sunspring Post', NULL, NULL),
|
|
(866, 1716, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Telaar', NULL, NULL),
|
|
(866, 1717, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'The Ring of Trials', NULL, NULL),
|
|
(866, 1718, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Throne of the Elements', NULL, NULL),
|
|
(866, 1719, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Warmaul Hill', NULL, NULL),
|
|
(866, 1720, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Burning Blade Ruins', NULL, NULL),
|
|
(866, 1721, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Clan Watch', NULL, NULL),
|
|
(866, 1722, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Forge Camp: Hate', NULL, NULL),
|
|
(866, 1723, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Southwind Cleft', NULL, NULL),
|
|
(866, 1724, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'The Twilight Ridge', NULL, NULL),
|
|
(866, 1725, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Windyreed Pass', NULL, NULL),
|
|
(866, 1726, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Windyreed Village', NULL, NULL),
|
|
(866, 1727, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Nagrand', 'Zangar Ridge', NULL, NULL),
|
|
(867, 1603, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Bleeding Hollow Ruins', NULL, NULL),
|
|
(867, 1604, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Cenarion Thicket', NULL, NULL),
|
|
(867, 1605, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Firewing Point', NULL, NULL),
|
|
(867, 1729, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Grangol\'var Village', NULL, NULL),
|
|
(867, 1731, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Stonebreaker Hold', NULL, NULL),
|
|
(867, 1732, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Tuurem', NULL, NULL),
|
|
(867, 1733, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Shattrath City', NULL, NULL),
|
|
(867, 1734, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Raastok Glade', NULL, NULL),
|
|
(867, 1735, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'The Barrier Hills', NULL, NULL),
|
|
(867, 1736, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Razorthorn Shelf', NULL, NULL),
|
|
(867, 1737, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Bonechewer Ruins', NULL, NULL),
|
|
(867, 1738, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Auchenai Grounds', NULL, NULL),
|
|
(867, 1739, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Carrion Hill', NULL, NULL),
|
|
(867, 1740, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Refugee Caravan', NULL, NULL),
|
|
(867, 1741, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Ring of Observance', NULL, NULL),
|
|
(867, 1742, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Shadow Tomb', NULL, NULL),
|
|
(867, 1743, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Derelict Caravan', NULL, NULL),
|
|
(867, 1745, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Veil Rhaze', NULL, NULL),
|
|
(867, 1746, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Writhing Mound', NULL, NULL),
|
|
(867, 1747, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Skettis', NULL, NULL),
|
|
(867, 4940, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Explore Terokkar Forest', 'Allerian Stronghold', NULL, NULL),
|
|
(868, 1789, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'Sun\'s Reach Harbor', NULL, NULL),
|
|
(868, 1791, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'Dawnstar Village', NULL, NULL),
|
|
(868, 1792, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'Sunwell Plateau', NULL, NULL),
|
|
(868, 1793, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'Magisters\' Terrace', NULL, NULL),
|
|
(868, 1794, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'Greengill Coast', NULL, NULL),
|
|
(868, 1795, 10, 14777, 97, 1, 80, 1, 1, NULL, 10, 'Explore Isle of Quel\'Danas', 'The Dead Scar', NULL, NULL),
|
|
(869, 6791, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '50000 Honorable Kills', 'Get 50000 honorable kills', NULL, NULL),
|
|
(870, 6790, 10, 95, -1, 1, 80, 1, 1, NULL, 10, '100000 Honorable Kills', 'Get 100000 honorable kills', NULL, NULL),
|
|
(871, 1800, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Avast Ye, Admiral!', 'Complete the Avast Ye, Admiral quest', NULL, NULL),
|
|
(872, 1801, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Frenzied Defender', 'Return 5 flags in a single battle', NULL, NULL),
|
|
(873, 1811, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Galvagar and Drek\'Thar survive', NULL, NULL),
|
|
(873, 1812, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower A1 owned by the Horde', NULL, NULL),
|
|
(873, 1813, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower A1 owned by the Horde', NULL, NULL),
|
|
(873, 1814, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower A3 owned by the Horde', NULL, NULL),
|
|
(873, 1815, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower A4 owned by the Horde', NULL, NULL),
|
|
(873, 1816, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower H1 owned by the Horde', NULL, NULL),
|
|
(873, 1817, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower H2 owned by the Horde', NULL, NULL),
|
|
(873, 1818, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower H3 owned by the Horde', NULL, NULL),
|
|
(873, 1819, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'Tower H4 owned by the Horde', NULL, NULL),
|
|
(873, 1826, 20, 14801, 95, 1, 80, 1, 1, NULL, 20, 'Frostwolf Perfection', 'win av', NULL, NULL),
|
|
(875, 1829, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Vengefully Dedicated', 'Win 200 ranked arena matches', NULL, NULL),
|
|
(876, 1830, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Brutally Dedicated', 'Win 300 ranked arena matches', NULL, NULL),
|
|
(877, 1832, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Cake Is Not A Lie', 'Make Delicious Chocolate Cake', NULL, NULL),
|
|
(878, 1835, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', 'Steelscale Crushfish', NULL, NULL),
|
|
(878, 1837, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '103 Pound Mightfish', NULL, NULL),
|
|
(878, 1838, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '22 Pound Lobster', NULL, NULL),
|
|
(878, 1839, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '15 Pound Mud Snapper', NULL, NULL),
|
|
(878, 1840, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '52 Pound Redgill', NULL, NULL),
|
|
(878, 1841, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '29 Pound Salmon', NULL, NULL),
|
|
(878, 1842, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '68 Pound Grouper', NULL, NULL),
|
|
(878, 1843, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', '32 Pound Catfish', NULL, NULL),
|
|
(878, 1844, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', 'Rockhide Strongfish', NULL, NULL),
|
|
(878, 1846, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'One That Didn\'t Get Away', 'Dark Herring', NULL, NULL),
|
|
(879, 1847, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Ivory Raptor', NULL, NULL),
|
|
(879, 1848, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Mottled Red Raptor', NULL, NULL),
|
|
(879, 1849, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Palomino', NULL, NULL),
|
|
(879, 1850, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'White Stallion', NULL, NULL),
|
|
(879, 1851, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Red Wolf', NULL, NULL),
|
|
(879, 1852, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Arctic Wolf', NULL, NULL),
|
|
(879, 1853, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Frostsaber', NULL, NULL),
|
|
(879, 1854, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Nightsaber', NULL, NULL),
|
|
(879, 1855, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Green Kodo', NULL, NULL),
|
|
(879, 1856, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Teal Kodo', NULL, NULL),
|
|
(879, 1857, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Black Ram', NULL, NULL),
|
|
(879, 1858, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Frost Ram', NULL, NULL),
|
|
(879, 1859, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Icy Blue Mechanostrider Mod A', NULL, NULL),
|
|
(879, 1860, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'White Mechanostrider Mod B', NULL, NULL),
|
|
(879, 6192, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Ivory Raptor', NULL, NULL),
|
|
(879, 6193, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Mottled Red Raptor', NULL, NULL),
|
|
(879, 6194, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Palomino', NULL, NULL),
|
|
(879, 6195, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'White Stallion', NULL, NULL),
|
|
(879, 6196, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Red Wolf', NULL, NULL),
|
|
(879, 6197, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Arctic Wolf', NULL, NULL),
|
|
(879, 6198, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Ancient Frostsaber', NULL, NULL),
|
|
(879, 6199, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Nightsaber', NULL, NULL),
|
|
(879, 6200, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Green Kodo', NULL, NULL),
|
|
(879, 6201, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Teal Kodo', NULL, NULL),
|
|
(879, 6202, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Black Ram', NULL, NULL),
|
|
(879, 6203, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Frost Ram', NULL, NULL),
|
|
(879, 6204, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'Icy Blue Mechanostrider Mod A', NULL, NULL),
|
|
(879, 6205, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Old School Ride', 'White Mechanostrider Mod B', NULL, NULL),
|
|
(880, 6161, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift Zulian Tiger', 'Swift Zulian Tiger', NULL, NULL),
|
|
(881, 6162, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift Razzashi Raptor', 'Swift Razzashi Raptor', NULL, NULL),
|
|
(882, 1863, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Fiery Warhorse\'s Reins', 'Fiery Warhorse\'s Reins', NULL, NULL),
|
|
(882, 6163, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Fiery Warhorse\'s Reins', 'Fiery Warhorse', NULL, NULL),
|
|
(883, 6164, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Reins of the Raven Lord', 'Raven Lord', NULL, NULL),
|
|
(884, 6165, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift White Hawkstrider', 'Swift White Hawkstrider', NULL, NULL),
|
|
(885, 6166, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Ashes of Al\'ar', 'Ashes of Al\'ar', NULL, NULL),
|
|
(886, 1867, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift Nether Drake', 'Swift Nether Drake', NULL, NULL),
|
|
(886, 6167, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift Nether Drake', 'Swift Nether Drake', NULL, NULL),
|
|
(887, 1868, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Merciless Nether Drake', 'Merciless Nether Drake', NULL, NULL),
|
|
(887, 6168, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Merciless Nether Drake', 'Merciless Nether Drake', NULL, NULL),
|
|
(888, 1869, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Vengeful Nether Drake', 'Vengeful Nether Drake', NULL, NULL),
|
|
(888, 6169, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Vengeful Nether Drake', 'Vengeful Nether Drake', NULL, NULL),
|
|
(889, 1870, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Fast and Furious', 'Journeyman Riding', NULL, NULL),
|
|
(890, 1871, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Into The Wild Blue Yonder', 'Expert Riding', NULL, NULL),
|
|
(891, 1872, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Giddy Up!', 'Apprentice Riding', NULL, NULL),
|
|
(892, 1873, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Right Stuff', 'Artisan Riding', NULL, NULL),
|
|
(893, 1874, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Cenarion War Hippogryph', 'Cenarion War Hippogryph', NULL, NULL),
|
|
(893, 6206, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Cenarion War Hippogryph', 'Cenarion War Hippogryph', NULL, NULL),
|
|
(894, 1875, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Flying High Over Skettis', 'Exalted with Sha\'tari Skyguard', NULL, NULL),
|
|
(896, 1877, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'A Quest a Day Keeps the Ogres at Bay', 'Exalted with Ogri\'la', NULL, NULL),
|
|
(897, 1878, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'You\'re So Offensive', 'Exalted with Shattered Sun Offensive', NULL, NULL),
|
|
(898, 1879, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'On Wings of Nether', 'Exalted with Netherwing', NULL, NULL),
|
|
(899, 1880, 15, 14865, 201, 1, 80, 1, 1, NULL, 15, 'Oh My, Kurenai', 'Exalted with the Kurenai', NULL, NULL),
|
|
(900, 1881, 15, 14865, 201, 1, 80, 1, 1, NULL, 15, 'The Czar of Sporeggar', 'Exalted with the Sporeggar', NULL, NULL),
|
|
(901, 1882, 15, 14865, 201, 1, 80, 1, 1, NULL, 15, 'Mag\'har of Draenor', 'Exalted with The Mag\'har', NULL, NULL),
|
|
(902, 1883, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Chief Exalted Officer', 'Exalted with the Consortium', NULL, NULL),
|
|
(903, 1884, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Shattrath Divided', 'Exalted with The Scryers', NULL, NULL),
|
|
(903, 3610, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Shattrath Divided', 'Exalted with The Aldor', NULL, NULL),
|
|
(905, 1886, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Man Barlowned', 'Crocolisks in the City', NULL, NULL),
|
|
(905, 1887, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Man Barlowned', 'Bait Bandits', NULL, NULL),
|
|
(905, 1888, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Man Barlowned', 'Felblood Fillet', NULL, NULL),
|
|
(905, 1889, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Man Barlowned', 'The One That Got Away', NULL, NULL),
|
|
(905, 1890, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Man Barlowned', 'Shrimpin\' Ain\'t Easy', NULL, NULL),
|
|
(906, 1891, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Kickin\' It Up a Notch', 'Revenge is Tasty', NULL, NULL),
|
|
(906, 1892, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Kickin\' It Up a Notch', 'Super Hot Stew', NULL, NULL),
|
|
(906, 1893, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Kickin\' It Up a Notch', 'Manalicious', NULL, NULL),
|
|
(906, 1894, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Kickin\' It Up a Notch', 'Soup for the Soul', NULL, NULL),
|
|
(907, 1896, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Justicar', 'Hero of the Stormpike Guard', NULL, NULL),
|
|
(907, 1899, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Justicar', 'Knight of Arathor', NULL, NULL),
|
|
(907, 1901, 20, 95, -1, 1, 80, 1, 1, NULL, 20, 'The Justicar', 'Silverwing Sentinel', NULL, NULL),
|
|
(908, 1902, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Arathi Basin', NULL, NULL),
|
|
(908, 1903, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Alterac Valley', NULL, NULL),
|
|
(908, 1904, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Eye of the Storm', NULL, NULL),
|
|
(908, 1905, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Warsong Gulch', NULL, NULL),
|
|
(909, 1906, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Arathi Basin', NULL, NULL),
|
|
(909, 1907, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Alterac Valley', NULL, NULL),
|
|
(909, 1908, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Eye of the Storm', NULL, NULL),
|
|
(909, 1909, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Call to Arms!', 'Call to Arms: Warsong Gulch', NULL, NULL),
|
|
(910, 1910, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Wildmane in Zul\'Farrak', NULL, NULL),
|
|
(910, 1911, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Starsong in the Sunken Temple', NULL, NULL),
|
|
(910, 1912, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Splitrock in Maraudon', NULL, NULL),
|
|
(910, 1913, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Stonefort in Blackrock Spire', NULL, NULL),
|
|
(910, 1914, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Morndeep in Blackrock Depths', NULL, NULL),
|
|
(910, 1915, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Farwhisper in Stratholme', NULL, NULL),
|
|
(910, 5259, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Jarten in Utgarde Keep', NULL, NULL),
|
|
(910, 5260, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Igasho in The Nexus', NULL, NULL),
|
|
(910, 5261, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Nurgen in Azjol-Nerub', NULL, NULL),
|
|
(910, 5262, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Kilias in Drak\'Tharon Keep', NULL, NULL),
|
|
(910, 5263, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Ohanzee in Gundrak', NULL, NULL),
|
|
(910, 5264, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Yurauk in the Halls of Stone', NULL, NULL),
|
|
(910, 5265, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Dungeons', 'Elder Chogan\'gada in Utgarde Pinnacle', NULL, NULL),
|
|
(911, 1916, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Runetotem in Razor Hill', NULL, NULL),
|
|
(911, 1917, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Skygleam in Azshara', NULL, NULL),
|
|
(911, 1918, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Moonwarden in The Crossroads', NULL, NULL),
|
|
(911, 1919, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder High Mountain in Camp Taurajo', NULL, NULL),
|
|
(911, 1920, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Windtotem in Ratchet', NULL, NULL),
|
|
(911, 1951, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Bladeleaf in Dolanaar', NULL, NULL),
|
|
(911, 1952, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Starweave in Auberdine', NULL, NULL),
|
|
(911, 1953, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Bloodhoof in Bloodhoof Village', NULL, NULL),
|
|
(911, 1954, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Riversong in Astranaar', NULL, NULL),
|
|
(911, 1955, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Grimtotem in Feralas', NULL, NULL),
|
|
(911, 1956, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Mistwalker in Dire Maul', NULL, NULL),
|
|
(911, 1957, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Nightwind in Felwood', NULL, NULL),
|
|
(911, 1958, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Skyseer in Freewind Post', NULL, NULL),
|
|
(911, 1959, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Morningdew in Mirage Raceway', NULL, NULL),
|
|
(911, 1960, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Ragetotem in Tanaris', NULL, NULL),
|
|
(911, 1961, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Dreamseer in Gadgetzan', NULL, NULL),
|
|
(911, 1962, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Thunderhorn in Un\'Goro', NULL, NULL),
|
|
(911, 1963, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Brightspear in Winterspring', NULL, NULL),
|
|
(911, 1964, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Stonespire in Everlook', NULL, NULL),
|
|
(911, 1965, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Primestone in Silithus', NULL, NULL),
|
|
(911, 1966, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Kalimdor', 'Elder Bladesing in Cenarion Hold', NULL, NULL),
|
|
(912, 1922, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Goldwell in Kharanos', NULL, NULL),
|
|
(912, 1923, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Bellowrage in Blasted Lands', NULL, NULL),
|
|
(912, 1924, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Stormbrow in Goldshire', NULL, NULL),
|
|
(912, 1925, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Meadowrun in Western Plaguelands', NULL, NULL),
|
|
(912, 1926, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Starglade in Zul\'Gurub', NULL, NULL),
|
|
(912, 1927, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Winterhoof in Booty Bay', NULL, NULL),
|
|
(912, 1937, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Silvervein in Thelsamar', NULL, NULL),
|
|
(912, 1938, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Skychaser in Sentinel Hill', NULL, NULL),
|
|
(912, 1939, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Rumblerock in Burning Steppes', NULL, NULL),
|
|
(912, 1940, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Dawnstrider in Flame Crest', NULL, NULL),
|
|
(912, 1941, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Highpeak in The Hinterlands', NULL, NULL),
|
|
(912, 1942, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Ironband in Searing Gorge', NULL, NULL),
|
|
(912, 1944, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Graveborn in Brill', NULL, NULL),
|
|
(912, 1945, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Obsidian in The Sepulcher', NULL, NULL),
|
|
(912, 1946, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Windrun in Eastern Plaguelands', NULL, NULL),
|
|
(912, 1947, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Snowcrown in Light\'s Hope Chapel', NULL, NULL),
|
|
(912, 1950, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Eastern Kingdoms', 'Elder Moonstrike in Scholomance', NULL, NULL),
|
|
(913, 1934, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of Eastern Kingdoms', NULL, NULL),
|
|
(913, 1935, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of Kalimdor', NULL, NULL),
|
|
(913, 1936, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of the Dungeons', NULL, NULL),
|
|
(913, 2000, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of the Horde', NULL, NULL),
|
|
(913, 2001, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of the Alliance', NULL, NULL),
|
|
(913, 5162, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elders of Northrend', NULL, NULL),
|
|
(913, 6286, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', '50 Coins of Ancestry', NULL, NULL),
|
|
(913, 6287, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Lunar Festival Finery', NULL, NULL),
|
|
(913, 6288, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'The Rocket\'s Red Glare', NULL, NULL),
|
|
(913, 6289, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Frenzied Firecracker', NULL, NULL),
|
|
(913, 6290, 30, 155, -1, 1, 80, 1, 1, NULL, 30, 'To Honor One\'s Elders', 'Elune\'s Blessing', NULL, NULL),
|
|
(914, 1991, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Horde', 'Elder Darkhorn in Orgrimmar', NULL, NULL),
|
|
(914, 1992, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Horde', 'Elder Wheathoof in Thunder Bluff', NULL, NULL),
|
|
(914, 1993, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Horde', 'Elder Darkcore in Undercity', NULL, NULL),
|
|
(915, 1997, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Alliance', 'Elder Bronzebeard in Ironforge', NULL, NULL),
|
|
(915, 1998, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Alliance', 'Elder Hammershout in Stormwind', NULL, NULL),
|
|
(915, 1999, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of the Alliance', 'Elder Bladeswift in Darnassus', NULL, NULL),
|
|
(916, 6846, 1, 125, 122, -1, 80, 1, 1, NULL, 0, 'Total deaths in 25-player raids', '25 man raids', NULL, NULL),
|
|
(917, 6845, 1, 125, 122, -1, 80, 1, 1, NULL, 0, 'Total deaths in 10-player raids', '10 man raids', NULL, NULL),
|
|
(918, 6847, 1, 125, 122, -1, 80, 1, 1, NULL, 0, 'Total deaths in 5-player dungeons', '5 man instances', NULL, NULL),
|
|
(919, 4219, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold earned from auctions', 'Gold Earned from Auctions', NULL, NULL),
|
|
(921, 3361, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold from vendors', 'Gold from vendors', NULL, NULL),
|
|
(922, 4308, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Auchenai Mana Potion', NULL, NULL),
|
|
(922, 4311, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Mana Potion Injector', NULL, NULL),
|
|
(922, 4312, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Super Mana Potion', NULL, NULL),
|
|
(922, 4313, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Bottled Nethergon Energy', NULL, NULL),
|
|
(922, 4314, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Crystal Mana Potion', NULL, NULL),
|
|
(922, 4315, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Dreamless Sleep Potion', NULL, NULL),
|
|
(922, 4316, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Greater Dreamless Sleep Potion', NULL, NULL),
|
|
(922, 4317, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Dreamless Sleep Potion', NULL, NULL),
|
|
(922, 4321, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Fel Mana Potion', NULL, NULL),
|
|
(922, 4322, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Greater Mana Potion', NULL, NULL),
|
|
(922, 4323, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Lesser Mana Potion', NULL, NULL),
|
|
(922, 4324, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Mad Alchemist\'s Potion', NULL, NULL),
|
|
(922, 4326, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Mana Draught', NULL, NULL),
|
|
(922, 4327, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Superior Mana Draught', NULL, NULL),
|
|
(922, 4328, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Mana Potion', NULL, NULL),
|
|
(922, 4329, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Rejuvenation Potion', NULL, NULL),
|
|
(922, 4330, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Mana Potion', NULL, NULL),
|
|
(922, 4331, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Minor Mana Potion', NULL, NULL),
|
|
(922, 4332, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Rulkster\'s Brain Juice', NULL, NULL),
|
|
(922, 4333, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Superior Mana Potion', NULL, NULL),
|
|
(922, 4334, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Super Rejuvenation Potion', NULL, NULL),
|
|
(922, 4335, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Unstable Mana Potion', NULL, NULL),
|
|
(922, 4336, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Wildvine Potion', NULL, NULL),
|
|
(922, 5184, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Runic Mana Potion', NULL, NULL),
|
|
(922, 5185, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Combat Mana Potion', NULL, NULL),
|
|
(922, 5186, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Combat Mana Potion', NULL, NULL),
|
|
(922, 5187, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Combat Mana Potion', NULL, NULL),
|
|
(922, 5188, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Major Combat Mana Potion', NULL, NULL),
|
|
(922, 5189, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Icy Mana Potion', NULL, NULL),
|
|
(922, 6379, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Runic Mana Injector', NULL, NULL),
|
|
(922, 7420, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Minor Rejuvenation Potion', NULL, NULL),
|
|
(922, 7421, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Potion of Nightmares', NULL, NULL),
|
|
(922, 7422, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Powerful Rejuvenation Potion', NULL, NULL),
|
|
(922, 7905, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Combat Mana Potion', NULL, NULL),
|
|
(922, 7906, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Argent Mana Potion', NULL, NULL),
|
|
(922, 7907, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potions consumed', 'Endless Mana Potion', NULL, NULL),
|
|
(923, 4337, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Sheen of Zanza', NULL, NULL),
|
|
(923, 4338, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Spirit of Zanza', NULL, NULL),
|
|
(923, 4339, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Swiftness of Zanza', NULL, NULL),
|
|
(923, 4340, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Adept\'s Elixir', NULL, NULL),
|
|
(923, 4341, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Arcane Elixir', NULL, NULL),
|
|
(923, 4342, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Bloodberry Elixir', NULL, NULL),
|
|
(923, 4343, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Catseye Elixir', NULL, NULL),
|
|
(923, 4344, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Cerebral Cortex Compound', NULL, NULL),
|
|
(923, 4345, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Earthen Elixir', NULL, NULL),
|
|
(923, 4346, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Agility', NULL, NULL),
|
|
(923, 4347, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Brute Force', NULL, NULL),
|
|
(923, 4348, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Camouflage', NULL, NULL),
|
|
(923, 4349, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Defense', NULL, NULL),
|
|
(923, 4350, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Demonslaying', NULL, NULL),
|
|
(923, 4351, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Detect Demon', NULL, NULL),
|
|
(923, 4352, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Detect Lesser Invisibility', NULL, NULL),
|
|
(923, 4353, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Detect Undead', NULL, NULL),
|
|
(923, 4354, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Draenic Wisdom', NULL, NULL),
|
|
(923, 4355, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Dream Vision', NULL, NULL),
|
|
(923, 4356, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Empowerment', NULL, NULL),
|
|
(923, 4357, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Firepower', NULL, NULL),
|
|
(923, 4358, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Fortitude', NULL, NULL),
|
|
(923, 4359, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Frost Power', NULL, NULL),
|
|
(923, 4360, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Giant Growth', NULL, NULL),
|
|
(923, 4361, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Giants', NULL, NULL),
|
|
(923, 4362, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Greater Agility', NULL, NULL),
|
|
(923, 4363, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Greater Defense', NULL, NULL),
|
|
(923, 4364, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Greater Firepower', NULL, NULL),
|
|
(923, 4365, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Greater Intellect', NULL, NULL),
|
|
(923, 4366, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Greater Water Breathing', NULL, NULL),
|
|
(923, 4367, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Healing Power', NULL, NULL),
|
|
(923, 4368, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Ironskin', NULL, NULL),
|
|
(923, 4369, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Lesser Agility', NULL, NULL),
|
|
(923, 4370, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Lion\'s Strength', NULL, NULL),
|
|
(923, 4371, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Agility', NULL, NULL),
|
|
(923, 4372, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Defense', NULL, NULL),
|
|
(923, 4373, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Firepower', NULL, NULL),
|
|
(923, 4374, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Fortitude', NULL, NULL),
|
|
(923, 4375, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Frost Power', NULL, NULL),
|
|
(923, 4376, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Mageblood', NULL, NULL),
|
|
(923, 4377, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Shadow Power', NULL, NULL),
|
|
(923, 4378, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Major Strength', NULL, NULL),
|
|
(923, 4379, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mastery', NULL, NULL),
|
|
(923, 4380, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Agility', NULL, NULL),
|
|
(923, 4381, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Defense', NULL, NULL),
|
|
(923, 4382, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Fortitude', NULL, NULL),
|
|
(923, 4383, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Mageblood', NULL, NULL),
|
|
(923, 4384, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Strength', NULL, NULL),
|
|
(923, 4385, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Minor Agility', NULL, NULL),
|
|
(923, 4386, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Minor Defense', NULL, NULL),
|
|
(923, 4387, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Minor Fortitude', NULL, NULL),
|
|
(923, 4388, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Ogre\'s Strength', NULL, NULL),
|
|
(923, 4389, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Shadow Power', NULL, NULL),
|
|
(923, 4390, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Spirit', NULL, NULL),
|
|
(923, 4391, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Superior Defense', NULL, NULL),
|
|
(923, 4392, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Toughness', NULL, NULL),
|
|
(923, 4393, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Water Breathing', NULL, NULL),
|
|
(923, 4394, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Water Walking', NULL, NULL),
|
|
(923, 4395, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Wisdom', NULL, NULL),
|
|
(923, 4396, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of the Mongoose', NULL, NULL),
|
|
(923, 4397, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of the Sages', NULL, NULL),
|
|
(923, 4398, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of the Searching Eye', NULL, NULL),
|
|
(923, 4399, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Fel Strength Elixir', NULL, NULL),
|
|
(923, 4400, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Gift of Arthas', NULL, NULL),
|
|
(923, 4401, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Gizzard Gum', NULL, NULL),
|
|
(923, 4402, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Greater Arcane Elixir', NULL, NULL),
|
|
(923, 4403, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Ground Scorpok Assay', NULL, NULL),
|
|
(923, 4404, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Lung Juice Cocktail', NULL, NULL),
|
|
(923, 4405, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'R.O.I.D.S.', NULL, NULL),
|
|
(923, 4406, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Noggenfogger Elixir', NULL, NULL),
|
|
(923, 4407, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Onslaught Elixir', NULL, NULL),
|
|
(923, 8031, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Accuracy', NULL, NULL),
|
|
(923, 8032, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Deadly Strikes', NULL, NULL),
|
|
(923, 8062, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Defense', NULL, NULL),
|
|
(923, 8063, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Expertise', NULL, NULL),
|
|
(923, 8064, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Armor Piercing', NULL, NULL),
|
|
(923, 8065, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Lightning Speed', NULL, NULL),
|
|
(923, 8066, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Mighty Thoughts', NULL, NULL),
|
|
(923, 8067, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Crystal Force', NULL, NULL),
|
|
(923, 8068, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Crystal Ward', NULL, NULL),
|
|
(923, 8069, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Juju Ember', NULL, NULL),
|
|
(923, 8070, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Juju Chill', NULL, NULL),
|
|
(923, 8071, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Juju Escape', NULL, NULL),
|
|
(923, 8072, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Juju Might', NULL, NULL),
|
|
(923, 8073, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Winterfall Firewater', NULL, NULL),
|
|
(923, 8074, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Major Troll\'s Blood Elixir', NULL, NULL),
|
|
(923, 8075, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Mageblood Elixir', NULL, NULL),
|
|
(923, 8076, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Weak Troll\'s Blood Elixir', NULL, NULL),
|
|
(923, 8077, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Mighty Troll\'s Blood Elixir', NULL, NULL),
|
|
(923, 8078, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Wrath Elixir', NULL, NULL),
|
|
(923, 8079, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Spellpower Elixir', NULL, NULL),
|
|
(923, 8080, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Guru\'s Elixir', NULL, NULL),
|
|
(923, 8081, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Worg\'s Blood Elixir', NULL, NULL),
|
|
(923, 8082, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Bloodkelp Elixir of Dodging', NULL, NULL),
|
|
(923, 8083, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Bloodkelp Elixir of Resistance', NULL, NULL),
|
|
(923, 8084, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Videre Elixir', NULL, NULL),
|
|
(923, 8085, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Ahuurn\'s Elixir', NULL, NULL),
|
|
(923, 8086, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Elixir of Shadows', NULL, NULL),
|
|
(923, 8087, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Drakuru\'s Elixir', NULL, NULL),
|
|
(923, 8088, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Zort\'s Protective Elixir', NULL, NULL),
|
|
(923, 8089, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Zort\'s Protective Elixir', NULL, NULL),
|
|
(923, 8090, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Murkweed Elixir', NULL, NULL),
|
|
(923, 8648, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixirs consumed', 'Strong Troll\'s Blood Elixir', NULL, NULL),
|
|
(924, 4737, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Argent Crusade', NULL, NULL),
|
|
(924, 4738, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Kalu\'ak', NULL, NULL),
|
|
(924, 4739, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Frenzyheart Tribe', NULL, NULL),
|
|
(924, 4740, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Oracles', NULL, NULL),
|
|
(924, 4741, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Wyrmrest Accord', NULL, NULL),
|
|
(924, 4742, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Kirin Tor', NULL, NULL),
|
|
(924, 4743, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Knights of the Ebon Blade', NULL, NULL),
|
|
(924, 4744, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Warsong Offensive', NULL, NULL),
|
|
(924, 4745, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Hand of Vengeance', NULL, NULL),
|
|
(924, 4746, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Taunka', NULL, NULL),
|
|
(924, 4747, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with Valiance Expedition', NULL, NULL),
|
|
(924, 4748, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Explorer\'s League', NULL, NULL),
|
|
(924, 4749, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Northrend factions at Exalted', 'Exlated with the Silver Convenant', NULL, NULL),
|
|
(925, 4750, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Ashtongue Deathsworn', NULL, NULL),
|
|
(925, 4751, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Cenarion Expedition', NULL, NULL),
|
|
(925, 4752, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Honor Hold', NULL, NULL),
|
|
(925, 4753, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Thrallmar', NULL, NULL),
|
|
(925, 4754, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Kurenai', NULL, NULL),
|
|
(925, 4755, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Netherwing', NULL, NULL),
|
|
(925, 4756, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Ogri\'la', NULL, NULL),
|
|
(925, 4757, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Sporeggar', NULL, NULL),
|
|
(925, 4758, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Consortium', NULL, NULL),
|
|
(925, 4759, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with Lower City', NULL, NULL),
|
|
(925, 4760, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Sha\'tari Skyguard', NULL, NULL),
|
|
(925, 4761, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Shattered Sun Offensive', NULL, NULL),
|
|
(925, 4762, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Aldor', NULL, NULL),
|
|
(925, 4763, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Scryers', NULL, NULL),
|
|
(925, 4764, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Sha\'tar', NULL, NULL),
|
|
(925, 4765, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Keepers of Time', NULL, NULL),
|
|
(925, 4766, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Scale of the Sands', NULL, NULL),
|
|
(925, 4767, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Outland factions at Exalted', 'Exlated with the Violet Eye', NULL, NULL),
|
|
(926, 5313, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Darkspear Trolls', NULL, NULL),
|
|
(926, 5314, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Orgrimmar', NULL, NULL),
|
|
(926, 5315, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Thunder Bluff', NULL, NULL),
|
|
(926, 5316, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Undercity', NULL, NULL),
|
|
(926, 5317, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Silvermoon City', NULL, NULL),
|
|
(926, 5318, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with The Defilers', NULL, NULL),
|
|
(926, 5319, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Warsong Outriders', NULL, NULL),
|
|
(926, 5320, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Frostwolf Clan', NULL, NULL),
|
|
(926, 5321, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with The Mag\'har', NULL, NULL),
|
|
(926, 5322, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Thrallmar', NULL, NULL),
|
|
(926, 5323, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Tranquillen', NULL, NULL),
|
|
(926, 5324, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with Warsong Offensive', NULL, NULL),
|
|
(926, 5325, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with The Hand of Vengeance', NULL, NULL),
|
|
(926, 5326, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with The Taunka', NULL, NULL),
|
|
(926, 5327, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Horde factions at Exalted', 'Exalted with The Sunreavers', NULL, NULL),
|
|
(927, 4768, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Cloak is Epic!', NULL, NULL),
|
|
(927, 4769, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Body is Epic!', NULL, NULL),
|
|
(927, 4770, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Chest is Epic!', NULL, NULL),
|
|
(927, 4771, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Feet are epic!', NULL, NULL),
|
|
(927, 4772, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Ring is Epic!', NULL, NULL),
|
|
(927, 4773, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Ring is Epic!', NULL, NULL),
|
|
(927, 4774, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Gloves are Epic!', NULL, NULL),
|
|
(927, 4775, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Helm is Epic!', NULL, NULL),
|
|
(927, 4776, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Legs are Epic!', NULL, NULL),
|
|
(927, 4777, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Weapon is Epic!', NULL, NULL),
|
|
(927, 4778, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Necklace is Epic!', NULL, NULL),
|
|
(927, 4779, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Off-hand is Epic!', NULL, NULL),
|
|
(927, 4780, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Ranged/Wand/Relic is Epic!', NULL, NULL),
|
|
(927, 4781, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Shoulders are Epic!', NULL, NULL),
|
|
(927, 4782, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Tabard is Epic!', NULL, NULL),
|
|
(927, 4783, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Trinket is Epic!', NULL, NULL),
|
|
(927, 4784, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Trinket is Epic!', NULL, NULL),
|
|
(927, 4785, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Belt is Epic!', NULL, NULL),
|
|
(927, 4786, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Equipped epic items in item slots', 'Bracers are Epic!', NULL, NULL),
|
|
(928, 2002, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Extra bank slots purchased', '', NULL, NULL),
|
|
(931, 5301, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Total factions encountered', 'Total factions encountered', NULL, NULL),
|
|
(932, 4987, 1, 14807, 1, 1, 80, 1, 1, NULL, 0, 'Total 5-player dungeons entered', '5-man instances run', NULL, NULL),
|
|
(933, 4988, 1, 14807, 1, 1, 80, 1, 1, NULL, 0, 'Total 10-player raids entered', '10-man instances run', NULL, NULL),
|
|
(934, 4989, 1, 14807, 1, 1, 80, 1, 1, NULL, 0, 'Total 25-player raids entered', '25-man raids run', NULL, NULL),
|
|
(937, 2003, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elune\'s Blessing', 'Complete Elune\'s Blessing', NULL, NULL),
|
|
(938, 2004, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'The Snows of Northrend', 'Post-partum Aggression', NULL, NULL),
|
|
(939, 2005, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Hills Like White Elekk', 'The Ultimate Bloodsport', NULL, NULL),
|
|
(940, 2006, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'The Green Hills of Stranglethorn', 'The Green Hills of Stranglethorn', NULL, NULL),
|
|
(940, 2007, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'The Green Hills of Stranglethorn', 'Big Game Hunter', NULL, NULL),
|
|
(941, 2008, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'Hemet Nesingwary: The Collected Quests', 'The Green Hills of Stranglethorn', NULL, NULL),
|
|
(941, 2009, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'Hemet Nesingwary: The Collected Quests', 'Hills Like White Elekk', NULL, NULL),
|
|
(941, 2010, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'Hemet Nesingwary: The Collected Quests', 'The Snows of Northrend', NULL, NULL),
|
|
(942, 2011, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with Timbermaw Hold', NULL, NULL),
|
|
(942, 2012, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with the Sporeggar', NULL, NULL),
|
|
(942, 2013, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with the Kurenai', NULL, NULL),
|
|
(943, 2014, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with Timbermaw Hold', NULL, NULL),
|
|
(943, 2015, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with the Sporeggar', NULL, NULL),
|
|
(943, 2016, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Diplomat', 'Exalted with the The Mag\'har', NULL, NULL),
|
|
(944, 2017, 15, 14864, 201, 1, 80, 1, 1, NULL, 15, 'They Love Me In That Tunnel', 'Timbermaw Exalted', NULL, NULL),
|
|
(945, 2023, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Argent Champion', 'The Argent Dawn', NULL, NULL),
|
|
(945, 2024, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'The Argent Champion', 'The Argent Crusade', NULL, NULL),
|
|
(946, 2020, 15, 14864, 201, 1, 80, 1, 1, NULL, 15, 'The Argent Dawn', 'Argent Dawn exalted', NULL, NULL),
|
|
(947, 2022, 15, 14866, 201, 1, 80, 1, 1, NULL, 15, 'The Argent Crusade', 'Argent Crusade exalted', NULL, NULL),
|
|
(948, 2030, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Alliance', 'Exalted Stormwind', NULL, NULL),
|
|
(948, 2031, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Alliance', 'Exalted Ironforge', NULL, NULL),
|
|
(948, 2032, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Alliance', 'Exalted Darnassus', NULL, NULL),
|
|
(948, 2033, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Alliance', 'Exalted Gnomeregan Exiles', NULL, NULL),
|
|
(948, 2034, 10, 201, -1, 1, 80, 1, 1, NULL, 10, 'Ambassador of the Alliance', 'Exalted Exodar', NULL, NULL),
|
|
(949, 2035, 15, 14866, 201, 1, 80, 1, 1, NULL, 15, 'Tuskarrmageddon', 'The Kalu\'ak exalted', NULL, NULL),
|
|
(950, 2036, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Frenzyheart Tribe', 'Frenzyheart Tribe exalted', NULL, NULL),
|
|
(951, 2037, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'The Oracles', 'The Oracles exalted', NULL, NULL),
|
|
(952, 2039, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Mercenary of Sholazar', 'The Oracles', NULL, NULL),
|
|
(952, 2040, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Mercenary of Sholazar', 'Frenzyheart Tribe', NULL, NULL),
|
|
(953, 2045, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'Guardian of Cenarius', 'Exalted with Cenarion Circle', NULL, NULL),
|
|
(953, 2046, 25, 201, -1, 1, 80, 1, 1, NULL, 25, 'Guardian of Cenarius', 'Exalted with Cenarion Expedition', NULL, NULL),
|
|
(955, 2048, 10, 14864, 201, 1, 80, 1, 1, NULL, 10, 'Hydraxian Waterlords', 'Exalted with the Hydraxian Waterlords', NULL, NULL),
|
|
(956, 2049, 10, 14864, 201, 1, 80, 1, 1, NULL, 10, 'Brood of Nozdormu', 'Exalted with the Brood of Nozdormu', NULL, NULL),
|
|
(957, 2050, 10, 14864, 201, 1, 80, 1, 1, NULL, 10, 'Hero of the Zandalar Tribe', 'Exalted with the Zandalar Tribe', NULL, NULL),
|
|
(958, 2051, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Sworn to the Deathsworn', 'Exalted with the Ashtongue Deathsworn', NULL, NULL),
|
|
(959, 2052, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'The Scale of the Sands', 'Exalted with The Scale of the Sands', NULL, NULL),
|
|
(960, 2053, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'The Violet Eye', 'Exalted with The Violet Eye', NULL, NULL),
|
|
(961, 2054, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Chicken Party!', NULL, NULL),
|
|
(961, 2055, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Kartak\'s Rampage', NULL, NULL),
|
|
(961, 2056, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Tools of War', NULL, NULL),
|
|
(961, 2057, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Secret Strength of the Frenzyheart', NULL, NULL),
|
|
(961, 2058, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'The Heartblood\'s Strength', NULL, NULL),
|
|
(961, 2059, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Strength of the Tempest', NULL, NULL),
|
|
(961, 2060, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'Rejek: First Blood', NULL, NULL),
|
|
(961, 2061, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Honorary Frenzyheart', 'A Hero\'s Headgear', NULL, NULL),
|
|
(962, 2062, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Appeasing the Great Rain Stone', NULL, NULL),
|
|
(962, 2063, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Will of the Titans', NULL, NULL),
|
|
(962, 2064, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Mastery of the Crystals', NULL, NULL),
|
|
(962, 2065, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Power of the Great Ones', NULL, NULL),
|
|
(962, 2066, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Song of Reflection', NULL, NULL),
|
|
(962, 2067, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Song of Wind and Water', NULL, NULL),
|
|
(962, 2068, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'A Cleansing Song', NULL, NULL),
|
|
(962, 2069, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Savior of the Oracles', 'Song of Fecundity', NULL, NULL),
|
|
(963, 2071, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Ashenvale, Astranaar', NULL, NULL),
|
|
(963, 2073, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Azuremyst Isle, Azure Watch', NULL, NULL),
|
|
(963, 2074, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Bloodmyst Isle, Blood Watch', NULL, NULL),
|
|
(963, 2075, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Darkshore, Auberdine', NULL, NULL),
|
|
(963, 2076, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Darnassus, Craftsmen\'s Terrace', NULL, NULL),
|
|
(963, 2077, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Desolace, Nijel\'s Point', NULL, NULL),
|
|
(963, 2078, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Dustwallow Marsh, Theramore Isle', NULL, NULL),
|
|
(963, 2079, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Exodar, Seat of the Naaru', NULL, NULL),
|
|
(963, 2080, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Feralas, Feathermoon Stronghold', NULL, NULL),
|
|
(963, 2081, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Stonetalon Mountains, Stonetalon Peak', NULL, NULL),
|
|
(963, 2082, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Teldrassil, Dolanaar', NULL, NULL),
|
|
(963, 2083, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Barrens, Ratchet', NULL, NULL),
|
|
(963, 2084, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Dustwallow Marsh, Mudsprocket', NULL, NULL),
|
|
(963, 2085, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Silithus, Cenarion Hold', NULL, NULL),
|
|
(963, 2086, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Tanaris, Gadgetzan', NULL, NULL),
|
|
(963, 2087, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Winterspring, Everlook', NULL, NULL),
|
|
(964, 2072, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Going Down?', '65 yards without dying', NULL, NULL),
|
|
(965, 2099, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Barrens, Ratchet', NULL, NULL),
|
|
(965, 2100, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Dustwallow Marsh, Mudsprocket', NULL, NULL),
|
|
(965, 2101, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Silithus, Cenarion Hold', NULL, NULL),
|
|
(965, 2102, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Tanaris, Gadgetzan', NULL, NULL),
|
|
(965, 2103, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Winterspring, Everlook', NULL, NULL),
|
|
(965, 2105, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Ashenvale, Splintertree Post', NULL, NULL),
|
|
(965, 2106, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Barrens, Camp Taurajo', NULL, NULL),
|
|
(965, 2107, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Barrens, The Crossroads', NULL, NULL),
|
|
(965, 2108, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Desolace, Shadowprey Village', NULL, NULL),
|
|
(965, 2109, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Durotar, Razor Hill', NULL, NULL),
|
|
(965, 2110, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Dustwallow Marsh, Brackenwall Village', NULL, NULL),
|
|
(965, 2111, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Feralas, Camp Mojache', NULL, NULL),
|
|
(965, 2112, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Mulgore, Bloodhoof Village', NULL, NULL),
|
|
(965, 2113, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Orgrimmar, Valley of Strength', NULL, NULL),
|
|
(965, 2114, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Stonetalon Mountains, Sun Rock Retreat', NULL, NULL),
|
|
(965, 2115, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Thunder Bluff, Lower Rise', NULL, NULL),
|
|
(965, 2161, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Kalimdor', 'Thousand Needles, Freewind Post', NULL, NULL),
|
|
(966, 2132, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Dun Morogh, Kharanos', NULL, NULL),
|
|
(966, 2133, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Duskwood, Darkshire', NULL, NULL),
|
|
(966, 2134, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Elwynn Forest, Goldshire', NULL, NULL),
|
|
(966, 2135, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Hillsbrad Foothills, Southshore', NULL, NULL),
|
|
(966, 2136, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Hinterlands, Aerie Peak', NULL, NULL),
|
|
(966, 2137, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Ironforge, The Commons', NULL, NULL),
|
|
(966, 2138, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Loch Modan, Thelsamar', NULL, NULL),
|
|
(966, 2139, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Redridge Mountains, Lakeshire', NULL, NULL),
|
|
(966, 2140, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Stormwind, The Trade District', NULL, NULL),
|
|
(966, 2141, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Westfall, Sentinel Hill', NULL, NULL),
|
|
(966, 2142, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Wetlands, Menethil Harbor', NULL, NULL),
|
|
(966, 2143, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Eastern Plaguelands, Light\'s Hope Chapel', NULL, NULL),
|
|
(966, 2144, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Stranglethorn Vale, Booty Bay', NULL, NULL),
|
|
(967, 2145, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Eastern Plaguelands, Light\'s Hope Chapel', NULL, NULL),
|
|
(967, 2146, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Stranglethorn Vale, Booty Bay', NULL, NULL),
|
|
(967, 2147, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Arathi Highlands, Hammerfall', NULL, NULL),
|
|
(967, 2148, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Badlands, Kargath', NULL, NULL),
|
|
(967, 2149, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Eversong Woods, Fairbreeze Village', NULL, NULL),
|
|
(967, 2150, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Eversong Woods, Falconwing Square', NULL, NULL),
|
|
(967, 2151, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Ghostlands, Tranquillien', NULL, NULL),
|
|
(967, 2152, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Hillsbrad Foothills, Tarren Mill', NULL, NULL),
|
|
(967, 2153, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Hinterlands, Revantusk Village', NULL, NULL),
|
|
(967, 2154, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Silvermoon, The Bazaar', NULL, NULL),
|
|
(967, 2155, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Silvermoon, The Royal Exchange', NULL, NULL),
|
|
(967, 2156, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Silverpine Forest, The Sepulcher', NULL, NULL),
|
|
(967, 2157, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Stranglethorn Vale, Grom\'gol Base Camp', NULL, NULL),
|
|
(967, 2158, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Swamp of Sorrows, Stonard', NULL, NULL),
|
|
(967, 2159, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Tirisfal Glades, Brill', NULL, NULL),
|
|
(967, 2160, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Eastern Kingdoms', 'Undercity, The Trade Quarter', NULL, NULL),
|
|
(968, 2211, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Evergrove', NULL, NULL),
|
|
(968, 2212, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Netherstorm, Area 52', NULL, NULL),
|
|
(968, 2213, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Netherstorm, The Stormspire', NULL, NULL),
|
|
(968, 2214, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shattrath City, Aldor Rise or Scryer\'s Tier', NULL, NULL),
|
|
(968, 2215, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Zangarmarsh, Cenarion Refuge', NULL, NULL),
|
|
(968, 2216, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shadowmoon Valley, Altar of Sha\'tar or Sanctum of the Stars', NULL, NULL),
|
|
(968, 2217, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Mok\'Nathal Village', NULL, NULL),
|
|
(968, 2218, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Thunderlord Stronghold', NULL, NULL),
|
|
(968, 2219, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Hellfire Peninsula, Falcon Watch', NULL, NULL),
|
|
(968, 2220, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Nagrand, Garadar', NULL, NULL),
|
|
(968, 2221, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Hellfire Peninsula, Thrallmar', NULL, NULL),
|
|
(968, 2222, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shadowmoon Valley, Shadowmoon Village', NULL, NULL),
|
|
(968, 2223, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Terokkar Forest, Stonebreaker Hold', NULL, NULL),
|
|
(968, 2224, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Zangarmarsh, Zabra\'jin', NULL, NULL),
|
|
(969, 2195, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Sylvanaar', NULL, NULL),
|
|
(969, 2196, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Toshley\'s Station', NULL, NULL),
|
|
(969, 2197, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Hellfire Peninsula, Honor Hold', NULL, NULL),
|
|
(969, 2198, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Hellfire Peninsula, Temple of Telhamat', NULL, NULL),
|
|
(969, 2199, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Nagrand, Telaar', NULL, NULL),
|
|
(969, 2200, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shadowmoon Valley, Wildhammer Stronghold', NULL, NULL),
|
|
(969, 2201, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Terokkar Forest, Allerian Stronghold', NULL, NULL),
|
|
(969, 2202, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Zangarmarsh, Orebor Harborage', NULL, NULL),
|
|
(969, 2203, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Zangarmarsh, Telredor', NULL, NULL),
|
|
(969, 2204, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Blade\'s Edge Mountains, Evergrove', NULL, NULL),
|
|
(969, 2205, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Netherstorm, Area 52', NULL, NULL),
|
|
(969, 2206, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Netherstorm, The Stormspire', NULL, NULL),
|
|
(969, 2207, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shattrath City, Aldor Rise or Scryer\'s Tier', NULL, NULL),
|
|
(969, 2209, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Zangarmarsh, Cenarion Refuge', NULL, NULL),
|
|
(969, 2210, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Tricks and Treats of Outland', 'Shadowmoon Valley, Altar of Sha\'tar or Sanctum of the Stars', NULL, NULL),
|
|
(970, 2228, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Kalimdor', NULL, NULL),
|
|
(970, 2229, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Eastern Kingdoms', NULL, NULL),
|
|
(970, 2230, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Outland', NULL, NULL),
|
|
(971, 2225, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Kalimdor', NULL, NULL),
|
|
(971, 2226, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Eastern Kingdoms', NULL, NULL),
|
|
(971, 2227, 20, 158, 155, 1, 80, 1, 1, NULL, 20, 'Tricks and Treats of Azeroth', 'Tricks and Treats of Outland', NULL, NULL),
|
|
(972, 2231, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Trick or Treat!', 'Handful of Candy', NULL, NULL),
|
|
(973, 2232, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '5 Daily Quests Complete', 'Complete 5 daily quests', NULL, NULL),
|
|
(974, 2233, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '50 Daily Quests Complete', 'Complete 50 daily quests', NULL, NULL),
|
|
(975, 2234, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '200 Daily Quests Complete', 'Complete 200 daily quests', NULL, NULL),
|
|
(976, 2235, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '500 Daily Quests Complete', 'Complete 500 daily quests', NULL, NULL),
|
|
(977, 2236, 10, 96, -1, 1, 80, 1, 1, NULL, 10, '1000 Daily Quests Complete', 'Complete 1000 daily quests', NULL, NULL),
|
|
(978, 2239, 50, 96, -1, 1, 80, 1, 1, NULL, 50, '3000 Quests Completed', 'Complete 3000 quests', NULL, NULL),
|
|
(979, 2260, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Blood Elf Mask', NULL, NULL),
|
|
(979, 2261, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Draenei Mask', NULL, NULL),
|
|
(979, 2262, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Dwarf Mask', NULL, NULL),
|
|
(979, 2263, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Gnome Mask', NULL, NULL),
|
|
(979, 2264, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Human Mask', NULL, NULL),
|
|
(979, 2265, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Nightelf Mask', NULL, NULL),
|
|
(979, 2266, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Orc Mask', NULL, NULL),
|
|
(979, 2267, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Tauren Mask', NULL, NULL),
|
|
(979, 2268, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Troll Mask', NULL, NULL),
|
|
(979, 2269, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Female Undead Mask', NULL, NULL),
|
|
(979, 2270, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Blood Elf Mask', NULL, NULL),
|
|
(979, 2271, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Draenei Mask', NULL, NULL),
|
|
(979, 2272, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Dwarf Mask', NULL, NULL),
|
|
(979, 2273, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Gnome Mask', NULL, NULL),
|
|
(979, 2274, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Human Mask', NULL, NULL),
|
|
(979, 2275, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Nightelf Mask', NULL, NULL),
|
|
(979, 2276, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Orc Mask', NULL, NULL),
|
|
(979, 2277, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Tauren Mask', NULL, NULL),
|
|
(979, 2278, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Troll Mask', NULL, NULL),
|
|
(979, 2279, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'The Mask Task', 'Flimsy Male Undead Mask', NULL, NULL),
|
|
(980, 6160, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'The Horseman\'s Reins', 'Headless Horseman\'s Mount', NULL, NULL),
|
|
(981, 2285, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'That Sparkling Smile', 'Use Tooth Pick', NULL, NULL),
|
|
(1005, 2374, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Draenei', NULL, NULL),
|
|
(1005, 2375, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Human', NULL, NULL),
|
|
(1005, 2376, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Gnome', NULL, NULL),
|
|
(1005, 2377, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Dwarf', NULL, NULL),
|
|
(1005, 2378, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Know Thy Enemy', 'Night Elf', NULL, NULL),
|
|
(1006, 5031, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Orgrimmar', NULL, NULL),
|
|
(1006, 5032, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Silvermoon City', NULL, NULL),
|
|
(1006, 5033, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Shepherd\'s Gate', NULL, NULL),
|
|
(1006, 5034, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Thunder Bluff', NULL, NULL),
|
|
(1006, 5035, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Elder Rise', NULL, NULL),
|
|
(1006, 5036, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Hunter Rise', NULL, NULL),
|
|
(1006, 5037, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Spirit Rise', NULL, NULL),
|
|
(1006, 5038, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'The Pools of Vision', NULL, NULL),
|
|
(1006, 5039, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'City Defender', 'Undercity', NULL, NULL),
|
|
(1007, 2415, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'The Wyrmrest Accord', 'Exalted with Wyrmrest Accord', NULL, NULL),
|
|
(1008, 2416, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'The Kirin Tor', 'Exalted with Kirin Tor', NULL, NULL),
|
|
(1009, 2417, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Knights of the Ebon Blade', 'Exalted with Knights of the Ebon Blade', NULL, NULL),
|
|
(1010, 2418, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'Northrend Vanguard', 'The Argent Crusade', NULL, NULL),
|
|
(1010, 2419, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'Northrend Vanguard', 'The Wyrmrest Accord', NULL, NULL),
|
|
(1010, 2420, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'Northrend Vanguard', 'The Kirin Tor', NULL, NULL),
|
|
(1010, 2421, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'Northrend Vanguard', 'Knights of the Ebon Blade', NULL, NULL),
|
|
(1011, 2422, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'The Winds of the North', 'Exalted with Horde Expedition', NULL, NULL),
|
|
(1012, 2425, 20, 14866, 201, 1, 80, 1, 1, NULL, 20, 'The Winds of the North', 'Exalted with Alliance Vanguard', NULL, NULL),
|
|
(1014, 2428, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '35 Exalted Reputations', '35 reputations to exalted', NULL, NULL),
|
|
(1015, 2429, 10, 201, -1, 1, 80, 1, 1, NULL, 10, '40 Exalted Reputations', '40 reputations to exalted', NULL, NULL),
|
|
(1017, 3686, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Can I Keep Him?', 'Obtain a companion pet', NULL, NULL),
|
|
(1020, 0, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Ten Tabards', NULL, NULL, NULL),
|
|
(1021, 0, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Twenty-Five Tabards', NULL, NULL, NULL),
|
|
(1022, 3063, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1022, 3064, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Blasted Lands', NULL, NULL),
|
|
(1022, 3065, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1022, 3066, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Dun Morogh', NULL, NULL),
|
|
(1022, 3067, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Duskwood', NULL, NULL),
|
|
(1022, 3068, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Elwynn Forest', NULL, NULL),
|
|
(1022, 3069, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1022, 3070, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Loch Modan', NULL, NULL),
|
|
(1022, 3071, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Redridge Mountains', NULL, NULL),
|
|
(1022, 3072, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1022, 3073, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1022, 3074, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Western Plaguelands', NULL, NULL),
|
|
(1022, 3075, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Westfall', NULL, NULL),
|
|
(1022, 5078, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Eastern Kingdoms', 'Wetlands', NULL, NULL),
|
|
(1023, 3076, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1023, 3077, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Azuremyst Isle', NULL, NULL),
|
|
(1023, 3078, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Bloodmyst Isle', NULL, NULL),
|
|
(1023, 3079, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Darkshore', NULL, NULL),
|
|
(1023, 3080, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Desolace', NULL, NULL),
|
|
(1023, 3081, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1023, 3082, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Feralas', NULL, NULL),
|
|
(1023, 3083, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Silithus', NULL, NULL),
|
|
(1023, 3084, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1023, 3085, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Teldrassil', NULL, NULL),
|
|
(1023, 3087, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1024, 3089, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Blade\'s Edge Mountains', NULL, NULL),
|
|
(1024, 3090, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Hellfire Peninsula', NULL, NULL),
|
|
(1024, 3091, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Nagrand', NULL, NULL),
|
|
(1024, 3092, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Netherstorm', NULL, NULL),
|
|
(1024, 3093, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Shadowmoon Valley', NULL, NULL),
|
|
(1024, 3094, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Terokkar Forest', NULL, NULL),
|
|
(1024, 3095, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Warden of Outland', 'Zangarmarsh', NULL, NULL),
|
|
(1025, 3101, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1025, 3102, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1025, 3103, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1025, 3104, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Eversong Woods', NULL, NULL),
|
|
(1025, 3105, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Ghostlands', NULL, NULL),
|
|
(1025, 3106, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1025, 3107, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Silverpine Forest', NULL, NULL),
|
|
(1025, 3108, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1025, 3109, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Swamp of Sorrows', NULL, NULL),
|
|
(1025, 3110, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1025, 3111, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Eastern Kingdoms', 'Tirisfal Glades', NULL, NULL),
|
|
(1026, 3112, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1026, 3113, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Desolace', NULL, NULL),
|
|
(1026, 3114, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Durotar', NULL, NULL),
|
|
(1026, 3115, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1026, 3116, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Feralas', NULL, NULL),
|
|
(1026, 3117, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Mulgore', NULL, NULL),
|
|
(1026, 3118, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Silithus', NULL, NULL),
|
|
(1026, 3119, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Stonetalon Mountains', NULL, NULL),
|
|
(1026, 3120, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1026, 3121, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'The Barrens', NULL, NULL),
|
|
(1026, 3122, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Thousand Needles', NULL, NULL),
|
|
(1026, 3123, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1027, 3124, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Blade\'s Edge Mountains', NULL, NULL),
|
|
(1027, 3125, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Hellfire Peninsula', NULL, NULL),
|
|
(1027, 3126, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Nagrand', NULL, NULL),
|
|
(1027, 3127, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Netherstorm', NULL, NULL),
|
|
(1027, 3128, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Shadowmoon Valley', NULL, NULL),
|
|
(1027, 3129, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Terokkar Forest', NULL, NULL),
|
|
(1027, 3130, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Flame Keeper of Outland', 'Zangarmarsh', NULL, NULL),
|
|
(1028, 3131, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1028, 3132, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1028, 3133, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1028, 3134, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Eversong Woods', NULL, NULL),
|
|
(1028, 3135, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Ghostlands', NULL, NULL),
|
|
(1028, 3136, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1028, 3137, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Silverpine Forest', NULL, NULL),
|
|
(1028, 3138, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1028, 3139, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Swamp of Sorrows', NULL, NULL),
|
|
(1028, 3140, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1028, 3141, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Tirisfal Glades', NULL, NULL),
|
|
(1029, 3142, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1029, 3143, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Desolace', NULL, NULL),
|
|
(1029, 3144, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Durotar', NULL, NULL),
|
|
(1029, 3145, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1029, 3146, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Feralas', NULL, NULL),
|
|
(1029, 3147, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Mulgore', NULL, NULL),
|
|
(1029, 3148, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Silithus', NULL, NULL),
|
|
(1029, 3149, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Stonetalon Mountains', NULL, NULL),
|
|
(1029, 3150, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1029, 3151, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'The Barrens', NULL, NULL),
|
|
(1029, 3152, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Thousand Needles', NULL, NULL),
|
|
(1029, 3153, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1030, 3154, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Blade\'s Edge Mountains', NULL, NULL),
|
|
(1030, 3155, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Hellfire Peninsula', NULL, NULL),
|
|
(1030, 3156, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Nagrand', NULL, NULL),
|
|
(1030, 3157, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Netherstorm', NULL, NULL),
|
|
(1030, 3158, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Shadowmoon Valley', NULL, NULL),
|
|
(1030, 3159, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Terokkar Forest', NULL, NULL),
|
|
(1030, 3160, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Zangarmarsh', NULL, NULL),
|
|
(1031, 3161, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1031, 3162, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Blasted Lands', NULL, NULL),
|
|
(1031, 3163, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1031, 3164, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Dun Morogh', NULL, NULL),
|
|
(1031, 3165, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Duskwood', NULL, NULL),
|
|
(1031, 3166, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Elwynn Forest', NULL, NULL),
|
|
(1031, 3167, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1031, 3168, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Loch Modan', NULL, NULL),
|
|
(1031, 3169, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Redridge Mountains', NULL, NULL),
|
|
(1031, 3170, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1031, 3171, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1031, 3172, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Western Plaguelands', NULL, NULL),
|
|
(1031, 3173, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Westfall', NULL, NULL),
|
|
(1031, 5266, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Eastern Kingdoms', 'Wetlands', NULL, NULL),
|
|
(1032, 3174, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1032, 3175, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Azuremyst Isle', NULL, NULL),
|
|
(1032, 3176, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Bloodmyst Isle', NULL, NULL),
|
|
(1032, 3177, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Darkshore', NULL, NULL),
|
|
(1032, 3178, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Desolace', NULL, NULL),
|
|
(1032, 3179, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1032, 3180, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Feralas', NULL, NULL),
|
|
(1032, 3181, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Silithus', NULL, NULL),
|
|
(1032, 3182, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1032, 3183, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Teldrassil', NULL, NULL),
|
|
(1032, 3185, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1033, 3186, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Blade\'s Edge Mountains', NULL, NULL),
|
|
(1033, 3187, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Hellfire Peninsula', NULL, NULL),
|
|
(1033, 3188, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Nagrand', NULL, NULL),
|
|
(1033, 3189, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Netherstorm', NULL, NULL),
|
|
(1033, 3190, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Shadowmoon Valley', NULL, NULL),
|
|
(1033, 3191, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Terokkar Forest', NULL, NULL),
|
|
(1033, 3192, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Extinguishing Outland', 'Zangarmarsh', NULL, NULL),
|
|
(1034, 3193, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Warden of Eastern Kingdoms', NULL, NULL),
|
|
(1034, 3194, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Warden of Kalimdor', NULL, NULL),
|
|
(1034, 3195, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Warden of Outland', NULL, NULL),
|
|
(1035, 3196, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Horde', 'Extinguishing Eastern Kingdoms', NULL, NULL),
|
|
(1035, 3197, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Horde', 'Extinguishing Kalimdor', NULL, NULL),
|
|
(1035, 3198, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Horde', 'Extinguishing Outland', NULL, NULL),
|
|
(1036, 3199, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Keeper of Eastern Kingdoms', NULL, NULL),
|
|
(1036, 3200, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Keeper of Kalimdor', NULL, NULL),
|
|
(1036, 3201, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'The Fires of Azeroth', 'Flame Keeper of Outland', NULL, NULL),
|
|
(1037, 3202, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Alliance', 'Extinguishing Eastern Kingdoms', NULL, NULL),
|
|
(1037, 3203, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Alliance', 'Extinguishing Kalimdor', NULL, NULL),
|
|
(1037, 3204, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'Desecration of the Alliance', 'Extinguishing Outland', NULL, NULL),
|
|
(1038, 3205, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'The Fires of Azeroth', NULL, NULL),
|
|
(1038, 3206, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'Desecration of the Horde', NULL, NULL),
|
|
(1038, 6291, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'Ice the Frost Lord', NULL, NULL),
|
|
(1038, 7334, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'Burning Hot Pole Dance', NULL, NULL),
|
|
(1038, 7336, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'King of the Fire Festival', NULL, NULL),
|
|
(1038, 7337, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Warden', 'Torch Juggler', NULL, NULL),
|
|
(1039, 3207, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'The Fires of Azeroth', NULL, NULL),
|
|
(1039, 3208, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'Desecration of the Alliance', NULL, NULL),
|
|
(1039, 7338, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'Burning Hot Pole Dance', NULL, NULL),
|
|
(1039, 7339, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'Ice the Frost Lord', NULL, NULL),
|
|
(1039, 7340, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'King of the Fire Festival', NULL, NULL),
|
|
(1039, 7341, 20, 155, -1, 1, 80, 1, 1, NULL, 20, 'The Flame Keeper', 'Torch Juggler', NULL, NULL),
|
|
(1040, 3216, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Rotten Hallow', 'Crashing the Wickerman Festival', NULL, NULL),
|
|
(1040, 3217, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Rotten Hallow', 'The Power of Pine', NULL, NULL),
|
|
(1041, 3218, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Rotten Hallow', 'Rotten Eggs and Ruined Kegs', NULL, NULL),
|
|
(1041, 3219, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'Rotten Hallow', 'Stinking Up Southshore', NULL, NULL),
|
|
(1042, 3231, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Number of hugs', 'Number of hugs', NULL, NULL),
|
|
(1043, 5803, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Greed rolls made on loot', 'Greed rolls on loot', NULL, NULL),
|
|
(1044, 5802, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Need rolls made on loot', 'Need rolls for loot', NULL, NULL),
|
|
(1045, 3233, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total cheers', 'Total cheers', NULL, NULL),
|
|
(1047, 3232, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total facepalms', 'Total facepalms', NULL, NULL),
|
|
(1057, 4962, 1, 123, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in 2v2', '2v2 Deaths', NULL, NULL),
|
|
(1065, 3236, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total waves', 'Total waves', 4537, 1),
|
|
(1066, 3238, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times LOL\'d', 'laugh', NULL, NULL),
|
|
(1066, 7194, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times LOL\'d', 'chuckle', NULL, NULL),
|
|
(1066, 7195, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times LOL\'d', 'guffaw', NULL, NULL),
|
|
(1066, 7196, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times LOL\'d', 'rofl', NULL, NULL),
|
|
(1066, 7197, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times LOL\'d', 'giggle', NULL, NULL),
|
|
(1067, 3237, 1, 131, 1, 1, 80, 1, 1, NULL, 0, 'Total times playing world\'s smallest violin', 'Total times playing world\'s smallest violin', NULL, NULL),
|
|
(1068, 3239, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Keli\'dan the Breaker kills (The Blood Furnace)', 'Keli\'dan the Breaker', NULL, NULL),
|
|
(1069, 3241, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Nexus-Prince Shaffar kills (Mana Tombs)', 'Nexus-Prince Shaffar', NULL, NULL),
|
|
(1070, 3242, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Epoch Hunter kills (The Escape From Durnholde)', 'Epoch Hunter', NULL, NULL),
|
|
(1071, 3240, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Quagmirran kills (Slave Pens)', 'Quagmirran', NULL, NULL),
|
|
(1072, 3243, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Black Stalker kills (Underbog)', 'The Black Stalker', NULL, NULL),
|
|
(1073, 3244, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Exarch Maladaar kills (Auchenai Crypts)', 'Exarch Maladaar', NULL, NULL),
|
|
(1074, 3245, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Talon King Ikiss kills (Sethekk Halls)', 'Talon King Ikiss', NULL, NULL),
|
|
(1075, 3246, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Murmur kills (Shadow Labyrinth)', 'Murmur', NULL, NULL),
|
|
(1076, 3247, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Aeonus kills (Opening of the Dark Portal)', 'Aeonus', NULL, NULL),
|
|
(1077, 3248, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Warlord Kalithresh kills (The Steamvault)', 'Warlord Kalithresh', NULL, NULL),
|
|
(1078, 3249, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Warchief Kargath Bladefist kills (The Shattered Halls)', 'Warchief Kargath Bladefist', NULL, NULL),
|
|
(1079, 3250, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Pathaleon the Calculator kills (The Mechanar)', 'Pathaleon the Calculator', NULL, NULL),
|
|
(1080, 3251, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Warp Splinter kills (The Botanica)', 'Warp Splinter', NULL, NULL),
|
|
(1081, 3252, 1, 14822, 14807, 1, 70, 61, 66, NULL, 5, 'Harbinger Skyriss kills (The Arcatraz)', 'Harbinger Skyriss', NULL, NULL),
|
|
(1082, 3253, 2, 14822, 14807, 3, 70, 61, 66, NULL, 5, 'Kael\'thas Sunstrider kills (Magister\'s Terrace)', 'Kael\'thas Sunstrider', NULL, NULL),
|
|
(1083, 3254, 2, 14822, 14807, 4, 70, 70, 70, NULL, 5, 'Prince Malchezaar kills (Karazhan)', 'Prince Malchezaar', NULL, NULL),
|
|
(1084, 3255, 2, 14822, 14807, 3, 70, 68, 68, NULL, 5, 'Zul\'jin kills (Zul\'Aman)', 'Zul\'jin', NULL, NULL),
|
|
(1085, 3256, 2, 14822, 14807, 3, 70, 61, 66, NULL, 5, 'Gruul kills (Gruul\'s Lair)', 'Gruul the Dragonkiller', NULL, NULL),
|
|
(1086, 3257, 2, 14822, 14807, 3, 70, 61, 66, NULL, 5, 'Magtheridon kills (Magtheridon\'s Lair)', 'Magtheridon', NULL, NULL),
|
|
(1087, 3258, 2, 14822, 14807, 3, 70, 61, 66, NULL, 5, 'Lady Vashj kills (Serpentshrine Cavern)', 'Lady Vashj', NULL, NULL),
|
|
(1088, 3259, 2, 14822, 14807, 3, 70, 70, 70, NULL, 5, 'Kael\'thas Sunstrider kills (Tempest Keep)', 'Kael\'thas Sunstrider', NULL, NULL),
|
|
(1089, 3260, 2, 14822, 14807, 4, 70, 70, 70, NULL, 5, 'Illidan Stormrage kills (The Black Temple)', 'Illidan Stormrage', NULL, NULL),
|
|
(1090, 3261, 2, 14822, 14807, 4, 70, 70, 70, NULL, 5, 'Kil\'jaeden kills (Sunwell Plateau)', 'Kil\'jaeden', NULL, NULL),
|
|
(1091, 3262, 2, 14821, 14807, 1.8, 26, 10, 19, 'Deadmines', 5, 'Edwin VanCleef kills (Deadmines)', 'Edwin VanCleef', NULL, NULL),
|
|
(1092, 3263, 1, 14821, 14807, 2, 30, 11, 23, 'Shadowfang Keep\r\n', 5, 'Archmage Arugal kills (Shadowfang Keep)', 'Archmage Arugal', NULL, NULL),
|
|
(1093, 3264, 2, 14821, 14807, 2.2, 43, 23, 33, 'Scarlet Monastery', 5, 'Scarlet Commander Mograine kills (Scarlet Monastery)', 'Scarlet Commander Mograine', NULL, NULL),
|
|
(1094, 3265, 2, 14821, 14807, 2.5, 58, 39, 45, 'Zul\'Farrak\r\n', 5, 'Chief Ukorz Sandscalp kills (Zul\'Farrak)', 'Chief Ukorz Sandscalp', NULL, NULL),
|
|
(1095, 3266, 2, 14821, 14807, 2.7, 60, 42, 55, 'Blackrock Depths', 5, 'Emperor Dagran Thaurissan kills (Blackrock Depths)', 'Emperor Dagran Thaurissan', NULL, NULL),
|
|
(1096, 3268, 2, 14821, 14807, 2.8, 60, 48, 58, 'Blackrock Spire', 5, 'General Drakkisath kills (Blackrock Spire)', 'General Drakkisath', NULL, NULL),
|
|
(1097, 3270, 2, 14821, 14807, 2.7, 60, 37, 55, 'Stratholme', 5, 'Baron Rivendare kills (Stratholme)', 'Baron Rivendare', NULL, NULL),
|
|
(1098, 3271, 1, 14821, 14807, 6, 80, 80, 80, 'Onyxia\'s Lair', 5, 'Onyxia kills (Onyxia\'s Lair)', 'Onyxia', NULL, NULL),
|
|
(1099, 3272, 2, 14821, 14807, 3, 60, 50, 60, 'Molten Core', 5, 'Ragnaros kills (Molten Core)', 'Ragnaros', NULL, NULL),
|
|
(1100, 3273, 2, 14821, 14807, 3, 60, 50, 60, 'Blackwing Lair', 5, 'Nefarian kills (Blackwing Lair)', 'Nefarian', NULL, NULL),
|
|
(1101, 3274, 2, 14821, 14807, 3.5, 60, 50, 60, NULL, 5, 'C\'Thun kills (Temple of Ahn\'Qiraj)', 'C\'Thun', NULL, NULL),
|
|
(1102, 3275, 2, 14821, 14807, 2.6, 60, 50, 55, NULL, 5, 'Hakkar kills (Zul\'Gurub)', 'Hakkar', NULL, NULL),
|
|
(1103, 5621, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Ingvar the Plunderer', NULL, NULL),
|
|
(1103, 5622, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Keristrasza', NULL, NULL),
|
|
(1103, 5623, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Anub\'arak', NULL, NULL),
|
|
(1103, 5624, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Herald Volazj', NULL, NULL),
|
|
(1103, 5625, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1103, 5626, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Cyanigosa', NULL, NULL),
|
|
(1103, 5627, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Gal\'darah', NULL, NULL),
|
|
(1103, 5628, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(1103, 5629, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Kronus', NULL, NULL),
|
|
(1103, 5630, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(1103, 5631, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'King Ymiron', NULL, NULL),
|
|
(1103, 5632, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Mal\'Ganis', NULL, NULL),
|
|
(1103, 6432, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 0, 'Lich King 5-player dungeons completed (final boss killed)', 'Mal\'Ganis', NULL, NULL),
|
|
(1104, 5643, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'Yogg-Saron', NULL, NULL),
|
|
(1104, 5647, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'Kel\'Thuzad', NULL, NULL),
|
|
(1104, 5691, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1104, 5692, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'Malygos', NULL, NULL),
|
|
(1104, 13308, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'Anub\'arak', NULL, NULL),
|
|
(1104, 13309, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player raids completed (final boss killed)', 'The Lich King', NULL, NULL),
|
|
(1106, 3276, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths in Eye of the Storm', 'Deaths in Eye of the Storm', NULL, NULL),
|
|
(1107, 4963, 1, 123, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in 3v3', '3v3 Deaths', NULL, NULL),
|
|
(1108, 4964, 1, 123, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in 5v5', '5v5 Deaths', NULL, NULL),
|
|
(1109, 4961, 1, 136, 128, 1, 80, 1, 1, NULL, 0, '5v5 Arena Honorable Kills', '5v5 Arena Kills', NULL, NULL),
|
|
(1110, 4960, 1, 136, 128, 1, 80, 1, 1, NULL, 0, '3v3 Arena Honorable Kills', '3v3 Arena Kills', NULL, NULL),
|
|
(1111, 4959, 1, 136, 128, 1, 80, 1, 1, NULL, 0, '2v2 Arena Honorable Kills', '2v2 Arena Kills', NULL, NULL),
|
|
(1112, 5510, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Eye of the Storm Honorable Kills', 'Eye of the Storm Honorable Kills', NULL, NULL),
|
|
(1113, 5507, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Alterac Valley Honorable Kills', 'Alterac Valley Honorable Kills', NULL, NULL),
|
|
(1114, 5508, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Arathi Basin Honorable Kills', 'Arathi Basin Honorable Kills', NULL, NULL),
|
|
(1115, 5509, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Warsong Gulch Honorable Kills', 'Warsong Gulch Honorable Kills', NULL, NULL),
|
|
(1125, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Bandage used most', NULL, NULL, NULL),
|
|
(1145, 3351, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'King of the Fire Festival', 'Alliance, A Thief\'s Reward', NULL, NULL),
|
|
(1145, 3352, 10, 161, 155, 1, 80, 1, 1, NULL, 10, 'King of the Fire Festival', 'Horde, A Thief\'s Reward', NULL, NULL),
|
|
(1146, 3356, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold spent on travel', 'Gold spent on travel', NULL, NULL),
|
|
(1147, 3357, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold spent at barber shops', 'Gold spent at barber shops', NULL, NULL),
|
|
(1148, 3358, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold spent on postage', 'Gold spent on postage', NULL, NULL),
|
|
(1149, 3359, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Talent tree respecs', 'Talent tree respecs', NULL, NULL),
|
|
(1150, 3360, 1, 140, 130, 1, 80, 1, 1, NULL, 0, 'Gold spent on talent tree respecs', 'Gold spent on talent tree respecs', NULL, NULL),
|
|
(1151, 3363, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Loyal Defender', '50 honorable kills in the Hall of the Stormpike', NULL, NULL),
|
|
(1153, 3372, 10, 14802, 95, 1, 80, 1, 1, NULL, 10, 'Overly Defensive', 'Defend 3 Bases', NULL, NULL),
|
|
(1157, 3680, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Duel-icious', 'Win a duel', NULL, NULL),
|
|
(1159, 3381, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Just the Two of Us: 2200', '2200 rating', NULL, NULL),
|
|
(1160, 3382, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Three\'s Company: 2200', '2200 rating', NULL, NULL),
|
|
(1161, 3383, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'High Five: 2200', '2200 rating', NULL, NULL),
|
|
(1162, 3384, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Hotter Streak', 'Win 10 arenas without losing', NULL, NULL),
|
|
(1164, 3388, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Everything Counts', 'Kobold Cave Owned', NULL, NULL),
|
|
(1164, 3389, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'Everything Counts', 'Trogg Cave Owned', NULL, NULL),
|
|
(1165, 3390, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'My Sack is "Gigantique"', '"Gigantique" Bag', NULL, NULL),
|
|
(1166, 3391, 10, 14801, 95, 1, 80, 1, 1, NULL, 10, 'To the Looter Go the Spoils', 'Autographed Picture of Foror & Tigule', NULL, NULL),
|
|
(1167, 3392, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Valley Veteran', NULL, NULL),
|
|
(1167, 3393, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Grave Robber', NULL, NULL),
|
|
(1167, 3394, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Tower Defense', NULL, NULL),
|
|
(1167, 3395, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Loyal Defender', NULL, NULL),
|
|
(1167, 3396, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Everything Counts', NULL, NULL),
|
|
(1167, 3397, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'The Alterac Blitz', NULL, NULL),
|
|
(1167, 3398, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'The Sickly Gazelle', NULL, NULL),
|
|
(1167, 3399, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Stormpike Perfection', NULL, NULL),
|
|
(1167, 3400, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Valley All-Star', NULL, NULL),
|
|
(1167, 3401, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Stormpike Battle Charger', NULL, NULL),
|
|
(1167, 3403, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'To the Looter Go The Spoils', NULL, NULL),
|
|
(1168, 3404, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Valley Veteran', NULL, NULL),
|
|
(1168, 3405, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Grave Robber', NULL, NULL),
|
|
(1168, 3406, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Tower Defense', NULL, NULL),
|
|
(1168, 3407, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Loyal Defender', NULL, NULL),
|
|
(1168, 3408, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Everything Counts', NULL, NULL),
|
|
(1168, 3409, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'The Alterac Blitz', NULL, NULL),
|
|
(1168, 3410, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'The Sickly Gazelle', NULL, NULL),
|
|
(1168, 3411, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Frostwolf Perfection', NULL, NULL),
|
|
(1168, 3412, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Alterac Valley All-Star', NULL, NULL),
|
|
(1168, 3413, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'Frostwolf Howler', NULL, NULL),
|
|
(1168, 3415, 25, 14801, 95, 1, 80, 1, 1, NULL, 25, 'Master of Alterac Valley', 'To the Looter Go the Spoils', NULL, NULL),
|
|
(1169, 3416, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Veteran', NULL, NULL),
|
|
(1169, 3417, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Perfection', NULL, NULL),
|
|
(1169, 3418, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Me and the Cappin\' Makin\' it Happen', NULL, NULL),
|
|
(1169, 3419, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Disgracin\' The Basin', NULL, NULL),
|
|
(1169, 3420, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Overly Defensive', NULL, NULL),
|
|
(1169, 3421, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'To The Rescue!', NULL, NULL),
|
|
(1169, 3422, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Resilient Victory', NULL, NULL),
|
|
(1169, 3423, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Territorial Dominance', NULL, NULL),
|
|
(1169, 3424, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Let\'s Get This Done', NULL, NULL),
|
|
(1169, 3427, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'We Had It All Along *cough*', NULL, NULL),
|
|
(1169, 3429, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin All-Star', NULL, NULL),
|
|
(1169, 3430, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Assassin', NULL, NULL),
|
|
(1170, 3431, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Veteran', NULL, NULL),
|
|
(1170, 3432, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Perfection', NULL, NULL),
|
|
(1170, 3433, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Me and the Cappin\' Makin\' it Happen', NULL, NULL),
|
|
(1170, 3434, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Disgracin\' The Basin', NULL, NULL),
|
|
(1170, 3435, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Overly Defensive', NULL, NULL),
|
|
(1170, 3436, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'To The Rescue!', NULL, NULL),
|
|
(1170, 3437, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Resilient Victory', NULL, NULL),
|
|
(1170, 3438, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Territorial Dominance', NULL, NULL),
|
|
(1170, 3439, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Let\'s Get This Done', NULL, NULL),
|
|
(1170, 3442, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'We Had It All Along *cough*', NULL, NULL),
|
|
(1170, 3444, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin All-Star', NULL, NULL),
|
|
(1170, 3445, 25, 14802, 95, 1, 80, 1, 1, NULL, 25, 'Master of Arathi Basin', 'Arathi Basin Assassin', NULL, NULL),
|
|
(1171, 3446, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Eye of the Storm Veteran', NULL, NULL),
|
|
(1171, 3447, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'The Perfect Storm', NULL, NULL),
|
|
(1171, 3448, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Eye of the Storm Domination', NULL, NULL),
|
|
(1171, 3449, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Flurry', NULL, NULL),
|
|
(1171, 3450, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Stormtrooper', NULL, NULL),
|
|
(1171, 3451, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Storm Capper', NULL, NULL),
|
|
(1171, 3452, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Bound for Glory', NULL, NULL),
|
|
(1171, 3453, 25, 14803, 95, 1, 80, 1, 1, NULL, 25, 'Master of Eye of the Storm', 'Bloodthirsty Berserker', NULL, NULL),
|
|
(1172, 3461, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Gulch Veteran', NULL, NULL),
|
|
(1172, 3462, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Capture the Flag', NULL, NULL),
|
|
(1172, 3463, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Persistent Defender', NULL, NULL),
|
|
(1172, 3464, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Frenzied Defender', NULL, NULL),
|
|
(1172, 3465, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Gulch Perfection', NULL, NULL),
|
|
(1172, 3466, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Expedience', NULL, NULL),
|
|
(1172, 3467, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Ironman', NULL, NULL),
|
|
(1172, 3469, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Not In My House', NULL, NULL),
|
|
(1172, 3470, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Quick Cap', NULL, NULL),
|
|
(1172, 3471, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Supreme Defender', NULL, NULL),
|
|
(1172, 3472, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Save The Day', NULL, NULL),
|
|
(1173, 3476, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Gulch Veteran', NULL, NULL),
|
|
(1173, 3477, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Capture the Flag', NULL, NULL),
|
|
(1173, 3478, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Persistent Defender', NULL, NULL),
|
|
(1173, 3479, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Frenzied Defender', NULL, NULL),
|
|
(1173, 3480, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Gulch Perfection', NULL, NULL),
|
|
(1173, 3481, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Warsong Expedience', NULL, NULL),
|
|
(1173, 3482, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Ironman', NULL, NULL),
|
|
(1173, 3484, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Not In My House', NULL, NULL),
|
|
(1173, 3485, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Quick Cap', NULL, NULL),
|
|
(1173, 3486, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Supreme Defender', NULL, NULL),
|
|
(1173, 3487, 25, 14804, 95, 1, 80, 1, 1, NULL, 25, 'Master of Warsong Gulch', 'Save The Day', NULL, NULL),
|
|
(1174, 3488, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'World Wide Winner', NULL, NULL),
|
|
(1174, 3489, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Brutally Dedicated', NULL, NULL),
|
|
(1174, 3490, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Just the Two of Us: 2200', NULL, NULL),
|
|
(1174, 3491, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Three\'s Company: 2200', NULL, NULL),
|
|
(1174, 3492, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'High Five: 2200', NULL, NULL),
|
|
(1174, 3493, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Hot Streak', NULL, NULL),
|
|
(1174, 3494, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Hotter Streak', NULL, NULL),
|
|
(1174, 3496, 50, 165, 95, 1, 80, 1, 1, NULL, 50, 'The Arena Master', 'Last Man Standing', NULL, NULL),
|
|
(1175, 3500, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Alterac Valley', NULL, NULL),
|
|
(1175, 3501, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Arathi Basin', NULL, NULL),
|
|
(1175, 3502, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Warsong Gulch', NULL, NULL),
|
|
(1175, 3503, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Eye of the Storm', NULL, NULL),
|
|
(1175, 7641, 50, 95, -1, 1, 80, 1, 1, NULL, 50, 'Battlemaster', 'Master of Strand of the Ancients', NULL, NULL),
|
|
(1176, 3506, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Got My Mind On My Money', 'Loot 100 gold', NULL, NULL),
|
|
(1177, 3507, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Got My Mind On My Money', 'Loot 1,000 gold', NULL, NULL),
|
|
(1178, 3512, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Got My Mind On My Money', 'Loot 5,000 gold', NULL, NULL),
|
|
(1180, 3510, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Got My Mind On My Money', 'Loot 10,000 gold', NULL, NULL),
|
|
(1181, 3511, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Got My Mind On My Money', 'Loot 25,000 gold', NULL, NULL),
|
|
(1182, 3513, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Bread Winner', '10,000 gold from quest rewards', NULL, NULL),
|
|
(1183, 3515, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Wild Winter Pilsner', NULL, NULL),
|
|
(1183, 3516, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Stranglethorn Brew', NULL, NULL),
|
|
(1183, 3517, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Springtime Stout', NULL, NULL),
|
|
(1183, 3518, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Metok\'s Bubble Bock', NULL, NULL),
|
|
(1183, 3519, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Lord of Frost\'s Private Label', NULL, NULL),
|
|
(1183, 3520, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Izzard\'s Ever Flavor', NULL, NULL),
|
|
(1183, 3521, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Draenic Pale Ale', NULL, NULL),
|
|
(1183, 3522, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Blackrock Lager', NULL, NULL),
|
|
(1183, 3523, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Binary Brew', NULL, NULL),
|
|
(1183, 3524, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Bartlett\'s Bitter Brew', NULL, NULL),
|
|
(1183, 3525, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Autumnal Acorn Ale', NULL, NULL),
|
|
(1183, 3526, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Year', 'Aromatic Honey Brew', NULL, NULL),
|
|
(1184, 3527, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Barleybrew Clear', NULL, NULL),
|
|
(1184, 3528, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Barleybrew Dark', NULL, NULL),
|
|
(1184, 3529, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Barleybrew Light', NULL, NULL),
|
|
(1184, 3531, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Gordok Grog', NULL, NULL),
|
|
(1184, 3534, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Mudder\'s Milk', NULL, NULL),
|
|
(1184, 3535, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Ogre Mead', NULL, NULL),
|
|
(1184, 3539, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Thunder 45', NULL, NULL),
|
|
(1184, 3540, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Thunderbrew Ale', NULL, NULL),
|
|
(1184, 3541, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Thunderbrew Stout', NULL, NULL),
|
|
(1185, 3542, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Dried Sausage', NULL, NULL),
|
|
(1185, 3543, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Pickled Sausage', NULL, NULL),
|
|
(1185, 3544, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Savory Sausage', NULL, NULL),
|
|
(1185, 3545, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Spiced Onion Cheese', NULL, NULL),
|
|
(1185, 3546, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Spicy Smoked Sausage', NULL, NULL),
|
|
(1185, 3547, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'Succulent Sausage', NULL, NULL),
|
|
(1185, 3548, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'The Essential Brewfest Pretzel', NULL, NULL),
|
|
(1185, 3549, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'The Brewfest Diet', 'The Golden Link', NULL, NULL),
|
|
(1186, 3557, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Down With The Dark Iron', 'Alliance', NULL, NULL),
|
|
(1186, 3558, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Down With The Dark Iron', 'Horde', NULL, NULL),
|
|
(1187, 3559, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Auchenai Key', NULL, NULL),
|
|
(1187, 3560, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Crescent Key', NULL, NULL),
|
|
(1187, 3562, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Key of Time', NULL, NULL),
|
|
(1187, 3563, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Key to the City', NULL, NULL),
|
|
(1187, 3564, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Shadow Labyrinth Key', NULL, NULL),
|
|
(1187, 3565, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Shadowforge Key', NULL, NULL),
|
|
(1187, 3566, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Shattered Halls Key', NULL, NULL),
|
|
(1187, 3567, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'The Scarlet Key', NULL, NULL),
|
|
(1187, 3568, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Workshop Key', NULL, NULL),
|
|
(1187, 3569, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'Skeleton Key', NULL, NULL),
|
|
(1187, 5099, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'The Keymaster', 'The Violet Hold Key', NULL, NULL),
|
|
(1188, 3572, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Shafted!', '10x Silver Shafted Arrow', NULL, NULL),
|
|
(1189, 3583, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'To Hellfire and Back', '80 Hellfire quests', NULL, NULL),
|
|
(1190, 3584, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Mysteries of the Marsh', '54 Zangarmarsh quests', NULL, NULL),
|
|
(1191, 3585, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Terror of Terokkar', '63 Terokkar Forest quests', NULL, NULL),
|
|
(1192, 3586, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Nagrand Slam', '75 Nagrand quests', NULL, NULL),
|
|
(1193, 3587, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'On the Blade\'s Edge', '86 Blade\'s Edge Mountains quests', NULL, NULL),
|
|
(1194, 3588, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Into the Nether', '120 Netherstorm quests', NULL, NULL),
|
|
(1195, 3589, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Shadow of the Betrayer', '90 Shadowmoon Valley quests', NULL, NULL),
|
|
(1197, 4944, 1, 128, 1, 1, 80, 1, 1, NULL, 0, 'Total kills', 'Total NPC kills', 4537, 3),
|
|
(1197, 13259, 1, 128, 1, 1, 80, 1, 1, NULL, 0, 'Total kills', 'Honorable Kills', NULL, NULL),
|
|
(1198, 4946, 1, 128, 1, 1, 80, 1, 1, NULL, 0, 'Total kills that grant experience or honor', 'Kill an NPC that yields XP', NULL, NULL),
|
|
(1198, 9160, 1, 128, 1, 1, 80, 1, 1, NULL, 0, 'Total kills that grant experience or honor', 'Honroable Kills', NULL, NULL),
|
|
(1199, 5551, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Alchemy', NULL, NULL),
|
|
(1199, 5552, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Blacksmithing', NULL, NULL),
|
|
(1199, 5553, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Enchanting', NULL, NULL),
|
|
(1199, 5554, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Engineering', NULL, NULL),
|
|
(1199, 5555, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Herbalism', NULL, NULL),
|
|
(1199, 5556, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Inscription', NULL, NULL),
|
|
(1199, 5557, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Jewelcrafting', NULL, NULL),
|
|
(1199, 5558, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Leatherworking', NULL, NULL),
|
|
(1199, 5559, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Mining', NULL, NULL),
|
|
(1199, 5560, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Skinning', NULL, NULL),
|
|
(1199, 5561, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions learned', 'Tailoring', NULL, NULL),
|
|
(1200, 5562, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Secondary skills at maximum skill', 'First Aid', NULL, NULL),
|
|
(1200, 5563, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Secondary skills at maximum skill', 'Cooking', NULL, NULL),
|
|
(1200, 5564, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Secondary skills at maximum skill', 'Fishing', NULL, NULL),
|
|
(1201, 5565, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Alchemy', NULL, NULL),
|
|
(1201, 5566, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Blacksmithing', NULL, NULL),
|
|
(1201, 5567, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Enchanting', NULL, NULL),
|
|
(1201, 5568, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Engineering', NULL, NULL),
|
|
(1201, 5569, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Herbalism', NULL, NULL),
|
|
(1201, 5570, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Inscription', NULL, NULL),
|
|
(1201, 5571, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Jewelcrafting', NULL, NULL),
|
|
(1201, 5572, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Leatherworking', NULL, NULL),
|
|
(1201, 5573, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Mining', NULL, NULL),
|
|
(1201, 5574, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Skinning', NULL, NULL),
|
|
(1201, 5575, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Professions at maximum skill', 'Tailoring', NULL, NULL),
|
|
(1202, 5576, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Swords', NULL, NULL),
|
|
(1202, 5577, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Two-Handed Swords', NULL, NULL),
|
|
(1202, 5578, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Axes', NULL, NULL),
|
|
(1202, 5579, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Two-Handed Axes', NULL, NULL),
|
|
(1202, 5580, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Maces', NULL, NULL),
|
|
(1202, 5581, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Two-Handed Maces', NULL, NULL),
|
|
(1202, 5582, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Fist Weapons', NULL, NULL),
|
|
(1202, 5583, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Guns', NULL, NULL),
|
|
(1202, 5584, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Blows', NULL, NULL),
|
|
(1202, 5585, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Daggers', NULL, NULL),
|
|
(1202, 5586, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Wands', NULL, NULL),
|
|
(1202, 5587, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Thrown', NULL, NULL),
|
|
(1202, 5588, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Crossbows', NULL, NULL),
|
|
(1202, 5589, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Unarmed', NULL, NULL),
|
|
(1202, 5590, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Polearms', NULL, NULL),
|
|
(1202, 5591, 1, 132, 1, 1, 80, 1, 1, NULL, 0, 'Weapon skills at maximum skill', 'Staves', NULL, NULL),
|
|
(1203, 3594, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Brewdoo Magic', NULL, NULL),
|
|
(1203, 3595, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Gordok Grog', NULL, NULL),
|
|
(1203, 3596, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Jungle River Water', NULL, NULL),
|
|
(1203, 3597, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Long Stride Brew', NULL, NULL),
|
|
(1203, 3598, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Mudder\'s Milk', NULL, NULL),
|
|
(1203, 3599, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Ogre Mead', NULL, NULL),
|
|
(1203, 3600, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Path of Brew', NULL, NULL),
|
|
(1203, 3601, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Small Step Brew', NULL, NULL),
|
|
(1203, 3602, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Strange Brew', 'Stout Shrunken Head', NULL, NULL),
|
|
(1205, 13427, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Hero of Shattrath', 'Exalted with The Aldor', NULL, NULL),
|
|
(1205, 13428, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Hero of Shattrath', 'Exalted with The Scryers', NULL, NULL),
|
|
(1206, 3615, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Squirrel', NULL, NULL),
|
|
(1206, 3739, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Steam Frog', NULL, NULL),
|
|
(1206, 3741, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Borean Frog', NULL, NULL),
|
|
(1206, 3744, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Cat', NULL, NULL),
|
|
(1206, 3745, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Chicken', NULL, NULL),
|
|
(1206, 3746, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Cow', NULL, NULL),
|
|
(1206, 3747, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Crab', NULL, NULL),
|
|
(1206, 3748, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Deer', NULL, NULL),
|
|
(1206, 3749, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Ewe', NULL, NULL),
|
|
(1206, 3750, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Fawn', NULL, NULL),
|
|
(1206, 3751, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Frog', NULL, NULL),
|
|
(1206, 3752, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Gazelle', NULL, NULL),
|
|
(1206, 3753, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Hare', NULL, NULL),
|
|
(1206, 3754, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Parrot', NULL, NULL),
|
|
(1206, 3755, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Rabbit', NULL, NULL),
|
|
(1206, 3756, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Ram', NULL, NULL),
|
|
(1206, 3757, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Sheep', NULL, NULL),
|
|
(1206, 3758, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Skunk', NULL, NULL),
|
|
(1206, 3759, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Swine', NULL, NULL),
|
|
(1206, 3760, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Toad', NULL, NULL),
|
|
(1206, 3761, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels I\'ve Loved Before', 'Prairie Dog', NULL, NULL),
|
|
(1225, 3623, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'Brackish Mixed School', NULL, NULL),
|
|
(1225, 3624, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'Bluefish School', NULL, NULL),
|
|
(1225, 3625, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'Mudfish School', NULL, NULL),
|
|
(1225, 3626, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'School of Darter', NULL, NULL),
|
|
(1225, 3627, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'Highland Mixed School', NULL, NULL),
|
|
(1225, 3628, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Outland Angler', 'Sporefish School', NULL, NULL),
|
|
(1229, 3815, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 7)', NULL, NULL),
|
|
(1229, 4978, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 6)', NULL, NULL),
|
|
(1229, 4979, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 5)', NULL, NULL),
|
|
(1229, 4980, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 4)', NULL, NULL),
|
|
(1229, 4981, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 3)', NULL, NULL),
|
|
(1229, 4982, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 2)', NULL, NULL),
|
|
(1229, 4983, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Revived by druids', 'Revive (Rank 1)', NULL, NULL),
|
|
(1231, 3639, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Keristrasza kills (The Nexus)', 'Keristrasza', NULL, NULL),
|
|
(1232, 3643, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Anub\'arak kills (Azjol-Nerub)', 'Anub\'arak', NULL, NULL),
|
|
(1233, 3647, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Herald Volazj kills (Ahn\'kahet: The Old Kingdom)', 'Herald Volazj', NULL, NULL),
|
|
(1234, 3651, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'The Prophet Tharon\'ja kills (Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1234, 9258, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'The Prophet Tharon\'ja kills (Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1234, 9259, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'The Prophet Tharon\'ja kills (Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1235, 3652, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Cyanigosa kills (The Violet Hold)', 'Cyanigosa', NULL, NULL),
|
|
(1236, 3656, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Gal\'darah kills (Gundrak)', 'Gal\'darah', NULL, NULL),
|
|
(1237, 3659, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Sjonnir the Ironshaper kills (Halls of Stone)', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(1238, 3663, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Loken kills (Halls of Lightning)', 'Kronus', NULL, NULL),
|
|
(1239, 3667, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Ley-Guardian Eregos kills (The Oculus)', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(1240, 3669, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'King Ymiron kills (Utgarde Pinnacle)', 'King Ymiron', NULL, NULL),
|
|
(1241, 3674, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Mal\'Ganis defeated (Caverns of Time: Stratholme)', 'Mal\'Ganis', NULL, NULL),
|
|
(1241, 5619, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Mal\'Ganis defeated (Caverns of Time: Stratholme)', 'Mal\'Ganis', NULL, NULL),
|
|
(1241, 6435, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Mal\'Ganis defeated (Caverns of Time: Stratholme)', 'Mal\'Ganis', NULL, NULL),
|
|
(1242, 3679, 1, 14823, 14807, 1, 80, 71, 76, NULL, 5, 'Ingvar the Plunderer kills (Utgarde Keep)', 'Ingvar the Plunderer', NULL, NULL),
|
|
(1243, 3681, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Fish Don\'t Leave Footprints', 'Find Fish', NULL, NULL),
|
|
(1244, 3762, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Aegwynn and the Dragon Hunt', NULL, NULL),
|
|
(1244, 3763, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Aftermath of the Second War', NULL, NULL),
|
|
(1244, 3764, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Arathor and the Troll Wars', NULL, NULL),
|
|
(1244, 3765, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Archimonde\'s Return and the Flight to Kalimdor', NULL, NULL),
|
|
(1244, 3766, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Beyond the Dark Portal', NULL, NULL),
|
|
(1244, 3767, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Charge of the Dragonflights', NULL, NULL),
|
|
(1244, 3768, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Civil War in the Plaguelands', NULL, NULL),
|
|
(1244, 3769, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Empires\' Fall', NULL, NULL),
|
|
(1244, 3770, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Exile of the High Elves', NULL, NULL),
|
|
(1244, 3771, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Icecrown and the Frozen Throne', NULL, NULL),
|
|
(1244, 3772, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Ironforge - the Awakening of the Dwarves', NULL, NULL),
|
|
(1244, 3773, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Kel\'Thuzad and the Forming of the Scourge', NULL, NULL),
|
|
(1244, 3774, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Kil\'jaeden and the Shadow Pact', NULL, NULL),
|
|
(1244, 3775, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Lethargy of the Orcs', NULL, NULL),
|
|
(1244, 3776, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Mount Hyjal and Illidan\'s Gift', NULL, NULL),
|
|
(1244, 3777, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Old Hatreds - The Colonization of Kalimdor', NULL, NULL),
|
|
(1244, 3778, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Rise of the Blood Elves', NULL, NULL),
|
|
(1244, 3779, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Rise of the Horde', NULL, NULL),
|
|
(1244, 3780, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Sargeras and the Betrayal', NULL, NULL),
|
|
(1244, 3781, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Sunwell - The Fall of Quel\'Thalas', NULL, NULL),
|
|
(1244, 3782, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Alliance of Lordaeron', NULL, NULL),
|
|
(1244, 3783, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Battle of Grim Batol', NULL, NULL),
|
|
(1244, 3784, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Betrayer Ascendant', NULL, NULL),
|
|
(1244, 3785, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Birth of the Lich King', NULL, NULL),
|
|
(1244, 3786, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Dark Portal and the Fall of Stormwind', NULL, NULL),
|
|
(1244, 3787, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Founding of Quel\'Thalas', NULL, NULL),
|
|
(1244, 3788, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Guardians of Tirisfal', NULL, NULL),
|
|
(1244, 3789, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Invasion of Draenor', NULL, NULL),
|
|
(1244, 3790, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Kaldorei and the Well of Eternity', NULL, NULL),
|
|
(1244, 3791, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Last Guardian', NULL, NULL),
|
|
(1244, 3792, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Lich King Triumphant', NULL, NULL),
|
|
(1244, 3793, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The New Horde', NULL, NULL),
|
|
(1244, 3794, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Old Gods and the Ordering of Azeroth', NULL, NULL),
|
|
(1244, 3795, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Scourge of Lordaeron', NULL, NULL),
|
|
(1244, 3796, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Sentinels and the Long Vigil', NULL, NULL),
|
|
(1244, 3797, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Seven Kingdoms', NULL, NULL),
|
|
(1244, 3798, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The Twin Empires', NULL, NULL),
|
|
(1244, 3799, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The War of the Ancients', NULL, NULL),
|
|
(1244, 3800, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'The World Tree and the Emerald Dream', NULL, NULL),
|
|
(1244, 3801, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'War of the Spider', NULL, NULL),
|
|
(1244, 3802, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'War of the Three Hammers', NULL, NULL),
|
|
(1244, 3803, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Well Read', 'Wrath of Soulflayer', NULL, NULL),
|
|
(1248, 3690, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Plethora of Pets', 'Obtain 25 companion pets', NULL, NULL),
|
|
(1250, 3692, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Shop Smart, Shop Pet...Smart', 'Obtain 50 companion pets', NULL, NULL),
|
|
(1251, 7021, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Not In My House', 'Kill 2 flag carriers before they leave the Warsong Flag Room', NULL, NULL),
|
|
(1252, 3699, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Supreme Defender', 'Alliance Flag Carriers', NULL, NULL),
|
|
(1253, 3814, 1, 127, 122, 1, 80, 1, 1, NULL, 0, 'Raised as a ghoul', 'Raised as a ghoul', NULL, NULL),
|
|
(1254, 3821, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Friend or Fowl?', '15 Turkeys in 3 minutes', NULL, NULL),
|
|
(1255, 10441, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball King Magni Bronzebeard', NULL, NULL),
|
|
(1255, 10442, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball King Magni Bronzebeard', NULL, NULL),
|
|
(1255, 10443, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Scrooge', 'Snowball King Magni Bronzebeard', NULL, NULL),
|
|
(1257, 3872, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Scavenger', 'Steam Pump Flotsam', NULL, NULL),
|
|
(1257, 3873, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Scavenger', 'Bloodsail Wreckage', NULL, NULL),
|
|
(1257, 3874, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Scavenger', 'Schooner Wreckage', NULL, NULL),
|
|
(1257, 3875, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Scavenger', 'Waterlogged Wreckage', NULL, NULL),
|
|
(1257, 3876, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Scavenger', 'Floating Wreckage', NULL, NULL),
|
|
(1258, 3879, 10, 14803, 95, 1, 80, 1, 1, NULL, 10, 'Take a Chill Pill', 'Killed a Berserking Player', NULL, NULL),
|
|
(1259, 3880, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Not So Fast', 'Killed a Sprinting Player', NULL, NULL),
|
|
(1260, 3881, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Drunken Stupor', '65 yards without dying while sloshed', NULL, NULL),
|
|
(1261, 3882, 10, 158, 155, 1, 80, 1, 1, NULL, 10, 'G.N.E.R.D. Rage', '50 Honorable Kills with the G.N.E.R.D. buff', NULL, NULL),
|
|
(1262, 3883, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'To Hellfire and Back', NULL, NULL),
|
|
(1262, 3884, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Mysteries of the Marsh', NULL, NULL),
|
|
(1262, 3885, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Terror of Terokkar', NULL, NULL),
|
|
(1262, 3886, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Nagrand Slam', NULL, NULL),
|
|
(1262, 3887, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'On the Blade\'s Edge', NULL, NULL),
|
|
(1262, 3888, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Into the Nether', NULL, NULL),
|
|
(1262, 3889, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Shadow of the Betrayer', NULL, NULL),
|
|
(1263, 4136, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Kamagua', NULL, NULL),
|
|
(1263, 4137, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Cauldros Isle', NULL, NULL),
|
|
(1263, 4138, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Camp Winterhoof', NULL, NULL),
|
|
(1263, 4139, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Apothecary Camp', NULL, NULL),
|
|
(1263, 4140, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Vengeance Landing', NULL, NULL),
|
|
(1263, 4141, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Steel Gate', NULL, NULL),
|
|
(1263, 4142, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Scalawag Point', NULL, NULL),
|
|
(1263, 4143, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Nifflevar', NULL, NULL),
|
|
(1263, 4144, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Gjalerbron', NULL, NULL),
|
|
(1263, 4146, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Ember Clutch', NULL, NULL),
|
|
(1263, 4147, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Giant\'s Run', NULL, NULL),
|
|
(1263, 4148, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Fort Wildervar', NULL, NULL),
|
|
(1263, 4149, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Ivald\'s Ruin', NULL, NULL),
|
|
(1263, 4150, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Halgrind', NULL, NULL),
|
|
(1263, 4151, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'New Agamand', NULL, NULL),
|
|
(1263, 4152, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Skorn', NULL, NULL),
|
|
(1263, 4153, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'The Twisted Glade', NULL, NULL),
|
|
(1263, 4154, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Utgarde Keep', NULL, NULL),
|
|
(1263, 4155, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Westguard Keep', NULL, NULL),
|
|
(1263, 4157, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Baelgun\'s Excavation Site', NULL, NULL),
|
|
(1263, 4158, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Howling Fjord', 'Baleheim', NULL, NULL),
|
|
(1264, 4122, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Temple City of En\'kilah', NULL, NULL),
|
|
(1264, 4123, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Steeljaw\'s Caravan', NULL, NULL),
|
|
(1264, 4124, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Riplash Strand', NULL, NULL),
|
|
(1264, 4125, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Kaskala', NULL, NULL),
|
|
(1264, 4126, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Garrosh\'s Landing', NULL, NULL),
|
|
(1264, 4127, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Death\'s Stand', NULL, NULL),
|
|
(1264, 4128, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Coldarra', NULL, NULL),
|
|
(1264, 4129, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Bor\'gorok Outpost', NULL, NULL),
|
|
(1264, 4130, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Amber Ledge', NULL, NULL),
|
|
(1264, 4131, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Warsong Hold', NULL, NULL),
|
|
(1264, 4132, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'Valiance Keep', NULL, NULL),
|
|
(1264, 4134, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'The Geyser Fields', NULL, NULL),
|
|
(1264, 4135, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Borean Tundra', 'The Dens of the Dying', NULL, NULL),
|
|
(1265, 4159, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Galakrond\'s Rest', NULL, NULL),
|
|
(1265, 4160, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Lake Indu\'le', NULL, NULL),
|
|
(1265, 4161, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Ruby Dragonshrine', NULL, NULL),
|
|
(1265, 4162, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Obsidian Dragonshrine', NULL, NULL),
|
|
(1265, 4163, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'New Hearthglen', NULL, NULL),
|
|
(1265, 4164, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Naxxramas', NULL, NULL),
|
|
(1265, 4165, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Light\'s Trust', NULL, NULL),
|
|
(1265, 4166, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Icemist Village', NULL, NULL),
|
|
(1265, 4167, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Emerald Dragonshrine', NULL, NULL),
|
|
(1265, 4168, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Coldwind Heights', NULL, NULL),
|
|
(1265, 4170, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Angrathar the Wrath Gate', NULL, NULL),
|
|
(1265, 4171, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Agmar\'s Hammer', NULL, NULL),
|
|
(1265, 4172, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Wyrmrest Temple', NULL, NULL),
|
|
(1265, 4173, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Westwind Refugee Camp', NULL, NULL),
|
|
(1265, 4174, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Venomspite', NULL, NULL),
|
|
(1265, 4175, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'The Forgotten Shore', NULL, NULL),
|
|
(1265, 4176, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'The Crystal Vice', NULL, NULL),
|
|
(1265, 4177, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Dragonblight', 'Scarlet Point', NULL, NULL),
|
|
(1266, 4178, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Conquest Hold', NULL, NULL),
|
|
(1266, 4179, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Drak\'Tharon Keep', NULL, NULL),
|
|
(1266, 4180, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Drakil\'jin Ruins', NULL, NULL),
|
|
(1266, 4181, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Dun Argol', NULL, NULL),
|
|
(1266, 4182, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Granite Springs', NULL, NULL),
|
|
(1266, 4183, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Grizzlemaw', NULL, NULL),
|
|
(1266, 4184, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Rage Fang Shrine', NULL, NULL),
|
|
(1266, 4185, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Thor Modan', NULL, NULL),
|
|
(1266, 4186, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Venture Bay', NULL, NULL),
|
|
(1266, 4187, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Voldrune', NULL, NULL),
|
|
(1266, 4188, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Amberpine Lodge', NULL, NULL),
|
|
(1266, 4189, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Blue Sky Logging Grounds', NULL, NULL),
|
|
(1266, 4190, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Camp Oneqwah', NULL, NULL),
|
|
(1266, 4191, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Grizzly Hills', 'Westfall Brigade Encampment', NULL, NULL),
|
|
(1267, 4192, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Gundrak', NULL, NULL),
|
|
(1267, 4193, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Drak\'Sotra Fields', NULL, NULL),
|
|
(1267, 4194, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Ampitheater of Anguish', NULL, NULL),
|
|
(1267, 4195, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Altar of Sseratus', NULL, NULL),
|
|
(1267, 4196, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Altar of Rhunok', NULL, NULL),
|
|
(1267, 4197, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Altar of Quetz\'lun', NULL, NULL),
|
|
(1267, 4198, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Altar of Mam\'toth', NULL, NULL),
|
|
(1267, 4199, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Altar of Har\'koa', NULL, NULL),
|
|
(1267, 4200, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Zim\'Torga', NULL, NULL),
|
|
(1267, 4201, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Zeramas', NULL, NULL),
|
|
(1267, 4202, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Voltarus', NULL, NULL),
|
|
(1267, 4203, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Thrym\'s End', NULL, NULL),
|
|
(1267, 4204, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Light\'s Breach', NULL, NULL),
|
|
(1267, 4205, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Zul\'Drak', 'Kolramas', NULL, NULL),
|
|
(1268, 4206, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'River\'s Heart', NULL, NULL),
|
|
(1268, 4207, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Savage Thicket', NULL, NULL),
|
|
(1268, 4208, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Mosslight Pillar', NULL, NULL),
|
|
(1268, 4209, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'Makers\' Overlook', NULL, NULL),
|
|
(1268, 4210, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'Makers\' Perch', NULL, NULL),
|
|
(1268, 4211, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Suntouched Pillar', NULL, NULL),
|
|
(1268, 4212, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'Rainspeaker Canopy', NULL, NULL),
|
|
(1268, 4213, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Lifeblood Pillar', NULL, NULL),
|
|
(1268, 4214, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Avalanche', NULL, NULL),
|
|
(1268, 4215, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Glimmering Pillar', NULL, NULL),
|
|
(1268, 4217, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'Kartak\'s Hold', NULL, NULL),
|
|
(1268, 4218, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Sholazar Basin', 'The Stormwright\'s Shelf', NULL, NULL),
|
|
(1269, 5843, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Brunnhildar Village', NULL, NULL),
|
|
(1269, 5844, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Narvir\'s Cradle', NULL, NULL),
|
|
(1269, 5845, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Dun Niffelem', NULL, NULL),
|
|
(1269, 5846, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Bor\'s Breath', NULL, NULL),
|
|
(1269, 5847, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Valkyrion', NULL, NULL),
|
|
(1269, 5848, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Terrace of the Makers', NULL, NULL),
|
|
(1269, 5849, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Sparksocket Minefield', NULL, NULL),
|
|
(1269, 5850, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Engine of the Makers', NULL, NULL),
|
|
(1269, 5851, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Temple of Life', NULL, NULL),
|
|
(1269, 5852, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Ulduar', NULL, NULL),
|
|
(1269, 5853, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Thunderfall', NULL, NULL),
|
|
(1269, 5854, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Temple of Storms', NULL, NULL),
|
|
(1269, 5855, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Snowdrift Plains', NULL, NULL),
|
|
(1269, 5856, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Garm\'s Bane', NULL, NULL),
|
|
(1269, 5857, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Frosthold', NULL, NULL),
|
|
(1269, 5858, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Storm Peaks', 'Nidavelir', NULL, NULL),
|
|
(1270, 5859, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'The Bombardment', NULL, NULL),
|
|
(1270, 5860, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Icecrown Citadel', NULL, NULL),
|
|
(1270, 5861, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Onslaught Harbor', NULL, NULL),
|
|
(1270, 5862, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'The Broken Front', NULL, NULL),
|
|
(1270, 5863, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'The Fleshwerks', NULL, NULL),
|
|
(1270, 5864, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Aldur\'thar: The Desolation Gate', NULL, NULL),
|
|
(1270, 5865, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Sindragosa\'s Fall', NULL, NULL),
|
|
(1270, 5866, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Valhalas', NULL, NULL),
|
|
(1270, 5867, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Valley of Echoes', NULL, NULL),
|
|
(1270, 5868, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Ymirheim', NULL, NULL),
|
|
(1270, 5869, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'The Conflagration', NULL, NULL),
|
|
(1270, 5871, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Corp\'rethar: The Horror Gate', NULL, NULL),
|
|
(1270, 5872, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Jotunheim', NULL, NULL),
|
|
(1270, 5873, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'Scourgeholme', NULL, NULL),
|
|
(1270, 5874, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Icecrown', 'The Shadow Vault', NULL, NULL),
|
|
(1271, 3912, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'To Hellfire and Back', '90 Hellfire quests', NULL, NULL),
|
|
(1272, 3913, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Terror of Terokkar', '68 Terokkar Forest quests', NULL, NULL),
|
|
(1273, 3914, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Nagrand Slam', '87 Nagrand quests', NULL, NULL),
|
|
(1274, 3915, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'To Hellfire and Back', NULL, NULL),
|
|
(1274, 3916, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Mysteries of the Marsh', NULL, NULL),
|
|
(1274, 3917, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Terror of Terokkar', NULL, NULL),
|
|
(1274, 3918, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Nagrand Slam', NULL, NULL),
|
|
(1274, 3919, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'On the Blade\'s Edge', NULL, NULL),
|
|
(1274, 3920, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Into the Nether', NULL, NULL),
|
|
(1274, 3921, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Outland', 'Shadow of the Betrayer', NULL, NULL),
|
|
(1275, 3922, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Bombs Away', 'Fires Over Skettis', NULL, NULL),
|
|
(1276, 3923, 10, 14862, 96, 1, 80, 1, 1, NULL, 10, 'Blade\'s Edge Bomberman', 'Bomb Them Again!', NULL, NULL),
|
|
(1277, 3924, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Rapid Defense', 'Defending Wyrmrest Temple', NULL, NULL),
|
|
(1279, 3931, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Flirt With Disaster', 'Kissed Sraaz', NULL, NULL),
|
|
(1279, 12859, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Flirt With Disaster', 'Handful of Rose Petals on Sraaz', NULL, NULL),
|
|
(1280, 3929, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Flirt With Disaster', 'Kissed Jeremiah Payson', NULL, NULL),
|
|
(1280, 4227, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Flirt With Disaster', 'Handful of Rose Petals on Jeremiah Payson', NULL, NULL),
|
|
(1281, 3932, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'The Rocket\'s Red Glare', 'Shoot off 10 Red Rocket Clusters in 25 seconds or less', NULL, NULL),
|
|
(1282, 3936, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Fa-la-la-la-Ogri\'la', 'Summon Reindeer Flying Mount Tier 3.5 (Brown) (PVP Reward)', NULL, NULL),
|
|
(1282, 3937, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Fa-la-la-la-Ogri\'la', 'Summon Reindeer Flying Mount Tier 3.0 (Brown)', NULL, NULL),
|
|
(1282, 3938, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Fa-la-la-la-Ogri\'la', 'Summon Reindeer Flying Mount Tier 2.0 (Brown)', NULL, NULL),
|
|
(1283, 3939, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Deadmines', NULL, NULL),
|
|
(1283, 3940, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Ragefire Chasm', NULL, NULL),
|
|
(1283, 3941, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Wailing Caverns', NULL, NULL),
|
|
(1283, 3942, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Shadowfang Keep', NULL, NULL),
|
|
(1283, 3943, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Blackfathom Deeps', NULL, NULL),
|
|
(1283, 3944, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Stormwind Stockade', NULL, NULL),
|
|
(1283, 3945, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Gnomeregan', NULL, NULL),
|
|
(1283, 3946, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Razorfen Kraul', NULL, NULL),
|
|
(1283, 3947, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Razorfen Downs', NULL, NULL),
|
|
(1283, 3948, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Scarlet Monastery', NULL, NULL),
|
|
(1283, 3949, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Uldaman', NULL, NULL),
|
|
(1283, 3950, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Zul\'Farrak', NULL, NULL),
|
|
(1283, 3951, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Maraudon', NULL, NULL),
|
|
(1283, 3952, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Sunken Temple', NULL, NULL),
|
|
(1283, 3953, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Blackrock Depths', NULL, NULL),
|
|
(1283, 3954, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Blackrock Spire', NULL, NULL),
|
|
(1283, 3955, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'King of Dire Maul', NULL, NULL),
|
|
(1283, 3956, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Scholomance', NULL, NULL),
|
|
(1283, 3957, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Classic Dungeonmaster', 'Stratholme', NULL, NULL),
|
|
(1284, 3964, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Hellfire Ramparts', NULL, NULL),
|
|
(1284, 3965, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Blood Furnace', NULL, NULL),
|
|
(1284, 3966, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Slave Pens', NULL, NULL),
|
|
(1284, 3967, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Underbog', NULL, NULL),
|
|
(1284, 3968, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Mana-Tombs', NULL, NULL),
|
|
(1284, 3969, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Escape From Durnholde', NULL, NULL),
|
|
(1284, 3970, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Sethekk Halls', NULL, NULL),
|
|
(1284, 3971, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Shadow Labyrinth', NULL, NULL),
|
|
(1284, 3973, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Opening of the Dark Portal', NULL, NULL),
|
|
(1284, 3974, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Steamvault', NULL, NULL),
|
|
(1284, 3975, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Shattered Halls', NULL, NULL),
|
|
(1284, 3976, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Mechanar', NULL, NULL),
|
|
(1284, 3977, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Botanica', NULL, NULL),
|
|
(1284, 3978, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'The Arcatraz', NULL, NULL),
|
|
(1284, 3979, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Magister\'s Terrace', NULL, NULL),
|
|
(1284, 3980, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Outland Dungeonmaster', 'Auchenai Crypts', NULL, NULL),
|
|
(1285, 4009, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Classic Raider', 'Blackwing Lair', NULL, NULL),
|
|
(1285, 4010, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Classic Raider', 'Molten Core', NULL, NULL),
|
|
(1285, 4011, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Classic Raider', 'Temple of Ahn\'Qiraj', NULL, NULL),
|
|
(1285, 4012, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Classic Raider', 'Zul\'Gurub', NULL, NULL),
|
|
(1285, 4013, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Classic Raider', 'Ruins of Ahn\'Qiraj', NULL, NULL),
|
|
(1286, 4014, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Karazhan', NULL, NULL),
|
|
(1286, 4015, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Zul\'Aman', NULL, NULL),
|
|
(1286, 4016, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Gruul\'s Lair', NULL, NULL),
|
|
(1286, 4017, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Magtheridon\'s Lair', NULL, NULL),
|
|
(1286, 4018, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Serpentshrine Cavern', NULL, NULL),
|
|
(1286, 4019, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'The Battle for Mount Hyjal', NULL, NULL),
|
|
(1286, 4020, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Tempest Keep', NULL, NULL),
|
|
(1286, 4021, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'The Black Temple', NULL, NULL),
|
|
(1286, 4022, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Raider', 'Sunwell Plateau', NULL, NULL),
|
|
(1287, 4023, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Hellfire Ramparts', NULL, NULL),
|
|
(1287, 4024, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Blood Furnace', NULL, NULL),
|
|
(1287, 4025, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Slave Pens', NULL, NULL),
|
|
(1287, 4026, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Underbog', NULL, NULL),
|
|
(1287, 4027, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Mana-Tombs', NULL, NULL),
|
|
(1287, 4028, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Escape From Durnholde', NULL, NULL),
|
|
(1287, 4029, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Sethekk Halls', NULL, NULL),
|
|
(1287, 4030, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Shadow Labyrinth', NULL, NULL),
|
|
(1287, 4032, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Opening of the Dark Portal', NULL, NULL),
|
|
(1287, 4033, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Steamvault', NULL, NULL),
|
|
(1287, 4034, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Shattered Halls', NULL, NULL),
|
|
(1287, 4035, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Mechanar', NULL, NULL),
|
|
(1287, 4036, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Botanica', NULL, NULL),
|
|
(1287, 4037, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic The Arcatraz', NULL, NULL),
|
|
(1287, 4038, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Magister\'s Terrace', NULL, NULL),
|
|
(1287, 4039, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Outland Dungeon Hero', 'Heroic Auchenai Crypts', NULL, NULL),
|
|
(1288, 4040, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Utgarde Keep', NULL, NULL),
|
|
(1288, 4041, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'The Nexus', NULL, NULL),
|
|
(1288, 4042, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Caverns of Time: Stratholme', NULL, NULL),
|
|
(1288, 4043, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Azjol-Nerub', NULL, NULL),
|
|
(1288, 4044, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Ahn\'kahet: The Old Kingdom', NULL, NULL),
|
|
(1288, 4045, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Drak\'Tharon Keep', NULL, NULL),
|
|
(1288, 4046, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'The Violet Hold', NULL, NULL),
|
|
(1288, 4047, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Gundrak', NULL, NULL),
|
|
(1288, 4048, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Halls of Stone', NULL, NULL),
|
|
(1288, 4049, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Halls of Lightning', NULL, NULL),
|
|
(1288, 4050, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'The Oculus', NULL, NULL),
|
|
(1288, 4051, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Northrend Dungeonmaster', 'Utgarde Pinnacle', NULL, NULL),
|
|
(1289, 4056, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Utgarde Keep', NULL, NULL),
|
|
(1289, 4057, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic The Nexus', NULL, NULL),
|
|
(1289, 4058, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Caverns of Time: Stratholme', NULL, NULL),
|
|
(1289, 4059, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Azjol-Nerub', NULL, NULL),
|
|
(1289, 4060, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Ahn\'kahet: The Old Kingdom', NULL, NULL),
|
|
(1289, 4061, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Drak\'Tharon Keep', NULL, NULL),
|
|
(1289, 4062, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic The Violet Hold', NULL, NULL),
|
|
(1289, 4063, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Gundrak', NULL, NULL),
|
|
(1289, 4064, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Halls of Stone', NULL, NULL),
|
|
(1289, 4065, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Halls of Lightning', NULL, NULL),
|
|
(1289, 4066, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic The Oculus', NULL, NULL),
|
|
(1289, 4067, 20, 168, -1, 1, 80, 1, 1, NULL, 20, 'Northrend Dungeon Hero', 'Heroic Utgarde Pinnacle', NULL, NULL),
|
|
(1291, 4071, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Lonely?', 'Buttermilk Delight at Romantic Picnic', NULL, NULL),
|
|
(1291, 5787, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Lonely?', 'Romantic Picnic', NULL, NULL),
|
|
(1292, 4072, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Yellow Brewfest Stein', NULL, NULL),
|
|
(1292, 4073, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Filled Yellow Brewfest Stein', NULL, NULL),
|
|
(1292, 4074, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Filled Yellow Brewfest Stein', NULL, NULL),
|
|
(1292, 4075, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Filled Yellow Brewfest Stein', NULL, NULL),
|
|
(1292, 4076, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Filled Yellow Brewfest Stein', NULL, NULL),
|
|
(1292, 4077, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Yellow Brewfest Stein', 'Filled Yellow Brewfest Stein', NULL, NULL),
|
|
(1293, 4078, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Blue Brewfest Stein', NULL, NULL),
|
|
(1293, 4079, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Filled Blue Brewfest Stein', NULL, NULL),
|
|
(1293, 4080, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Filled Blue Brewfest Stein', NULL, NULL),
|
|
(1293, 4081, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Filled Blue Brewfest Stein', NULL, NULL),
|
|
(1293, 4082, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Filled Blue Brewfest Stein', NULL, NULL),
|
|
(1293, 4083, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Blue Brewfest Stein', 'Filled Blue Brewfest Stein', NULL, NULL),
|
|
(1295, 4090, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Crashin\' & Thrashin\'', 'Gain 25 crashes with your Crashin\' Thrashin\' Racer', NULL, NULL),
|
|
(1296, 4240, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Watch Him Die', 'Krik\'thir the Gatewatcher', NULL, NULL),
|
|
(1297, 4244, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Hadronox Denied', 'Hadronox', NULL, NULL),
|
|
(1298, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different bandage types used', NULL, NULL, NULL),
|
|
(1299, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Health potion used most', NULL, NULL, NULL),
|
|
(1300, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different health potions used', NULL, NULL, NULL),
|
|
(1301, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Mana potion used most', NULL, NULL, NULL),
|
|
(1302, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different mana potions used', NULL, NULL, NULL),
|
|
(1303, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Elixir consumed most', NULL, NULL, NULL),
|
|
(1304, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different elixirs used', NULL, NULL, NULL),
|
|
(1305, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Flask consumed most', NULL, NULL, NULL),
|
|
(1306, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different flasks consumed', NULL, NULL, NULL),
|
|
(1307, 4439, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'General Drakkisath', NULL, NULL),
|
|
(1307, 4443, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'General Drakkisath\'s Demise', NULL, NULL),
|
|
(1307, 4444, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Blood of the Black Dragon Champion', NULL, NULL),
|
|
(1307, 4445, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Drakefire Amulet', NULL, NULL),
|
|
(1307, 5057, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5058, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5059, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5060, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5061, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5062, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5063, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5064, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5065, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5066, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5067, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5068, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5069, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5070, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5071, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5072, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5073, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5074, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1307, 5075, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Upper Blackrock Spire', 'Saving the Best for Last', NULL, NULL),
|
|
(1308, 4501, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Strand of the Ancients Victory', 'Win Strand of the Ancients', NULL, NULL),
|
|
(1309, 4502, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Strand of the Ancients Veteran', 'Complete 100 victories in Strand of the Ancients', NULL, NULL),
|
|
(1310, 8758, 20, 14881, 95, 1, 80, 1, 1, NULL, 20, 'Storm the Beach', 'Win in 4 minutes', NULL, NULL),
|
|
(1310, 8759, 20, 14881, 95, 1, 80, 1, 1, NULL, 20, 'Storm the Beach', 'Win in 4 minutes', NULL, NULL),
|
|
(1311, 4504, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Ambassador Jerrikar', NULL, NULL),
|
|
(1311, 4505, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Bog Lurker', NULL, NULL),
|
|
(1311, 4506, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Chief Engineer Lorthander', NULL, NULL),
|
|
(1311, 4507, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Coilfang Emissary', NULL, NULL),
|
|
(1311, 4508, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Collidus the Warp-Watcher', NULL, NULL),
|
|
(1311, 4509, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Crippler', NULL, NULL),
|
|
(1311, 4510, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Doomsayer Jurim', NULL, NULL),
|
|
(1311, 4511, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Ever-Core the Punisher', NULL, NULL),
|
|
(1311, 4512, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Fulgorge', NULL, NULL),
|
|
(1311, 4513, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Goretooth', NULL, NULL),
|
|
(1311, 4514, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Hemathion', NULL, NULL),
|
|
(1311, 4515, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Kraator', NULL, NULL),
|
|
(1311, 4516, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Marticar', NULL, NULL),
|
|
(1311, 4517, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Mekthorg the Wild', NULL, NULL),
|
|
(1311, 4518, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Morcrush', NULL, NULL),
|
|
(1311, 4519, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Nuramoc', NULL, NULL),
|
|
(1311, 4520, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Okrek', NULL, NULL),
|
|
(1311, 4521, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Speaker Mar\'grom', NULL, NULL),
|
|
(1311, 4522, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Voidhunter Yar', NULL, NULL),
|
|
(1311, 4523, 10, 14779, 97, 1, 80, 1, 1, NULL, 10, 'Medium Rare', 'Vorakem Doomspeaker', NULL, NULL),
|
|
(1312, 0, 25, 14779, 97, 1, 80, 1, 1, NULL, 25, 'Bloody Rare', NULL, NULL, NULL),
|
|
(1336, 0, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Creature type killed the most', NULL, NULL, NULL),
|
|
(1337, 0, 1, 135, 128, 1, 80, 1, 1, NULL, 0, 'Different creature types killed', NULL, NULL, NULL),
|
|
(1339, 0, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Mage portal taken most', NULL, NULL, NULL),
|
|
(1356, 5040, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'I\'ve Toured the Fjord', 'Complete 105 quests in Howling Fjord', NULL, NULL),
|
|
(1357, 5041, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Fo\' Grizzle My Shizzle', 'Complete 75 quests in Grizzly Hills', NULL, NULL),
|
|
(1358, 5042, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Nothing Boring About Borean', 'Complete 140 quests in Boren Tundra', NULL, NULL),
|
|
(1358, 5043, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Nothing Boring About Borean', 'Complete 140 quests in Borean Tundra', NULL, NULL),
|
|
(1359, 5044, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Might of Dragonblight', 'Complete 130 quests in Dragonblight', NULL, NULL),
|
|
(1360, 5045, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Nothing Boring About Borean', NULL, NULL),
|
|
(1360, 5046, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Might of Dragonblight', NULL, NULL),
|
|
(1360, 5047, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'The Empire of Zul\'Drak', NULL, NULL),
|
|
(1360, 5048, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Fo\' Grizzle My Shizzle', NULL, NULL),
|
|
(1360, 5049, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'I\'ve Toured the Fjord', NULL, NULL),
|
|
(1360, 5050, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Into the Basin', NULL, NULL),
|
|
(1360, 5051, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'The Summit of Storm Peaks', NULL, NULL),
|
|
(1360, 5052, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Northrend', 'Icecrown: The Final Goal', NULL, NULL),
|
|
(1361, 5100, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Anub\'Rekhan kills (Naxxramas 10 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(1362, 5101, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Grand Widow Faerlina kills (Naxxramas 10 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(1363, 5102, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Maexxna kills (Naxxramas 10 player)', 'Maexxna', NULL, NULL),
|
|
(1364, 5110, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Patchwerk kills (Naxxramas 10 player)', 'Patchwerk', NULL, NULL),
|
|
(1365, 5104, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Noth the Plaguebringer kills (Naxxramas 10 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(1366, 5108, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Gothik the Harvester kills (Naxxramas 10 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(1367, 5103, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Patchwerk kills (Naxxramas 25 player)', 'Patchwerk', NULL, NULL),
|
|
(1368, 5111, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Anub\'Rekhan kills (Naxxramas 25 player)', 'Anub\'Rekhan', NULL, NULL),
|
|
(1369, 5112, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Heigan the Unclean kills (Naxxramas 10 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(1370, 5113, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Loatheb kills (Naxxramas 10 player)', 'Loatheb', NULL, NULL),
|
|
(1371, 5114, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Grobbulus kills (Naxxramas 10 player)', 'Grobbulus', NULL, NULL),
|
|
(1372, 5117, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Gluth kills (Naxxramas 10 player)', 'Gluth', NULL, NULL),
|
|
(1373, 5119, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Thaddius kills (Naxxramas 10 player)', 'Thaddius', NULL, NULL),
|
|
(1374, 5120, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Instructor Razuvious kills (Naxxramas 10 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(1375, 5121, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Four Horsemen kills (Naxxramas 10 player)', '<NYI> Need to hook up event', NULL, NULL),
|
|
(1375, 7805, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Four Horsemen kills (Naxxramas 10 player)', 'The Four Horsemen', NULL, NULL),
|
|
(1376, 5122, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Sapphiron kills (Naxxramas 10 player)', 'Sapphiron', NULL, NULL),
|
|
(1377, 5123, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Kel\'Thuzad kills (Naxxramas 10 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(1378, 5124, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Gluth kills (Naxxramas 25 player)', 'Gluth', NULL, NULL),
|
|
(1379, 5125, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Gothik the Harvester kills (Naxxramas 25 player)', 'Gothik the Harvester', NULL, NULL),
|
|
(1380, 5126, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Grand Widow Faerlina kills (Naxxramas 25 player)', 'Grand Widow Faerlina', NULL, NULL),
|
|
(1381, 5127, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Grobbulus kills (Naxxramas 25 player)', 'Grobbulus', NULL, NULL),
|
|
(1382, 5128, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Heigan the Unclean kills (Naxxramas 25 player)', 'Heigan the Unclean', NULL, NULL),
|
|
(1383, 5129, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Four Horsemen kills (Naxxramas 25 player)', '<NYI> Need to hook up event', NULL, NULL),
|
|
(1383, 7806, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Four Horsemen kills (Naxxramas 25 player)', 'The Four Horsemen', NULL, NULL),
|
|
(1384, 5130, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Instructor Razuvious kills (Naxxramas 25 player)', 'Instructor Razuvious', NULL, NULL),
|
|
(1385, 5131, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Loatheb kills (Naxxramas 25 player)', 'Loatheb', NULL, NULL),
|
|
(1386, 5132, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Maexxna kills (Naxxramas 25 player)', 'Maexxna', NULL, NULL),
|
|
(1387, 5133, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Noth the Plaguebringer kills (Naxxramas 25 player)', 'Noth the Plaguebringer', NULL, NULL),
|
|
(1388, 5134, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Thaddius kills (Naxxramas 25 player)', 'Thaddius', NULL, NULL),
|
|
(1389, 5135, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Sapphiron kills (Naxxramas 25 player)', 'Sapphiron', NULL, NULL),
|
|
(1390, 5136, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Kel\'Thuzad kills (Naxxramas 25 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(1391, 5137, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Malygos kills (10 player)', 'Malygos', NULL, NULL),
|
|
(1392, 5138, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Sartharion kills (Chamber of the Aspects 10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1393, 5139, 1, 14823, 14807, 1, 80, 80, 80, NULL, 10, 'Sartharion kills (Chamber of the Aspects 25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1394, 5140, 1, 14823, 14807, 1, 80, 71, 76, NULL, 10, 'Malygos kills (25 player)', 'Malygos', NULL, NULL),
|
|
(1396, 5141, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Sardis in Valiance Keep', NULL, NULL),
|
|
(1396, 5142, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Beldak in Westfall Brigade', NULL, NULL),
|
|
(1396, 5143, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Morthie in Star\'s Rest', NULL, NULL),
|
|
(1396, 5144, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Fargal in Frosthold', NULL, NULL),
|
|
(1396, 5145, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Arp in D.E.H.T.A', NULL, NULL),
|
|
(1396, 5146, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Northal in Transitus Shield', NULL, NULL),
|
|
(1396, 5147, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Sandrene in Lakeside Landing', NULL, NULL),
|
|
(1396, 5148, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Wanikaya in Rainspeaker Rapids', NULL, NULL),
|
|
(1396, 5149, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Lunaro in Ruins of Tethys', NULL, NULL),
|
|
(1396, 5150, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Bluewolf in Wintergrasp', NULL, NULL),
|
|
(1396, 5151, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Tauros in Zim\'Torga', NULL, NULL),
|
|
(1396, 5154, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Thoim in Moa\'ki Harbor', NULL, NULL),
|
|
(1396, 5155, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Graymane in K3', NULL, NULL),
|
|
(1396, 5156, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Stonebeard in Bouldercrag\'s Refuge', NULL, NULL),
|
|
(1396, 5157, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Pamuya in Warsong Hold', NULL, NULL),
|
|
(1396, 5158, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Whurain in Camp Oneqwah', NULL, NULL),
|
|
(1396, 5159, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Skywarden in Agmar\'s Hammer', NULL, NULL),
|
|
(1396, 5160, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Elders of Northrend', 'Elder Muraco in Camp Tunka\'lo', NULL, NULL),
|
|
(1400, 5223, 1, 81, -1, 1, 80, 71, 80, NULL, 0, 'Realm First! Magic Seeker', 'Malygos', NULL, NULL),
|
|
(1402, 5227, 1, 81, -1, 1, 80, 71, 80, NULL, 0, 'Realm First! Conqueror of Naxxramas', 'Kel\'Thuzad', NULL, NULL),
|
|
(1404, 5229, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Gnome', 'Level to 80', NULL, NULL),
|
|
(1405, 5230, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Blood Elf', 'Level to 80', NULL, NULL),
|
|
(1406, 5231, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Draenei', 'Level to 80', NULL, NULL),
|
|
(1407, 5232, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Dwarf', 'Level to 80', NULL, NULL),
|
|
(1408, 5233, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Human', 'Level to 80', NULL, NULL),
|
|
(1409, 5234, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Night Elf', 'Level to 80', NULL, NULL),
|
|
(1410, 5235, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Orc', 'Level to 80', NULL, NULL),
|
|
(1411, 5236, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Tauren', 'Level to 80', NULL, NULL),
|
|
(1412, 5237, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Troll', 'Level to 80', NULL, NULL),
|
|
(1413, 5238, 1, 81, -1, 1, 80, 80, 80, NULL, 0, 'Realm First! Level 80 Forsaken', 'Level to 80', NULL, NULL),
|
|
(1414, 5240, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Blacksmith', 'Skill to 450', NULL, NULL),
|
|
(1415, 5241, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Alchemist', 'Skill to 450', NULL, NULL),
|
|
(1416, 5242, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Cooking Grand Master', 'Skill to 450', NULL, NULL),
|
|
(1417, 5243, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Enchanter', 'Skill to 450', NULL, NULL),
|
|
(1418, 5244, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Engineer', 'Skill to 450', NULL, NULL),
|
|
(1419, 5249, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! First Aid Grand Master', 'Skill to 450', NULL, NULL),
|
|
(1420, 5250, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Angler', 'Skill to 450', NULL, NULL),
|
|
(1421, 5251, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Herbalist', 'Skill to 450', NULL, NULL),
|
|
(1422, 5252, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Scribe', 'Skill to 450', NULL, NULL),
|
|
(1423, 5253, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Jewelcrafter', 'Skill to 450', NULL, NULL),
|
|
(1424, 5254, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Leatherworker', 'Skill to 450', NULL, NULL),
|
|
(1425, 5255, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Miner', 'Skill to 450', NULL, NULL),
|
|
(1426, 5256, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Skinner', 'Skill to 450', NULL, NULL),
|
|
(1427, 5257, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Realm First! Grand Master Tailor', 'Skill to 450', NULL, NULL),
|
|
(1428, 5258, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Mine Sweeper', 'Landmine Knockback', NULL, NULL),
|
|
(1436, 5267, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Friends In High Places', 'Zhevra', NULL, NULL),
|
|
(1436, 5268, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Friends In High Places', 'Zhevra', NULL, NULL),
|
|
(1436, 5269, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Friends In High Places', 'Zhevra', NULL, NULL),
|
|
(1456, 5288, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Fish and other things caught', 'Fish and other things caught', NULL, NULL),
|
|
(1457, 5290, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'The Azure Front', NULL, NULL),
|
|
(1457, 5291, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'The Decrepit Flow', NULL, NULL),
|
|
(1457, 5292, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'Sunreaver\'s Command', NULL, NULL),
|
|
(1457, 5293, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'Forlorn Woods', NULL, NULL),
|
|
(1457, 5294, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'Windrunner\'s Overlook', NULL, NULL),
|
|
(1457, 5295, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'The Great Tree', NULL, NULL),
|
|
(1457, 5296, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'Violet Stand', NULL, NULL),
|
|
(1457, 5297, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Explore Crystalsong Forest', 'The Unbound Thicket', NULL, NULL),
|
|
(1458, 0, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Continent with the most Honorable Kills', NULL, NULL, NULL),
|
|
(1462, 5310, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Badges of Justice acquired', 'Badges of Justice acquired', NULL, NULL),
|
|
(1463, 5306, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Northrend Vanguard', 'The Argent Crusade', NULL, NULL),
|
|
(1463, 5307, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Northrend Vanguard', 'The Wyrmrest Accord', NULL, NULL),
|
|
(1463, 5308, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Northrend Vanguard', 'The Kirin Tor', NULL, NULL),
|
|
(1463, 5309, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Northrend Vanguard', 'Knights of the Ebon Blade', NULL, NULL),
|
|
(1464, 5311, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Emblems of Heroism acquired', 'Emblems of Heroism acquired', NULL, NULL),
|
|
(1465, 5312, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Emblems of Valor acquired', 'Emblems of Valor acquired', NULL, NULL),
|
|
(1466, 5328, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Darnassus', NULL, NULL),
|
|
(1466, 5329, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Gnomergan', NULL, NULL),
|
|
(1466, 5330, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Ironforge', NULL, NULL),
|
|
(1466, 5331, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Stormwind', NULL, NULL),
|
|
(1466, 5332, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Exodar', NULL, NULL),
|
|
(1466, 5333, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with The League of Arathor', NULL, NULL),
|
|
(1466, 5334, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Silverwing Sentinels', NULL, NULL),
|
|
(1466, 5335, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Stormpike Guard', NULL, NULL),
|
|
(1466, 5336, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Honor Hold', NULL, NULL),
|
|
(1466, 5337, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Kurenai', NULL, NULL),
|
|
(1466, 5338, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Wintersaber Trainers', NULL, NULL),
|
|
(1466, 5339, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Valiance Expedition', NULL, NULL),
|
|
(1466, 5340, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with The Silver Covenant', NULL, NULL),
|
|
(1466, 5341, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with Explorers\' League', NULL, NULL),
|
|
(1466, 5342, 1, 147, 130, 1, 80, 1, 1, NULL, 0, 'Most Alliance factions at Exalted', 'Exalted with The Sunreavers', NULL, NULL),
|
|
(1467, 5377, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Prince Keleseth', NULL, NULL),
|
|
(1467, 5378, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Skarvald the Constructor', NULL, NULL),
|
|
(1467, 5379, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Dalronn the Controller', NULL, NULL),
|
|
(1467, 5380, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ingvar the Plunderer', NULL, NULL),
|
|
(1467, 5381, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Grand Magus Telestra', NULL, NULL),
|
|
(1467, 5382, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Anomalus', NULL, NULL),
|
|
(1467, 5383, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ormorok the Tree-Shaper', NULL, NULL),
|
|
(1467, 5384, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Keristrasza', NULL, NULL),
|
|
(1467, 5436, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Krik\'thir the Gatewatcher', NULL, NULL),
|
|
(1467, 5437, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Hadronox', NULL, NULL),
|
|
(1467, 5438, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Anub\'arak', NULL, NULL),
|
|
(1467, 5439, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Prince Taldaram', NULL, NULL),
|
|
(1467, 5440, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Elder Nadox', NULL, NULL),
|
|
(1467, 5441, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Jedoga Shadowseeker', NULL, NULL),
|
|
(1467, 5442, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Herald Volazj', NULL, NULL),
|
|
(1467, 5443, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Trollgore', NULL, NULL),
|
|
(1467, 5444, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Novos the Summoner', NULL, NULL),
|
|
(1467, 5445, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'King Dred', NULL, NULL),
|
|
(1467, 5446, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1467, 5447, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Cyanigosa', NULL, NULL),
|
|
(1467, 5448, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Slad\'ran', NULL, NULL),
|
|
(1467, 5449, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Moorabi', NULL, NULL),
|
|
(1467, 5450, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Drakkari Colossus', NULL, NULL),
|
|
(1467, 5451, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Gal\'darah', NULL, NULL),
|
|
(1467, 5452, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Maiden of Grief', NULL, NULL),
|
|
(1467, 5453, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Krystallus', NULL, NULL),
|
|
(1467, 5454, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(1467, 5455, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'General Bjarngrim', NULL, NULL),
|
|
(1467, 5456, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ionar', NULL, NULL),
|
|
(1467, 5457, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Volkhan', NULL, NULL),
|
|
(1467, 5458, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Loken', NULL, NULL),
|
|
(1467, 5459, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Drakos the Interrogator', NULL, NULL),
|
|
(1467, 5460, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Mage-Lord Urom', NULL, NULL),
|
|
(1467, 5461, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Varos Cloudstrider', NULL, NULL),
|
|
(1467, 5462, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(1467, 5463, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Skadi the Ruthless', NULL, NULL),
|
|
(1467, 5464, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'King Ymiron', NULL, NULL),
|
|
(1467, 5465, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Svala Sorrowgrave', NULL, NULL),
|
|
(1467, 5466, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Gortok Palehoof', NULL, NULL),
|
|
(1467, 5467, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Meathook', NULL, NULL),
|
|
(1467, 5468, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Chrono-Lord Epoch', NULL, NULL),
|
|
(1467, 5469, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Salramm the Fleshcrafter', NULL, NULL),
|
|
(1467, 6433, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Mal\'Ganis', NULL, NULL),
|
|
(1467, 8798, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Xevozz', NULL, NULL),
|
|
(1467, 8799, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Lavanthor', NULL, NULL),
|
|
(1467, 8800, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ichoron', NULL, NULL),
|
|
(1467, 8801, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Zuramat the Obliterator', NULL, NULL),
|
|
(1467, 8802, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Erekem', NULL, NULL),
|
|
(1467, 8803, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Moragg', NULL, NULL),
|
|
(1467, 13312, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Argent Confessor Paletress', NULL, NULL),
|
|
(1467, 13313, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Eadric the Pure', NULL, NULL),
|
|
(1467, 13314, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'The Black Knight', NULL, NULL),
|
|
(1467, 13315, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Bronjahm', NULL, NULL),
|
|
(1467, 13316, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Devourer of Souls', NULL, NULL),
|
|
(1467, 13317, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Forgemaster Garfrost', NULL, NULL),
|
|
(1467, 13318, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Ick', NULL, NULL),
|
|
(1467, 13319, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Scourgelord Tyrannus', NULL, NULL),
|
|
(1467, 13320, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Falric', NULL, NULL),
|
|
(1467, 13321, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'Marwyn', NULL, NULL),
|
|
(1467, 13323, 1, 14807, 1, 1, 80, 67, 76, 'ICC - Lich King', 10, 'Lich King 5-player bosses killed', 'The Lich King', NULL, NULL),
|
|
(1485, 0, 1, 14807, 1, 1, 80, 1, 1, 'ICC - Lich King', 0, 'Lich King 5-player different bosses killed', NULL, NULL, NULL),
|
|
(1486, 5511, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Strand of the Ancients Honorable Kills', 'Strand of the Ancients Honorable Kills', NULL, NULL),
|
|
(1487, 5529, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Total Killing Blows', 'Total Killing Blows', NULL, NULL),
|
|
(1488, 5512, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'World Killing Blows', 'Eastern Kingdoms', NULL, NULL),
|
|
(1488, 5530, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'World Killing Blows', 'Kalimdor', NULL, NULL),
|
|
(1488, 5531, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'World Killing Blows', 'Burning Crusade Areas', NULL, NULL),
|
|
(1488, 5532, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'World Killing Blows', 'Northrend', NULL, NULL),
|
|
(1489, 0, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Continent with the most Killing Blows', NULL, NULL, NULL),
|
|
(1490, 5533, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arena Killing Blows', 'Nagrand Arena', NULL, NULL),
|
|
(1490, 5534, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arena Killing Blows', 'Blade\'s Edge Arena', NULL, NULL),
|
|
(1490, 5535, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arena Killing Blows', 'Ruind of Lordaeron', NULL, NULL),
|
|
(1490, 9165, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arena Killing Blows', 'Dalaran Sewers', NULL, NULL),
|
|
(1490, 9166, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arena Killing Blows', 'Ring of Valor', NULL, NULL),
|
|
(1491, 5536, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Alterac Valley', NULL, NULL),
|
|
(1491, 5537, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Arathi Basin', NULL, NULL),
|
|
(1491, 5538, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Warsong Gulch', NULL, NULL),
|
|
(1491, 5539, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Eye of the Storm', NULL, NULL),
|
|
(1491, 5540, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Strand of the Ancients', NULL, NULL),
|
|
(1491, 13254, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground Killing Blows', 'Isle of Conquest', NULL, NULL),
|
|
(1492, 5541, 1, 137, 128, 1, 80, 1, 1, NULL, 0, '2v2 Arena Killing Blows', '2v2 Arena Killing Blows', NULL, NULL),
|
|
(1493, 5542, 1, 137, 128, 1, 80, 1, 1, NULL, 0, '3v3 Arena Killing Blows', '3v3 Arena Killing Blows', NULL, NULL),
|
|
(1494, 5543, 1, 137, 128, 1, 80, 1, 1, NULL, 0, '5v5 Arena Killing Blows', '5v5 Arena Killing Blows', NULL, NULL),
|
|
(1495, 5544, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Alterac Valley Killing Blows', 'Alterac Valley Killing Blows', NULL, NULL),
|
|
(1496, 5545, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Arathi Basin Killing Blows', 'Arathi Basin Killing Blows', NULL, NULL),
|
|
(1497, 5546, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Warsong Gulch Killing Blows', 'Warsong Gulch Killing Blows', NULL, NULL),
|
|
(1498, 5547, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Eye of the Storm Killing Blows', 'Eye of the Storm Killing Blows', NULL, NULL),
|
|
(1499, 5548, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Strand of the Ancients Killing Blows', 'Strand of the Ancients Killing Blows', NULL, NULL),
|
|
(1500, 5549, 1, 124, 122, -0.3, 80, 1, 1, NULL, 0, 'Deaths in Strand of the Ancients', 'Deaths in Strand of the Ancients', NULL, NULL),
|
|
(1501, 5594, 1, 21, 1, -1, 80, 1, 1, NULL, 0, 'Total deaths from other players', 'Total deaths from other players', NULL, NULL),
|
|
(1502, 5603, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Quick Cap', 'Pick up flag while it\'s at the base', NULL, NULL),
|
|
(1502, 7769, 10, 14804, 95, 1, 80, 1, 1, NULL, 10, 'Quick Cap', 'Cap in 75 seconds', NULL, NULL),
|
|
(1504, 5608, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Ingvar the Plunderer kills (Heroic Utgarde Keep)', 'Ingvar the Plunderer', NULL, NULL),
|
|
(1505, 5609, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Keristrasza kills (Heroic Nexus)', 'Keristrasza', NULL, NULL),
|
|
(1506, 5610, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Anub\'arak kills (Heroic Azjol-Nerub)', 'Anub\'arak', NULL, NULL),
|
|
(1507, 5611, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Herald Volazj kills (Heroic Ahn\'kahet)', 'Herald Volazj', NULL, NULL),
|
|
(1508, 5612, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'The Prophet Tharon\'ja kills (Heroic Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1508, 9260, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'The Prophet Tharon\'ja kills (Heroic Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1508, 9261, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'The Prophet Tharon\'ja kills (Heroic Drak\'Tharon Keep)', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(1509, 5613, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Cyanigosa kills (Heroic Violet Hold)', 'Cyanigosa', NULL, NULL),
|
|
(1510, 5614, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Gal\'darah kills (Heroic Gundrak)', 'Gal\'darah', NULL, NULL),
|
|
(1511, 5615, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Sjonnir the Ironshaper kills (Heroic Halls of Stone)', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(1512, 5616, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Loken kills (Heroic Halls of Lightning)', 'Kronus', NULL, NULL),
|
|
(1513, 5617, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Ley-Guardian Eregos kills (Heroic Oculus)', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(1514, 5618, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'King Ymiron kills (Heroic Utgarde Pinnacle)', 'King Ymiron', NULL, NULL),
|
|
(1515, 5620, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Mal\'Ganis defeated (Heroic CoT: Stratholme)', 'Mal\'Ganis', NULL, NULL),
|
|
(1515, 6434, 1, 14823, 14807, 1, 80, 80, 80, NULL, 5, 'Mal\'Ganis defeated (Heroic CoT: Stratholme)', 'Mal\'Ganis', NULL, NULL),
|
|
(1516, 5662, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Grand Master Fisherman', NULL, NULL),
|
|
(1516, 5663, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'The Old Gnome and the Sea', NULL, NULL),
|
|
(1516, 5664, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'The Scavenger', NULL, NULL),
|
|
(1516, 5665, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'The Fishing Diplomat', NULL, NULL),
|
|
(1516, 5666, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Master Angler of Stranglethorn', NULL, NULL),
|
|
(1516, 5667, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Mr. Pinchy\'s Magical Crawdad Box', NULL, NULL),
|
|
(1516, 5668, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'One That Didn\'t Get Away', NULL, NULL),
|
|
(1516, 5669, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Old Man Barlowned', NULL, NULL),
|
|
(1516, 5670, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Deadliest Catch', NULL, NULL),
|
|
(1516, 5671, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'The Lurker Above', NULL, NULL),
|
|
(1516, 5672, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Outland Angler', NULL, NULL),
|
|
(1516, 5673, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Fish Don\'t Leave Footprints', NULL, NULL),
|
|
(1516, 5690, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'Northrend Angler', NULL, NULL),
|
|
(1516, 5762, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', '1000 Fish', NULL, NULL),
|
|
(1516, 7495, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Accomplished Angler', 'The Coin Master', NULL, NULL),
|
|
(1517, 5680, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Borean Man O\' War School', NULL, NULL),
|
|
(1517, 5681, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Deep Sea Monsterbelly School', NULL, NULL),
|
|
(1517, 5682, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Dragonfin Angelfish School', NULL, NULL),
|
|
(1517, 5683, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Fangtooth Herring School', NULL, NULL),
|
|
(1517, 5684, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Glacial Salmon School', NULL, NULL),
|
|
(1517, 5685, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Glassfin Minnow School', NULL, NULL),
|
|
(1517, 5686, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Imperial Manta Ray School', NULL, NULL),
|
|
(1517, 5687, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Moonglow Cuttlefish School', NULL, NULL),
|
|
(1517, 5688, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Musselback Sculpin School', NULL, NULL),
|
|
(1517, 5689, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Northrend Angler', 'Nettlefish School', NULL, NULL),
|
|
(1518, 5695, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Fish caught', 'Fish caught', NULL, NULL),
|
|
(1519, 5696, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Fishing skill', 'Fishing skill', NULL, NULL),
|
|
(1524, 5701, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Cooking skill', 'Cooking skill', NULL, NULL),
|
|
(1525, 5702, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Revenge is Tasty', NULL, NULL),
|
|
(1525, 5703, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Super Hot Stew', NULL, NULL),
|
|
(1525, 5704, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Manalicious', NULL, NULL),
|
|
(1525, 5705, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Soup for the Soul', NULL, NULL),
|
|
(1525, 11960, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 11961, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Horde', NULL, NULL),
|
|
(1525, 12078, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Feast for the Legerddemain - Alliance', NULL, NULL),
|
|
(1525, 12079, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Feast for the Legerdemain - Horde', NULL, NULL),
|
|
(1525, 12080, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 12081, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 12082, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 12083, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 12084, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1525, 12085, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Cooking daily quests completed', 'Infused Mushroom Meatloaf - Alliance', NULL, NULL),
|
|
(1526, 5706, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Crocolisks in the City', NULL, NULL),
|
|
(1526, 5707, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Bait Bandits', NULL, NULL),
|
|
(1526, 5708, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Felblood Fillet', NULL, NULL),
|
|
(1526, 5709, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'The One That Got Away', NULL, NULL),
|
|
(1526, 5710, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Shrimpin\' Ain\'t Easy', NULL, NULL),
|
|
(1526, 13363, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'The Ghostfish', NULL, NULL),
|
|
(1526, 13364, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'The Jewel of the Sewers', NULL, NULL),
|
|
(1526, 13365, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Dangerously Delicious', NULL, NULL),
|
|
(1526, 13366, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Monsterbelly Appetite', NULL, NULL),
|
|
(1526, 13367, 10, 178, 132, 1, 80, 1, 1, NULL, 10, 'Fishing daily quests completed', 'Blood is Thicker', NULL, NULL),
|
|
(1527, 5711, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Alchemy skill', 'Alchemy skill', NULL, NULL),
|
|
(1532, 5712, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Blacksmithing skill', 'Blacksmithing skill', NULL, NULL),
|
|
(1535, 5713, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Enchanting skill', 'Enchanting skill', NULL, NULL),
|
|
(1536, 5718, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Leatherworking skill', 'Leatherworking skill', NULL, NULL),
|
|
(1537, 5719, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Mining skill', 'Mining skill', NULL, NULL),
|
|
(1538, 5715, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Herbalism skill', 'Herbalism skill', NULL, NULL),
|
|
(1539, 5716, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Inscription skill', 'Inscription skill', NULL, NULL),
|
|
(1540, 5717, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Jewelcrafting skill', 'Jewelcrafting skill', NULL, NULL),
|
|
(1541, 5720, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Skinning skill', 'Skinning skill', NULL, NULL),
|
|
(1542, 5714, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Tailoring skill', 'Tailoring skill', NULL, NULL),
|
|
(1544, 5722, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Highest Engineering skill', 'Engineering skill', NULL, NULL),
|
|
(1545, 5731, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ring of Valor matches', 'Ring of Valor matches', NULL, NULL),
|
|
(1546, 5737, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Ring of Valor victories', 'Ring of Valor victories', NULL, NULL),
|
|
(1547, 5733, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Dalaran Sewers matches', 'Dalaran Sewers matches', NULL, NULL),
|
|
(1548, 5738, 28, 152, 21, 1.7, 80, 1, 1, NULL, 0, 'Dalaran Sewers victories', 'Dalaran Sewers victories', NULL, NULL),
|
|
(1549, 5743, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Strand of the Ancients battles', 'Strand of the Ancients', NULL, NULL),
|
|
(1550, 5746, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Strand of the Ancients victories', 'Strand of the Ancients', NULL, NULL),
|
|
(1552, 5755, 10, 160, 155, 1, 80, 1, 1, NULL, 10, 'Frenzied Firecracker', 'Shoot off 10 Festival Firecrackers in 30 seconds or less', NULL, NULL),
|
|
(1556, 5756, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '25 Fish', 'Catch 25 fish', NULL, NULL),
|
|
(1557, 5757, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '50 Fish', 'Catch 50 fish', NULL, NULL),
|
|
(1558, 5758, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '100 Fish', 'Catch 100 fish', NULL, NULL),
|
|
(1559, 5759, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '250 Fish', 'Catch 250 fish', NULL, NULL),
|
|
(1560, 5760, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '500 Fish', 'Catch 500 fish', NULL, NULL),
|
|
(1561, 5761, 10, 171, 169, 1, 80, 1, 1, NULL, 10, '1000 Fish', 'Catch 1000 fish', NULL, NULL),
|
|
(1563, 5763, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Grand Master Cook', NULL, NULL),
|
|
(1563, 5764, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Cake Is Not A Lie', NULL, NULL),
|
|
(1563, 5765, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Kickin\' It Up a Notch', NULL, NULL),
|
|
(1563, 6604, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Northrend Gourmet', NULL, NULL),
|
|
(1563, 6605, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Second That Emotion', NULL, NULL),
|
|
(1563, 6607, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Critter Gitter', NULL, NULL),
|
|
(1563, 6624, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Critter Gitter', NULL, NULL),
|
|
(1563, 6631, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Dinner Impossible', NULL, NULL),
|
|
(1563, 6756, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Sous Chef', NULL, NULL),
|
|
(1563, 6762, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Captain Rumsey\'s Lager', NULL, NULL),
|
|
(1563, 6788, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Outland Gourmet', NULL, NULL),
|
|
(1576, 5798, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'Of Blood and Anguish', 'The Ring of Blood: The Final Challenge', NULL, NULL),
|
|
(1576, 5799, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'Of Blood and Anguish', 'The Champion of Anguish', NULL, NULL),
|
|
(1596, 5804, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Guru of Drakuru', 'Cleansing Drak\'Tharon', NULL, NULL),
|
|
(1596, 5805, 10, 14863, 96, 1, 80, 1, 1, NULL, 10, 'Guru of Drakuru', 'Betrayal', NULL, NULL),
|
|
(1636, 5812, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Competitor\'s Tabard', 'Competitor\'s Tabard', NULL, NULL),
|
|
(1637, 5814, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Spirit of Competition', 'Spirit of Competition', NULL, NULL),
|
|
(1638, 5815, 10, 14865, 201, 1, 80, 1, 1, NULL, 10, 'Skyshattered', 'Skyshatter Race', NULL, NULL),
|
|
(1656, 5818, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Trick or Treat!', NULL, NULL),
|
|
(1656, 5819, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Out With It', NULL, NULL),
|
|
(1656, 5821, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Bring Me The Head of... Oh Wait', NULL, NULL),
|
|
(1656, 5822, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'The Savior of Hallow\'s End', NULL, NULL),
|
|
(1656, 5824, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'That Sparkling Smile', NULL, NULL),
|
|
(1656, 5825, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Rotten Hallow', NULL, NULL),
|
|
(1656, 5826, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'G.N.E.R.D. Rage', NULL, NULL),
|
|
(1656, 5827, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Check Your Head', NULL, NULL),
|
|
(1656, 5828, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'The Masquerade', NULL, NULL),
|
|
(1656, 5829, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Sinister Calling', NULL, NULL),
|
|
(1656, 5830, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Tricks and Treats of Azeroth', NULL, NULL),
|
|
(1657, 5831, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Trick or Treat!', NULL, NULL),
|
|
(1657, 5832, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Out With It', NULL, NULL),
|
|
(1657, 5833, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Bring Me The Head of... Oh Wait', NULL, NULL),
|
|
(1657, 5834, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'The Savior of Hallow\'s End', NULL, NULL),
|
|
(1657, 5836, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'That Sparkling Smile', NULL, NULL),
|
|
(1657, 5837, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Rotten Hallow', NULL, NULL),
|
|
(1657, 5838, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'G.N.E.R.D. Rage', NULL, NULL),
|
|
(1657, 5839, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Check Your Head', NULL, NULL),
|
|
(1657, 5840, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'The Masquerade', NULL, NULL),
|
|
(1657, 5841, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Sinister Calling', NULL, NULL),
|
|
(1657, 5842, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Hallowed Be Thy Name', 'Tricks and Treats of Azeroth', NULL, NULL),
|
|
(1658, 5876, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Ingvar the Plunderer', NULL, NULL),
|
|
(1658, 5877, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Keristrasza', NULL, NULL),
|
|
(1658, 5878, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Anub\'arak', NULL, NULL),
|
|
(1658, 5879, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Herald Volazj', NULL, NULL),
|
|
(1658, 5880, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: The Prophet Tharon\'ja', NULL, NULL),
|
|
(1658, 5881, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Cyanigosa', NULL, NULL),
|
|
(1658, 5882, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Gal\'darah', NULL, NULL),
|
|
(1658, 5883, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Sjonnir the Ironshaper', NULL, NULL),
|
|
(1658, 5884, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Loken', NULL, NULL),
|
|
(1658, 5885, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Ley-Guardian Eregos', NULL, NULL),
|
|
(1658, 5886, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: King Ymiron', NULL, NULL),
|
|
(1658, 5887, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Heroic: Mal\'Ganis', NULL, NULL),
|
|
(1658, 5888, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Kel\'Thuzad (10 or 25 player)', NULL, NULL),
|
|
(1658, 5889, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Sartharion the Onyx Guardian (10 or 25 player)', NULL, NULL),
|
|
(1658, 5890, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Champion of the Frozen Wastes', 'Malygos (10 or 25 player)', NULL, NULL),
|
|
(1676, 5900, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Alterac Mountains', NULL, NULL),
|
|
(1676, 5901, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1676, 5902, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1676, 5903, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1676, 5904, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blackrock Spire', NULL, NULL),
|
|
(1676, 5905, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blackrock Depths', NULL, NULL),
|
|
(1676, 5906, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blasted Lands', NULL, NULL),
|
|
(1676, 5907, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1676, 5908, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deadwind Pass', NULL, NULL),
|
|
(1676, 5909, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deeprun Tram', NULL, NULL),
|
|
(1676, 5910, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Dun Algaz', NULL, NULL),
|
|
(1676, 5911, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Dun Morogh', NULL, NULL),
|
|
(1676, 5912, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Duskwood', NULL, NULL),
|
|
(1676, 5913, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Eastern Plaguelands', NULL, NULL),
|
|
(1676, 5914, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Elwynn Forest', NULL, NULL),
|
|
(1676, 5915, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Eversong Woods', NULL, NULL),
|
|
(1676, 5916, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Ghostlands', NULL, NULL),
|
|
(1676, 5917, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Gnomeregan', NULL, NULL),
|
|
(1676, 5918, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1676, 5919, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Ironforge', NULL, NULL),
|
|
(1676, 5920, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Isle of Quel\'Danas', NULL, NULL),
|
|
(1676, 5921, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Karazhan', NULL, NULL),
|
|
(1676, 5922, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Loch Modan', NULL, NULL),
|
|
(1676, 5923, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Lordamere Lake', NULL, NULL),
|
|
(1676, 5924, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Magister\'s Terrace', NULL, NULL),
|
|
(1676, 5925, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Molten Core', NULL, NULL),
|
|
(1676, 5926, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Onyxia\'s Lair', NULL, NULL),
|
|
(1676, 5927, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Plaguelands: The Scarlet Enclave', NULL, NULL),
|
|
(1676, 5928, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Quel\'thalas', NULL, NULL),
|
|
(1676, 5929, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Redridge Mountains', NULL, NULL),
|
|
(1676, 5930, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Scarlet Monastery', NULL, NULL),
|
|
(1676, 5931, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Scholomance', NULL, NULL),
|
|
(1676, 5932, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Searing Gorge', NULL, NULL),
|
|
(1676, 5933, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Silvermoon City', NULL, NULL),
|
|
(1676, 5934, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stormwind City', NULL, NULL),
|
|
(1676, 5935, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1676, 5936, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stratholme', NULL, NULL),
|
|
(1676, 5937, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunken Temple', NULL, NULL),
|
|
(1676, 5938, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunwell Plateau', NULL, NULL),
|
|
(1676, 5939, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Swamp of Sorrows', NULL, NULL),
|
|
(1676, 5940, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Thandol Span', NULL, NULL),
|
|
(1676, 5941, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Deadmines', NULL, NULL),
|
|
(1676, 5942, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1676, 5943, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Stockade', NULL, NULL),
|
|
(1676, 5944, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Temple of Atal\'Hakkar', NULL, NULL),
|
|
(1676, 5945, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Tirisfal Glades', NULL, NULL),
|
|
(1676, 5946, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Undercity', NULL, NULL),
|
|
(1676, 5947, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Western Plaguelands', NULL, NULL),
|
|
(1676, 5948, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Westfall', NULL, NULL),
|
|
(1676, 5949, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Wetlands', NULL, NULL),
|
|
(1676, 5950, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1676, 5951, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1676, 6041, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Uldaman', NULL, NULL),
|
|
(1676, 7884, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Northshire Valley', NULL, NULL),
|
|
(1676, 7885, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Coldridge Valley', NULL, NULL),
|
|
(1676, 7886, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deathknell', NULL, NULL),
|
|
(1676, 7887, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunstrider Isle', NULL, NULL),
|
|
(1676, 9081, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Silverpine Forest', NULL, NULL),
|
|
(1676, 9238, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Shadowfang Keep', NULL, NULL),
|
|
(1676, 9240, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Aman', NULL, NULL),
|
|
(1676, 9398, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Gnomeregan', NULL, NULL),
|
|
(1676, 9422, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1676, 9424, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Gnomeregan', NULL, NULL),
|
|
(1677, 5952, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Alterac Mountains', NULL, NULL),
|
|
(1677, 5953, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Arathi Highlands', NULL, NULL),
|
|
(1677, 5954, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1677, 5955, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Badlands', NULL, NULL),
|
|
(1677, 5956, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blackrock Spire', NULL, NULL),
|
|
(1677, 5957, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blackrock Depths', NULL, NULL),
|
|
(1677, 5958, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Blasted Lands', NULL, NULL),
|
|
(1677, 5959, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Burning Steppes', NULL, NULL),
|
|
(1677, 5960, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deadwind Pass', NULL, NULL),
|
|
(1677, 5961, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deeprun Tram', NULL, NULL),
|
|
(1677, 5962, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Dun Algaz', NULL, NULL),
|
|
(1677, 5963, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Dun Morogh', NULL, NULL),
|
|
(1677, 5964, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Duskwood', NULL, NULL),
|
|
(1677, 5965, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Eastern Plaguelands', NULL, NULL),
|
|
(1677, 5966, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Elwynn Forest', NULL, NULL),
|
|
(1677, 5967, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Eversong Woods', NULL, NULL),
|
|
(1677, 5968, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Ghostlands', NULL, NULL),
|
|
(1677, 5969, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Gnomeregan', NULL, NULL),
|
|
(1677, 5970, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Hillsbrad Foothills', NULL, NULL),
|
|
(1677, 5971, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Ironforge', NULL, NULL),
|
|
(1677, 5972, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Isle of Quel\'Danas', NULL, NULL),
|
|
(1677, 5973, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Karazhan', NULL, NULL),
|
|
(1677, 5974, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Loch Modan', NULL, NULL),
|
|
(1677, 5975, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Lordamere Lake', NULL, NULL),
|
|
(1677, 5976, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Magister\'s Terrace', NULL, NULL),
|
|
(1677, 5977, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Molten Core', NULL, NULL),
|
|
(1677, 5978, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Onyxia\'s Lair', NULL, NULL),
|
|
(1677, 5979, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Plaguelands: The Scarlet Enclave', NULL, NULL),
|
|
(1677, 5980, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Quel\'thalas', NULL, NULL),
|
|
(1677, 5981, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Redridge Mountains', NULL, NULL),
|
|
(1677, 5982, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Scarlet Monastery', NULL, NULL),
|
|
(1677, 5983, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Scholomance', NULL, NULL),
|
|
(1677, 5984, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Searing Gorge', NULL, NULL),
|
|
(1677, 5985, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Silvermoon City', NULL, NULL),
|
|
(1677, 5986, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stormwind City', NULL, NULL),
|
|
(1677, 5987, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stranglethorn Vale', NULL, NULL),
|
|
(1677, 5988, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Stratholme', NULL, NULL),
|
|
(1677, 5989, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunken Temple', NULL, NULL),
|
|
(1677, 5990, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunwell Plateau', NULL, NULL),
|
|
(1677, 5991, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Swamp of Sorrows', NULL, NULL),
|
|
(1677, 5992, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Thandol Span', NULL, NULL),
|
|
(1677, 5993, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Deadmines', NULL, NULL),
|
|
(1677, 5994, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Hinterlands', NULL, NULL),
|
|
(1677, 5995, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Stockade', NULL, NULL),
|
|
(1677, 5996, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'The Temple of Atal\'Hakkar', NULL, NULL),
|
|
(1677, 5997, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Tirisfal Glades', NULL, NULL),
|
|
(1677, 5998, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Undercity', NULL, NULL),
|
|
(1677, 5999, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Western Plaguelands', NULL, NULL),
|
|
(1677, 6000, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Westfall', NULL, NULL),
|
|
(1677, 6001, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Wetlands', NULL, NULL),
|
|
(1677, 6002, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1677, 6003, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1677, 6042, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Uldaman', NULL, NULL),
|
|
(1677, 7888, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Northshire Valley', NULL, NULL),
|
|
(1677, 7889, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Coldridge Valley', NULL, NULL),
|
|
(1677, 7890, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Deathknell', NULL, NULL),
|
|
(1677, 7891, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Sunstrider Isle', NULL, NULL),
|
|
(1677, 9080, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Silverpine Forest', NULL, NULL),
|
|
(1677, 9239, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Shadowfang Keep', NULL, NULL),
|
|
(1677, 9241, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Aman', NULL, NULL),
|
|
(1677, 9423, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Zul\'Gurub', NULL, NULL),
|
|
(1677, 9425, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Eastern Kingdoms', 'Gnomeregan', NULL, NULL),
|
|
(1678, 6004, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ahn\'Qiraj', NULL, NULL),
|
|
(1678, 6005, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1678, 6006, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Azshara', NULL, NULL),
|
|
(1678, 6007, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Azuremyst Isle', NULL, NULL),
|
|
(1678, 6008, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Blackfathom Deeps', NULL, NULL),
|
|
(1678, 6009, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Bloodmyst Isle', NULL, NULL),
|
|
(1678, 6010, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Darkshore', NULL, NULL),
|
|
(1678, 6011, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Desolace', NULL, NULL),
|
|
(1678, 6012, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Dire Maul', NULL, NULL),
|
|
(1678, 6013, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Durotar', NULL, NULL),
|
|
(1678, 6014, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1678, 6015, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Felwood', NULL, NULL),
|
|
(1678, 6016, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Feralas', NULL, NULL),
|
|
(1678, 6017, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Gates of Ahn\'Qiraj', NULL, NULL),
|
|
(1678, 6018, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Maraudon', NULL, NULL),
|
|
(1678, 6019, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Moonglade', NULL, NULL),
|
|
(1678, 6020, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Mulgore', NULL, NULL),
|
|
(1678, 6021, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Onyxia\'s Lair', NULL, NULL),
|
|
(1678, 6022, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ogrimmar', NULL, NULL),
|
|
(1678, 6023, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ragefire Chasm', NULL, NULL),
|
|
(1678, 6024, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Razorfen Downs', NULL, NULL),
|
|
(1678, 6025, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Razorfen Kraul', NULL, NULL),
|
|
(1678, 6026, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ruins of Ahn\'Qiraj', NULL, NULL),
|
|
(1678, 6028, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Silithus', NULL, NULL),
|
|
(1678, 6030, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Southfury River', NULL, NULL),
|
|
(1678, 6031, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Stonetalon Mountains', NULL, NULL),
|
|
(1678, 6032, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1678, 6033, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Teldrassil', NULL, NULL),
|
|
(1678, 6034, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'The Barrens', NULL, NULL),
|
|
(1678, 6035, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Thousand Needles', NULL, NULL),
|
|
(1678, 6036, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Thunder Bluff', NULL, NULL),
|
|
(1678, 6037, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Un\'Goro Crater', NULL, NULL),
|
|
(1678, 6038, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Wailing Caverns', NULL, NULL),
|
|
(1678, 6039, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1678, 6040, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Zul\'Farrak', NULL, NULL),
|
|
(1678, 6043, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Alcaz Island', NULL, NULL),
|
|
(1678, 6044, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Timbermaw Hold', NULL, NULL),
|
|
(1678, 6045, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Feathermoon Stronghold', NULL, NULL),
|
|
(1678, 6046, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Rut\'theran Village', NULL, NULL),
|
|
(1678, 7892, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Valley of Trials', NULL, NULL),
|
|
(1678, 7893, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Red Cloud Mesa', NULL, NULL),
|
|
(1678, 7894, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Shadowglen', NULL, NULL),
|
|
(1678, 7895, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Crash Site', NULL, NULL),
|
|
(1678, 8098, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ammen Vale', NULL, NULL),
|
|
(1678, 9219, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Darnassus', NULL, NULL),
|
|
(1678, 9220, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Exodar', NULL, NULL),
|
|
(1678, 9242, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Caverns of Time', NULL, NULL),
|
|
(1680, 6099, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ahn\'Qiraj', NULL, NULL),
|
|
(1680, 6100, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ashenvale', NULL, NULL),
|
|
(1680, 6101, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Azshara', NULL, NULL),
|
|
(1680, 6102, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Azuremyst Isle', NULL, NULL),
|
|
(1680, 6103, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Blackfathom Deeps', NULL, NULL),
|
|
(1680, 6104, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Bloodmyst Isle', NULL, NULL),
|
|
(1680, 6105, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Darkshore', NULL, NULL),
|
|
(1680, 6106, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Desolace', NULL, NULL),
|
|
(1680, 6107, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Dire Maul', NULL, NULL),
|
|
(1680, 6108, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Durotar', NULL, NULL),
|
|
(1680, 6109, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Dustwallow Marsh', NULL, NULL),
|
|
(1680, 6110, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Felwood', NULL, NULL),
|
|
(1680, 6111, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Feralas', NULL, NULL),
|
|
(1680, 6112, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Gates of Ahn\'Qiraj', NULL, NULL),
|
|
(1680, 6113, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Maraudon', NULL, NULL),
|
|
(1680, 6114, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Moonglade', NULL, NULL),
|
|
(1680, 6115, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Mulgore', NULL, NULL),
|
|
(1680, 6116, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Onyxia\'s Lair', NULL, NULL),
|
|
(1680, 6117, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ogrimmar', NULL, NULL),
|
|
(1680, 6118, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ragefire Chasm', NULL, NULL),
|
|
(1680, 6119, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Razorfen Downs', NULL, NULL),
|
|
(1680, 6120, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Razorfen Kraul', NULL, NULL),
|
|
(1680, 6121, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ruins of Ahn\'Qiraj', NULL, NULL),
|
|
(1680, 6123, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Silithus', NULL, NULL),
|
|
(1680, 6125, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Southfury River', NULL, NULL),
|
|
(1680, 6126, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Stonetalon Mountains', NULL, NULL),
|
|
(1680, 6127, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Tanaris', NULL, NULL),
|
|
(1680, 6128, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Teldrassil', NULL, NULL),
|
|
(1680, 6129, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'The Barrens', NULL, NULL),
|
|
(1680, 6130, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Thousand Needles', NULL, NULL),
|
|
(1680, 6131, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Thunder Bluff', NULL, NULL),
|
|
(1680, 6132, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Un\'Goro Crater', NULL, NULL),
|
|
(1680, 6133, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Wailing Caverns', NULL, NULL),
|
|
(1680, 6134, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Winterspring', NULL, NULL),
|
|
(1680, 6135, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Zul\'Farrak', NULL, NULL),
|
|
(1680, 6136, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Alcaz Island', NULL, NULL),
|
|
(1680, 6137, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Timbermaw Hold', NULL, NULL),
|
|
(1680, 6138, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Feathermoon Stronghold', NULL, NULL),
|
|
(1680, 6139, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Rut\'theran Village', NULL, NULL),
|
|
(1680, 7896, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Valley of Trials', NULL, NULL),
|
|
(1680, 7897, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Red Cloud Mesa', NULL, NULL),
|
|
(1680, 7898, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Shadowglen', NULL, NULL),
|
|
(1680, 7899, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Crash Site', NULL, NULL),
|
|
(1680, 8099, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Ammen Vale', NULL, NULL),
|
|
(1680, 9221, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Darnassus', NULL, NULL),
|
|
(1680, 9222, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Exodar', NULL, NULL),
|
|
(1680, 9243, 10, 14861, 96, 1, 80, 1, 1, NULL, 10, 'Loremaster of Kalimdor', 'Caverns of Time', NULL, NULL),
|
|
(1681, 6143, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Eastern Kingdoms', NULL, NULL),
|
|
(1681, 6144, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Kalimdor', NULL, NULL),
|
|
(1681, 6145, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Outland', NULL, NULL),
|
|
(1681, 6146, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Northrend', NULL, NULL),
|
|
(1682, 6147, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Eastern Kingdoms', NULL, NULL),
|
|
(1682, 6148, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Kalimdor', NULL, NULL),
|
|
(1682, 6149, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Outland', NULL, NULL),
|
|
(1682, 6150, 10, 96, -1, 1, 80, 1, 1, NULL, 10, 'The Loremaster', 'Loremaster of Northrend', NULL, NULL),
|
|
(1683, 6174, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'The Brewfest Diet', NULL, NULL),
|
|
(1683, 6175, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Brew of the Month', NULL, NULL),
|
|
(1683, 6177, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Direbrewfest', NULL, NULL),
|
|
(1683, 6178, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Down With The Dark Iron', NULL, NULL),
|
|
(1683, 6190, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Have Keg, Will Travel', NULL, NULL),
|
|
(1683, 7234, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Does Your Wolpertinger Linger?', NULL, NULL),
|
|
(1684, 6181, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'The Brewfest Diet', NULL, NULL),
|
|
(1684, 6182, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Brew of the Month', NULL, NULL),
|
|
(1684, 6184, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Direbrewfest', NULL, NULL),
|
|
(1684, 6185, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Down With The Dark Iron', NULL, NULL),
|
|
(1684, 7235, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Does Your Wolpertinger Linger?', NULL, NULL),
|
|
(1684, 8160, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Brewmaster', 'Have Keg, Will Travel', NULL, NULL),
|
|
(1685, 6225, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Malach in the Undercity', NULL, NULL),
|
|
(1685, 6226, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Durkot Wolfbrother in Warsong Hold', NULL, NULL),
|
|
(1685, 6662, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Keltan in Icecrown', NULL, NULL),
|
|
(1686, 6228, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Nimetz in Stranglethorn Vale', NULL, NULL),
|
|
(1686, 6229, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Wilhelm in Goldshire', NULL, NULL),
|
|
(1686, 6230, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Kristoff in Stormwind', NULL, NULL),
|
|
(1686, 6231, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Karman in Theramore', NULL, NULL),
|
|
(1686, 6232, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Joshua in Stormwind', NULL, NULL),
|
|
(1686, 6233, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Crowley in Stormwind', NULL, NULL),
|
|
(1686, 6234, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Cassius in Stormwind', NULL, NULL),
|
|
(1686, 6235, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Benjamin in Stormwind', NULL, NULL),
|
|
(1686, 6236, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Bros. Before Ho Ho Ho\'s', 'Brother Anton in Nijel\'s Point', NULL, NULL),
|
|
(1687, 6237, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Orc Death Knight', NULL, NULL),
|
|
(1687, 6238, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Human Warrior', NULL, NULL),
|
|
(1687, 6239, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Tauren Shaman', NULL, NULL),
|
|
(1687, 6240, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Night Elf Druid', NULL, NULL),
|
|
(1687, 6241, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Undead Rogue', NULL, NULL),
|
|
(1687, 6242, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Troll Hunter', NULL, NULL),
|
|
(1687, 6243, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Gnome Mage', NULL, NULL),
|
|
(1687, 6244, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Dwarf Paladin', NULL, NULL),
|
|
(1687, 6245, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Blood Elf Warlock', NULL, NULL),
|
|
(1687, 6246, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'Let It Snow', 'Draenei Priest', NULL, NULL),
|
|
(1688, 6247, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'The Winter Veil Gourmet', 'Gingerbread Cookie', NULL, NULL),
|
|
(1688, 6248, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'The Winter Veil Gourmet', 'Egg Nog', NULL, NULL),
|
|
(1688, 6249, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'The Winter Veil Gourmet', 'Hot Apple Cider', NULL, NULL),
|
|
(1689, 6250, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'Unique Toy', NULL, NULL),
|
|
(1689, 6251, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Carefully Wrapped Present', NULL, NULL),
|
|
(1689, 6252, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Gently Shaken Gift', NULL, NULL),
|
|
(1689, 6253, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Gently Shaken Gift', NULL, NULL),
|
|
(1689, 6254, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Festive Gift', NULL, NULL),
|
|
(1689, 6255, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Gaily Wrapped Present', NULL, NULL),
|
|
(1689, 6256, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'A Ticking Present', NULL, NULL),
|
|
(1689, 8739, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'Winter Veil Gift', NULL, NULL),
|
|
(1689, 13256, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'He Knows If You\'ve Been Naughty', 'Winter Veil Gift', NULL, NULL),
|
|
(1690, 6257, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'A Frosty Shake', 'Winter Veil Disguise Kit', NULL, NULL),
|
|
(1690, 6258, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'A Frosty Shake', 'Winter Veil Disguise Kit in Dalaran', NULL, NULL),
|
|
(1690, 6261, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'A Frosty Shake', '/dance in dalaran with a snowman as a snowman', NULL, NULL),
|
|
(1691, 6262, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'On Metzen!', NULL, NULL),
|
|
(1691, 6263, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'With a Little Helper from My Friends', NULL, NULL),
|
|
(1691, 6264, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Scrooge', NULL, NULL),
|
|
(1691, 6265, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Fa-la-la-la-Ogri\'la', NULL, NULL),
|
|
(1691, 6266, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', '\'Tis the Season', NULL, NULL),
|
|
(1691, 6268, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Simply Abominable', NULL, NULL),
|
|
(1691, 6269, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Let It Snow', NULL, NULL),
|
|
(1691, 6270, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Bros. Before Ho Ho Ho\'s', NULL, NULL),
|
|
(1691, 6271, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'The Winter Veil Gourmet', NULL, NULL),
|
|
(1691, 6272, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'He Knows If You\'ve Been Naughty', NULL, NULL),
|
|
(1691, 6273, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'A Frosty Shake', NULL, NULL),
|
|
(1692, 6274, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'On Metzen!', NULL, NULL),
|
|
(1692, 6275, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'With a Little Helper from My Friends', NULL, NULL),
|
|
(1692, 6276, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Scrooge', NULL, NULL),
|
|
(1692, 6277, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Fa-la-la-la-Ogri\'la', NULL, NULL),
|
|
(1692, 6278, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', '\'Tis the Season', NULL, NULL),
|
|
(1692, 6280, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Simply Abominable', NULL, NULL),
|
|
(1692, 6281, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Let It Snow', NULL, NULL),
|
|
(1692, 6282, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'Bros. Before Ho Ho Ho\'s', NULL, NULL),
|
|
(1692, 6283, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'The Winter Veil Gourmet', NULL, NULL),
|
|
(1692, 6284, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'He Knows If You\'ve Been Naughty', NULL, NULL),
|
|
(1692, 6285, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Merrymaker', 'A Frosty Shake', NULL, NULL),
|
|
(1693, 6351, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Charming', NULL, NULL),
|
|
(1693, 6352, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Shafted!', NULL, NULL),
|
|
(1693, 6353, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Flirt With Disaster', NULL, NULL),
|
|
(1693, 6354, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Lonely?', NULL, NULL),
|
|
(1693, 6356, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Dangerous Love', NULL, NULL),
|
|
(1693, 6357, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'The Rocket\'s Pink Glare', NULL, NULL),
|
|
(1693, 6358, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Nation of Adoration', NULL, NULL),
|
|
(1693, 6359, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Fistful of Love', NULL, NULL),
|
|
(1693, 6361, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Sweet Tooth', NULL, NULL),
|
|
(1693, 6362, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Be Mine!', NULL, NULL),
|
|
(1693, 6363, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'My Love is Like a Red, Red Rose', NULL, NULL),
|
|
(1693, 6364, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'I Pitied The Fool', NULL, NULL),
|
|
(1694, 6293, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Lovely Luck Is On Your Side', 'Lovely Black Dress', NULL, NULL),
|
|
(1695, 6294, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12878, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12879, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12880, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12881, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12882, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12883, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12884, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12885, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12886, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12887, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12888, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12889, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12890, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12891, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1695, 12892, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Dangerous Love', '', NULL, NULL),
|
|
(1696, 6295, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'The Rocket\'s Pink Glare', 'Shoot off 10 Love Rockets in 20 seconds or less', NULL, NULL),
|
|
(1697, 12838, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the High Priestess of Elune', NULL, NULL),
|
|
(1697, 12839, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the Prophet', NULL, NULL),
|
|
(1697, 12840, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the Lord of Ironforge', NULL, NULL),
|
|
(1697, 12841, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the King of Stormwind', NULL, NULL),
|
|
(1698, 12842, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the Warchief', NULL, NULL),
|
|
(1698, 12843, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the Regent Lord of Quel\'Thalas', NULL, NULL),
|
|
(1698, 12844, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the High Chieftain', NULL, NULL),
|
|
(1698, 12845, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Nation of Adoration', 'A Gift for the Banshee Queen', NULL, NULL),
|
|
(1699, 6302, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Orc Death Knight', NULL, NULL),
|
|
(1699, 6312, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Gnome Warlock', NULL, NULL),
|
|
(1699, 6313, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Human Death Knight', NULL, NULL),
|
|
(1699, 6314, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Night Elf Priest', NULL, NULL),
|
|
(1699, 6315, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Orc Shaman', NULL, NULL),
|
|
(1699, 6316, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Tauren Druid', NULL, NULL),
|
|
(1699, 6317, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Troll Rogue', NULL, NULL),
|
|
(1699, 6318, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Undead Warrior', NULL, NULL),
|
|
(1699, 6319, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Blood Elf Mage', NULL, NULL),
|
|
(1699, 6320, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Draenei Paladin', NULL, NULL),
|
|
(1699, 6321, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Fistful of Love', 'Dwarf Hunter', NULL, NULL),
|
|
(1700, 6322, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Perma-Peddle', 'Peddlefeet', NULL, NULL),
|
|
(1700, 6323, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Perma-Peddle', 'Truesilver Shafted Arrow', NULL, NULL),
|
|
(1701, 6324, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'Be Mine!', NULL, NULL),
|
|
(1701, 6325, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'I\'ll follow you all around Azeroth.', NULL, NULL),
|
|
(1701, 6326, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'All yours.', NULL, NULL),
|
|
(1701, 6327, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'I\'m all yours!', NULL, NULL),
|
|
(1701, 6328, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'Hot Lips.', NULL, NULL),
|
|
(1701, 6329, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'You\'re Mine!', NULL, NULL),
|
|
(1701, 6330, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'You\'re the best!', NULL, NULL),
|
|
(1701, 6331, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Be Mine!', 'I LOVE YOU', NULL, NULL),
|
|
(1702, 6332, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Sweet Tooth', 'Buttermilk Delight', NULL, NULL),
|
|
(1702, 6333, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Sweet Tooth', 'Dark Desire', NULL, NULL),
|
|
(1702, 6334, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Sweet Tooth', 'Sweet Surprise', NULL, NULL),
|
|
(1702, 6335, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Sweet Tooth', 'Very Berry Cream', NULL, NULL),
|
|
(1703, 6336, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'My Love is Like a Red, Red Rose', 'Bouquet of Red Roses', NULL, NULL),
|
|
(1703, 9338, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'My Love is Like a Red, Red Rose', 'Bouquet of Ebon Roses', NULL, NULL),
|
|
(1704, 6343, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'I Pitied The Fool', 'Wintergrasp', NULL, NULL),
|
|
(1704, 6344, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'I Pitied The Fool', 'Battle Ring of Gurubashi Arena', NULL, NULL),
|
|
(1704, 6345, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'I Pitied The Fool', 'Arathi Basin Blacksmith', NULL, NULL),
|
|
(1704, 6346, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'I Pitied The Fool', 'The Culling of Stratholme', NULL, NULL),
|
|
(1704, 6347, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'I Pitied The Fool', 'Naxxramas', NULL, NULL),
|
|
(1705, 6342, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Clockwork Rocket Bot', 'Clockwork Rocket Bot', NULL, NULL),
|
|
(1705, 6349, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Clockwork Rocket Bot', 'Clockwork Rocket Bot', NULL, NULL),
|
|
(1705, 6350, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Clockwork Rocket Bot', 'Clockwork Rocket Bot', NULL, NULL),
|
|
(1706, 6348, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Crashin\' Thrashin\' Racer', 'Crashin\' Thrashin\' Racer', NULL, NULL),
|
|
(1706, 7358, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Crashin\' Thrashin\' Racer', 'Crashin\' Thrashin\' Racer Controller', NULL, NULL),
|
|
(1707, 6365, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Charming', NULL, NULL),
|
|
(1707, 6366, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Shafted!', NULL, NULL),
|
|
(1707, 6367, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Flirt With Disaster', NULL, NULL),
|
|
(1707, 6368, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Lonely?', NULL, NULL),
|
|
(1707, 6370, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Dangerous Love', NULL, NULL),
|
|
(1707, 6371, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'The Rocket\'s Pink Glare', NULL, NULL),
|
|
(1707, 6372, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Nation of Adoration', NULL, NULL),
|
|
(1707, 6373, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Fistful of Love', NULL, NULL),
|
|
(1707, 6375, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Sweet Tooth', NULL, NULL),
|
|
(1707, 6376, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'Be Mine!', NULL, NULL),
|
|
(1707, 6377, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'My Love is Like a Red, Red Rose', NULL, NULL),
|
|
(1707, 6378, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Fool For Love', 'I Pitied The Fool', NULL, NULL),
|
|
(1716, 0, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Battleground with the most Killing Blows', NULL, NULL, NULL),
|
|
(1717, 6436, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Victory', 'Win Wintergrasp', NULL, NULL),
|
|
(1718, 7365, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Veteran', 'Win Wintergrasp 100 times', NULL, NULL),
|
|
(1719, 0, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Battleground with the most Honorable Kills', NULL, NULL, NULL),
|
|
(1721, 6384, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Archavon the Stone Watcher (25 player)', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1722, 6385, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Archavon the Stone Watcher (10 player)', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1723, 7704, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Vehicular Gnomeslaughter', 'Vehicle', NULL, NULL),
|
|
(1723, 7705, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Vehicular Gnomeslaughter', 'Cannon', NULL, NULL),
|
|
(1723, 7706, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Vehicular Gnomeslaughter', 'Shredder', NULL, NULL),
|
|
(1723, 7707, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Vehicular Gnomeslaughter', 'Fighter', NULL, NULL),
|
|
(1723, 7708, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Vehicular Gnomeslaughter', 'Bomber', NULL, NULL),
|
|
(1727, 9060, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Leaning Tower', 'Destroy a tower', NULL, NULL),
|
|
(1727, 9061, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Leaning Tower', 'Destroy a tower', NULL, NULL),
|
|
(1729, 6386, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Alchemy Recipes learned', 'Alchemy recipes known', NULL, NULL),
|
|
(1729, 7223, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Alchemy Recipes learned', 'Alchemy recipes known', NULL, NULL),
|
|
(1730, 6387, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Blacksmithing Plans learned', 'Blacksmithing plans known', NULL, NULL),
|
|
(1730, 7224, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Blacksmithing Plans learned', 'Blacksmithing plans known', NULL, NULL),
|
|
(1734, 6388, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Engineering Schematics learned', 'Engineering Schematics known', NULL, NULL),
|
|
(1734, 7226, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Engineering Schematics learned', 'Engineering Schematics known', NULL, NULL),
|
|
(1735, 6389, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Inscriptions learned', 'Inscriptions known', NULL, NULL),
|
|
(1735, 7227, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Inscriptions learned', 'Inscriptions known', NULL, NULL),
|
|
(1737, 6440, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Catapult', NULL, NULL),
|
|
(1737, 6441, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Demolisher', NULL, NULL),
|
|
(1737, 6444, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Siege Engine', NULL, NULL),
|
|
(1737, 6445, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Tower Cannon', NULL, NULL),
|
|
(1738, 6390, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Jewelcrafting Designs learned', 'Jewelcrafting Designs known', NULL, NULL),
|
|
(1738, 7228, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Jewelcrafting Designs learned', 'Jewelcrafting Designs known', NULL, NULL),
|
|
(1740, 6391, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Leatherworking Patterns learned', 'Leatherworking Patterns known', NULL, NULL),
|
|
(1740, 7229, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Leatherworking Patterns learned', 'Leatherworking Patterns known', NULL, NULL),
|
|
(1741, 6392, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Tailoring Patterns learned', 'Tailoring Patterns known', NULL, NULL),
|
|
(1741, 7230, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Tailoring Patterns learned', 'Tailoring Patterns known', NULL, NULL),
|
|
(1745, 6393, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Cooking Recipes known', 'Cooking recipes known', NULL, NULL),
|
|
(1745, 7221, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Cooking Recipes known', 'Cooking recipes known', NULL, NULL),
|
|
(1748, 6394, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'First Aid Manuals learned', 'First Aid Manuals learned', NULL, NULL),
|
|
(1748, 7222, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'First Aid Manuals learned', 'First Aid Manuals learned', NULL, NULL),
|
|
(1751, 7703, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Didn\'t Stand a Chance', 'Kill 20 mounted players using a tower cannon', NULL, NULL),
|
|
(1752, 7722, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Wintergrasp Veteran', NULL, NULL),
|
|
(1752, 7723, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Within Our Grasp', NULL, NULL),
|
|
(1752, 7724, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Wintergrasp Ranger', NULL, NULL),
|
|
(1752, 7726, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Black War Mammoth', NULL, NULL),
|
|
(1752, 7728, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', '1000 Stone Keeper\'s Shards', NULL, NULL),
|
|
(1752, 7729, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1752, 7730, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Heroic: Archavon the Stone Watcher', NULL, NULL),
|
|
(1752, 7732, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Destruction Derby', NULL, NULL),
|
|
(1752, 7734, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Vehicular Gnomeslaughter', NULL, NULL),
|
|
(1752, 7735, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Leaning Tower', NULL, NULL),
|
|
(1752, 7736, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Didn\'t Stand a Chance', NULL, NULL),
|
|
(1753, 6395, 1, 14823, 14807, 1, 80, 71, 76, NULL, 10, 'Archavon the Stone Watcher kills (Wintergrasp 10 player)', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1754, 6396, 1, 14823, 14807, 1, 80, 71, 76, NULL, 10, 'Archavon the Stone Watcher kills (Wintergrasp 25 player)', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1755, 7666, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Within Our Grasp', 'Attack Wintergrasp and succeed in 10 minutes or less.', NULL, NULL),
|
|
(1756, 6397, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Gluth', NULL, NULL),
|
|
(1756, 6398, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1756, 6399, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Malygos', NULL, NULL),
|
|
(1756, 6400, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Kel\'Thuzad', NULL, NULL),
|
|
(1756, 6401, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Sapphiron', NULL, NULL),
|
|
(1756, 6402, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Thaddius', NULL, NULL),
|
|
(1756, 6403, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Patchwerk', NULL, NULL),
|
|
(1756, 6404, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Noth the Plaguebringer', NULL, NULL),
|
|
(1756, 6405, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Maexxna', NULL, NULL),
|
|
(1756, 6406, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Grobbulus', NULL, NULL),
|
|
(1756, 6407, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Heigan the Unclean', NULL, NULL),
|
|
(1756, 6409, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Loatheb', NULL, NULL),
|
|
(1756, 6410, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Instructor Razuvious', NULL, NULL),
|
|
(1756, 6411, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Grand Widow Faerlina', NULL, NULL),
|
|
(1756, 6412, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Gothik the Harvester', NULL, NULL),
|
|
(1756, 8743, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Anub\'Rekhan', NULL, NULL),
|
|
(1756, 8745, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1756, 8747, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'The Four Horsemen', NULL, NULL),
|
|
(1756, 9969, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Flame Leviathan', NULL, NULL),
|
|
(1756, 9971, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Razorscale', NULL, NULL),
|
|
(1756, 9973, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Ignis the Furnace Master', NULL, NULL),
|
|
(1756, 9975, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'XT-002 Deconstructor', NULL, NULL),
|
|
(1756, 9977, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Assembly of Iron', NULL, NULL),
|
|
(1756, 9979, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Kologarn', NULL, NULL),
|
|
(1756, 9981, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Hodir', NULL, NULL),
|
|
(1756, 9983, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Thorim', NULL, NULL),
|
|
(1756, 9985, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Freya', NULL, NULL),
|
|
(1756, 9987, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Mimiron', NULL, NULL),
|
|
(1756, 9989, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'General Vezax', NULL, NULL),
|
|
(1756, 9991, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Algalon the Observer', NULL, NULL),
|
|
(1756, 9993, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Auriaya', NULL, NULL),
|
|
(1756, 9995, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Yogg-Saron', NULL, NULL),
|
|
(1756, 9997, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(1756, 13343, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(1756, 13344, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(1756, 13345, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Onyxia', NULL, NULL),
|
|
(1756, 13346, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Icehowl', NULL, NULL),
|
|
(1756, 13347, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Lord Jaraxxus', NULL, NULL),
|
|
(1756, 13348, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Faction Champions', NULL, NULL),
|
|
(1756, 13349, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Val\'kyr Twins', NULL, NULL),
|
|
(1756, 13350, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Anub\'arak', NULL, NULL),
|
|
(1756, 13351, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Lord Marrowgar', NULL, NULL),
|
|
(1756, 13352, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Lady Deathwhisper', NULL, NULL),
|
|
(1756, 13353, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Airship Encounter', NULL, NULL),
|
|
(1756, 13354, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Deathbringer Saurfang', NULL, NULL),
|
|
(1756, 13355, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Valithria Dreamwalker', NULL, NULL),
|
|
(1756, 13356, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Festergut', NULL, NULL),
|
|
(1756, 13357, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Rotface', NULL, NULL),
|
|
(1756, 13358, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Professor Putricide', NULL, NULL),
|
|
(1756, 13359, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Blood Princes', NULL, NULL),
|
|
(1756, 13360, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Blood-Queen Lana\'thel', NULL, NULL),
|
|
(1756, 13361, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'Sindragosa', NULL, NULL),
|
|
(1756, 13362, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player bosses killed', 'The Lich King', NULL, NULL),
|
|
(1757, 7636, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Defense of the Ancients', 'Defend the beach without losing any walls', NULL, NULL),
|
|
(1759, 0, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player different bosses killed', NULL, NULL, NULL),
|
|
(1760, 0, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player boss killed the most', NULL, NULL, NULL),
|
|
(1761, 7632, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'The Dapper Sapper', 'Plant 100 Seaforium charges which successfully damage a wall', NULL, NULL),
|
|
(1762, 7626, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Not Even a Scratch', 'Win a Strand of the Ancients battle without losing any siege vehicles', NULL, NULL),
|
|
(1763, 7625, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Artillery Veteran', 'Destroy 100 vehicles using a turret', NULL, NULL),
|
|
(1764, 6446, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Drop it!', 'Kill 100 players carrying seaforium', NULL, NULL),
|
|
(1765, 6447, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Steady Hands', 'Disarm 5 seaforium charges in a single battle', NULL, NULL),
|
|
(1766, 7630, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Ancient Protector', 'Kill 10 players in the Courtyard of the Ancients in a single battle', NULL, NULL),
|
|
(1768, 6413, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Malygos', NULL, NULL),
|
|
(1768, 6414, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1768, 6415, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Kel\'Thuzad', NULL, NULL),
|
|
(1768, 9998, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Yogg-Saron', NULL, NULL),
|
|
(1768, 13310, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Anub\'arak', NULL, NULL),
|
|
(1768, 13311, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 25-player raids completed (final boss killed)', 'Anub\'arak', NULL, NULL),
|
|
(1770, 6416, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Gluth', NULL, NULL),
|
|
(1770, 6417, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1770, 6418, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Malygos', NULL, NULL),
|
|
(1770, 6419, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Kel\'Thuzad', NULL, NULL),
|
|
(1770, 6420, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Sapphiron', NULL, NULL),
|
|
(1770, 6421, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Thaddius', NULL, NULL),
|
|
(1770, 6422, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Patchwerk', NULL, NULL),
|
|
(1770, 6423, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Noth the Plaguebringer', NULL, NULL),
|
|
(1770, 6424, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Maexxna', NULL, NULL),
|
|
(1770, 6425, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Grobbulus', NULL, NULL),
|
|
(1770, 6426, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Heigan the Unclean', NULL, NULL),
|
|
(1770, 6428, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Loatheb', NULL, NULL),
|
|
(1770, 6429, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Instructor Razuvious', NULL, NULL),
|
|
(1770, 6430, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Grand Widow Faerlina', NULL, NULL),
|
|
(1770, 6431, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Gothik the Harvester', NULL, NULL),
|
|
(1770, 8742, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Anub\'Rekhan', NULL, NULL),
|
|
(1770, 8744, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(1770, 8746, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'The Four Horsemen', NULL, NULL),
|
|
(1770, 9968, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Flame Leviathan', NULL, NULL),
|
|
(1770, 9970, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Razorscale', NULL, NULL),
|
|
(1770, 9972, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Ignis the Furnace Master', NULL, NULL),
|
|
(1770, 9974, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'XT-002 Deconstructor', NULL, NULL),
|
|
(1770, 9976, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Assembly of Iron', NULL, NULL),
|
|
(1770, 9978, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Kologarn', NULL, NULL),
|
|
(1770, 9980, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Hodir', NULL, NULL),
|
|
(1770, 9982, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Thorim', NULL, NULL),
|
|
(1770, 9984, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Freya', NULL, NULL),
|
|
(1770, 9986, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Mimiron', NULL, NULL),
|
|
(1770, 9988, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'General Vezax', NULL, NULL),
|
|
(1770, 9990, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Algalon the Observer', NULL, NULL),
|
|
(1770, 9992, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Auriaya', NULL, NULL),
|
|
(1770, 9994, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Yogg-Saron', NULL, NULL),
|
|
(1770, 9996, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(1770, 13324, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(1770, 13325, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(1770, 13326, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Icehowl', NULL, NULL),
|
|
(1770, 13327, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Lord Jaraxxus', NULL, NULL),
|
|
(1770, 13328, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Faction Champions', NULL, NULL),
|
|
(1770, 13329, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Val\'kyr Twins', NULL, NULL),
|
|
(1770, 13330, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Anub\'arak', NULL, NULL),
|
|
(1770, 13331, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Lord Marrowgar', NULL, NULL),
|
|
(1770, 13332, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Lady Deathwhisper', NULL, NULL),
|
|
(1770, 13333, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Airship Encounter', NULL, NULL),
|
|
(1770, 13334, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Deathbringer Saurfang', NULL, NULL),
|
|
(1770, 13335, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Valithria Dreamwalker', NULL, NULL),
|
|
(1770, 13336, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Festergut', NULL, NULL),
|
|
(1770, 13337, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Rotface', NULL, NULL),
|
|
(1770, 13338, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Professor Putricide', NULL, NULL),
|
|
(1770, 13339, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Blood Princes', NULL, NULL),
|
|
(1770, 13340, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Blood-Queen Lana\'thel', NULL, NULL),
|
|
(1770, 13341, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'Sindragosa', NULL, NULL),
|
|
(1770, 13342, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player bosses killed', 'The Lich King', NULL, NULL),
|
|
(1771, 0, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King 10-player different bosses killed', NULL, NULL, NULL),
|
|
(1772, 0, 1, 14807, 1, 1, 80, 1, 1, 'ICC - Lich King', 0, 'Lich King 10-player boss killed the most', NULL, NULL, NULL),
|
|
(1773, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Beverage consumed most', NULL, NULL, NULL),
|
|
(1774, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different beverages consumed', NULL, NULL, NULL),
|
|
(1775, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Different foods eaten', NULL, NULL, NULL),
|
|
(1776, 0, 1, 145, 130, 1, 80, 1, 1, NULL, 0, 'Food eaten most', NULL, NULL, NULL),
|
|
(1777, 6486, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Bad Clams', NULL, NULL),
|
|
(1777, 6487, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Baked Manta Ray', NULL, NULL),
|
|
(1777, 6488, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Dalaran Clam Chowder', NULL, NULL),
|
|
(1777, 6489, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Grilled Bonescale', NULL, NULL),
|
|
(1777, 6490, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Grilled Sculpin', NULL, NULL),
|
|
(1777, 6491, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Haunted Herring', NULL, NULL),
|
|
(1777, 6492, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Last Week\'s Mammoth', NULL, NULL),
|
|
(1777, 6493, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Mammoth Meal', NULL, NULL),
|
|
(1777, 6494, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Northern Stew', NULL, NULL),
|
|
(1777, 6495, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Pickled Fangtooth', NULL, NULL),
|
|
(1777, 6496, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Poached Nettlefish', NULL, NULL),
|
|
(1777, 6497, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Rhino Dogs', NULL, NULL),
|
|
(1777, 6498, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Roasted Worg', NULL, NULL),
|
|
(1777, 6499, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Sauteed Goby', NULL, NULL),
|
|
(1777, 6501, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Shoveltusk Steak', NULL, NULL),
|
|
(1777, 6502, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Smoked Rockfin', NULL, NULL),
|
|
(1777, 6503, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Smoked Salmon', NULL, NULL),
|
|
(1777, 6505, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Tasty Cupcake', NULL, NULL),
|
|
(1777, 6506, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Worm Delight', NULL, NULL),
|
|
(1777, 6507, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Great Feast', NULL, NULL),
|
|
(1777, 6508, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Kungaloosh', NULL, NULL),
|
|
(1777, 6509, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Blackened Dragonfin', NULL, NULL),
|
|
(1777, 6510, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Blackened Worg Steak', NULL, NULL),
|
|
(1777, 6511, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Critter Bites', NULL, NULL),
|
|
(1777, 6512, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Cuttlesteak', NULL, NULL),
|
|
(1777, 6513, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Dragonfin Filet', NULL, NULL),
|
|
(1777, 6514, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Firecracker Salmon', NULL, NULL),
|
|
(1777, 6515, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Fish Feast', NULL, NULL),
|
|
(1777, 6516, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Gigantic Feast', NULL, NULL),
|
|
(1777, 6517, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Hearty Rhino', NULL, NULL),
|
|
(1777, 6518, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Imperial Manta Steak', NULL, NULL),
|
|
(1777, 6587, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Mega Mammoth Meal', NULL, NULL),
|
|
(1777, 6588, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Mighty Rhino Dogs', NULL, NULL),
|
|
(1777, 6589, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Poached Northern Sculpin', NULL, NULL),
|
|
(1777, 6590, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Rhinolicious Wormsteak', NULL, NULL),
|
|
(1777, 6591, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Small Feast', NULL, NULL),
|
|
(1777, 6592, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Snapper Extreme', NULL, NULL),
|
|
(1777, 6593, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Spiced Mammoth Treats', NULL, NULL),
|
|
(1777, 6594, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Spiced Worm Burger', NULL, NULL),
|
|
(1777, 6595, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Spicy Blue Nettlefish', NULL, NULL),
|
|
(1777, 6596, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Spicy Fried Herring', NULL, NULL),
|
|
(1777, 6597, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Tender Shoveltusk Steak', NULL, NULL),
|
|
(1777, 6598, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Tracker Snacks', NULL, NULL),
|
|
(1777, 6599, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Very Burnt Worg', NULL, NULL),
|
|
(1777, 9421, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', 'Worg Tartare', NULL, NULL),
|
|
(1778, 0, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', NULL, NULL, NULL),
|
|
(1779, 0, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Northrend Gourmet', NULL, NULL, NULL),
|
|
(1780, 6600, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Second That Emotion', 'Bad Clams', NULL, NULL),
|
|
(1780, 6601, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Second That Emotion', 'Haunted Herring', NULL, NULL),
|
|
(1780, 6602, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Second That Emotion', 'Last Weeks Mammoth', NULL, NULL),
|
|
(1780, 6603, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Second That Emotion', 'Tasty Cupcake', NULL, NULL),
|
|
(1781, 6606, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Critter Gitter', 'Get 10 critters in 3 minutes', NULL, NULL),
|
|
(1782, 6608, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Infused Mushroom Meatloaf', NULL, NULL),
|
|
(1782, 6609, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Convention at the Legerdemain', NULL, NULL),
|
|
(1782, 6610, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Sewer Stew', NULL, NULL),
|
|
(1782, 6611, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Cheese for Glowergold', NULL, NULL),
|
|
(1782, 6612, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Mustard Dogs!', NULL, NULL),
|
|
(1783, 6613, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Infused Mushroom Meatloaf', NULL, NULL),
|
|
(1783, 6614, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Convention at the Legerdemain', NULL, NULL),
|
|
(1783, 6615, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Sewer Stew', NULL, NULL),
|
|
(1783, 6616, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Cheese for Glowergold', NULL, NULL),
|
|
(1783, 6617, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Our Daily Bread', 'Mustard Dogs!', NULL, NULL),
|
|
(1784, 6618, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Grand Master Cook', NULL, NULL),
|
|
(1784, 6619, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Cake Is Not A Lie', NULL, NULL),
|
|
(1784, 6620, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Kickin\' It Up a Notch', NULL, NULL),
|
|
(1784, 6621, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Northrend Gourmet', NULL, NULL),
|
|
(1784, 6622, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Second That Emotion', NULL, NULL),
|
|
(1784, 6623, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Critter Gitter', NULL, NULL),
|
|
(1784, 6625, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Critter Gitter', NULL, NULL),
|
|
(1784, 6632, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Dinner Impossible', NULL, NULL),
|
|
(1784, 6757, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Sous Chef', NULL, NULL),
|
|
(1784, 6763, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'Captain Rumsey\'s Lager', NULL, NULL),
|
|
(1784, 6787, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Hail to the Chef', 'The Outland Gourmet', NULL, NULL),
|
|
(1785, 6626, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dinner Impossible', 'Alterac Valley', NULL, NULL),
|
|
(1785, 6627, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dinner Impossible', 'Arathi Basin', NULL, NULL),
|
|
(1785, 6628, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dinner Impossible', 'Warsong Gulch', NULL, NULL),
|
|
(1785, 6629, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dinner Impossible', 'Strand of the Ancients', NULL, NULL),
|
|
(1785, 6630, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dinner Impossible', 'Eye of the Storm', NULL, NULL),
|
|
(1786, 6641, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'School of Hard Knocks', 'Capture the flag in Eye of the Storm', NULL, NULL),
|
|
(1786, 6642, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'School of Hard Knocks', 'Assault a tower in Alterac Valley', NULL, NULL),
|
|
(1786, 6643, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'School of Hard Knocks', 'Assault a flag in Arathi Basin', NULL, NULL),
|
|
(1786, 6644, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'School of Hard Knocks', 'Return a fallen flag in Warsong Gulch', NULL, NULL),
|
|
(1788, 6651, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Tigule and Foror\'s Strawberry Ice Cream', NULL, NULL),
|
|
(1788, 6652, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Tasty Cupcake', NULL, NULL),
|
|
(1788, 6653, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Red Velvet Cupcake', NULL, NULL),
|
|
(1788, 6654, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Delicious Chocolate Cake', NULL, NULL),
|
|
(1788, 6655, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Lovely Cake Slice', NULL, NULL),
|
|
(1788, 6656, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Dalaran Brownie', NULL, NULL),
|
|
(1788, 6657, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Bad Example', 'Dalaran Doughnut', NULL, NULL),
|
|
(1789, 12398, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Daily Chores', 'Complete five daily quests with your orphan out.', NULL, NULL),
|
|
(1790, 6659, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Hail To The King, Baby', 'King Ymiron', NULL, NULL),
|
|
(1791, 10391, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Home Alone', '', NULL, NULL),
|
|
(1792, 6661, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Rat Cage', NULL, NULL),
|
|
(1792, 6663, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Whiskers the Rat', NULL, NULL),
|
|
(1792, 6664, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Piglet\'s Collar', NULL, NULL),
|
|
(1792, 6665, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Mr. Wiggles', NULL, NULL),
|
|
(1792, 6666, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Speedy', NULL, NULL),
|
|
(1792, 6667, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Speedy', NULL, NULL),
|
|
(1792, 6668, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Peanut', NULL, NULL),
|
|
(1792, 6669, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Egbert\'s Egg', NULL, NULL),
|
|
(1792, 6670, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Sleepy Willy', NULL, NULL),
|
|
(1792, 6671, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Elekk Training Collar', NULL, NULL),
|
|
(1792, 6672, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Egbert', NULL, NULL),
|
|
(1792, 6673, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Willy', NULL, NULL),
|
|
(1792, 12898, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Curious Oracle Hatchling', NULL, NULL),
|
|
(1792, 12899, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Curious Oracle Hatchling', NULL, NULL),
|
|
(1792, 12900, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Curious Wolvar Pup', NULL, NULL),
|
|
(1792, 12901, 10, 163, 155, 1, 80, 1, 1, NULL, 10, 'Aw, Isn\'t It Cute?', 'Curious Wolvar Pup', NULL, NULL),
|
|
(1793, 6674, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'Home Alone', NULL, NULL),
|
|
(1793, 6744, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'Bad Example', NULL, NULL),
|
|
(1793, 6745, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'Daily Chores', NULL, NULL),
|
|
(1793, 6746, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'Aw, Isn\'t It Cute?', NULL, NULL),
|
|
(1793, 6747, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'School of Hard Knocks', NULL, NULL),
|
|
(1793, 6749, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'For The Children', 'Hail To The King, Baby', NULL, NULL),
|
|
(1795, 6751, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Lunch Lady', 'Learn 25 cooking recipes', NULL, NULL),
|
|
(1796, 6752, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Short Order Cook', 'Learn 50 cooking recipes', NULL, NULL),
|
|
(1797, 6753, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Chef de Partie', 'Learn 75 cooking recipes', NULL, NULL),
|
|
(1798, 6754, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Sous Chef', 'Learn 100 cooking recipes', NULL, NULL),
|
|
(1799, 6755, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Chef de Cuisine', 'Learn 160 cooking recipes', NULL, NULL),
|
|
(1800, 6758, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Delicious Chocolate Cake', NULL, NULL),
|
|
(1800, 6759, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Blackened Trout', NULL, NULL),
|
|
(1800, 6760, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Buzzard Bites', NULL, NULL),
|
|
(1800, 6764, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Clam Bar', NULL, NULL),
|
|
(1800, 6765, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Feltail Delight', NULL, NULL),
|
|
(1800, 6766, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Ravager Dog', NULL, NULL),
|
|
(1800, 6767, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Stormchops', NULL, NULL),
|
|
(1800, 6768, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Blackened Sporefish', NULL, NULL),
|
|
(1800, 6769, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Sporeling Snack', NULL, NULL),
|
|
(1800, 6770, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Blackened Basilisk', NULL, NULL),
|
|
(1800, 6771, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Grilled Mudfish', NULL, NULL),
|
|
(1800, 6772, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Poached Bluefish', NULL, NULL),
|
|
(1800, 6773, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Broiled Bloodfin', NULL, NULL),
|
|
(1800, 6774, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Golden Fish Sticks', NULL, NULL),
|
|
(1800, 6775, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Kibler\'s Bits', NULL, NULL),
|
|
(1800, 6776, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Roasted Clefthoof', NULL, NULL),
|
|
(1800, 6777, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Talbuk Steak', NULL, NULL),
|
|
(1800, 6778, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Warp Burger', NULL, NULL),
|
|
(1800, 6779, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Crunchy Serpent', NULL, NULL),
|
|
(1800, 6780, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Mok\'Nathal Shortribs', NULL, NULL),
|
|
(1800, 6781, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Fisherman\'s Feast', NULL, NULL),
|
|
(1800, 6782, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Hot Buttered Trout', NULL, NULL),
|
|
(1800, 6783, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Skullfish Soup', NULL, NULL),
|
|
(1800, 6784, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Spicy Crawdad', NULL, NULL),
|
|
(1800, 6785, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Spicy Hot Talbuk', NULL, NULL),
|
|
(1800, 6786, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'The Outland Gourmet', 'Stewed Trout', NULL, NULL),
|
|
(1801, 6761, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Captain Rumsey\'s Lager', 'Captain Rumsey\'s Lager', NULL, NULL),
|
|
(1816, 6803, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Defenseless', 'Cyanigosa', NULL, NULL),
|
|
(1817, 7494, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'The Culling of Time', 'Infinite Corruptor', NULL, NULL),
|
|
(1832, 0, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Tastes Like Chicken', NULL, NULL, NULL),
|
|
(1833, 0, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'It\'s Happy Hour Somewhere', NULL, NULL, NULL),
|
|
(1834, 6835, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lightning Struck', 'General Bjarngrim', NULL, NULL),
|
|
(1836, 6980, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Crafty', 'Old Crafty', NULL, NULL),
|
|
(1836, 6981, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Crafty', 'Old Crafty', NULL, NULL),
|
|
(1837, 6982, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Ironjaw', 'Old Ironjaw', NULL, NULL),
|
|
(1837, 6984, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Old Ironjaw', 'Old Ironjaw', NULL, NULL),
|
|
(1856, 7126, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Make Quick Werk Of Him (10 player)', 'Patchwerk', NULL, NULL),
|
|
(1857, 7127, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Make Quick Werk Of Him (25 player)', 'Patchwerk', NULL, NULL),
|
|
(1858, 7128, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Arachnophobia (10 player)', 'Kill Maexxna within 20 minutes of Anub\'Rekhan\'s death.', NULL, NULL),
|
|
(1859, 7129, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Arachnophobia (25 player)', 'Kill Maexxna within 20 minutes of Anub\'Rekhan\'s death.', NULL, NULL),
|
|
(1860, 7130, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Gotta Go!', 'Kill Anub\'arak in 4 minutes or less.', NULL, NULL),
|
|
(1862, 7133, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Volazj\'s Quick Demise', 'Kill Herald Volazj on Heroic Difficulty in 2 minutes or less.', NULL, NULL),
|
|
(1864, 7136, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'What the Eck?', 'Kill Gal\'darah while under the effects of Eck Residue.', NULL, NULL),
|
|
(1865, 7137, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Xevozz', NULL, NULL),
|
|
(1865, 7138, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Lavanthor', NULL, NULL),
|
|
(1865, 7139, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Ichoron', NULL, NULL),
|
|
(1865, 7140, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Zuramat the Obliterator', NULL, NULL),
|
|
(1865, 7141, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Erekem', NULL, NULL),
|
|
(1865, 7142, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lockdown!', 'Moragg', NULL, NULL),
|
|
(1866, 7143, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Good Grief', 'Kill the Maiden of Grief in 1 minute or less.', NULL, NULL),
|
|
(1867, 7144, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Timely Death', 'Kill Loken on Heroic Difficulty in 2 minutes or less.', NULL, NULL),
|
|
(1868, 7145, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Make It Count', 'Kill Ley-Guardian Eregos within 20 minutes of Drakos the Interrogator\'s death.', NULL, NULL),
|
|
(1869, 7174, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'A Poke In The Eye (10 player)', 'Defeat Malygos with fewer than 9', NULL, NULL),
|
|
(1870, 7175, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'A Poke In The Eye (25 player)', 'Defeat Malygos with fewer than 21', NULL, NULL),
|
|
(1871, 7177, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Experienced Drake Rider', 'Amber Drake', NULL, NULL),
|
|
(1871, 7178, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Experienced Drake Rider', 'Emerald Drake', NULL, NULL),
|
|
(1871, 7179, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Experienced Drake Rider', 'Ruby Drake', NULL, NULL),
|
|
(1872, 7180, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Zombiefest!', 'Kill 100 Risen Zombies in 1 minute', NULL, NULL),
|
|
(1873, 7181, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Lodi Dodi We Loves the Skadi', 'Kill Skadi the Ruthless on Heroic Difficulty within 3 minutes of starting the guantlet event', NULL, NULL),
|
|
(1874, 7182, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'You Don\'t Have An Eternity (10 player)', 'Malygos', NULL, NULL),
|
|
(1875, 7183, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'You Don\'t Have An Eternity (25 player)', 'Malygos', NULL, NULL),
|
|
(1876, 7184, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Besting the Black Dragonflight (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1877, 7185, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (25 player)', 'Vesperon', NULL, NULL),
|
|
(1877, 7186, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(1877, 7187, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (25 player)', 'Shadron', NULL, NULL),
|
|
(1877, 7188, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Less Is More (25 player)', 'Tenebron', NULL, NULL),
|
|
(1919, 7231, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'On The Rocks', 'Defeat Prince Keleseth on Heroic Difficulty without shattering any Frost Tombs', NULL, NULL),
|
|
(1936, 7232, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Does Your Wolpertinger Linger?', 'Wolpertinger\'s Tankard', NULL, NULL),
|
|
(1936, 7233, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Does Your Wolpertinger Linger?', 'Wolpertinger', NULL, NULL),
|
|
(1956, 7236, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Introduction', NULL, NULL),
|
|
(1956, 7237, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Abjuration', NULL, NULL),
|
|
(1956, 7238, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Conjuration', NULL, NULL),
|
|
(1956, 7239, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Divination', NULL, NULL),
|
|
(1956, 7240, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Enchantment', NULL, NULL),
|
|
(1956, 7241, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Illusion', NULL, NULL),
|
|
(1956, 7242, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Necromancy', NULL, NULL),
|
|
(1956, 7243, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Higher Learning', 'The Schools of Arcane Magic - Transmutation', NULL, NULL),
|
|
(1957, 7244, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Anduin Wrynn\'s Gold Coin', NULL, NULL),
|
|
(1957, 7245, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Archimonde\'s Gold Coin', NULL, NULL),
|
|
(1957, 7246, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Arthas\' Gold Coin', NULL, NULL),
|
|
(1957, 7247, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Arugal\'s Gold Coin', NULL, NULL),
|
|
(1957, 7248, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Brann Bronzebeard\'s Gold Coin', NULL, NULL),
|
|
(1957, 7249, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Chromie\'s Gold Coin', NULL, NULL),
|
|
(1957, 7250, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Kel\'Thuzad\'s Gold Coin', NULL, NULL),
|
|
(1957, 7251, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Lady Jaina Proudmoore\'s Gold Coin', NULL, NULL),
|
|
(1957, 7252, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Lady Katrana Prestor\'s Gold Coin', NULL, NULL),
|
|
(1957, 7253, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Prince Kael\'thas Sunstrider\'s Gold Coin', NULL, NULL),
|
|
(1957, 7254, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Sylvanas Windrunner\'s Gold Coin', NULL, NULL),
|
|
(1957, 7255, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Teron\'s Gold Coin', NULL, NULL),
|
|
(1957, 7256, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Thrall\'s Gold Coin', NULL, NULL),
|
|
(1957, 7257, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Tirion Fordring\'s Gold Coin', NULL, NULL),
|
|
(1957, 7258, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'There\'s Gold In That There Fountain', 'Uther Lightbringer\'s Gold Coin', NULL, NULL),
|
|
(1958, 7260, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'I Smell A Giant Rat', 'Giant Sewer Rat', NULL, NULL),
|
|
(1958, 7261, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'I Smell A Giant Rat', 'Giant Sewer Rat', NULL, NULL),
|
|
(1976, 7262, 1, 178, 132, 1, 80, 1, 1, NULL, 0, 'Dalaran Cooking Awards gained', 'Dalaran Cooking Awards gained', NULL, NULL),
|
|
(1977, 7263, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Dalaran Jewelcrafter\'s Tokens gained', 'Dalaran Jewelcrafter\'s Tokens gained', NULL, NULL),
|
|
(1996, 7264, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Safety Dance (10 player)', 'Defeat Heigan the Unclean without anyone in the raid dying.', NULL, NULL),
|
|
(1997, 7265, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Momma Said Knock You Out (10 player)', 'Defeat Grand Widow Faerlina without dispelling or preventing frenzy.', NULL, NULL),
|
|
(1998, 7266, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Dalaran Cooking Award', 'Dalaran Cooking Award', NULL, NULL),
|
|
(1999, 7267, 10, 170, 169, 1, 80, 1, 1, NULL, 10, '10 Dalaran Cooking Awards', '10 Dalaran Cooking Awards', NULL, NULL),
|
|
(2000, 7268, 10, 170, 169, 1, 80, 1, 1, NULL, 10, '25 Dalaran Cooking Awards', '25 Dalaran Cooking Awards', NULL, NULL),
|
|
(2001, 7269, 10, 170, 169, 1, 80, 1, 1, NULL, 10, '50 Dalaran Cooking Awards', '50 Dalaran Cooking Awards', NULL, NULL),
|
|
(2002, 7270, 10, 170, 169, 1, 80, 1, 1, NULL, 10, '100 Dalaran Cooking Awards', '100 Dalaran Cooking Awards', NULL, NULL),
|
|
(2016, 7278, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Blackriver Skirmish', NULL, NULL),
|
|
(2016, 7279, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Pieces Parts', NULL, NULL),
|
|
(2016, 7280, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Life or Death', NULL, NULL),
|
|
(2016, 7281, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Shredder Repair', NULL, NULL),
|
|
(2016, 7282, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Kick \'Em While They\'re Down', NULL, NULL),
|
|
(2016, 7283, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Keep Them at Bay!', NULL, NULL),
|
|
(2016, 7284, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Down With Captain Zorna!', NULL, NULL),
|
|
(2016, 7285, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Smoke \'Em Out', NULL, NULL),
|
|
(2016, 7286, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Riding the Red Rocket', NULL, NULL),
|
|
(2017, 7287, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Blackriver Brawl', NULL, NULL),
|
|
(2017, 7288, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Shred the Alliance', NULL, NULL),
|
|
(2017, 7289, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Making Repairs', NULL, NULL),
|
|
(2017, 7290, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Keep \'Em on their Heels', NULL, NULL),
|
|
(2017, 7291, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Overwhelmed!', NULL, NULL),
|
|
(2017, 7292, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Riding the Red Rocket', NULL, NULL),
|
|
(2017, 7293, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Crush Captain Brightwater!', NULL, NULL),
|
|
(2017, 7294, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Keep Them at Bay', NULL, NULL),
|
|
(2017, 7295, 10, 95, -1, 1, 80, 1, 1, NULL, 10, 'Grizzled Veteran', 'Smoke \'Em Out', NULL, NULL),
|
|
(2018, 7296, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Timear Foresees', 'Timear Foresees Centrifuge Constructs in your Future!', NULL, NULL),
|
|
(2018, 7297, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Timear Foresees', 'Timear Foresees Ymirjar Berserkers in your Future!', NULL, NULL),
|
|
(2018, 7298, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Timear Foresees', 'Timear Foresees Infinite Agents in your Future!', NULL, NULL),
|
|
(2018, 7299, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Timear Foresees', 'Timear Foresees Titanium Vanguards in your Future!', NULL, NULL),
|
|
(2019, 7300, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Ingvar the Plunderer', NULL, NULL),
|
|
(2019, 7301, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Keristrasza', NULL, NULL),
|
|
(2019, 7302, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Ley-Guardian Eregos', NULL, NULL),
|
|
(2019, 7303, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: King Ymiron', NULL, NULL),
|
|
(2019, 7304, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: The Prophet Tharon\'ja', NULL, NULL),
|
|
(2019, 7305, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Gal\'darah', NULL, NULL),
|
|
(2019, 7306, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Mal\'Ganis', NULL, NULL),
|
|
(2019, 7307, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Sjonnir The Ironshaper', NULL, NULL),
|
|
(2019, 7308, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Loken', NULL, NULL),
|
|
(2019, 7309, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Anub\'arak', NULL, NULL),
|
|
(2019, 7310, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Herald Volazj', NULL, NULL),
|
|
(2019, 7311, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Proof of Demise', 'Proof of Demise: Cyanigosa', NULL, NULL),
|
|
(2036, 7315, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Intense Cold', 'Keristrasza', NULL, NULL),
|
|
(2037, 7316, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Chaos Theory', 'Anomalus', NULL, NULL),
|
|
(2038, 7317, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Respect Your Elders', 'Elder Nadox', NULL, NULL),
|
|
(2039, 7318, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Better Off Dred', 'King Dred', NULL, NULL),
|
|
(2040, 7319, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Less-rabi', 'Moorabi', NULL, NULL),
|
|
(2041, 7320, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Dehydration', 'Ichoron', NULL, NULL),
|
|
(2042, 7321, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Shatter Resistant', 'Volkhan', NULL, NULL),
|
|
(2043, 7322, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'The Incredible Hulk', 'Scourge Hulk', NULL, NULL),
|
|
(2044, 7323, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Ruby Void', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(2045, 7324, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Emerald Void', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(2046, 7325, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Amber Void', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(2047, 7326, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Gonna Go When the Volcano Blows (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2048, 7327, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Gonna Go When the Volcano Blows (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2049, 7328, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Twilight Assist (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2050, 7329, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Twilight Duo (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2051, 7330, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Twilight Zone (10 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2052, 7331, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Twilight Assist (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2053, 7332, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Twilight Duo (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2054, 7333, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Twilight Zone (25 player)', 'Sartharion the Onyx Guardian', NULL, NULL),
|
|
(2056, 7359, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Volunteer Work', 'Jedoga Shadowseeker', NULL, NULL),
|
|
(2057, 7361, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Oh Novos!', 'Novos the Summoner', NULL, NULL),
|
|
(2058, 7363, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Snakes. Why\'d It Have To Be Snakes?', 'Slad\'ran', NULL, NULL),
|
|
(2076, 7368, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Armored Brown Bear', 'Armored Brown Bear', NULL, NULL),
|
|
(2076, 7369, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Armored Brown Bear', 'Armored Brown Bear', NULL, NULL),
|
|
(2077, 7371, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Wooly Mammoth', 'Wooly Mammoth', NULL, NULL),
|
|
(2077, 7372, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Wooly Mammoth', 'Wooly Mammoth', NULL, NULL),
|
|
(2078, 7380, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Traveler\'s Tundra Mammoth', 'Traveler\'s Tundra Mammoth', NULL, NULL),
|
|
(2078, 7381, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Traveler\'s Tundra Mammoth', 'Traveler\'s Tundra Mammoth', NULL, NULL),
|
|
(2079, 7382, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Tabard of the Protector', 'Tabard of the Protector', NULL, NULL),
|
|
(2080, 7387, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Black War Mammoth', 'Black War Mammoth', NULL, NULL),
|
|
(2080, 7388, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Black War Mammoth', 'Black War Mammoth', NULL, NULL),
|
|
(2081, 7391, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Grand Black War Mammoth', 'Grand Black War Mammoth', NULL, NULL),
|
|
(2081, 7392, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Grand Black War Mammoth', 'Grand Black War Mammoth', NULL, NULL),
|
|
(2082, 7393, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Ice Mammoth', 'Ice Mammoth', NULL, NULL),
|
|
(2082, 7394, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Ice Mammoth', 'Ice Mammoth', NULL, NULL),
|
|
(2082, 7395, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Ice Mammoth', 'Ice Mammoth', NULL, NULL),
|
|
(2082, 7396, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Ice Mammoth', 'Ice Mammoth', NULL, NULL),
|
|
(2083, 7397, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Grand Ice Mammoth', 'Grand Ice Mammoth', NULL, NULL),
|
|
(2083, 7398, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Grand Ice Mammoth', 'Grand Ice Mammoth', NULL, NULL),
|
|
(2083, 7399, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Grand Ice Mammoth', 'Grand Ice Mammoth', NULL, NULL),
|
|
(2083, 7400, 10, 14866, 201, 1, 80, 1, 1, NULL, 10, 'Grand Ice Mammoth', 'Grand Ice Mammoth', NULL, NULL),
|
|
(2084, 7401, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Ring of the Kirin Tor', 'Band of the Kirin Tor', NULL, NULL),
|
|
(2084, 7402, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Ring of the Kirin Tor', 'Signet of the Kirin Tor', NULL, NULL),
|
|
(2084, 9418, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Ring of the Kirin Tor', 'Loop of the Kirin Tor', NULL, NULL),
|
|
(2084, 9419, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Ring of the Kirin Tor', 'Ring of the Kirin Tor', NULL, NULL),
|
|
(2085, 7403, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, '50 Stone Keeper\'s Shards', 'Loot 50 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2086, 7404, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, '100 Stone Keeper\'s Shards', 'Loot 100 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2087, 7405, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, '250 Stone Keeper\'s Shards', 'Loot 250 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2088, 7406, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, '500 Stone Keeper\'s Shards', 'Loot 500 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2089, 7407, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, '1000 Stone Keeper\'s Shards', 'Loot 1000 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2090, 7408, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Challenger', NULL, NULL),
|
|
(2090, 9719, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Rival', NULL, NULL),
|
|
(2090, 9720, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Duelist', NULL, NULL),
|
|
(2090, 9721, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Gladiator', NULL, NULL),
|
|
(2090, 10878, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Deadly Gladiator', NULL, NULL),
|
|
(2090, 13006, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Furious Gladiator', NULL, NULL),
|
|
(2090, 13007, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Challenger', 'Relentless Gladiator', NULL, NULL),
|
|
(2091, 7412, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Gladiator', 'Gladiator', NULL, NULL),
|
|
(2091, 10881, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Gladiator', 'Deadly Gladiator', NULL, NULL),
|
|
(2091, 12999, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Gladiator', 'Furious Gladiator', NULL, NULL),
|
|
(2091, 13000, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Gladiator', 'Relentless Gladiator', NULL, NULL),
|
|
(2092, 7415, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Duelist', 'Duelist', NULL, NULL),
|
|
(2092, 7416, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Duelist', 'Gladiator', NULL, NULL),
|
|
(2092, 13001, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Duelist', 'Deadly Gladiator', NULL, NULL),
|
|
(2092, 13002, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Duelist', 'Furious Gladiator', NULL, NULL),
|
|
(2092, 13003, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Duelist', 'Relentless Gladiator', NULL, NULL),
|
|
(2093, 7418, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Rival', NULL, NULL),
|
|
(2093, 7419, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Duelist', NULL, NULL),
|
|
(2093, 9718, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Gladiator', NULL, NULL),
|
|
(2093, 10879, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Deadly Gladiator', NULL, NULL),
|
|
(2093, 13004, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Furious Gladiator', NULL, NULL),
|
|
(2093, 13005, 10, 165, 95, 1, 80, 1, 1, NULL, 10, 'Rival', 'Relentless Gladiator', NULL, NULL),
|
|
(2094, 7441, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Alonsus Faol\'s Copper Coin', NULL, NULL),
|
|
(2094, 7442, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Ansirem\'s Copper Coin', NULL, NULL),
|
|
(2094, 7443, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Attumen\'s Copper Coin', NULL, NULL),
|
|
(2094, 7444, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Danath\'s Copper Coin', NULL, NULL),
|
|
(2094, 7445, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Dornaa\'s Shiny Copper Coin', NULL, NULL),
|
|
(2094, 7446, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Eitrigg\'s Copper Coin', NULL, NULL),
|
|
(2094, 7447, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Elling Trias\' Copper Coin', NULL, NULL),
|
|
(2094, 7448, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Falstad Wildhammer\'s Copper Coin', NULL, NULL),
|
|
(2094, 7449, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Genn\'s Copper Coin', NULL, NULL),
|
|
(2094, 7450, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Inigo\'s Copper Coin', NULL, NULL),
|
|
(2094, 7451, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Krasus\' Copper Coin', NULL, NULL),
|
|
(2094, 7452, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Kryll\'s Copper Coin', NULL, NULL),
|
|
(2094, 7453, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Landro Longshot\'s Copper Coin', NULL, NULL),
|
|
(2094, 7454, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Molok\'s Copper Coin', NULL, NULL),
|
|
(2094, 7455, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Murky\'s Copper Coin', NULL, NULL),
|
|
(2094, 7456, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Princess Calia Menethil\'s Copper Coin', NULL, NULL),
|
|
(2094, 7457, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Private Marcus Jonathan\'s Copper Coin', NULL, NULL),
|
|
(2094, 7458, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Salandria\'s Shiny Copper Coin', NULL, NULL),
|
|
(2094, 7459, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Squire Rowe\'s Copper Coin', NULL, NULL),
|
|
(2094, 7460, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Stalvan\'s Copper Coin', NULL, NULL),
|
|
(2094, 7461, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Vareesa\'s Copper Coin', NULL, NULL),
|
|
(2094, 7462, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'A Penny For Your Thoughts', 'Vargoth\'s Copper Coin', NULL, NULL),
|
|
(2095, 7463, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Aegwynn\'s Silver Coin', NULL, NULL),
|
|
(2095, 7464, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Alleria\'s Silver Coin', NULL, NULL),
|
|
(2095, 7465, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Antonidas\' Silver Coin', NULL, NULL),
|
|
(2095, 7466, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Arcanist Doan\'s Silver Coin', NULL, NULL),
|
|
(2095, 7467, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Fandral Staghelm\'s Silver Coin', NULL, NULL),
|
|
(2095, 7468, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'High Tinker Mekkatorque\'s Silver Coin', NULL, NULL),
|
|
(2095, 7469, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Khadgar\'s Silver Coin', NULL, NULL),
|
|
(2095, 7470, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'King Anasterian Sunstrider\'s Silver Coin', NULL, NULL),
|
|
(2095, 7471, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'King Terenas Menethil\'s Silver Coin', NULL, NULL),
|
|
(2095, 7472, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'King Varian Wrynn\'s Silver Coin', NULL, NULL),
|
|
(2095, 7473, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Maiev Shadowsong\'s Silver Coin', NULL, NULL),
|
|
(2095, 7474, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Medivh\'s Silver Coin', NULL, NULL),
|
|
(2095, 7475, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Muradin Bronzebeard\'s Silver Coin', NULL, NULL),
|
|
(2095, 7476, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'Prince Magni Bronzebeard\'s Silver Coin', NULL, NULL),
|
|
(2095, 7477, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Silver in the City', 'A Peasant\'s Silver Coin', NULL, NULL),
|
|
(2096, 7486, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Coin Master', 'A Penny For Your Thoughts', NULL, NULL),
|
|
(2096, 7487, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Coin Master', 'Silver in the City', NULL, NULL),
|
|
(2096, 7488, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'The Coin Master', 'There\'s Gold In That There Fountain', NULL, NULL),
|
|
(2097, 7491, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Get to the Choppa!', 'Mechano-hog', NULL, NULL),
|
|
(2097, 7492, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Get to the Choppa!', 'Mekgineer\'s Chopper', NULL, NULL),
|
|
(2116, 7493, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Tabard of the Argent Dawn', 'Tabard of the Argent Dawn', NULL, NULL),
|
|
(2136, 7496, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'On The Rocks', NULL, NULL),
|
|
(2136, 7497, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Intense Cold', NULL, NULL),
|
|
(2136, 7498, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Chaos Theory', NULL, NULL),
|
|
(2136, 7499, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Watch Him Die', NULL, NULL),
|
|
(2136, 7500, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Hadronox Denied', NULL, NULL),
|
|
(2136, 7501, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Gotta Go!', NULL, NULL),
|
|
(2136, 7503, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Volazj\'s Quick Demise', NULL, NULL),
|
|
(2136, 7505, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Respect Your Elders', NULL, NULL),
|
|
(2136, 7506, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Volunteer Work', NULL, NULL),
|
|
(2136, 7507, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Better Off Dred', NULL, NULL),
|
|
(2136, 7508, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Oh Novos!', NULL, NULL),
|
|
(2136, 7509, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Defenseless', NULL, NULL),
|
|
(2136, 7510, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Lockdown!', NULL, NULL),
|
|
(2136, 7511, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Dehydration', NULL, NULL),
|
|
(2136, 7512, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'What the Eck?', NULL, NULL),
|
|
(2136, 7513, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Less-rabi', NULL, NULL),
|
|
(2136, 7514, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Snakes. Why\'d It Have To Be Snakes?', NULL, NULL),
|
|
(2136, 7515, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Good Grief', NULL, NULL),
|
|
(2136, 7516, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Timely Death', NULL, NULL),
|
|
(2136, 7517, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Lightning Struck', NULL, NULL),
|
|
(2136, 7518, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Shatter Resistant', NULL, NULL),
|
|
(2136, 7519, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'The Culling of Time', NULL, NULL),
|
|
(2136, 7520, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Zombiefest!', NULL, NULL),
|
|
(2136, 7521, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'The Incredible Hulk', NULL, NULL),
|
|
(2136, 7522, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Lodi Dodi We Loves the Skadi', NULL, NULL),
|
|
(2136, 7523, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Experienced Drake Rider', NULL, NULL),
|
|
(2136, 7524, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Make It Count', NULL, NULL),
|
|
(2136, 7525, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Ruby Void', NULL, NULL),
|
|
(2136, 7526, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Emerald Void', NULL, NULL),
|
|
(2136, 7527, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Amber Void', NULL, NULL),
|
|
(2136, 7580, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Split Personality', NULL, NULL),
|
|
(2136, 7581, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Consumption Junction', NULL, NULL),
|
|
(2136, 7584, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Share The Love', NULL, NULL),
|
|
(2136, 7588, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'A Void Dance', NULL, NULL),
|
|
(2136, 7591, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Brann Spankin\' New', NULL, NULL),
|
|
(2136, 7594, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'Abuse the Ooze', NULL, NULL),
|
|
(2136, 7596, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'My Girl Loves to Skadi All the Time', NULL, NULL),
|
|
(2136, 7599, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Hero', 'King\'s Bane', NULL, NULL),
|
|
(2137, 7528, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Dedicated Few', NULL, NULL),
|
|
(2137, 7529, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Arachnophobia', NULL, NULL),
|
|
(2137, 7530, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Make Quick Werk Of Him', NULL, NULL),
|
|
(2137, 7531, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Safety Dance', NULL, NULL),
|
|
(2137, 7532, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Momma Said Knock You Out', NULL, NULL),
|
|
(2137, 7533, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Spellweaver\'s Downfall', NULL, NULL),
|
|
(2137, 7534, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'You Don\'t Have An Eternity', NULL, NULL),
|
|
(2137, 7535, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'A Poke In The Eye', NULL, NULL),
|
|
(2137, 7536, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Gonna Go When the Volcano Blows', NULL, NULL),
|
|
(2137, 7537, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Twilight Zone', NULL, NULL),
|
|
(2137, 7570, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Hundred Club', NULL, NULL),
|
|
(2137, 7576, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Denyin\' the Scion', NULL, NULL),
|
|
(2137, 7602, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'And They Would All Go Down Together', NULL, NULL),
|
|
(2137, 7606, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Shocking!', NULL, NULL),
|
|
(2137, 7610, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Subtraction', NULL, NULL),
|
|
(2137, 7618, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'The Undying', NULL, NULL),
|
|
(2137, 7620, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (10 player)', 'Just Can\'t Get Enough', NULL, NULL),
|
|
(2138, 7538, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Dedicated Few (25 player)', NULL, NULL),
|
|
(2138, 7539, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Arachnophobia (25 player)', NULL, NULL),
|
|
(2138, 7540, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Make Quick Werk Of Him (25 player)', NULL, NULL),
|
|
(2138, 7541, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Safety Dance (25 player)', NULL, NULL),
|
|
(2138, 7542, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Momma Said Knock You Out (25 player)', NULL, NULL),
|
|
(2138, 7543, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Spellweaver\'s Downfall (25 player)', NULL, NULL),
|
|
(2138, 7544, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'You Don\'t Have An Eternity (25 player)', NULL, NULL),
|
|
(2138, 7545, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'A Poke In The Eye (25 player)', NULL, NULL),
|
|
(2138, 7546, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Gonna Go When the Volcano Blows (25 player)', NULL, NULL),
|
|
(2138, 7547, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Twilight Zone (25 player)', NULL, NULL),
|
|
(2138, 7569, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Hundred Club (25 player)', NULL, NULL),
|
|
(2138, 7575, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Denyin\' the Scion (25 player)', NULL, NULL),
|
|
(2138, 7603, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'The Immortal', NULL, NULL),
|
|
(2138, 7607, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Shocking! (25 player)', NULL, NULL),
|
|
(2138, 7611, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Subtraction (25 player)', NULL, NULL),
|
|
(2138, 7619, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'And They Would All Go Down Together (25 player)', NULL, NULL),
|
|
(2138, 7621, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Raider (25 player)', 'Just Can\'t Get Enough (25 player)', NULL, NULL),
|
|
(2139, 7548, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Safety Dance (25 player)', 'Defeat Heigan the Unclean without anyone in the raid dying.', NULL, NULL),
|
|
(2140, 7549, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Momma Said Knock You Out (25 player)', 'Defeat Grand Widow Faerlina without dispelling or preventing frenzy.', NULL, NULL),
|
|
(2141, 7550, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Stable Keeper', 'Obtain 10 mounts', NULL, NULL),
|
|
(2142, 7551, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Filling Up The Barn', 'Obtain 25 mounts', NULL, NULL),
|
|
(2143, 7552, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Leading the Cavalry', 'Obtain 50 mounts', NULL, NULL),
|
|
(2144, 7553, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'To Honor One\'s Elders', NULL, NULL),
|
|
(2144, 7554, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Fool For Love', NULL, NULL),
|
|
(2144, 7555, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'For The Children', NULL, NULL),
|
|
(2144, 7556, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'The Flame Warden', NULL, NULL),
|
|
(2144, 7557, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Brewmaster', NULL, NULL),
|
|
(2144, 7558, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Hallowed Be Thy Name', NULL, NULL),
|
|
(2144, 7559, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Merrymaker', NULL, NULL),
|
|
(2144, 9879, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Noble Gardener', NULL, NULL),
|
|
(2145, 7560, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'To Honor One\'s Elders', NULL, NULL),
|
|
(2145, 7561, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Fool For Love', NULL, NULL),
|
|
(2145, 7562, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'For The Children', NULL, NULL),
|
|
(2145, 7563, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'The Flame Keeper', NULL, NULL),
|
|
(2145, 7564, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Brewmaster', NULL, NULL),
|
|
(2145, 7565, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Hallowed Be Thy Name', NULL, NULL),
|
|
(2145, 7566, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Merrymaker', NULL, NULL),
|
|
(2145, 9880, 50, 155, -1, 1, 80, 1, 1, NULL, 50, 'What A Long, Strange Trip It\'s Been', 'Noble Gardener', NULL, NULL),
|
|
(2146, 7567, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Hundred Club (10 player)', 'The Hundred Club', NULL, NULL),
|
|
(2147, 7568, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Hundred Club (25 player)', 'Sapphiron', NULL, NULL),
|
|
(2148, 7573, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Denyin\' the Scion (10 player)', 'Deliver a killing blow to a Scion of Eternity while riding on a hover disk', NULL, NULL),
|
|
(2149, 7574, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Denyin\' the Scion (25 player)', 'Deliver a killing blow to a Scion of Eternity while riding on a hover disk', NULL, NULL),
|
|
(2150, 7577, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Split Personality', 'Grand Magus Telestra', NULL, NULL),
|
|
(2151, 7579, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Consumption Junction', 'Trollgore', NULL, NULL),
|
|
(2152, 7583, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Share The Love', 'Gal\'darah', NULL, NULL),
|
|
(2153, 7587, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'A Void Dance', 'Zuramat the Obliterator', NULL, NULL),
|
|
(2154, 7590, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Brann Spankin\' New', 'The Tribunal of Ages', NULL, NULL),
|
|
(2155, 7593, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Abuse the Ooze', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(2156, 7595, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'My Girl Loves to Skadi All the Time', 'Kill Skadi the Ruthless on Heroic Difficulty', NULL, NULL),
|
|
(2157, 7598, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'King\'s Bane', 'King Ymiron', NULL, NULL),
|
|
(2176, 7600, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'And They Would All Go Down Together (10 player)', 'The Four Horsemen', NULL, NULL),
|
|
(2177, 7601, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'And They Would All Go Down Together (25 player)', 'The Four Horsemen', NULL, NULL),
|
|
(2178, 7604, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Shocking! (10 player)', 'Thaddius', NULL, NULL),
|
|
(2179, 7605, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Shocking! (25 player)', 'Thaddius', NULL, NULL),
|
|
(2180, 7608, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Subtraction (10 player)', 'Thaddius', NULL, NULL),
|
|
(2181, 7609, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Subtraction (25 player)', 'Thaddius', NULL, NULL),
|
|
(2182, 7612, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Spore Loser (10 player)', 'Loatheb', NULL, NULL),
|
|
(2183, 7613, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Spore Loser (25 player)', 'Loatheb', NULL, NULL),
|
|
(2184, 7614, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Just Can\'t Get Enough (10 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(2185, 7615, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Just Can\'t Get Enough (25 player)', 'Kel\'Thuzad', NULL, NULL),
|
|
(2186, 7616, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Immortal', 'Kel\'Thuzad', NULL, NULL),
|
|
(2186, 13233, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Immortal', 'The Four Horsemen', NULL, NULL),
|
|
(2186, 13234, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Immortal', 'Maexxna', NULL, NULL),
|
|
(2186, 13235, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Immortal', 'Thaddius', NULL, NULL),
|
|
(2186, 13236, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Immortal', 'Loatheb', NULL, NULL),
|
|
(2187, 7617, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Undying', 'Kel\'Thuzad', NULL, NULL),
|
|
(2187, 13237, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Undying', 'The Four Horsemen', NULL, NULL),
|
|
(2187, 13238, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Undying', 'Maexxna', NULL, NULL),
|
|
(2187, 13239, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Undying', 'Loatheb', NULL, NULL),
|
|
(2187, 13240, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Undying', 'Thaddius', NULL, NULL),
|
|
(2188, 7622, 10, 14808, 168, 1, 80, 1, 1, NULL, 10, 'Leeeeeeeeeeeeeroy!', 'Kill 50 rookery whelps within 15 seconds', NULL, NULL),
|
|
(2189, 7628, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Artillery Expert', 'Destroy 5 vehicles using a turret in a single battle', NULL, NULL),
|
|
(2190, 7629, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Drop it now!', 'Kill 5 players carrying seaforium in a single battle', NULL, NULL),
|
|
(2191, 7631, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Ancient Courtyard Protector', 'Kill 100 players in the Courtyard of the Ancients', NULL, NULL),
|
|
(2192, 7634, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Not Even a Scratch', 'Win a Strand of the Ancients battle without losing any siege vehicles', NULL, NULL),
|
|
(2193, 7635, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Explosives Expert', 'Plant 5 Seaforium charges which successfully damage a wall in a single battle', NULL, NULL),
|
|
(2194, 7642, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Strand of the Ancients Veteran', NULL, NULL),
|
|
(2194, 7643, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Storm the Beach', NULL, NULL),
|
|
(2194, 7644, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Steady Hands', NULL, NULL),
|
|
(2194, 7645, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'The Dapper Sapper', NULL, NULL),
|
|
(2194, 7646, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Explosives Expert', NULL, NULL),
|
|
(2194, 7647, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Not Even a Scratch', NULL, NULL),
|
|
(2194, 7648, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Artillery Veteran', NULL, NULL),
|
|
(2194, 7649, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Artillery Expert', NULL, NULL),
|
|
(2194, 7650, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Drop it!', NULL, NULL),
|
|
(2194, 7651, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Drop it now!', NULL, NULL),
|
|
(2194, 7652, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Ancient Protector', NULL, NULL),
|
|
(2194, 7653, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Ancient Courtyard Protector', NULL, NULL),
|
|
(2194, 7741, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Defense of the Ancients', NULL, NULL),
|
|
(2195, 7654, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Strand of the Ancients Veteran', NULL, NULL),
|
|
(2195, 7655, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Storm the Beach', NULL, NULL),
|
|
(2195, 7656, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Steady Hands', NULL, NULL),
|
|
(2195, 7657, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'The Dapper Sapper', NULL, NULL),
|
|
(2195, 7658, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Explosives Expert', NULL, NULL),
|
|
(2195, 7659, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Not Even a Scratch', NULL, NULL),
|
|
(2195, 7660, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Artillery Veteran', NULL, NULL),
|
|
(2195, 7661, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Artillery Expert', NULL, NULL),
|
|
(2195, 7662, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Drop it!', NULL, NULL),
|
|
(2195, 7663, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Drop it now!', NULL, NULL),
|
|
(2195, 7664, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Ancient Protector', NULL, NULL),
|
|
(2195, 7665, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Ancient Courtyard Protector', NULL, NULL),
|
|
(2195, 7742, 25, 14881, 95, 1, 80, 1, 1, NULL, 25, 'Master of Strand of the Ancients', 'Defense of the Ancients', NULL, NULL),
|
|
(2199, 7709, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Wintergrasp Fortress', NULL, NULL),
|
|
(2199, 7710, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Eastspark Workshop', NULL, NULL),
|
|
(2199, 7711, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'The Broken Temple', NULL, NULL),
|
|
(2199, 7712, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'The Sunken Ring', NULL, NULL),
|
|
(2199, 7713, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Westspark Workshop', NULL, NULL),
|
|
(2199, 7714, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Flamewatch Tower', NULL, NULL),
|
|
(2199, 7715, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Shadowsight Tower', NULL, NULL),
|
|
(2199, 7716, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'Winter\'s Edge Tower', NULL, NULL),
|
|
(2199, 7718, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'The Cauldron of Flames', NULL, NULL),
|
|
(2199, 7719, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Wintergrasp Ranger', 'The Chilled Quagmire', NULL, NULL),
|
|
(2200, 7740, 10, 14881, 95, 1, 80, 1, 1, NULL, 10, 'Defense of the Ancients', 'Defend the beach without losing any walls', NULL, NULL),
|
|
(2216, 0, 1, 125, 122, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Most deadly Lich King dungeon boss', NULL, NULL, NULL),
|
|
(2217, 0, 1, 125, 122, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Most deadly Lich King 10-player raid boss', NULL, NULL, NULL),
|
|
(2218, 0, 1, 125, 122, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Most deadly Lich King 25-player raid boss', NULL, NULL, NULL),
|
|
(2219, 7849, 1, 125, 122, -1, 80, 1, 1, NULL, 0, 'Total deaths in 5-player heroic dungeons', '5 man heroic instances', NULL, NULL),
|
|
(2256, 8100, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Loque\'nahak', NULL, NULL),
|
|
(2256, 8101, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'High Thane Jorfus', NULL, NULL),
|
|
(2256, 8102, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Hildana Deathstealer', NULL, NULL),
|
|
(2256, 8103, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Old Crystalbark', NULL, NULL),
|
|
(2256, 8104, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Fumblub Gearwind', NULL, NULL),
|
|
(2256, 8105, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Icehorn', NULL, NULL),
|
|
(2256, 8106, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Perobas the Bloodthirster', NULL, NULL),
|
|
(2256, 8107, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Vigdis the War Maiden', NULL, NULL),
|
|
(2256, 8108, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'King Ping', NULL, NULL),
|
|
(2256, 8109, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Tukemuth', NULL, NULL),
|
|
(2256, 8110, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Crazed Indu\'le Survivor', NULL, NULL),
|
|
(2256, 8111, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Scarlet Highlord Daion', NULL, NULL),
|
|
(2256, 8112, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Grocklar', NULL, NULL),
|
|
(2256, 8113, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Seething Hate', NULL, NULL),
|
|
(2256, 8114, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Syreian the Bonecarver', NULL, NULL),
|
|
(2256, 8115, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Zul\'drak Sentinel', NULL, NULL),
|
|
(2256, 8116, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Griegen', NULL, NULL),
|
|
(2256, 8117, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Terror Spinner', NULL, NULL),
|
|
(2256, 8118, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Aotona', NULL, NULL),
|
|
(2256, 8119, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'King Krush', NULL, NULL),
|
|
(2256, 8120, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Vyragosa', NULL, NULL),
|
|
(2256, 8121, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Dirkee', NULL, NULL),
|
|
(2256, 8122, 10, 14780, 97, 1, 80, 1, 1, NULL, 10, 'Northern Exposure', 'Putridus the Ancient', NULL, NULL),
|
|
(2257, 0, 25, 14780, 97, 1, 80, 1, 1, NULL, 25, 'Frostbitten', NULL, NULL, NULL),
|
|
(2277, 8586, 1, 134, 1, 1, 80, 1, 1, NULL, 0, 'Summons accepted', 'Summons accepted', NULL, NULL),
|
|
(2316, 8778, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Brutal Nether Drake', 'Brutal Nether Drake', NULL, NULL),
|
|
(2316, 8779, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Brutal Nether Drake', 'Brutal Nether Drake', NULL, NULL),
|
|
(2336, 8818, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Honored with Bloodsail Buccaneers', NULL, NULL),
|
|
(2336, 8819, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Booty Bay', NULL, NULL),
|
|
(2336, 8820, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Everlook', NULL, NULL),
|
|
(2336, 8821, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Gadgetzan', NULL, NULL),
|
|
(2336, 8822, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Ratchet', NULL, NULL),
|
|
(2336, 8823, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Darkmoon Faire', NULL, NULL),
|
|
(2336, 8824, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Ravenholdt', NULL, NULL),
|
|
(2336, 8825, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Insane in the Membrane', 'Exalted with Shen\'dralar', NULL, NULL),
|
|
(2357, 8905, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Dreadsteed of Xoroth', 'Dreadsteed of Xoroth', NULL, NULL),
|
|
(2358, 8906, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Charger', 'Judgment and Redemption', NULL, NULL),
|
|
(2358, 8907, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Charger', 'True Masters of the Light', NULL, NULL),
|
|
(2359, 8908, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Swift Flight Form', 'Vanquish the Raven God', NULL, NULL),
|
|
(2396, 0, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battleground played the most', NULL, NULL, NULL),
|
|
(2397, 0, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Battleground won the most', NULL, NULL, NULL),
|
|
(2398, 9058, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'WoW\'s 4th Anniversary', 'Logged in during 4th anniversary event', NULL, NULL),
|
|
(2416, 9118, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Hard Boiled', 'Lay a Noblegarden Egg in the Golakka Hot Springs.', NULL, NULL),
|
|
(2417, 9119, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Chocolate Lover', 'Eat 25 Noblegarden Chocolates', NULL, NULL),
|
|
(2418, 9120, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Chocoholic', 'Eat 100 Noblegarden Chocolates', NULL, NULL),
|
|
(2419, 9121, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Azure Watch', NULL, NULL),
|
|
(2419, 9199, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Dolanaar', NULL, NULL),
|
|
(2419, 9200, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Goldshire', NULL, NULL),
|
|
(2419, 9201, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Kharanos', NULL, NULL),
|
|
(2420, 9122, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Noble Garden', '', NULL, NULL),
|
|
(2421, 9123, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Noble Garden', '', NULL, NULL),
|
|
(2422, 9124, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Blood Elf', NULL, NULL),
|
|
(2422, 9143, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Draenei', NULL, NULL),
|
|
(2422, 9144, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Human', NULL, NULL),
|
|
(2422, 9145, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Dwarf', NULL, NULL),
|
|
(2422, 9146, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Gnome', NULL, NULL),
|
|
(2422, 9147, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Night Elf', NULL, NULL),
|
|
(2422, 9148, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Orc', NULL, NULL),
|
|
(2422, 9149, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Tauren', NULL, NULL),
|
|
(2422, 9150, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Troll', NULL, NULL),
|
|
(2422, 9151, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Shake Your Bunny-Maker', 'Undead', NULL, NULL),
|
|
(2436, 9138, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Desert Rose', 'The Badlands', NULL, NULL),
|
|
(2436, 9139, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Desert Rose', 'Desolace', NULL, NULL),
|
|
(2436, 9140, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Desert Rose', 'Tanaris', NULL, NULL),
|
|
(2436, 9141, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Desert Rose', 'Thousand Needles', NULL, NULL),
|
|
(2436, 9142, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Desert Rose', 'Silithus', NULL, NULL),
|
|
(2456, 9158, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Vampire Hunter', '', NULL, NULL),
|
|
(2456, 9159, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Vampire Hunter', '', NULL, NULL),
|
|
(2476, 9178, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Catapult', NULL, NULL),
|
|
(2476, 9179, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Demolisher', NULL, NULL),
|
|
(2476, 9180, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Siege Engine', NULL, NULL),
|
|
(2476, 9181, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Destruction Derby', 'Wintergrasp Tower Cannon', NULL, NULL),
|
|
(2496, 9198, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'The Fifth Element', 'Complete Hyrdaxis\' Tasks', NULL, NULL),
|
|
(2497, 9202, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Bloodhoof Village', NULL, NULL),
|
|
(2497, 9203, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Brill', NULL, NULL),
|
|
(2497, 9204, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Falconwing Square', NULL, NULL),
|
|
(2497, 9205, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Spring Fling', 'Razor Hill', NULL, NULL),
|
|
(2516, 9218, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Lil\' Game Hunter', 'Obtain 75 companion pets', NULL, NULL),
|
|
(2536, 9223, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Mountain o\' Mounts', 'Obtain 100 mounts', NULL, NULL),
|
|
(2537, 9224, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Mountain o\' Mounts', 'Obtain 100 mounts', NULL, NULL),
|
|
(2556, 9358, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Adder', NULL, NULL),
|
|
(2556, 9359, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Crystal Spider', NULL, NULL),
|
|
(2556, 9360, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Devouring Maggot', NULL, NULL),
|
|
(2556, 9361, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Fire Beetle', NULL, NULL),
|
|
(2556, 9362, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Fjord Rat', NULL, NULL),
|
|
(2556, 9363, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Gold Beetle', NULL, NULL),
|
|
(2556, 9364, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Larva', NULL, NULL),
|
|
(2556, 9365, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Maggot', NULL, NULL),
|
|
(2556, 9366, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Moccasin', NULL, NULL),
|
|
(2556, 9367, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Mouse', NULL, NULL),
|
|
(2556, 9368, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Rat', NULL, NULL),
|
|
(2556, 9369, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Roach', NULL, NULL),
|
|
(2556, 9370, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Scorpion', NULL, NULL),
|
|
(2556, 9371, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Snake', NULL, NULL),
|
|
(2556, 9372, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Spider', NULL, NULL),
|
|
(2556, 9373, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Underbelly Rat', NULL, NULL),
|
|
(2556, 9374, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Zul\'Drak Rat', NULL, NULL),
|
|
(2556, 9818, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Pest Control', 'Squirrel', NULL, NULL),
|
|
(2557, 9299, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Arctic Hare', NULL, NULL),
|
|
(2557, 9300, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Borean Marmot', NULL, NULL),
|
|
(2557, 9301, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Fjord Penguin', NULL, NULL),
|
|
(2557, 9302, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Fjord Turkey', NULL, NULL),
|
|
(2557, 9303, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Glacier Penguin', NULL, NULL),
|
|
(2557, 9304, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Grizzly Squirrel', NULL, NULL),
|
|
(2557, 9305, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Huge Toad', NULL, NULL),
|
|
(2557, 9306, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Lava Crab', NULL, NULL),
|
|
(2557, 9307, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Mountain Skunk', NULL, NULL),
|
|
(2557, 9308, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Scalawag Frog', NULL, NULL),
|
|
(2557, 9309, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Sholazar Tickbird', NULL, NULL),
|
|
(2557, 9310, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Tundra Penguin', NULL, NULL),
|
|
(2557, 9311, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'To All The Squirrels Who Shared My Life', 'Hare', NULL, NULL),
|
|
(2576, 9858, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'Blushing Bride', '', NULL, NULL),
|
|
(2596, 9438, 1, 14823, 14807, 1, 80, 71, 76, NULL, 10, 'Mr. Bigglesworth kills', 'Mr. Bigglesworth', NULL, NULL),
|
|
(2596, 9819, 1, 14823, 14807, 1, 80, 71, 76, NULL, 10, 'Mr. Bigglesworth kills', 'Mr. Bigglesworth', NULL, NULL),
|
|
(2676, 9538, 10, 159, 155, 1, 80, 1, 1, NULL, 10, 'I Found One!', '', NULL, NULL),
|
|
(2716, 9598, 10, 92, -1, 1, 80, 80, 80, NULL, 10, 'Dual Talent Specialization', 'Level up to 40.', NULL, NULL),
|
|
(2716, 9619, 10, 92, -1, 1, 80, 1, 1, NULL, 10, 'Dual Talent Specialization', 'Learn a Second Talent Specialization.', NULL, NULL),
|
|
(2756, 9698, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Aspiration', '', NULL, NULL),
|
|
(2756, 9699, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Aspiration', '', NULL, NULL),
|
|
(2758, 9738, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9739, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9740, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9741, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9742, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9743, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9744, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9745, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9746, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9747, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9748, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9749, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9750, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9751, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9752, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9753, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9754, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9755, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9756, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2758, 9757, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Argent Valor', '', NULL, NULL),
|
|
(2760, 9658, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Darnassus', 'Champion of Darnassus', NULL, NULL),
|
|
(2760, 9678, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Darnassus', 'Exalted with Darnassus', NULL, NULL),
|
|
(2761, 9659, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Exodar', 'Champion of the Exodar', NULL, NULL),
|
|
(2761, 9679, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Exodar', 'Exalted with Exodar', NULL, NULL),
|
|
(2762, 9660, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Gnomeregan', 'Champion of Gnomeregan', NULL, NULL),
|
|
(2762, 9680, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Gnomeregan', 'Exalted with Gnomeregan Exiles', NULL, NULL),
|
|
(2763, 9661, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Ironforge', 'Champion of Ironforge', NULL, NULL),
|
|
(2763, 9681, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Ironforge', 'Exalted with Ironforge', NULL, NULL),
|
|
(2764, 9662, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Stormwind', 'Champion of Stormwind', NULL, NULL),
|
|
(2764, 9682, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Stormwind', 'Exalted with Stormwind', NULL, NULL),
|
|
(2765, 9663, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Orgrimmar', 'Champion of Orgrimmar', NULL, NULL),
|
|
(2765, 9683, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Orgrimmar', 'Exalted with Orgrimmar', NULL, NULL),
|
|
(2766, 9664, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Sen\'jin', 'Champion of Sen\'jin', NULL, NULL),
|
|
(2766, 9684, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Sen\'jin', 'Exalted with Darkspear Trolls', NULL, NULL),
|
|
(2767, 9665, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Silvermoon City', 'Champion of Silvermoon City', NULL, NULL),
|
|
(2767, 9685, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Silvermoon City', 'Exalted with Silvermoon City', NULL, NULL),
|
|
(2768, 9666, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Thunder Bluff', 'Champion of Thunder Bluff', NULL, NULL),
|
|
(2768, 9686, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of Thunder Bluff', 'Exalted with Thunder Bluff', NULL, NULL),
|
|
(2769, 9667, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Undercity', 'Champion of the Undercity', NULL, NULL),
|
|
(2769, 9687, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Undercity', 'Exalted with Undercity', NULL, NULL),
|
|
(2770, 9668, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Alliance', 'Champion of Darnassus', NULL, NULL),
|
|
(2770, 9669, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Alliance', 'Champion of the Exodar', NULL, NULL),
|
|
(2770, 9670, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Alliance', 'Champion of Gnomeregan', NULL, NULL),
|
|
(2770, 9671, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Alliance', 'Champion of Stormwind', NULL, NULL),
|
|
(2770, 9672, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Alliance', 'Champion of Ironforge', NULL, NULL),
|
|
(2771, 9673, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Horde', 'Champion of Orgrimmar', NULL, NULL),
|
|
(2771, 9674, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Horde', 'Champion of Sen\'jin', NULL, NULL),
|
|
(2771, 9675, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Horde', 'Champion of Silvermoon City', NULL, NULL),
|
|
(2771, 9676, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Horde', 'Champion of the Undercity', NULL, NULL),
|
|
(2771, 9677, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Champion of the Horde', 'Champion of Thunder Bluff', NULL, NULL),
|
|
(2772, 9798, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Tilted!', '', NULL, NULL),
|
|
(2773, 10222, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'It\'s Just a Flesh Wound', '', NULL, NULL),
|
|
(2776, 9758, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Wintergrasp Veteran', NULL, NULL),
|
|
(2776, 9759, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Within Our Grasp', NULL, NULL),
|
|
(2776, 9760, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Wintergrasp Ranger', NULL, NULL),
|
|
(2776, 9761, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Black War Mammoth', NULL, NULL),
|
|
(2776, 9764, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', '1000 Stone Keeper\'s Shards', NULL, NULL),
|
|
(2776, 9765, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Archavon the Stone Watcher', NULL, NULL),
|
|
(2776, 9766, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Heroic: Archavon the Stone Watcher', NULL, NULL),
|
|
(2776, 9767, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Destruction Derby', NULL, NULL),
|
|
(2776, 9769, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Vehicular Gnomeslaughter', NULL, NULL),
|
|
(2776, 9770, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Leaning Tower', NULL, NULL),
|
|
(2776, 9771, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Master of Wintergrasp', 'Didn\'t Stand a Chance', NULL, NULL),
|
|
(2777, 9773, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Darnassus', 'Champion of Darnassus', NULL, NULL),
|
|
(2778, 9774, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Exodar', 'Champion of the Exodar', NULL, NULL),
|
|
(2779, 9775, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Gnomeregan', 'Champion of Gnomeregan', NULL, NULL),
|
|
(2780, 9776, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Ironforge', 'Champion of Ironforge', NULL, NULL),
|
|
(2781, 9777, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Stormwind', 'Champion of Stormwind', NULL, NULL),
|
|
(2782, 9778, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Alliance', 'Champion of Darnassus', NULL, NULL),
|
|
(2782, 9779, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Alliance', 'Champion of the Exodar', NULL, NULL),
|
|
(2782, 9780, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Alliance', 'Champion of Gnomeregan', NULL, NULL),
|
|
(2782, 9781, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Alliance', 'Champion of Stormwind', NULL, NULL),
|
|
(2782, 9782, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Alliance', 'Champion of Ironforge', NULL, NULL),
|
|
(2783, 9783, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Orgrimmar', 'Champion of Orgrimmar', NULL, NULL),
|
|
(2784, 9784, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Sen\'jin', 'Champion of Sen\'jin', NULL, NULL),
|
|
(2785, 9785, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Silvermoon City', 'Champion of Silvermoon City', NULL, NULL),
|
|
(2786, 9786, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of Thunder Bluff', 'Champion of Thunder Bluff', NULL, NULL),
|
|
(2787, 9787, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Undercity', 'Champion of the Undercity', NULL, NULL),
|
|
(2788, 9788, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Horde', 'Champion of Orgrimmar', NULL, NULL),
|
|
(2788, 9789, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Horde', 'Champion of Sen\'jin', NULL, NULL),
|
|
(2788, 9790, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Horde', 'Champion of Silvermoon City', NULL, NULL),
|
|
(2788, 9791, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Horde', 'Champion of the Undercity', NULL, NULL),
|
|
(2788, 9792, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Champion of the Horde', 'Champion of Thunder Bluff', NULL, NULL),
|
|
(2796, 9859, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Month', '', NULL, NULL),
|
|
(2796, 9860, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Month', '', NULL, NULL),
|
|
(2796, 9861, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Month', '', NULL, NULL),
|
|
(2796, 9862, 10, 162, 155, 1, 80, 1, 1, NULL, 10, 'Brew of the Month', '', NULL, NULL),
|
|
(2797, 9863, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'I Found One!', NULL, NULL),
|
|
(2797, 9864, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Chocoholic', NULL, NULL),
|
|
(2797, 9865, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Hard Boiled', NULL, NULL),
|
|
(2797, 9866, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Spring Fling', NULL, NULL),
|
|
(2797, 9867, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Noble Garden', NULL, NULL),
|
|
(2797, 9868, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Shake Your Bunny-Maker', NULL, NULL),
|
|
(2797, 9869, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Desert Rose', NULL, NULL),
|
|
(2797, 9870, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Blushing Bride', NULL, NULL),
|
|
(2798, 9871, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'I Found One!', NULL, NULL),
|
|
(2798, 9872, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Chocoholic', NULL, NULL),
|
|
(2798, 9873, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Hard Boiled', NULL, NULL),
|
|
(2798, 9874, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Spring Fling', NULL, NULL),
|
|
(2798, 9875, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Noble Garden', NULL, NULL),
|
|
(2798, 9876, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Shake Your Bunny-Maker', NULL, NULL),
|
|
(2798, 9877, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Desert Rose', NULL, NULL),
|
|
(2798, 9878, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Noble Gardener', 'Blushing Bride', NULL, NULL),
|
|
(2816, 9898, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'The Argent Crusade', NULL, NULL),
|
|
(2816, 9899, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'Champion of Orgrimmar', NULL, NULL),
|
|
(2816, 9900, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'Champion of Sen\'jin', NULL, NULL),
|
|
(2816, 9901, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'Champion of Silvermoon City', NULL, NULL),
|
|
(2816, 9902, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'Champion of the Undercity', NULL, NULL),
|
|
(2816, 9903, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Horde', 'Champion of Thunder Bluff', NULL, NULL),
|
|
(2817, 9904, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'The Argent Crusade', NULL, NULL),
|
|
(2817, 9905, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'Champion of Darnassus', NULL, NULL),
|
|
(2817, 9906, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'Champion of the Exodar', NULL, NULL),
|
|
(2817, 9907, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'Champion of Gnomeregan', NULL, NULL),
|
|
(2817, 9908, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'Champion of Stormwind', NULL, NULL),
|
|
(2817, 9909, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Exalted Argent Champion of the Alliance', 'Champion of Ironforge', NULL, NULL),
|
|
(2836, 9918, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Darnassus', NULL, NULL),
|
|
(2836, 9919, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Sen\'jin', NULL, NULL),
|
|
(2836, 9920, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Silvermoon City', NULL, NULL),
|
|
(2836, 9921, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Thunder Bluff', NULL, NULL),
|
|
(2836, 9922, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'The Undercity', NULL, NULL),
|
|
(2836, 10224, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'The Exodar', NULL, NULL),
|
|
(2836, 10225, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Gnomeregan', NULL, NULL),
|
|
(2836, 10226, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Ironforge', NULL, NULL),
|
|
(2836, 10227, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Orgrimmar', NULL, NULL),
|
|
(2836, 10228, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Lance a Lot', 'Stormwind', NULL, NULL),
|
|
(2856, 9938, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Flame Leviathan kills (Ulduar 10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2857, 9939, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Razorscale kills (Ulduar 10 player)', 'Razorscale', NULL, NULL),
|
|
(2858, 9940, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Ignis the Furnace Master kills (Ulduar 10 player)', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2859, 9941, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'XT-002 Deconstructor kills (Ulduar 10 player)', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2860, 10580, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Assembly of Iron kills (Ulduar 10 player)', 'Assembly of Iron', NULL, NULL),
|
|
(2861, 9943, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Kologarn kills (Ulduar 10 player)', 'Kologarn', NULL, NULL),
|
|
(2862, 10560, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Hodir victories (Ulduar 10 player)', 'Hodir', NULL, NULL),
|
|
(2863, 10558, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Thorim victories (Ulduar 10 player)', 'Thorim', NULL, NULL),
|
|
(2864, 10559, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Freya victories (Ulduar 10 player)', 'Freya', NULL, NULL),
|
|
(2865, 9947, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Mimiron victories (Ulduar 10 player)', 'Mimiron', NULL, NULL),
|
|
(2866, 9948, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'General Vezax kills (Ulduar 10 player)', 'General Vezax', NULL, NULL),
|
|
(2867, 10565, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Algalon the Observer kills (Ulduar 10 player)', 'Algalon the Observer', NULL, NULL),
|
|
(2868, 9950, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Auriaya kills (Ulduar 10 player)', 'Auriaya', NULL, NULL),
|
|
(2869, 9951, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Yogg-Saron kills (Ulduar 10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(2870, 9952, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Emalon the Storm Watcher kills (Wintergrasp 10 player)', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(2872, 9954, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Flame Leviathan kills (Ulduar 25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2873, 9955, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Razorscale kills (Ulduar 25 player)', 'Razorscale', NULL, NULL),
|
|
(2874, 9956, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Ignis the Furnace Master kills (Ulduar 25 player)', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2875, 9959, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Kologarn kills (Ulduar 25 player)', 'Kologarn', NULL, NULL),
|
|
(2879, 9963, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Mimiron victories (Ulduar 25 player)', 'Mimiron', NULL, NULL),
|
|
(2880, 9964, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'General Vezax kills (Ulduar 25 player)', 'General Vezax', NULL, NULL),
|
|
(2881, 10566, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Algalon the Observer kills (Ulduar 25 player)', 'Algalon the Observer', NULL, NULL),
|
|
(2882, 9966, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Auriaya kills (Ulduar 25 player)', 'Auriaya', NULL, NULL),
|
|
(2883, 9967, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Yogg-Saron kills (Ulduar 25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(2884, 9957, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'XT-002 Deconstructor kills (Ulduar 25 player)', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2885, 10581, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Assembly of Iron kills (Ulduar 25 player)', 'Assembly of Iron', NULL, NULL),
|
|
(2886, 9999, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2886, 10000, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (10 player)', 'Razorscale', NULL, NULL),
|
|
(2886, 10001, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (10 player)', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2886, 10002, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (10 player)', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2887, 10003, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2887, 10004, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (25 player)', 'Razorscale', NULL, NULL),
|
|
(2887, 10005, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (25 player)', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2887, 10006, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Siege of Ulduar (25 player)', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2888, 10008, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (10 player)', 'Kologarn', NULL, NULL),
|
|
(2888, 10010, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (10 player)', 'Auriaya', NULL, NULL),
|
|
(2888, 10578, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (10 player)', 'Assembly of Iron', NULL, NULL),
|
|
(2889, 10016, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (25 player)', 'Kologarn', NULL, NULL),
|
|
(2889, 10018, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (25 player)', 'Auriaya', NULL, NULL),
|
|
(2889, 10579, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Antechamber of Ulduar (25 player)', 'Assembly of Iron', NULL, NULL),
|
|
(2890, 10014, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (10 player)', 'Mimiron', NULL, NULL),
|
|
(2890, 10408, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (10 player)', 'Hodir', NULL, NULL),
|
|
(2890, 10438, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (10 player)', 'Thorim', NULL, NULL),
|
|
(2890, 10444, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (10 player)', 'Freya', NULL, NULL),
|
|
(2891, 10453, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (25 player)', 'Hodir', NULL, NULL),
|
|
(2891, 10454, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (25 player)', 'Thorim', NULL, NULL),
|
|
(2891, 10455, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (25 player)', 'Freya', NULL, NULL),
|
|
(2891, 10456, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Keepers of Ulduar (25 player)', 'Mimiron', NULL, NULL),
|
|
(2892, 10023, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Descent into Madness (10 player)', 'General Vezax', NULL, NULL),
|
|
(2892, 10024, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'The Descent into Madness (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(2893, 10025, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Descent into Madness (25 player)', 'General Vezax', NULL, NULL),
|
|
(2893, 10026, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'The Descent into Madness (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(2894, 10027, 25, 14961, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (10 player)', 'The Siege of Ulduar', NULL, NULL),
|
|
(2894, 10028, 25, 14961, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (10 player)', 'The Antechamber of Ulduar', NULL, NULL),
|
|
(2894, 10029, 25, 14961, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (10 player)', 'The Keepers of Ulduar', NULL, NULL),
|
|
(2894, 10030, 25, 14961, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (10 player)', 'The Descent into Madness', NULL, NULL),
|
|
(2895, 10031, 25, 14962, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (25 player)', 'Heroic: The Siege of Ulduar', NULL, NULL),
|
|
(2895, 10032, 25, 14962, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (25 player)', 'Heroic: The Antechamber of Ulduar', NULL, NULL),
|
|
(2895, 10033, 25, 14962, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (25 player)', 'Heroic: The Keepers of Ulduar', NULL, NULL),
|
|
(2895, 10034, 25, 14962, 168, 1, 80, 1, 1, NULL, 25, 'The Secrets of Ulduar (25 player)', 'Heroic: The Descent into Madness', NULL, NULL),
|
|
(2903, 10042, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Flame Leviathan', NULL, NULL),
|
|
(2903, 10340, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Razorscale', NULL, NULL),
|
|
(2903, 10341, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2903, 10342, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2903, 10347, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Mimiron', NULL, NULL),
|
|
(2903, 10348, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Kologarn', NULL, NULL),
|
|
(2903, 10349, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'General Vezax', NULL, NULL),
|
|
(2903, 10350, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Yogg-Saron', NULL, NULL),
|
|
(2903, 10351, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Auriaya', NULL, NULL),
|
|
(2903, 10403, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Thorim', NULL, NULL),
|
|
(2903, 10439, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Hodir', NULL, NULL),
|
|
(2903, 10582, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Freya', NULL, NULL),
|
|
(2903, 10598, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Champion of Ulduar', 'Assembly of Iron', NULL, NULL),
|
|
(2904, 10352, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Flame Leviathan', NULL, NULL),
|
|
(2904, 10353, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Razorscale', NULL, NULL),
|
|
(2904, 10354, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'XT-002 Deconstructor', NULL, NULL),
|
|
(2904, 10355, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Ignis the Furnace Master', NULL, NULL),
|
|
(2904, 10357, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Kologarn', NULL, NULL),
|
|
(2904, 10361, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Mimiron', NULL, NULL),
|
|
(2904, 10362, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'General Vezax', NULL, NULL),
|
|
(2904, 10363, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Auriaya', NULL, NULL),
|
|
(2904, 10364, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Yogg-Saron', NULL, NULL),
|
|
(2904, 10404, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Thorim', NULL, NULL),
|
|
(2904, 10583, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Freya', NULL, NULL),
|
|
(2904, 10599, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Assembly of Iron', NULL, NULL),
|
|
(2904, 10719, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Conqueror of Ulduar', 'Hodir', NULL, NULL),
|
|
(2905, 10044, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Unbroken (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2906, 10045, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Unbroken (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2907, 10046, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (10 player)', 'Salvaged Chopper', NULL, NULL),
|
|
(2907, 10047, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (10 player)', 'Salvaged Siege Engine', NULL, NULL),
|
|
(2907, 10048, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (10 player)', 'Salvaged Demolisher', NULL, NULL),
|
|
(2908, 10049, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (25 player)', 'Salvaged Chopper', NULL, NULL),
|
|
(2908, 10050, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (25 player)', 'Salvaged Siege Engine', NULL, NULL),
|
|
(2908, 10051, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Three Car Garage (25 player)', 'Salvaged Demolisher', NULL, NULL),
|
|
(2909, 10619, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Take Out Those Turrets (10 player)', 'Leviathan Turret', NULL, NULL),
|
|
(2910, 10620, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Take Out Those Turrets (25 player)', 'Leviathan Turret', NULL, NULL),
|
|
(2911, 10054, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Shutout (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2912, 10055, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Shutout (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2913, 10056, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Orbital Bombardment (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2914, 10057, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Orbital Devastation (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2915, 10058, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Nuked from Orbit (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2916, 10059, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Orbital Devastation (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2917, 10060, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Nuked from Orbit (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2918, 10061, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Orbital Bombardment (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2919, 10062, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'A Quick Shave (10 player)', 'Razorscale', NULL, NULL),
|
|
(2921, 10063, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'A Quick Shave (25 player)', 'Razorscale', NULL, NULL),
|
|
(2923, 10066, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Iron Dwarf, Medium Rare (10 player)', 'Razorscale', NULL, NULL),
|
|
(2924, 10067, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Iron Dwarf, Medium Rare (25 player)', 'Razorscale', NULL, NULL),
|
|
(2925, 10068, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Shattered (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2926, 10069, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Shattered (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2927, 10430, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Hot Pocket (10 player)', 'Slag Pot', NULL, NULL),
|
|
(2928, 10431, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Hot Pocket (25 player)', 'Slag Pot', NULL, NULL),
|
|
(2929, 10072, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Stokin\' the Furnace (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2930, 10073, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Stokin\' the Furnace (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2931, 10074, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Engineering (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2932, 10075, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Engineering (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2933, 10401, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Scrapbots (10 player)', 'Kill 20 XS-013 Scrapbots with an XE-321 Boombot', NULL, NULL),
|
|
(2934, 10077, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Gravity Bombs (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2935, 10402, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Scrapbots (25 player)', 'Kill 20 XS-013 Scrapbots with an XE-321 Boombot', NULL, NULL),
|
|
(2936, 10079, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Nerf Gravity Bombs (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2937, 10080, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Must Deconstruct Faster (10 player)', 'XT-002 Deconstructor dead', NULL, NULL),
|
|
(2938, 10081, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Must Deconstruct Faster (25 player)', 'Kill the XT-002', NULL, NULL),
|
|
(2939, 10082, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Runemaster Molgeim (10 player)', 'Runemaster Molgeim', NULL, NULL),
|
|
(2940, 10083, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Stormcaller Brundir (10 player)', 'Stormcaller Brundir', NULL, NULL),
|
|
(2941, 10084, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Steelbreaker (10 player)', 'Steelbreaker', NULL, NULL),
|
|
(2942, 10085, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Runemaster Molgeim (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2943, 10086, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Stormcaller Brundir (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2944, 10087, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Choose You, Steelbreaker (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2945, 10088, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (10 player)', 'Runemaster Molgeim', NULL, NULL),
|
|
(2945, 10418, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (10 player)', 'Stormcaller Brundir', NULL, NULL),
|
|
(2945, 10419, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (10 player)', 'Steelbreaker', NULL, NULL),
|
|
(2946, 10089, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2946, 10420, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2946, 10421, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'But I\'m On Your Side (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2947, 10090, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2947, 10422, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2947, 10423, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2948, 10091, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2948, 10424, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2948, 10425, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Can\'t Do That While Stunned (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(2951, 10285, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'With Open Arms (10 player)', 'Kologarn', NULL, NULL),
|
|
(2952, 10095, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'With Open Arms (25 player)', 'Kologarn', NULL, NULL),
|
|
(2953, 10284, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Disarmed (10 player)', 'Kologarn', NULL, NULL),
|
|
(2954, 10722, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Disarmed (25 player)', 'Kologarn', NULL, NULL),
|
|
(2955, 10286, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'If Looks Could Kill (10 player)', 'Kologarn', NULL, NULL),
|
|
(2956, 10099, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'If Looks Could Kill (25 player)', 'Kologarn', NULL, NULL),
|
|
(2957, 10100, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Orbit-uary', NULL, NULL),
|
|
(2957, 10101, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Iron Dwarf, Medium Rare', NULL, NULL),
|
|
(2957, 10102, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Stokin\' the Furnace', NULL, NULL),
|
|
(2957, 10103, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Heartbreaker', NULL, NULL),
|
|
(2957, 10104, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'I Choose You, Steelbreaker', NULL, NULL),
|
|
(2957, 10105, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Disarmed', NULL, NULL),
|
|
(2957, 10106, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'I Could Say That This Cache Was Rare', NULL, NULL),
|
|
(2957, 10107, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Lose Your Illusion', NULL, NULL),
|
|
(2957, 10108, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Knock, Knock, Knock on Wood', NULL, NULL),
|
|
(2957, 10110, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'I Love the Smell of Saronite in the Morning', NULL, NULL),
|
|
(2957, 10111, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Crazy Cat Lady', NULL, NULL),
|
|
(2957, 10112, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'One Light in the Darkness', NULL, NULL),
|
|
(2957, 10464, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (10 player)', 'Firefighter', NULL, NULL),
|
|
(2958, 10365, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Orbit-uary (25 player)', NULL, NULL),
|
|
(2958, 10366, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Iron Dwarf, Medium Rare (25 player)', NULL, NULL),
|
|
(2958, 10367, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Stokin\' the Furnace (25 player)', NULL, NULL),
|
|
(2958, 10368, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Heartbreaker (25 player)', NULL, NULL),
|
|
(2958, 10369, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'I Choose You, Steelbreaker (25 player)', NULL, NULL),
|
|
(2958, 10370, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Disarmed (25 player)', NULL, NULL),
|
|
(2958, 10371, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'I Could Say That This Cache Was Rare (25 player)', NULL, NULL),
|
|
(2958, 10372, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Lose Your Illusion (25 player)', NULL, NULL),
|
|
(2958, 10373, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Knock, Knock, Knock on Wood (25 player)', NULL, NULL),
|
|
(2958, 10375, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'I Love the Smell of Saronite in the Morning (25 player)', NULL, NULL),
|
|
(2958, 10376, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Crazy Cat Lady (25 player)', NULL, NULL),
|
|
(2958, 10377, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'One Light in the Darkness (25 player)', NULL, NULL),
|
|
(2958, 10465, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Ulduar Raider (25 player)', 'Firefighter (25 player)', NULL, NULL),
|
|
(2959, 10290, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Rubble and Roll (10 player)', 'Kologarn', NULL, NULL),
|
|
(2960, 10133, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Rubble and Roll (25 player)', 'Kologarn', NULL, NULL),
|
|
(2961, 10259, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Cheese the Freeze (10 player)', 'Hodir', NULL, NULL),
|
|
(2962, 10261, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Cheese the Freeze (25 player)', 'Hodir', NULL, NULL),
|
|
(2963, 10258, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Have the Coolest Friends (10 player)', 'Hodir', NULL, NULL),
|
|
(2965, 10260, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Have the Coolest Friends (25 player)', 'Hodir', NULL, NULL),
|
|
(2967, 10247, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Getting Cold in Here (10 player)', 'Hodir', NULL, NULL),
|
|
(2968, 10248, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Getting Cold in Here (25 player)', 'Hodir', NULL, NULL),
|
|
(2969, 10223, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (10 player)', 'Hodir', NULL, NULL),
|
|
(2969, 10240, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (10 player)', 'Hodir', NULL, NULL),
|
|
(2969, 10241, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (10 player)', 'Hodir', NULL, NULL),
|
|
(2970, 10229, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (25 player)', 'Hodir', NULL, NULL),
|
|
(2970, 10238, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (25 player)', 'Hodir', NULL, NULL),
|
|
(2970, 10239, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Staying Buffed All Winter (25 player)', 'Hodir', NULL, NULL),
|
|
(2971, 10305, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Don\'t Stand in the Lightning (10 player)', 'Thorim: Do not by struck by Lightning Charge.', NULL, NULL),
|
|
(2972, 10309, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Don\'t Stand in the Lightning (25 player)', 'Avoid Thorim\'s Lightning Charge.', NULL, NULL),
|
|
(2973, 10287, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (10 player)', 'Participate in slaying Runic Colossus', NULL, NULL),
|
|
(2973, 10288, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (10 player)', 'Participate in slaying Ancient Rune Giant', NULL, NULL),
|
|
(2973, 10303, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (10 player)', 'Defeat Thorim', NULL, NULL),
|
|
(2974, 10310, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (25 player)', 'Defeat Thorim', NULL, NULL),
|
|
(2974, 10311, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (25 player)', 'Participate in slaying Runic Colossus', NULL, NULL),
|
|
(2974, 10312, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I\'ll Take You All On (25 player)', 'Participate in slaying Ancient Rune Giant', NULL, NULL),
|
|
(2975, 10304, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Who Needs Bloodlust? (10 player)', 'Thorim: Kill Thorim while Aura of Celerity is active.', NULL, NULL),
|
|
(2976, 10313, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Who Needs Bloodlust? (25 player)', 'Defeat Thorim while buffed with Aura of Celerity.', NULL, NULL),
|
|
(2977, 10289, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Siffed (10 player)', 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(2978, 10314, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Siffed (25 player)', 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(2979, 10720, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Lumberjacked (10 player)', 'Lumberjacked', NULL, NULL),
|
|
(2980, 10446, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Con-speed-atory (10 player)', 'Freya', NULL, NULL),
|
|
(2981, 10882, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Con-speed-atory (25 player)', 'Freya', NULL, NULL),
|
|
(2982, 10445, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Getting Back to Nature (10 player)', 'Freya', NULL, NULL),
|
|
(2983, 10758, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Getting Back to Nature (25 player)', 'Freya', NULL, NULL),
|
|
(2984, 10394, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Deforestation (25 player)', 'Freya', NULL, NULL),
|
|
(2984, 10395, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Deforestation (25 player)', 'Freya', NULL, NULL),
|
|
(2985, 10396, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Deforestation (10 player)', 'Freya', NULL, NULL),
|
|
(2985, 10397, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Deforestation (10 player)', 'Freya', NULL, NULL),
|
|
(2989, 10543, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (10 player)', 'A Proximity Mine', NULL, NULL),
|
|
(2989, 10544, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (10 player)', 'A Rocket Strike', NULL, NULL),
|
|
(2989, 10545, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (10 player)', 'A Bomb Bot', NULL, NULL),
|
|
(2995, 10405, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Not-So-Friendly Fire (25 player)', 'Assault Bot Destroyed', NULL, NULL),
|
|
(2996, 10173, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Shadowdodger (10 player)', '', NULL, NULL),
|
|
(2997, 10306, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Shadowdodger (25 player)', '', NULL, NULL),
|
|
(3002, 10782, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Supermassive (25 player)', 'Close 3 Black Holes within 10 seconds', NULL, NULL),
|
|
(3002, 10783, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Supermassive (25 player)', 'Defeat Algalon the Observer', NULL, NULL),
|
|
(3003, 10780, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Supermassive (10 player)', 'Close 3 Black Holes within 10 seconds', NULL, NULL),
|
|
(3003, 10781, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Supermassive (10 player)', 'Defeat Algalon the Observer', NULL, NULL),
|
|
(3004, 10568, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'He Feeds On Your Tears (10 player)', 'Algalon the Observer', NULL, NULL),
|
|
(3005, 10570, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'He Feeds On Your Tears (25 player)', 'Algalon the Observer', NULL, NULL),
|
|
(3006, 10400, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Crazy Cat Lady (10 player)', 'Auriaya', NULL, NULL),
|
|
(3007, 10184, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Crazy Cat Lady (25 player)', 'Auriaya', NULL, NULL),
|
|
(3008, 10185, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Drive Me Crazy (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3009, 10187, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Kiss and Make Up (10 player)', 'Sara', NULL, NULL),
|
|
(3010, 10296, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Drive Me Crazy (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3011, 10189, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Kiss and Make Up (25 player)', 'Sara', NULL, NULL),
|
|
(3012, 10292, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'He\'s Not Getting Any Older (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3013, 10291, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'He\'s Not Getting Any Older (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3014, 10293, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'They\'re Coming Out of the Walls (10 player)', 'Kill 9 Guardians of Yogg-Saron in 12 seconds.', NULL, NULL),
|
|
(3015, 10324, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (10 player)', 'The Assassination of King Llane', NULL, NULL),
|
|
(3015, 10325, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (10 player)', 'The Forging of the Demon Soul', NULL, NULL),
|
|
(3015, 10326, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (10 player)', 'The Tortured Champion', NULL, NULL),
|
|
(3016, 10321, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (25 player)', 'The Assassination of King Llane', NULL, NULL),
|
|
(3016, 10322, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (25 player)', 'The Forging of the Demon Soul', NULL, NULL),
|
|
(3016, 10323, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'In His House He Waits Dreaming (25 player)', 'The Tortured Champion', NULL, NULL),
|
|
(3017, 10294, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'They\'re Coming Out of the Walls (25 player)', 'Kill 9 Guardians of Yogg-Saron in 12 seconds..', NULL, NULL),
|
|
(3018, 10196, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Emblems of Conquest acquired', 'Emblems of Conquest acquired', NULL, NULL),
|
|
(3036, 10567, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Observed (10 player)', 'Algalon the Observer', NULL, NULL),
|
|
(3037, 10569, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Observed (25 player)', 'Algalon the Observer', NULL, NULL),
|
|
(3056, 10218, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Orbit-uary (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(3057, 10219, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Orbit-uary (25 player)', 'Flame Leviathan', NULL, NULL),
|
|
(3058, 10221, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Heartbreaker (10 player)', 'Flame Leviathan', NULL, NULL),
|
|
(3059, 10220, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Heartbreaker (25 player)', 'XT-002 Deconstructor', NULL, NULL),
|
|
(3076, 10399, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Nine Lives (10 player)', 'Auriaya', NULL, NULL),
|
|
(3077, 10243, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Nine Lives (25 player)', 'Auriaya', NULL, NULL),
|
|
(3096, 10262, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Deadly Gladiator\'s Frostwyrm', 'Deadly Gladiator\'s Frostwyrm', NULL, NULL),
|
|
(3096, 10263, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Deadly Gladiator\'s Frostwyrm', 'Deadly Gladiator\'s Frostwyrm', NULL, NULL),
|
|
(3097, 10858, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Dwarfageddon (10 player)', 'Steelforged Defenders slain', NULL, NULL),
|
|
(3098, 10860, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Dwarfageddon (25 player)', 'Steelforged Defenders slain', NULL, NULL),
|
|
(3117, 10279, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Death\'s Demise', 'Yogg-Saron', NULL, NULL),
|
|
(3118, 10721, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Lumberjacked (25 player)', 'Lumberjacked', NULL, NULL),
|
|
(3136, 10338, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Emalon the Storm Watcher (10 player)', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(3137, 10339, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Emalon the Storm Watcher (25 player)', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(3138, 10406, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Not-So-Friendly Fire (10 player)', 'Assault Bot Destroyed', NULL, NULL),
|
|
(3141, 10388, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Two Lights in the Darkness (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3142, 10838, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Val\'anyr, Hammer of Ancient Kings', 'Val\'anyr, Hammer of Ancient Kings', NULL, NULL),
|
|
(3157, 10410, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Three Lights in the Darkness (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3158, 10409, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'One Light in the Darkness (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3159, 10412, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Alone in the Darkness (10 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3161, 10414, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Three Lights in the Darkness (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3162, 10415, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Two Lights in the Darkness (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3163, 10416, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'One Light in the Darkness (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3164, 10417, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Alone in the Darkness (25 player)', 'Yogg-Saron', NULL, NULL),
|
|
(3176, 10440, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Lose Your Illusion (10 player)', 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(3177, 10447, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Knock on Wood (10 player)', 'Freya', NULL, NULL),
|
|
(3178, 10448, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Knock, Knock on Wood (10 player)', 'Freya', NULL, NULL),
|
|
(3179, 10449, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Knock, Knock, Knock on Wood (10 player)', 'Freya', NULL, NULL),
|
|
(3180, 10450, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Firefighter (10 player)', 'Mimiron', NULL, NULL),
|
|
(3181, 10451, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Love the Smell of Saronite in the Morning (10 player)', 'Vezax', NULL, NULL),
|
|
(3182, 10452, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'I Could Say That This Cache Was Rare (10 player)', 'Hodir', NULL, NULL),
|
|
(3183, 10457, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Lose Your Illusion (25 player)', 'Force Thorim to enter the arena while Sif is present', NULL, NULL),
|
|
(3184, 10458, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Could Say That This Cache Was Rare (25 player)', 'Hodir', NULL, NULL),
|
|
(3185, 10459, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Knock on Wood (25 player)', 'Freya', NULL, NULL),
|
|
(3186, 10460, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Knock, Knock on Wood (25 player)', 'Freya', NULL, NULL),
|
|
(3187, 10461, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Knock, Knock, Knock on Wood (25 player)', 'Freya', NULL, NULL),
|
|
(3188, 10462, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'I Love the Smell of Saronite in the Morning (25 player)', 'Vezax', NULL, NULL),
|
|
(3189, 10463, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Firefighter (25 player)', 'Mimiron', NULL, NULL),
|
|
(3216, 10518, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Smelting Recipes learned', 'Smelting Recipes Known', NULL, NULL),
|
|
(3216, 10519, 1, 173, 132, 1, 80, 1, 1, NULL, 0, 'Smelting Recipes learned', 'Smelting Recipes Known', NULL, NULL),
|
|
(3217, 10520, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Chasing Marcia', 'The Ghostfish', NULL, NULL),
|
|
(3217, 10521, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Chasing Marcia', 'Jewel of the Sewers', NULL, NULL),
|
|
(3217, 10522, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Chasing Marcia', 'Dangerously Delicious', NULL, NULL),
|
|
(3217, 10523, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Chasing Marcia', 'Blood is Thicker', NULL, NULL),
|
|
(3217, 10524, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Chasing Marcia', 'Disarmed!', NULL, NULL),
|
|
(3218, 10525, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Turtles All the Way Down', 'Sea Turtle', NULL, NULL),
|
|
(3218, 10526, 10, 171, 169, 1, 80, 1, 1, NULL, 10, 'Turtles All the Way Down', 'Sea Turtle', NULL, NULL),
|
|
(3236, 10542, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Emalon the Storm Watcher kills (Wintergrasp 25 player)', 'Emalon the Storm Watcher', NULL, NULL),
|
|
(3237, 10546, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (25 player)', 'A Proximity Mine', NULL, NULL),
|
|
(3237, 10547, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (25 player)', 'A Rocket Strike', NULL, NULL),
|
|
(3237, 10548, 10, 14962, 168, 1, 80, 1, 1, NULL, 10, 'Set Up Us the Bomb (25 player)', 'A Bomb Bot', NULL, NULL),
|
|
(3256, 10562, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Hodir victories (Ulduar 25 player)', 'Hodir', NULL, NULL),
|
|
(3257, 10561, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Thorim victories (Ulduar 25 player)', 'Thorim', NULL, NULL),
|
|
(3258, 10563, 1, 14963, 14807, 1, 80, 80, 80, NULL, 10, 'Freya victories (Ulduar 25 player)', 'Freya', NULL, NULL),
|
|
(3259, 10698, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Celestial Defender', 'Algalon the Observer', NULL, NULL),
|
|
(3296, 10638, 10, 170, 169, 1, 80, 1, 1, NULL, 10, 'Cooking with Style', '', NULL, NULL),
|
|
(3316, 10678, 10, 14961, 168, 1, 80, 1, 1, NULL, 10, 'Herald of the Titans', 'Algalon the Observer', NULL, NULL),
|
|
(3336, 10718, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Deadly Gladiator', 'Deadly Gladiator', NULL, NULL),
|
|
(3356, 10738, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Winterspring Frostsaber', '', NULL, NULL),
|
|
(3356, 10739, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Winterspring Frostsaber', '', NULL, NULL),
|
|
(3357, 10740, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Venomhide Ravasaur', '', NULL, NULL),
|
|
(3357, 10741, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Venomhide Ravasaur', '', NULL, NULL),
|
|
(3357, 10742, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Venomhide Ravasaur', '', NULL, NULL),
|
|
(3436, 10898, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Furious Gladiator', '', NULL, NULL),
|
|
(3456, 10918, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Dead Man\'s Party', '', NULL, NULL),
|
|
(3457, 10919, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'The Captain\'s Booty', '', NULL, NULL),
|
|
(3478, 10940, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', '"FOOD FIGHT!"', NULL, NULL),
|
|
(3478, 11258, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Now Were Cookin\'', NULL, NULL),
|
|
(3478, 11259, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Paunch', NULL, NULL),
|
|
(3478, 11260, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Peril', NULL, NULL),
|
|
(3478, 11261, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Progress', NULL, NULL),
|
|
(3478, 11262, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Sharing is Caring', NULL, NULL),
|
|
(3478, 11263, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Terokkar Turkey Time', NULL, NULL),
|
|
(3478, 11264, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'The Turkinator', NULL, NULL),
|
|
(3478, 11265, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Turkey Lurkey', NULL, NULL),
|
|
(3496, 10961, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'A Brew-FAST Mount', 'swift brewfest ram', NULL, NULL),
|
|
(3496, 10965, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'A Brew-FAST Mount', 'Great Brewfest Kodo', NULL, NULL),
|
|
(3516, 10998, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in Ulduar', 'Deaths in Ulduar', NULL, NULL),
|
|
(3536, 11038, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'The Marine Marine', '', NULL, NULL),
|
|
(3536, 11039, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'The Marine Marine', '', NULL, NULL),
|
|
(3556, 11078, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Darnassus', NULL, NULL),
|
|
(3556, 11079, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Ironforge', NULL, NULL),
|
|
(3556, 11080, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'The Exodar', NULL, NULL),
|
|
(3556, 11081, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Stormwind', NULL, NULL),
|
|
(3557, 11082, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Orgrimmar', NULL, NULL),
|
|
(3557, 11083, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Silvermoon City', NULL, NULL),
|
|
(3557, 11084, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Thunder Bluff', NULL, NULL),
|
|
(3557, 11085, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Paunch', 'Undercity', NULL, NULL),
|
|
(3558, 11086, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Sharing is Caring', 'Candied Sweet Potatoes', NULL, NULL),
|
|
(3558, 11088, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Sharing is Caring', 'Pumpkin Pie', NULL, NULL),
|
|
(3558, 11089, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Sharing is Caring', 'Slow-Roasted Turkey', NULL, NULL),
|
|
(3558, 11090, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Sharing is Caring', 'Spice Bread Stuffing', NULL, NULL),
|
|
(3558, 11167, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Sharing is Caring', 'Cranberry Chutney', NULL, NULL),
|
|
(3559, 11158, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Human Rogue', NULL, NULL),
|
|
(3559, 11159, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Night Elf Rogue', NULL, NULL),
|
|
(3559, 11160, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Orc Rogue', NULL, NULL),
|
|
(3559, 11161, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Troll Rogue', NULL, NULL),
|
|
(3559, 11162, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Undead Rogue', NULL, NULL),
|
|
(3559, 11163, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Blood Elf Rogue', NULL, NULL),
|
|
(3559, 11164, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Dwarf Rogue', NULL, NULL),
|
|
(3559, 11165, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Turkey Lurkey', 'Gnome Rogue', NULL, NULL),
|
|
(3576, 11118, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Cranberry Chutney', NULL, NULL),
|
|
(3576, 11119, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Candied Sweet Potato', NULL, NULL),
|
|
(3576, 11120, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Pumpkin Pie', NULL, NULL),
|
|
(3576, 11121, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Slow-Roasted Turkey', NULL, NULL),
|
|
(3576, 11122, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Spice Bread Stuffing', NULL, NULL),
|
|
(3577, 11123, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Candied Sweet Potato', NULL, NULL),
|
|
(3577, 11124, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Cranberry Chutney', NULL, NULL),
|
|
(3577, 11125, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Pumpkin Pie', NULL, NULL),
|
|
(3577, 11126, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Slow-Roasted Turkey', NULL, NULL),
|
|
(3577, 11127, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Now We\'re Cookin\'', 'Spice Bread Stuffing', NULL, NULL),
|
|
(3578, 11128, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'The Turkinator', '', NULL, NULL),
|
|
(3579, 11168, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, '"FOOD FIGHT!"', '', NULL, NULL),
|
|
(3579, 11178, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, '"FOOD FIGHT!"', '', NULL, NULL),
|
|
(3579, 11179, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, '"FOOD FIGHT!"', '', NULL, NULL),
|
|
(3579, 11180, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, '"FOOD FIGHT!"', '', NULL, NULL),
|
|
(3579, 11181, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, '"FOOD FIGHT!"', '', NULL, NULL),
|
|
(3580, 11134, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Orgrimmar', NULL, NULL),
|
|
(3580, 11135, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Silvermoon City', NULL, NULL),
|
|
(3580, 11136, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Thunder Bluff', NULL, NULL),
|
|
(3580, 11137, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Undercity', NULL, NULL),
|
|
(3581, 11138, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'The Exodar', NULL, NULL),
|
|
(3581, 11139, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Darnassus', NULL, NULL),
|
|
(3581, 11140, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Ironforge', NULL, NULL),
|
|
(3581, 11141, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Peril', 'Stormwind', NULL, NULL),
|
|
(3582, 11142, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Terokkar Turkey Time', '', NULL, NULL),
|
|
(3596, 11198, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'She Says Potato', NULL, NULL),
|
|
(3596, 11199, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'We\'re Out of Cranberry Chutney Again?', NULL, NULL),
|
|
(3596, 11200, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Don\'t Forget The Stuffing!', NULL, NULL),
|
|
(3596, 11201, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Can\'t Get Enough Turkey', NULL, NULL),
|
|
(3596, 11202, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Easy As Pie', NULL, NULL),
|
|
(3597, 11203, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Can\'t Get Enough Turkey', NULL, NULL),
|
|
(3597, 11204, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Don\'t Forget The Stuffing!', NULL, NULL),
|
|
(3597, 11205, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'Easy As Pie', NULL, NULL),
|
|
(3597, 11206, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'She Says Potato', NULL, NULL),
|
|
(3597, 11207, 10, 14981, 155, 1, 80, 1, 1, NULL, 10, 'Pilgrim\'s Progress', 'We\'re Out of Cranberry Chutney Again?', NULL, NULL),
|
|
(3618, 11223, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murkimus the Gladiator', 'Murkimus\' Tiny Spear', NULL, NULL),
|
|
(3618, 11224, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murkimus the Gladiator', 'Murkimus the Gladiator', NULL, NULL),
|
|
(3618, 11225, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Murkimus the Gladiator', 'Murkimus\' Little Spear', NULL, NULL),
|
|
(3636, 11238, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Jade Tiger', '', NULL, NULL),
|
|
(3656, 11266, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', '"FOOD FIGHT!"', NULL, NULL),
|
|
(3656, 11267, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Now Were Cookin\'', NULL, NULL),
|
|
(3656, 11268, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Paunch', NULL, NULL),
|
|
(3656, 11269, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Peril', NULL, NULL),
|
|
(3656, 11270, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Pilgrim\'s Progress', NULL, NULL),
|
|
(3656, 11271, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Sharing is Caring', NULL, NULL),
|
|
(3656, 11272, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Terokkar Turkey Time', NULL, NULL),
|
|
(3656, 11273, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'The Turkinator', NULL, NULL),
|
|
(3656, 11274, 10, 155, -1, 1, 80, 1, 1, NULL, 10, 'Pilgrim', 'Turkey Lurkey', NULL, NULL),
|
|
(3676, 11278, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'A Silver Confidant', 'Exalted with The Silver Covenant', NULL, NULL),
|
|
(3676, 11330, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'A Silver Confidant', 'Argent Tournament Rank: Champion', NULL, NULL),
|
|
(3677, 11279, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sunreavers', 'Exalted with The Sunreavers', NULL, NULL),
|
|
(3677, 11331, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sunreavers', 'Argent Tournament Rank: Champion', NULL, NULL),
|
|
(3736, 11358, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'Pony Up!', '', NULL, NULL),
|
|
(3756, 11398, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Furious Gladiator\'s Frostwyrm', 'Furious Gladiator\'s Frostwyrm', NULL, NULL),
|
|
(3756, 11399, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Furious Gladiator\'s Frostwyrm', 'Furious Gladiator\'s Frostwyrm', NULL, NULL),
|
|
(3757, 11400, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Relentless Gladiator\'s Frostwyrm', '', NULL, NULL),
|
|
(3757, 11401, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Relentless Gladiator\'s Frostwyrm', '', NULL, NULL),
|
|
(3758, 11402, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Relentless Gladiator', '', NULL, NULL),
|
|
(3776, 11418, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Isle of Conquest Victory', 'Win Isle of Conquest.', NULL, NULL),
|
|
(3777, 11419, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Isle of Conquest Veteran', 'Complete 100 victories in Isle of Conquest', NULL, NULL),
|
|
(3778, 11420, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(3778, 11559, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Argent Confessor Paletress', NULL, NULL),
|
|
(3778, 11560, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Eadric the Pure', NULL, NULL),
|
|
(3778, 11561, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'The Black Knight', NULL, NULL),
|
|
(3778, 12298, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Lana Stouthammer', NULL, NULL),
|
|
(3778, 12299, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Colosos', NULL, NULL),
|
|
(3778, 12300, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Ambrose Boltspark', NULL, NULL),
|
|
(3778, 12301, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Jaelyne Evensong', NULL, NULL),
|
|
(3797, 11779, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Upper Back Pain (10 player)', 'Icehowl', NULL, NULL),
|
|
(3797, 11802, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Upper Back Pain (10 player)', 'Icehowl', NULL, NULL),
|
|
(3798, 11803, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Resilience Will Fix It (10 player)', 'Faction Champions', NULL, NULL),
|
|
(3798, 11804, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Resilience Will Fix It (10 player)', 'Faction Champions', NULL, NULL),
|
|
(3799, 11778, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Salt and Pepper (10 player)', 'Val\'kyr Twins', NULL, NULL),
|
|
(3799, 12258, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Salt and Pepper (10 player)', 'Val\'kyr Twins', NULL, NULL),
|
|
(3800, 12116, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'The Traitor King (10 player)', 'Swarm Scarabs Slain', NULL, NULL),
|
|
(3802, 11863, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Hogger', NULL, NULL),
|
|
(3802, 11904, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'VanCleef', NULL, NULL),
|
|
(3802, 11905, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Mutanus', NULL, NULL),
|
|
(3802, 11906, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Herod', NULL, NULL),
|
|
(3802, 11907, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Lucifron', NULL, NULL),
|
|
(3802, 11908, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Thunderaan', NULL, NULL),
|
|
(3802, 11909, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Chromaggus', NULL, NULL),
|
|
(3802, 11910, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Hakkar', NULL, NULL),
|
|
(3802, 11911, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Vek\'nilash', NULL, NULL),
|
|
(3802, 11912, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Kalithresh', NULL, NULL),
|
|
(3802, 11913, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Malchezaar', NULL, NULL),
|
|
(3802, 11914, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Gruul', NULL, NULL),
|
|
(3802, 11915, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Vashj', NULL, NULL),
|
|
(3802, 11916, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Archimonde', NULL, NULL),
|
|
(3802, 11917, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Illidan', NULL, NULL),
|
|
(3802, 11918, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Delrissa', NULL, NULL),
|
|
(3802, 11919, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'M\'uru', NULL, NULL),
|
|
(3802, 11920, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Ingvar', NULL, NULL),
|
|
(3802, 11921, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Cyanigosa', NULL, NULL),
|
|
(3802, 11922, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Eck', NULL, NULL),
|
|
(3802, 11923, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Onyxia', NULL, NULL),
|
|
(3802, 11924, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Heigan', NULL, NULL),
|
|
(3802, 11925, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Ignis', NULL, NULL),
|
|
(3802, 11926, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Vezax', NULL, NULL),
|
|
(3802, 11927, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Argent Confessor', 'Algalon', NULL, NULL),
|
|
(3803, 11858, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'The Faceroller', 'Defeat Eadric with his own hammer.', NULL, NULL),
|
|
(3804, 11789, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'I\'ve Had Worse', 'Ghoul Explode', NULL, NULL),
|
|
(3808, 12344, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3808, 12345, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3808, 12346, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3809, 12347, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Mad Skill (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3809, 12348, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Mad Skill (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3810, 12349, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Insanity (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3812, 11542, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (25 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(3812, 11546, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (25 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(3812, 11547, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (25 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(3812, 11549, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3812, 11678, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (25 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(3813, 11780, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Upper Back Pain (25 player)', 'Icehowl', NULL, NULL),
|
|
(3813, 11801, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Upper Back Pain (25 player)', 'Icehowl', NULL, NULL),
|
|
(3814, 11799, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Resilience Will Fix It (25 player)', 'Faction Champions', NULL, NULL),
|
|
(3814, 11800, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Resilience Will Fix It (25 player)', 'Faction Champions', NULL, NULL),
|
|
(3815, 11818, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Salt and Pepper (25 player)', 'Val\'kyr Twins', NULL, NULL),
|
|
(3815, 11860, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Salt and Pepper (25 player)', 'Val\'kyr Twins', NULL, NULL),
|
|
(3816, 12198, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'The Traitor King (25 player)', 'Swarm Scarabs Slain', NULL, NULL),
|
|
(3817, 12338, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3817, 12339, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3817, 12340, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Skill (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3818, 12341, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Mad Skill (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3818, 12342, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Mad Skill (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3819, 12343, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Insanity (25 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3836, 11478, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Koralon the Flame Watcher (10 player)', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(3837, 11479, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Koralon the Flame Watcher (25 player)', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(3838, 6817, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Dungeon & Raid Emblem', 'Emblem of Heroism', NULL, NULL),
|
|
(3838, 6818, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Dungeon & Raid Emblem', 'Emblem of Valor', NULL, NULL),
|
|
(3838, 10035, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Dungeon & Raid Emblem', 'Emblem of Conquest', NULL, NULL),
|
|
(3838, 11552, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Dungeon & Raid Emblem', 'Emblem of Triumph', NULL, NULL),
|
|
(3838, 12498, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Dungeon & Raid Emblem', 'Emblem of Frost', NULL, NULL),
|
|
(3839, 6819, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '25 Dungeon & Raid Emblems', 'Loot 25 Emblems of Heroism', NULL, NULL),
|
|
(3839, 6825, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '25 Dungeon & Raid Emblems', '25 Emblems of Valor', NULL, NULL),
|
|
(3839, 10036, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '25 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3839, 11556, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '25 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3839, 12499, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '25 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3840, 6820, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '50 Dungeon & Raid Emblems', 'Loot 50 Emblems of Heroism', NULL, NULL),
|
|
(3840, 6826, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '50 Dungeon & Raid Emblems', '50 Emblems of Valor', NULL, NULL),
|
|
(3840, 10037, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '50 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3840, 11601, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '50 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3840, 12500, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '50 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3841, 6821, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '100 Dungeon & Raid Emblems', 'Loot 100 Emblems of Heroism', NULL, NULL),
|
|
(3841, 6827, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '100 Dungeon & Raid Emblems', '100 Emblems of Valor', NULL, NULL),
|
|
(3841, 10038, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '100 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3841, 11605, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '100 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3841, 12501, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '100 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3842, 6822, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '250 Dungeon & Raid Emblems', 'Loot 250 Emblems of Heroism', NULL, NULL),
|
|
(3842, 6828, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '250 Dungeon & Raid Emblems', '250 Emblems of Valor', NULL, NULL),
|
|
(3842, 10039, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '250 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3842, 11609, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '250 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3842, 12502, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '250 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3843, 6823, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '500 Dungeon & Raid Emblems', 'Loot 500 Emblems of Heroism', NULL, NULL),
|
|
(3843, 6829, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '500 Dungeon & Raid Emblems', '500 Emblems of Valor', NULL, NULL),
|
|
(3843, 10040, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '500 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3843, 11613, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '500 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3843, 12503, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '500 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3844, 6824, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1000 Dungeon & Raid Emblems', 'Loot 1000 Emblems of Heroism', NULL, NULL),
|
|
(3844, 6830, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1000 Dungeon & Raid Emblems', '1000 Emblems of Valor', NULL, NULL),
|
|
(3844, 10041, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1000 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3844, 11617, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1000 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3844, 12504, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1000 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3845, 11487, 20, 15003, 95, 1, 80, 1, 1, NULL, 20, 'Isle of Conquest All-Star', 'Assault a base', NULL, NULL),
|
|
(3845, 11488, 20, 15003, 95, 1, 80, 1, 1, NULL, 20, 'Isle of Conquest All-Star', 'Defend a base', NULL, NULL),
|
|
(3845, 11491, 20, 15003, 95, 1, 80, 1, 1, NULL, 20, 'Isle of Conquest All-Star', 'Kill a player', NULL, NULL),
|
|
(3845, 12059, 20, 15003, 95, 1, 80, 1, 1, NULL, 20, 'Isle of Conquest All-Star', 'Destroy a vehicle', NULL, NULL),
|
|
(3846, 12060, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Resource Glut', 'Win Isle of Conquest.', NULL, NULL),
|
|
(3847, 11492, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Four Car Garage', 'Glaive Thrower', NULL, NULL),
|
|
(3847, 11493, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Four Car Garage', 'Siege Engine', NULL, NULL),
|
|
(3847, 11494, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Four Car Garage', 'Demolisher', NULL, NULL),
|
|
(3847, 11495, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Four Car Garage', 'Catapult', NULL, NULL),
|
|
(3848, 12066, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'A-bomb-inable', 'Bombs used on enemy gates', NULL, NULL),
|
|
(3849, 12067, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'A-bomb-ination', 'Bombs used on enemy gates', NULL, NULL),
|
|
(3850, 12068, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mowed Down', 'Players killed', NULL, NULL),
|
|
(3850, 12114, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mowed Down', 'Vehicles killed', NULL, NULL),
|
|
(3851, 12062, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mine', 'Win Isle of Conquest.', NULL, NULL),
|
|
(3851, 12063, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mine', 'Win Isle of Conquest.', NULL, NULL),
|
|
(3852, 12132, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Cut the Blue Wire... No the Red Wire!', 'Bombs disarmed', NULL, NULL),
|
|
(3853, 12158, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'All Over the Isle', 'Workshop', NULL, NULL),
|
|
(3853, 12159, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'All Over the Isle', 'Hangar', NULL, NULL),
|
|
(3853, 12160, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'All Over the Isle', 'Docks', NULL, NULL),
|
|
(3853, 12161, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'All Over the Isle', 'Horde Keep', NULL, NULL),
|
|
(3853, 12162, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'All Over the Isle', 'Alliance Keep', NULL, NULL),
|
|
(3854, 12163, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Back Door Job', 'Courtyard', NULL, NULL),
|
|
(3855, 12183, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Glaive Grave', 'Players killed', NULL, NULL),
|
|
(3856, 11497, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Glaive Thrower', NULL, NULL),
|
|
(3856, 11498, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Demolisher', NULL, NULL),
|
|
(3856, 11500, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Catapult', NULL, NULL),
|
|
(3856, 11501, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Siege Engine', NULL, NULL),
|
|
(3857, 11502, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Isle of Conquest Veteran', NULL, NULL),
|
|
(3857, 11503, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Mine', NULL, NULL),
|
|
(3857, 11504, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Four Car Garage', NULL, NULL),
|
|
(3857, 11505, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'A-bomb-inable', NULL, NULL),
|
|
(3857, 11506, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'A-bomb-ination', NULL, NULL),
|
|
(3857, 11507, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Mowed Down', NULL, NULL),
|
|
(3857, 11508, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Cut the Blue Wire... No the Red Wire!', NULL, NULL),
|
|
(3857, 11509, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'All Over the Isle', NULL, NULL),
|
|
(3857, 11510, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Back Door Job', NULL, NULL),
|
|
(3857, 11511, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Demolition Derby', NULL, NULL),
|
|
(3857, 11512, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Glaive Grave', NULL, NULL),
|
|
(3876, 11618, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1500 Dungeon & Raid Emblems', 'Emblem of Heroism', NULL, NULL),
|
|
(3876, 11619, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1500 Dungeon & Raid Emblems', 'Emblem of Valor', NULL, NULL),
|
|
(3876, 11620, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1500 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(3876, 11621, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1500 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(3876, 12505, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '1500 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(3896, 11638, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyx Panther', '', NULL, NULL),
|
|
(3896, 11639, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Onyx Panther', '', NULL, NULL),
|
|
(3916, 11679, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (25 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(3916, 11680, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (25 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(3916, 11681, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (25 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(3916, 11682, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (25 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(3916, 11683, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (25 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(3917, 11684, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (10 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(3917, 11685, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (10 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(3917, 11686, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (10 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(3917, 11687, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (10 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(3917, 11688, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Crusade (10 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(3918, 11689, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (10 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(3918, 11690, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (10 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(3918, 11691, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (10 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(3918, 11692, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (10 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(3918, 11693, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Call of the Grand Crusade (10 player)', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(3936, 12280, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Not One, But Two Jormungars (10 player)', 'Kill Acidmaw & Dreadscale within 10sec', NULL, NULL),
|
|
(3936, 12281, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Not One, But Two Jormungars (10 player)', 'Kill Acidmaw & Dreadscale within 10sec', NULL, NULL),
|
|
(3937, 12278, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Not One, But Two Jormungars (25 player)', 'Kill Acidmaw & Dreadscale within 10sec', NULL, NULL),
|
|
(3937, 12279, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Not One, But Two Jormungars (25 player)', 'Kill Acidmaw & Dreadscale within 10sec', NULL, NULL),
|
|
(3957, 11749, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Isle of Conquest Veteran', NULL, NULL),
|
|
(3957, 11750, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Mine', NULL, NULL),
|
|
(3957, 11751, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Four Car Garage', NULL, NULL),
|
|
(3957, 11752, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'A-bomb-inable', NULL, NULL),
|
|
(3957, 11753, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'A-bomb-ination', NULL, NULL),
|
|
(3957, 11754, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Mowed Down', NULL, NULL),
|
|
(3957, 11755, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Cut the Blue Wire... No the Red Wire!', NULL, NULL),
|
|
(3957, 11756, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'All Over the Isle', NULL, NULL),
|
|
(3957, 11757, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Back Door Job', NULL, NULL),
|
|
(3957, 11758, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Demolition Derby', NULL, NULL),
|
|
(3957, 11759, 25, 15003, 95, 1, 80, 1, 1, NULL, 25, 'Master of Isle of Conquest', 'Glaive Grave', NULL, NULL),
|
|
(3996, 11838, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Three Sixty Pain Spike (10 player)', 'Lord Jaraxxus', NULL, NULL),
|
|
(3996, 11861, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'Three Sixty Pain Spike (10 player)', 'Lord Jaraxxus', NULL, NULL),
|
|
(3997, 11839, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Three Sixty Pain Spike (25 player)', 'Lord Jaraxxus', NULL, NULL),
|
|
(3997, 11862, 10, 15002, 168, 1, 80, 1, 1, NULL, 10, 'Three Sixty Pain Spike (25 player)', 'Lord Jaraxxus', NULL, NULL),
|
|
(4016, 12018, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Earth, Wind & Fire (10 player)', 'Earth, Wind and Fire', NULL, NULL),
|
|
(4017, 12019, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Earth, Wind & Fire (25 player)', 'Earth, Wind and Fire', NULL, NULL),
|
|
(4018, 12540, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Hunter Champion (Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4019, 12541, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Hunter Champion (Heroic Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4022, 12548, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Argent Confessor Paletress (Trial of the Champion)', 'Argent Confessor Paletress', NULL, NULL),
|
|
(4023, 12549, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Argent Confessor Paletress (Heroic Trial of the Champion)', 'Argent Confessor Paletress', NULL, NULL),
|
|
(4024, 12550, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Eadric the Pure (Trial of the Champion)', 'Eadric the Pure', NULL, NULL),
|
|
(4025, 12551, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Eadric the Pure (Heroic Trial of the Champion)', 'Eadric the Pure', NULL, NULL),
|
|
(4026, 12552, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'The Black Knight kills (Trial of the Champion)', 'The Black Knight', NULL, NULL),
|
|
(4027, 12553, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'The Black Knight kills (Heroic Trial of the Champion)', 'The Black Knight', NULL, NULL),
|
|
(4028, 12228, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Beasts of Northrend (Trial of the Crusader 10 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(4029, 12231, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Beasts of Northrend (Trial of the Grand Crusader 25 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(4030, 12229, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Beasts of Northrend (Trial of the Grand Crusader 10 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(4031, 12230, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Beasts of Northrend (Trial of the Crusader 25 player)', 'Defeat the Beasts of Northrend', NULL, NULL),
|
|
(4032, 12232, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Jaraxxus kills (Trial of the Crusader 10 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(4033, 12233, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Jaraxxus kills (Trial of the Grand Crusader 10 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(4034, 12234, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Jaraxxus kills (Trial of the Crusader 25 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(4035, 12235, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Jaraxxus kills (Trial of the Grand Crusader 25 player)', 'Defeat Lord Jaraxxus', NULL, NULL),
|
|
(4036, 12236, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Faction Champions (Trial of the Crusader 10 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(4037, 12237, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Faction Champions (Trial of the Grand Crusader 10 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(4038, 12238, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Faction Champions (Trial of the Crusader 25 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(4039, 12239, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over the Faction Champions (Trial of the Grand Crusader 25 player)', 'Defeat the Faction Champions', NULL, NULL),
|
|
(4040, 12240, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Val\'kyr Twins kills (Trial of the Crusader 10 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(4041, 12241, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Val\'kyr Twins kills (Trial of the Grand Crusader 10 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(4042, 12242, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Val\'kyr Twins kills (Trial of the Crusader 25 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(4043, 12243, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Val\'kyr Twins kills (Trial of the Grand Crusader 25 player)', 'Defeat the Twin Val\'kyr', NULL, NULL),
|
|
(4044, 12244, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Times completed the Trial of the Crusader (10 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(4045, 12245, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Times completed the Trial of the Grand Crusader (10 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(4046, 12246, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Times completed the Trial of the Crusader (25 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(4047, 12247, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Times completed the Trial of the Grand Crusader (25 player)', 'Complete the Trial of the Crusader', NULL, NULL),
|
|
(4048, 12542, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Mage Champion (Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4049, 12543, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Mage Champion (Heroic Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4050, 12544, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Rogue Champion (Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4051, 12545, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Rogue Champion (Heroic Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4052, 12546, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Shaman Champion (Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4053, 12547, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Shaman Champion (Heroic Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4054, 12538, 1, 15021, 14807, 1, 80, 71, 76, NULL, 0, 'Victories over Warrior Champion (Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4055, 12539, 1, 15021, 14807, 1, 80, 80, 80, NULL, 0, 'Victories over Warrior Champion (Heroic Trial of the Champion)', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4074, 11902, 1, 15021, 14807, 1, 80, 71, 76, NULL, 10, 'Koralon the Flame Watcher kills (Wintergrasp 10 player)', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(4075, 11903, 1, 15021, 14807, 1, 80, 71, 76, NULL, 10, 'Koralon the Flame Watcher kills (Wintergrasp 25 player)', 'Koralon the Flame Watcher', NULL, NULL),
|
|
(4078, 12350, 1, 81, -1, 1, 80, 71, 1, NULL, 0, 'Realm First! Grand Crusader', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(4079, 12358, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'A Tribute to Immortality', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(4080, 12360, 10, 15001, 168, 1, 80, 1, 1, NULL, 10, 'A Tribute to Dedicated Insanity', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(4096, 11958, 18, 153, 21, 1, 80, 1, 1, NULL, 0, 'Isle of Conquest battles', 'Isle of Conquest', NULL, NULL),
|
|
(4097, 11959, 18, 153, 21, 1.7, 80, 1, 1, NULL, 0, 'Isle of Conquest victories', 'Isle of Conquest victories', NULL, NULL),
|
|
(4156, 12359, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'A Tribute to Immortality', 'Complete the Trial of the Grand Crusader', NULL, NULL),
|
|
(4176, 12061, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Resource Glut', 'Win Isle of Conquest.', NULL, NULL),
|
|
(4177, 12064, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mine', 'Win Isle of Conquest.', NULL, NULL),
|
|
(4177, 12065, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Mine', 'Win Isle of Conquest.', NULL, NULL),
|
|
(4256, 12178, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Glaive Thrower', NULL, NULL),
|
|
(4256, 12179, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Demolisher', NULL, NULL),
|
|
(4256, 12181, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Catapult', NULL, NULL),
|
|
(4256, 12182, 10, 15003, 95, 1, 80, 1, 1, NULL, 10, 'Demolition Derby', 'Siege Engine', NULL, NULL),
|
|
(4296, 12302, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Mokra the Skullcrusher', NULL, NULL),
|
|
(4296, 12303, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Deathstalker Visceri', NULL, NULL),
|
|
(4296, 12304, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Runok Wildmane', NULL, NULL),
|
|
(4296, 12305, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Eressea Dawnsinger', NULL, NULL),
|
|
(4296, 12306, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Zul\'tore', NULL, NULL),
|
|
(4296, 12307, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Argent Confessor Paletress', NULL, NULL),
|
|
(4296, 12308, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'Eadric the Pure', NULL, NULL),
|
|
(4296, 12309, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'Trial of the Champion', 'The Black Knight', NULL, NULL),
|
|
(4297, 12310, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Marshal Jacob Alerius', NULL, NULL),
|
|
(4297, 12311, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Lana Stouthammer', NULL, NULL),
|
|
(4297, 12312, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Colosos', NULL, NULL),
|
|
(4297, 12313, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Ambrose Boltspark', NULL, NULL),
|
|
(4297, 12314, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Jaelyne Evensong', NULL, NULL),
|
|
(4297, 12315, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Argent Confessor Paletress', NULL, NULL),
|
|
(4297, 12316, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Eadric the Pure', NULL, NULL),
|
|
(4297, 12317, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'The Black Knight', NULL, NULL),
|
|
(4298, 12318, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Mokra the Skullcrusher', NULL, NULL),
|
|
(4298, 12319, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Deathstalker Visceri', NULL, NULL),
|
|
(4298, 12320, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Runok Wildmane', NULL, NULL),
|
|
(4298, 12321, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Eressea Dawnsinger', NULL, NULL),
|
|
(4298, 12322, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Zul\'tore', NULL, NULL),
|
|
(4298, 12323, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Argent Confessor Paletress', NULL, NULL),
|
|
(4298, 12324, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'Eadric the Pure', NULL, NULL),
|
|
(4298, 12439, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Trial of the Champion', 'The Black Knight', NULL, NULL),
|
|
(4316, 12418, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '2500 Dungeon & Raid Emblems', 'Emblem of Heroism', NULL, NULL),
|
|
(4316, 12419, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '2500 Dungeon & Raid Emblems', 'Emblem of Valor', NULL, NULL),
|
|
(4316, 12420, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '2500 Dungeon & Raid Emblems', 'Emblem of Conquest', NULL, NULL),
|
|
(4316, 12421, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '2500 Dungeon & Raid Emblems', 'Emblem of Triumph', NULL, NULL),
|
|
(4316, 12506, 10, 168, -1, 1, 80, 1, 1, NULL, 10, '2500 Dungeon & Raid Emblems', 'Emblem of Frost', NULL, NULL),
|
|
(4396, 12558, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Onyxia\'s Lair (10 player)', 'Onyxia', NULL, NULL),
|
|
(4397, 12559, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Onyxia\'s Lair (25 player)', 'Onyxia', NULL, NULL),
|
|
(4400, 12562, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'WoW\'s 5th Anniversary', 'Logged in during 5th anniversary event', NULL, NULL),
|
|
(4402, 12564, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'More Dots! (10 player)', 'Onyxia', NULL, NULL),
|
|
(4403, 12565, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Many Whelps! Handle It! (10 player)', 'Onyxia', NULL, NULL),
|
|
(4404, 12566, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'She Deep Breaths More (10 player)', 'Onyxia', NULL, NULL),
|
|
(4405, 12567, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'More Dots! (25 player)', 'Onyxia', NULL, NULL),
|
|
(4406, 12568, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Many Whelps! Handle It! (25 player)', 'Onyxia', NULL, NULL),
|
|
(4407, 12569, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'She Deep Breaths More (25 player)', 'Onyxia', NULL, NULL),
|
|
(4436, 12658, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Thrall', NULL, NULL),
|
|
(4436, 12659, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Vol\'jin', NULL, NULL),
|
|
(4436, 12660, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Lor\'themar Theron', NULL, NULL),
|
|
(4436, 12661, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Lady Sylvanas Windrunner', NULL, NULL),
|
|
(4436, 12662, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Cairne Bloodhoof', NULL, NULL),
|
|
(4437, 12663, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'King Varian Wrynn', NULL, NULL),
|
|
(4437, 12664, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'King Magni Bronzebeard', NULL, NULL),
|
|
(4437, 12665, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'High Tinker Mekkatorque', NULL, NULL),
|
|
(4437, 12666, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Tyrande Whisperwind', NULL, NULL),
|
|
(4437, 12667, 10, 156, 155, 1, 80, 1, 1, NULL, 10, 'BB King', 'Prophet Velen', NULL, NULL),
|
|
(4456, 12678, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Ingvar the Plunderer', NULL, NULL),
|
|
(4456, 12679, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'King Ymiron', NULL, NULL),
|
|
(4456, 12680, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(4456, 12681, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Mal\'Ganis', NULL, NULL),
|
|
(4456, 12682, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Kronus', NULL, NULL),
|
|
(4456, 12683, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(4456, 12684, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Anub\'arak', NULL, NULL),
|
|
(4456, 12685, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Herald Volazj', NULL, NULL),
|
|
(4456, 12686, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(4456, 12687, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Gal\'darah', NULL, NULL),
|
|
(4456, 12688, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Cyanigosa', NULL, NULL),
|
|
(4456, 12689, 1, 14807, 1, 1, 80, 67, 77, 'ICC - Lich King', 0, 'Random Lich King (normal) dungeons completed', 'Keristrasza', NULL, NULL),
|
|
(4476, 13029, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Looking For More', '', NULL, NULL),
|
|
(4477, 13030, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Looking For Many', '', NULL, NULL),
|
|
(4478, 13031, 10, 168, -1, 1, 80, 1, 1, NULL, 10, 'Looking For Multitudes', '', NULL, NULL),
|
|
(4496, 12698, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'It\'s Over Nine Thousand!', '', NULL, NULL),
|
|
(4516, 12738, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Forge of Souls', 'Bronjahm', NULL, NULL),
|
|
(4516, 12739, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Forge of Souls', 'Devourer of Souls', NULL, NULL),
|
|
(4517, 12740, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Pit of Saron', 'Forgemaster Garfrost', NULL, NULL),
|
|
(4517, 12741, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Pit of Saron', 'Ick and Krick', NULL, NULL),
|
|
(4517, 12744, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Pit of Saron', 'Scourgelord Tyrannus and Rimefang', NULL, NULL),
|
|
(4518, 12742, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Halls of Reflection', 'Falric', NULL, NULL),
|
|
(4518, 12743, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Halls of Reflection', 'Survive the encounter with the Lich King', NULL, NULL),
|
|
(4518, 12990, 10, 14806, 168, 1, 80, 1, 1, NULL, 10, 'The Halls of Reflection', 'Marwyn', NULL, NULL),
|
|
(4519, 12745, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Forge of Souls', 'Bronjahm', NULL, NULL),
|
|
(4519, 12746, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Forge of Souls', 'Devourer of Souls', NULL, NULL),
|
|
(4520, 12747, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Pit of Saron', 'Forgemaster Garfrost', NULL, NULL),
|
|
(4520, 12748, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Pit of Saron', 'Ick and Krick', NULL, NULL),
|
|
(4520, 12749, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Pit of Saron', 'Scourgelord Tyrannus and Rimefang', NULL, NULL),
|
|
(4521, 12750, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Halls of Reflection', 'Falric', NULL, NULL),
|
|
(4521, 12751, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Halls of Reflection', 'Survive the encounter with the Lich King', NULL, NULL),
|
|
(4521, 12991, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Halls of Reflection', 'Marwyn', NULL, NULL),
|
|
(4522, 12752, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Soul Power', 'Bronjahm', NULL, NULL),
|
|
(4523, 12976, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Three Faced', 'Devourer of Souls', NULL, NULL),
|
|
(4524, 12993, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Doesn\'t Go to Eleven', '', NULL, NULL),
|
|
(4525, 12994, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'Don\'t Look Up', '', NULL, NULL),
|
|
(4526, 12756, 10, 14921, 168, 1, 80, 1, 1, NULL, 10, 'We\'re Not Retreating; We\'re Advancing in a Different Direction.', 'Ghoul Explode', NULL, NULL),
|
|
(4527, 12757, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Frostwing Halls (10 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4527, 12758, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Frostwing Halls (10 player)', 'Sindragosa', NULL, NULL),
|
|
(4528, 12759, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (10 player)', 'Festergut', NULL, NULL),
|
|
(4528, 12760, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (10 player)', 'Rotface', NULL, NULL),
|
|
(4528, 12761, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4529, 12762, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Crimson Hall (10 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4529, 12763, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Crimson Hall (10 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4530, 12764, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Frozen Throne (10 player)', 'The Lich King', NULL, NULL),
|
|
(4531, 12770, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (10 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4531, 12771, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (10 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4531, 12772, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (10 player)', 'The Deathbringer', NULL, NULL),
|
|
(4531, 12773, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4532, 12765, 30, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (10 player)', 'Storming the Citadel', NULL, NULL),
|
|
(4532, 12766, 30, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (10 player)', 'The Frostwing Halls', NULL, NULL),
|
|
(4532, 12767, 30, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (10 player)', 'The Plagueworks', NULL, NULL),
|
|
(4532, 12768, 30, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (10 player)', 'The Crimson Hall', NULL, NULL),
|
|
(4532, 12769, 55, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (10 player)', 'The Frozen Throne', NULL, NULL),
|
|
(4534, 12775, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Boned (10 player)', 'Lord Marrowgar slain', NULL, NULL),
|
|
(4534, 13393, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Boned (10 player)', 'Lord Marrowgar slain', NULL, NULL),
|
|
(4535, 12776, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Full House (10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4535, 12995, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Full House (10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4536, 12777, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'I\'m on a Boat (10 player)', 'Gunship Battle', NULL, NULL),
|
|
(4536, 13079, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'I\'m on a Boat (10 player)', 'Gunship Battle', NULL, NULL),
|
|
(4537, 12778, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'I\'ve Gone and Made a Mess (10 player)', 'Deathbringer', NULL, NULL),
|
|
(4537, 13035, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'I\'ve Gone and Made a Mess (10 player)', 'Deathbringer', NULL, NULL),
|
|
(4538, 12984, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Dances with Oozes (10 player)', 'Rotface', NULL, NULL),
|
|
(4538, 12985, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Dances with Oozes (10 player)', 'Rotface', NULL, NULL),
|
|
(4539, 12780, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Once Bitten, Twice Shy (10 player)', 'Defeat Blood-Queen Lana\'thel without becoming a vampire', NULL, NULL),
|
|
(4539, 13011, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Once Bitten, Twice Shy (10 player)', 'Defeat Blood-Queen Lana\'thel while a vampire', NULL, NULL),
|
|
(4556, 12798, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Ingvar the Plunderer', NULL, NULL),
|
|
(4556, 12799, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'King Ymiron', NULL, NULL),
|
|
(4556, 12800, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Ley-Guardian Eregos', NULL, NULL),
|
|
(4556, 12801, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Mal\'Ganis', NULL, NULL),
|
|
(4556, 12802, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Kronus', NULL, NULL),
|
|
(4556, 12803, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Sjonnir the Ironshaper', NULL, NULL),
|
|
(4556, 12804, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Anub\'arak', NULL, NULL),
|
|
(4556, 12805, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Herald Volazj', NULL, NULL),
|
|
(4556, 12806, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'The Prophet Tharon\'ja', NULL, NULL),
|
|
(4556, 12807, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Gal\'darah', NULL, NULL),
|
|
(4556, 12808, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Cyanigosa', NULL, NULL),
|
|
(4556, 12809, 1, 14807, 1, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Random Lich King (heroic) dungeons completed', 'Keristrasza', NULL, NULL),
|
|
(4576, 12818, 1, 81, -1, 1, 80, 71, 80, 'ICC - Lich King', 0, 'Realm First! Fall of the Lich King', 'The Lich King', NULL, NULL),
|
|
(4577, 12977, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Flu Shot Shortage (10 player)', 'Festergut', NULL, NULL),
|
|
(4577, 12986, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Flu Shot Shortage (10 player)', 'Festergut', NULL, NULL),
|
|
(4578, 12987, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Nausea, Heartburn, Indigestion... (10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4578, 12988, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Nausea, Heartburn, Indigestion... (10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4579, 12978, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Portal Jockey (10 player)', 'Valithria', NULL, NULL),
|
|
(4579, 12979, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Portal Jockey (10 player)', 'Valithria', NULL, NULL),
|
|
(4580, 12822, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'All You Can Eat (10 player)', 'Sindragosa', NULL, NULL),
|
|
(4580, 12996, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'All You Can Eat (10 player)', 'Sindragosa', NULL, NULL),
|
|
(4581, 12823, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Neck-Deep in Vile (10 player)', 'Vile Spirits', NULL, NULL),
|
|
(4581, 13163, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Neck-Deep in Vile (10 player)', 'Vile Spirits', NULL, NULL),
|
|
(4582, 13033, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Orb Whisperer (10 player)', 'Prince Valanar', NULL, NULL),
|
|
(4582, 13034, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'The Orb Whisperer (10 player)', 'Prince Valanar', NULL, NULL),
|
|
(4583, 12825, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Bane of the Fallen King', 'The Lich King', NULL, NULL),
|
|
(4584, 12826, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Light of Dawn', 'The Lich King', NULL, NULL),
|
|
(4585, 12827, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Toravon the Ice Watcher (10 player)', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(4586, 12828, 10, 14901, 95, 1, 80, 1, 1, NULL, 10, 'Toravon the Ice Watcher (25 player)', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(4596, 12902, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4596, 12903, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4596, 12904, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4596, 12905, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4596, 12906, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4596, 12907, 10, 14941, 155, 1, 80, 1, 1, NULL, 10, 'The Sword in the Skull', '', NULL, NULL),
|
|
(4597, 12909, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Frozen Throne (25 player)', 'The Lich King', NULL, NULL),
|
|
(4598, 12911, 15, 14866, 201, 1, 80, 1, 1, NULL, 15, 'The Ashen Verdict', 'Ashen Verdict Exalted', NULL, NULL),
|
|
(4599, 12912, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Wrathful Gladiator', '', NULL, NULL),
|
|
(4600, 12913, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Wrathful Gladiator\'s Frostwyrm', '', NULL, NULL),
|
|
(4600, 12914, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Wrathful Gladiator\'s Frostwyrm', '', NULL, NULL),
|
|
(4601, 13246, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Been Waiting a Long Time for This (10 player)', 'Allow Necrotic Plague to stack to 30 before defeating the Lich King in 10-player mode.', NULL, NULL),
|
|
(4601, 13247, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Been Waiting a Long Time for This (10 player)', 'Allow Necrotic Plague to stack to 30 before defeating the Lich King in 10-player mode.', NULL, NULL),
|
|
(4602, 12917, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Boned', NULL, NULL),
|
|
(4602, 12918, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Full House', NULL, NULL),
|
|
(4602, 12919, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'I\'m on a Boat', NULL, NULL),
|
|
(4602, 12920, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'I\'ve Gone and Made a Mess', NULL, NULL),
|
|
(4602, 12921, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Dances with Oozes', NULL, NULL),
|
|
(4602, 12922, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Flu Shot Shortage', NULL, NULL),
|
|
(4602, 12923, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Nausea, Heartburn, Indigestion', NULL, NULL),
|
|
(4602, 12924, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'The Orb Whisperer', NULL, NULL),
|
|
(4602, 12925, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Once Bitten, Twice Shy', NULL, NULL),
|
|
(4602, 12926, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Portal Jockey', NULL, NULL),
|
|
(4602, 12927, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'All You Can Eat', NULL, NULL),
|
|
(4602, 12928, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Been Waiting a Long Time for This', NULL, NULL),
|
|
(4602, 13071, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Heroic: Storming the Citadel (10 player)', NULL, NULL),
|
|
(4602, 13072, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Heroic: The Plagueworks (10 player)', NULL, NULL),
|
|
(4602, 13073, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Heroic: The Crimson Hall (10 player)', NULL, NULL),
|
|
(4602, 13074, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (10 player)', 'Heroic: The Frostwing Halls (10 player)', NULL, NULL),
|
|
(4603, 13016, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Boned', NULL, NULL),
|
|
(4603, 13017, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Full House', NULL, NULL),
|
|
(4603, 13018, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'I\'m on a Boat', NULL, NULL),
|
|
(4603, 13019, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'I\'ve Gone and Made a Mess', NULL, NULL),
|
|
(4603, 13020, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Dances with Oozes', NULL, NULL),
|
|
(4603, 13021, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Flu Shot Shortage', NULL, NULL),
|
|
(4603, 13022, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Nausea, Heartburn, Indigestion...', NULL, NULL),
|
|
(4603, 13023, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'The Orb Whisperer', NULL, NULL),
|
|
(4603, 13024, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Once Bitten, Twice Shy', NULL, NULL),
|
|
(4603, 13025, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Portal Jockey', NULL, NULL),
|
|
(4603, 13026, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'All You Can Eat', NULL, NULL),
|
|
(4603, 13027, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Been Waiting a Long Time for This', NULL, NULL),
|
|
(4603, 13028, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Neck-Deep in Vile', NULL, NULL),
|
|
(4603, 13075, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Heroic: Storming the Citadel (25 player)', NULL, NULL),
|
|
(4603, 13076, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Heroic: The Plagueworks (25 player)', NULL, NULL),
|
|
(4603, 13077, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Heroic: The Crimson Hall (25 player)', NULL, NULL),
|
|
(4603, 13078, 25, 168, -1, 1, 80, 1, 1, NULL, 25, 'Glory of the Icecrown Raider (25 player)', 'Heroic: The Frostwing Halls (25 player)', NULL, NULL),
|
|
(4604, 12945, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (25 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4604, 12946, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (25 player)', 'The Deathbringer', NULL, NULL),
|
|
(4604, 12947, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (25 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4604, 12948, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Storming the Citadel (25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4605, 12949, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (25 player)', 'Festergut', NULL, NULL),
|
|
(4605, 12950, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (25 player)', 'Rotface', NULL, NULL),
|
|
(4605, 12951, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Plagueworks (25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4606, 12952, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Crimson Hall (25 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4606, 12953, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Crimson Hall (25 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4607, 12954, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Frostwing Halls (25 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4607, 12955, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Frostwing Halls (25 player)', 'Sindragosa', NULL, NULL),
|
|
(4608, 12956, 40, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (25 player)', 'Storming the Citadel', NULL, NULL),
|
|
(4608, 12957, 60, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (25 player)', 'The Frozen Throne', NULL, NULL),
|
|
(4608, 12958, 40, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (25 player)', 'The Frostwing Halls', NULL, NULL),
|
|
(4608, 12959, 40, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (25 player)', 'The Plagueworks', NULL, NULL),
|
|
(4608, 12960, 40, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Fall of the Lich King (25 player)', 'The Crimson Hall', NULL, NULL),
|
|
(4610, 12962, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Boned (25 player)', 'Lord Marrowgar slain', NULL, NULL),
|
|
(4610, 13394, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Boned (25 player)', 'Lord Marrowgar slain', NULL, NULL),
|
|
(4611, 12997, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Full House (25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4611, 12998, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Full House (25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4612, 13080, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'I\'m on a Boat (25 player)', 'Gunship Battle', NULL, NULL),
|
|
(4612, 13081, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'I\'m on a Boat (25 player)', 'Gunship Battle', NULL, NULL),
|
|
(4613, 13036, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'I\'ve Gone and Made a Mess (25 player)', 'Deathbringer', NULL, NULL),
|
|
(4613, 13037, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'I\'ve Gone and Made a Mess (25 player)', 'Deathbringer', NULL, NULL),
|
|
(4614, 12966, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Dances with Oozes (25 player)', 'Rotface', NULL, NULL),
|
|
(4614, 12983, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Dances with Oozes (25 player)', 'Rotface', NULL, NULL),
|
|
(4615, 12967, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Flu Shot Shortage (25 player)', 'Festergut', NULL, NULL),
|
|
(4615, 12982, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Flu Shot Shortage (25 player)', 'Festergut', NULL, NULL),
|
|
(4616, 12968, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Nausea, Heartburn, Indigestion... (25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4616, 12981, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Nausea, Heartburn, Indigestion... (25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4617, 12969, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Orb Whisperer (25 player)', 'Prince Valanar', NULL, NULL),
|
|
(4617, 13032, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'The Orb Whisperer (25 player)', 'Prince Valanar', NULL, NULL),
|
|
(4618, 13012, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Once Bitten, Twice Shy (25 player)', 'Defeat Blood-Queen Lana\'thel without becoming a vampire', NULL, NULL),
|
|
(4618, 13013, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Once Bitten, Twice Shy (25 player)', 'Defeat Blood-Queen Lana\'thel while a vampire', NULL, NULL),
|
|
(4619, 12971, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Portal Jockey (25 player)', 'Valithria', NULL, NULL),
|
|
(4619, 12980, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Portal Jockey (25 player)', 'Valithria', NULL, NULL),
|
|
(4620, 12972, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'All You Can Eat (25 player)', 'Sindragosa', NULL, NULL),
|
|
(4620, 12989, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'All You Can Eat (25 player)', 'Sindragosa', NULL, NULL),
|
|
(4621, 13244, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Been Waiting a Long Time for This (25 player)', 'Allow Necrotic Plague to stack to 30 before defeating the Lich King in 25-player mode.', NULL, NULL),
|
|
(4621, 13245, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Been Waiting a Long Time for This (25 player)', 'Allow Necrotic Plague to stack to 30 before defeating the Lich King in 25-player mode.', NULL, NULL),
|
|
(4622, 13164, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Neck-Deep in Vile (25 player)', 'Vile Spirits', NULL, NULL),
|
|
(4622, 13243, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Neck-Deep in Vile (25 player)', 'Vile Spirits', NULL, NULL),
|
|
(4623, 12975, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Shadowmourne', 'Shadowmourne', NULL, NULL),
|
|
(4624, 12992, 10, 187, 155, 1, 80, 1, 1, NULL, 10, 'Tough Love', '', NULL, NULL),
|
|
(4625, 13008, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Invincible\'s Reins', '', NULL, NULL),
|
|
(4626, 13009, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'And I\'ll Form the Head!', '', NULL, NULL),
|
|
(4627, 13010, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Big Love Rocket', '', NULL, NULL),
|
|
(4628, 13039, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (10 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4628, 13040, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4628, 13041, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (10 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4628, 13042, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (10 player)', 'The Deathbringer', NULL, NULL),
|
|
(4629, 13043, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (10 player)', 'Festergut', NULL, NULL),
|
|
(4629, 13044, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (10 player)', 'Rotface', NULL, NULL),
|
|
(4629, 13045, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4630, 13046, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Crimson Hall (10 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4630, 13047, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Crimson Hall (10 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4631, 13048, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Frostwing Halls (10 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4631, 13049, 10, 15041, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Frostwing Halls (10 player)', 'Sindragosa', NULL, NULL),
|
|
(4632, 13050, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (25 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4632, 13051, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4632, 13052, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (25 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4632, 13053, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: Storming the Citadel (25 player)', 'The Deathbringer', NULL, NULL),
|
|
(4633, 13054, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (25 player)', 'Festergut', NULL, NULL),
|
|
(4633, 13055, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (25 player)', 'Rotface', NULL, NULL),
|
|
(4633, 13056, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Plagueworks (25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4634, 13057, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Crimson Hall (25 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4634, 13058, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Crimson Hall (25 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4635, 13059, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Frostwing Halls (25 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4635, 13060, 10, 15042, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Frostwing Halls (25 player)', 'Sindragosa', NULL, NULL),
|
|
(4636, 13061, 50, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (10 player)', 'Storming the Citadel', NULL, NULL),
|
|
(4636, 13062, 50, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (10 player)', 'The Plagueworks', NULL, NULL),
|
|
(4636, 13063, 50, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (10 player)', 'The Crimson Hall', NULL, NULL),
|
|
(4636, 13064, 50, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (10 player)', 'The Frostwing Halls', NULL, NULL),
|
|
(4636, 13065, 65, 15041, 168, 2, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (10 player)', 'The Frozen Throne', NULL, NULL),
|
|
(4637, 13066, 50, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (25 player)', 'Storming the Citadel', NULL, NULL),
|
|
(4637, 13067, 50, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (25 player)', 'The Plagueworks', NULL, NULL),
|
|
(4637, 13068, 50, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (25 player)', 'The Crimson Hall', NULL, NULL),
|
|
(4637, 13069, 50, 15042, 168, 2.5, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (25 player)', 'The Frostwing Halls', NULL, NULL),
|
|
(4637, 13070, 80, 15042, 168, 3, 80, 80, 80, 'ICC - Lich King', 25, 'Heroic: Fall of the Lich King (25 player)', 'The Frozen Throne', NULL, NULL),
|
|
(4639, 13089, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Marrowgar kills (Icecrown 10 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4640, 13090, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Lord Marrowgar kills (Heroic Icecrown 10 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4641, 13092, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Lord Marrowgar kills (Icecrown 25 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4642, 13091, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Lord Marrowgar kills (Heroic Icecrown 25 player)', 'Lord Marrowgar', NULL, NULL),
|
|
(4643, 13093, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Lady Deathwhisper kills (Icecrown 10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4644, 13094, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Gunship Battle victories (Icecrown 10 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4645, 13095, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Deathbringer kills (Icecrown 10 player)', 'The Deathbringer', NULL, NULL),
|
|
(4646, 13096, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Festergut kills (Icecrown 10 player)', 'Festergut', NULL, NULL),
|
|
(4647, 13097, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Rotface kills (Icecrown 10 player)', 'Rotface', NULL, NULL),
|
|
(4648, 13098, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Blood Prince Council kills (Icecrown 10 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4649, 13099, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Valithria Dreamwalker rescues (Icecrown 10 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4650, 13100, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Professor Putricide kills (Icecrown 10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4651, 13101, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Blood Queen Lana\'thel kills (Icecrown 10 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4652, 13102, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Sindragosa kills (Icecrown 10 player)', 'Sindragosa', NULL, NULL),
|
|
(4653, 13103, 1, 15062, 14807, 4, 80, 71, 76, 'ICC - Lich King', 0, 'Victories over the Lich King (Icecrown 10 player)', 'The Lich King', NULL, NULL),
|
|
(4654, 13104, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Lady Deathwhisper kills (Heroic Icecrown 10 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4655, 13105, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Lady Deathwhisper kills (Icecrown 25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4656, 13106, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Lady Deathwhisper kills (Heroic Icecrown 25 player)', 'Lady Deathwhisper', NULL, NULL),
|
|
(4657, 13107, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Toravon the Ice Watcher kills (Wintergrasp 10 player)', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(4658, 13108, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Toravon the Ice Watcher kills (Wintergrasp 25 player)', 'Toravon the Ice Watcher', NULL, NULL),
|
|
(4659, 13110, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Gunship Battle victories (Heroic Icecrown 10 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4660, 13109, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Gunship Battle victories (Icecrown 25 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4661, 13111, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Gunship Battle victories (Heroic Icecrown 25 player)', 'Claim victory in the Gunship Battle', NULL, NULL),
|
|
(4662, 13113, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Deathbringer kills (Heroic Icecrown 10 player)', 'The Deathbringer', NULL, NULL),
|
|
(4663, 13112, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Deathbringer kills (Icecrown 25 player)', 'The Deathbringer', NULL, NULL),
|
|
(4664, 13114, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Deathbringer kills (Heroic Icecrown 25 player)', 'The Deathbringer', NULL, NULL),
|
|
(4665, 13116, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Festergut kills (Heroic Icecrown 10 player)', 'Festergut', NULL, NULL),
|
|
(4666, 13115, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Festergut kills (Icecrown 25 player)', 'Festergut', NULL, NULL),
|
|
(4667, 13117, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Festergut kills (Heroic Icecrown 25 player)', 'Festergut', NULL, NULL),
|
|
(4668, 13119, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Rotface kills (Heroic Icecrown 10 player)', 'Rotface', NULL, NULL),
|
|
(4669, 13118, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Rotface kills (Icecrown 25 player)', 'Rotface', NULL, NULL),
|
|
(4670, 13120, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Rotface kills (Heroic Icecrown 25 player)', 'Rotface', NULL, NULL),
|
|
(4671, 13122, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Blood Prince Council kills (Heroic Icecrown 10 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4672, 13121, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Blood Prince Council kills (Icecrown 25 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4673, 13123, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Blood Prince Council kills (Heroic Icecrown 25 player)', 'Defeat the Blood Prince Council', NULL, NULL),
|
|
(4674, 13125, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Valithria Dreamwalker rescues (Heroic Icecrown 10 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4675, 13124, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Valithria Dreamwalker rescues (Icecrown 25 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4676, 13126, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Valithria Dreamwalker rescues (Heroic Icecrown 25 player)', 'Rescue Valithiria Dreamwalker', NULL, NULL),
|
|
(4677, 13128, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Professor Putricide kills (Heroic Icecrown 10 player)', 'Professor Putricide', NULL, NULL),
|
|
(4678, 13127, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Professor Putricide kills (Icecrown 25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4679, 13129, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Professor Putricide kills (Heroic Icecrown 25 player)', 'Professor Putricide', NULL, NULL),
|
|
(4680, 13131, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Blood Queen Lana\'thel kills (Heroic Icecrown 10 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4681, 13130, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Blood Queen Lana\'thel kills (Icecrown 25 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4682, 13132, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Blood Queen Lana\'thel kills (Heroic Icecrown 25 player)', 'Defeat Blood-Queen Lana\'thel', NULL, NULL),
|
|
(4683, 13133, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Sindragosa kills (Icecrown 25 player)', 'Sindragosa', NULL, NULL),
|
|
(4684, 13134, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Sindragosa kills (Heroic Icecrown 10 player)', 'Sindragosa', NULL, NULL),
|
|
(4685, 13135, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Sindragosa kills (Heroic Icecrown 25 player)', 'Sindragosa', NULL, NULL),
|
|
(4686, 13137, 1, 15062, 14807, 6, 80, 80, 80, 'ICC - Lich King', 0, 'Victories over the Lich King (Heroic Icecrown 10 player)', 'The Lich King', NULL, NULL),
|
|
(4687, 13136, 1, 15062, 14807, 8, 80, 71, 76, 'ICC - Lich King', 0, 'Victories over the Lich King (Icecrown 25 player)', 'The Lich King', NULL, NULL),
|
|
(4688, 13138, 1, 15062, 14807, 10, 80, 80, 80, 'ICC - Lich King', 0, 'Victories over the Lich King (Heroic Icecrown 25 player)', 'The Lich King', 37711, 1000),
|
|
(4713, 13166, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Bronjahm kills (Forge of Souls)', 'Bronjahm', NULL, NULL),
|
|
(4714, 13167, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Bronjahm kills (Heroic Forge of Souls)', 'Bronjahm', NULL, NULL),
|
|
(4715, 13169, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Devourer of Souls kills (Forge of Souls)', 'Devourer of Souls', NULL, NULL),
|
|
(4716, 13168, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Devourer of Souls kills (Heroic Forge of Souls)', 'Devourer of Souls', NULL, NULL),
|
|
(4717, 13170, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Forgemaster Garfrost kills (Pit of Saron)', 'Forgemaster Garfrost', NULL, NULL),
|
|
(4718, 13172, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Ick and Krick kills (Pit of Saron)', 'Ick and Krick', NULL, NULL),
|
|
(4719, 13173, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Ick and Krick kills (Heroic Pit of Saron)', 'Ick and Krick', NULL, NULL),
|
|
(4720, 13174, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Scourgelord Tyrannus kills (Pit of Saron)', 'Scourgelord Tyrannus and Rimefang', NULL, NULL),
|
|
(4721, 13175, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Scourgelord Tyrannus kills (Heroic Pit of Saron)', 'Scourgelord Tyrannus and Rimefang', NULL, NULL),
|
|
(4722, 13176, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Falric kills (Halls of Reflection)', 'Falric', NULL, NULL),
|
|
(4723, 13177, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Falric kills (Heroic Halls of Reflection)', 'Falric', NULL, NULL),
|
|
(4724, 13178, 1, 15062, 14807, 1, 80, 71, 76, NULL, 0, 'Marwyn kills (Halls of Reflection)', 'Marwyn', NULL, NULL),
|
|
(4725, 13179, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Marwyn kills (Heroic Halls of Reflection)', 'Marwyn', NULL, NULL),
|
|
(4726, 13180, 1, 15062, 14807, 1, 80, 71, 76, 'ICC - Lich King', 0, 'Lich King escapes (Halls of Reflection)', 'Survive the encounter with the Lich King', NULL, NULL),
|
|
(4727, 13181, 1, 15062, 14807, 1, 80, 80, 80, 'ICC - Lich King', 0, 'Lich King escapes (Heroic Halls of Reflection)', 'Survive the encounter with the Lich King', NULL, NULL),
|
|
(4728, 13182, 1, 15062, 14807, 1, 80, 80, 80, NULL, 0, 'Forgemaster Garfrost kills (Heroic Pit of Saron)', 'Forgemaster Garfrost', NULL, NULL),
|
|
(4729, 13183, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Emblems of Triumph acquired', 'Emblems of Triumph acquired <DND>', NULL, NULL),
|
|
(4730, 13184, 1, 130, 1, 1, 80, 1, 1, NULL, 0, 'Emblems of Frost acquired', 'Emblems of Frost acquired <DND>', NULL, NULL),
|
|
(4777, 13255, 1, 137, 128, 1, 80, 1, 1, NULL, 0, 'Isle of Conquest Killing Blows', 'Isle of Conquest Killing Blows', NULL, NULL),
|
|
(4778, 13258, 1, 191, 130, 1, 80, 1, 1, NULL, 0, 'Disenchant rolls made on loot', 'Disenchant rolls made on loot', NULL, NULL),
|
|
(4779, 13261, 1, 136, 128, 1, 80, 1, 1, NULL, 0, 'Isle of Conquest Honorable Kills', 'Isle of Conquest Honorable Kills', NULL, NULL),
|
|
(4780, 13306, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in Trial of the Crusader', 'Deaths in Trial of the Crusader', NULL, NULL),
|
|
(4781, 13307, 1, 125, 122, 1, 80, 1, 1, NULL, 0, 'Deaths in Icecrown Citadel', 'Deaths in Icecrown Citadel', NULL, NULL),
|
|
(4782, 13372, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Green Brewfest Stein', NULL, NULL),
|
|
(4782, 13373, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Filled Green Brewfest Stein', NULL, NULL),
|
|
(4782, 13374, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Filled Green Brewfest Stein', NULL, NULL),
|
|
(4782, 13375, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Filled Green Brewfest Stein', NULL, NULL),
|
|
(4782, 13376, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Filled Green Brewfest Stein', NULL, NULL),
|
|
(4782, 13377, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Green Brewfest Stein', 'Filled Green Brewfest Stein', NULL, NULL),
|
|
(4784, 13379, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4784, 13380, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4784, 13381, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4784, 13382, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4784, 13383, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4785, 13384, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4785, 13385, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4785, 13386, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4785, 13387, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4785, 13388, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Emblematic', '', NULL, NULL),
|
|
(4786, 13389, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Operation: Gnomeregan', '', NULL, NULL),
|
|
(4790, 13421, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Zalazane\'s Fall', '', NULL, NULL),
|
|
(4815, 13451, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'The Twilight Destroyer (25 player)', 'Halion', NULL, NULL),
|
|
(4816, 13452, 10, 14923, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Twilight Destroyer (25 player)', 'Halion', NULL, NULL),
|
|
(4817, 13453, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'The Twilight Destroyer (10 player)', 'Halion', NULL, NULL),
|
|
(4818, 13454, 10, 14922, 168, 1, 80, 1, 1, NULL, 10, 'Heroic: The Twilight Destroyer (10 player)', 'Halion', NULL, NULL),
|
|
(4820, 13465, 2, 15062, 14807, 4, 80, 71, 76, 'Ruby Sanctum', 0, 'Halion kills (Ruby Sanctum 25 player)', 'Halion', NULL, NULL),
|
|
(4821, 13466, 2, 15062, 14807, 4, 80, 71, 76, 'Ruby Sanctum', 0, 'Halion kills (Ruby Sanctum 10 player)', 'Halion', NULL, NULL),
|
|
(4822, 13468, 1, 15062, 14807, 6, 80, 80, 80, 'Ruby Sanctum', 0, 'Halion kills (Heroic Ruby Sanctum 10 player)', 'Halion', NULL, NULL),
|
|
(4823, 13467, 1, 15062, 14807, 6, 80, 80, 80, 'Ruby Sanctum', 0, 'Halion kills (Heroic Ruby Sanctum 25 player)', 'Halion', NULL, NULL),
|
|
(4824, 13469, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Mini Thor', '', NULL, NULL),
|
|
(4824, 13470, 1, 81, -1, 1, 80, 1, 1, NULL, 0, 'Collector\'s Edition: Mini Thor', 'Frosty', NULL, NULL),
|
|
(10001, 100001, 1, 14821, 14807, 1, 21, 10, 15, NULL, NULL, 'Ragefire Chasm', 'Boh', 37711, 1);
|
|
/*!40000 ALTER TABLE `azth_achievements` ENABLE KEYS */;
|
|
|
|
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|