Files
aowow/setup/updates/05_spellIcons.sql
Sarjuuk 2d09ea9bec moved iconStrings back to own table and ref by iconId
a) why did i do this in the first place?
 b) how to do it best with spells?
2015-01-18 18:20:11 +01:00

3242 lines
112 KiB
SQL

ALTER TABLE `aowow_achievement` DROP COLUMN `iconString`;
ALTER TABLE `aowow_achievement` ALTER `iconId` DROP DEFAULT;
ALTER TABLE `aowow_achievement` CHANGE COLUMN `iconId` `iconId` SMALLINT UNSIGNED NOT NULL AFTER `orderInGroup`;
-- Exportiere Struktur von Tabelle world.aowow_spellicon
DROP TABLE IF EXISTS `aowow_spellicon`;
CREATE TABLE IF NOT EXISTS `aowow_spellicon` (
`id` smallint(5) unsigned NOT NULL,
`iconString` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- Exportiere Daten aus Tabelle world.aowow_spellicon: 3.226 rows
/*!40000 ALTER TABLE `aowow_spellicon` DISABLE KEYS */;
INSERT INTO `aowow_spellicon` (`id`, `iconString`) VALUES
(1, 'trade_engineering'),
(9, 'spell_shadow_blackplague'),
(10, 'spell_nature_naturesblessing'),
(11, 'spell_fire_fire'),
(12, 'spell_fire_fireball'),
(13, 'spell_nature_magicimmunity'),
(14, 'spell_frost_frost'),
(15, 'spell_frost_stun'),
(16, 'spell_fire_firearmor'),
(17, 'spell_frost_iceshock'),
(18, 'spell_fire_firebolt'),
(19, 'spell_nature_lightningshield'),
(20, 'spell_nature_stranglevines'),
(21, 'spell_nature_farsight'),
(22, 'spell_shadow_shadetruesight'),
(23, 'ability_shockwave'),
(24, 'spell_nature_reincarnation'),
(25, 'ability_thunderbolt'),
(26, 'ability_meleedamage'),
(27, 'spell_nature_slow'),
(28, 'ability_defend'),
(29, 'ability_seal'),
(30, 'spell_nature_invisibilty'),
(31, 'spell_fire_immolation'),
(32, 'spell_ice_lament'),
(33, 'spell_fire_sealoffire'),
(34, 'spell_fire_flameblades'),
(35, 'spell_frost_glacier'),
(36, 'spell_frost_manarecharge'),
(37, 'spell_fire_selfdestruct'),
(38, 'spell_nature_bloodlust'),
(39, 'spell_nature_naturetouchgrow'),
(40, 'spell_nature_naturetouchdecay'),
(41, 'spell_nature_dryaddispelmagic'),
(42, 'ability_thunderclap'),
(43, 'ability_temp'),
(44, 'spell_nature_sleep'),
(45, 'spell_fire_meteorstorm'),
(46, 'spell_nature_moonglow'),
(47, 'spell_nature_purge'),
(48, 'spell_shadow_mindsteal'),
(49, 'ability_eyeoftheowl'),
(50, 'ability_bullrush'),
(51, 'spell_holy_innerfire'),
(52, 'spell_holy_devotion'),
(53, 'spell_nature_thorns'),
(54, 'spell_nature_brilliance'),
(55, 'spell_shadow_chilltouch'),
(56, 'spell_frost_freezingbreath'),
(57, 'spell_fire_enchantweapon'),
(58, 'spell_nature_timestop'),
(59, 'spell_misc_food'),
(60, 'spell_misc_drink'),
(61, 'spell_shadow_raisedead'),
(62, 'spell_nature_lightning'),
(63, 'spell_nature_strength'),
(64, 'spell_nature_rejuvenation'),
(65, 'spell_nature_nullward'),
(66, 'spell_nature_earthquake'),
(67, 'spell_nature_spiritwolf'),
(68, 'spell_nature_corrosivebreath'),
(69, 'ability_ensnare'),
(70, 'spell_holy_holybolt'),
(71, 'spell_shadow_charm'),
(72, 'spell_nature_guardianward'),
(73, 'spell_holy_restoration'),
(74, 'spell_holy_dispelmagic'),
(75, 'spell_shadow_spectralsight'),
(76, 'spell_shadow_fingerofdeath'),
(77, 'spell_shadow_mindrot'),
(78, 'spell_holy_invulnerable'),
(79, 'spell_holy_layonhands'),
(80, 'spell_holy_sealofvalor'),
(81, 'spell_holy_divineintervention'),
(82, 'spell_nature_polymorph'),
(83, 'ability_whirlwind'),
(84, 'ability_racial_avatar'),
(85, 'ability_upgrademoonglaive'),
(86, 'ability_racial_bloodrage'),
(87, 'spell_shadow_teleport'),
(88, 'spell_shadow_deathcoil'),
(89, 'spell_shadow_ragingscream'),
(90, 'spell_shadow_metamorphosis'),
(91, 'spell_shadow_auraofdarkness'),
(92, 'spell_shadow_soulgem'),
(93, 'spell_shadow_unholystrength'),
(94, 'spell_frost_summonwaterelemental'),
(95, 'spell_shadow_unholyfrenzy'),
(96, 'spell_shadow_cripple'),
(97, 'spell_shadow_plaguecloud'),
(98, 'spell_shadow_possession'),
(99, 'spell_shadow_antimagicshell'),
(100, 'spell_nature_tranquility'),
(101, 'spell_frost_windwalkon'),
(102, 'ability_smash'),
(103, 'ability_ambush'),
(104, 'spell_holy_heal'),
(105, 'ability_searingarrow'),
(106, 'spell_nature_moonkey'),
(107, 'ability_racial_bearform'),
(108, 'ability_ghoulfrenzy'),
(109, 'spell_nature_faeriefire'),
(110, 'spell_nature_slowpoison'),
(111, 'spell_nature_forceofnature'),
(112, 'spell_nature_ravenform'),
(113, 'spell_shadow_haunting'),
(114, 'spell_shadow_shadowpact'),
(115, 'spell_nature_swiftness'),
(116, 'spell_shadow_carrionswarm'),
(117, 'spell_nature_wispheal'),
(118, 'spell_shadow_deathanddecay'),
(119, 'spell_frost_frostarmor'),
(120, 'spell_totem_wardofdraining'),
(121, 'spell_holy_resurrection'),
(122, 'spell_nature_wispsplode'),
(123, 'spell_nature_regeneration'),
(124, 'spell_nature_resistmagic'),
(125, 'spell_holy_magicalsentry'),
(126, 'ability_marksmanship'),
(127, 'ability_theblackarrow'),
(128, 'ability_trueshot'),
(129, 'ability_warstomp'),
(130, 'spell_shadow_ritualofsacrifice'),
(131, 'ability_racial_shadowmeld'),
(132, 'ability_golemstormbolt'),
(133, 'spell_frost_wizardmark'),
(134, 'spell_shadow_deathscream'),
(135, 'spell_shadow_evileye'),
(136, 'spell_fire_flare'),
(137, 'spell_shadow_mindbomb'),
(138, 'ability_criticalstrike'),
(139, 'spell_nature_enchantarmor'),
(140, 'spell_shadow_sealofkings'),
(141, 'spell_nature_callstorm'),
(142, 'spell_frost_iceclaw'),
(143, 'spell_frost_wisp'),
(144, 'frostbolt_test'),
(145, 'spell_frost_manaburn'),
(146, 'ability_racial_cannibalize'),
(147, 'spell_shadow_vampiricaura'),
(148, 'ability_golemthunderclap'),
(149, 'spell_nature_regenerate'),
(150, 'spell_shadow_unsummonbuilding'),
(151, 'ability_steelmelee'),
(152, 'spell_shadow_requiem'),
(153, 'spell_shadow_lifedrain'),
(154, 'spell_shadow_darkritual'),
(155, 'spell_nature_drowsy'),
(156, 'spell_holy_searinglight'),
(157, 'ability_hibernation'),
(158, 'spell_holy_excorcism'),
(159, 'spell_holy_retribution'),
(160, 'spell_shadow_corpseexplode'),
(161, 'ability_townwatch'),
(162, 'ability_repair'),
(163, 'ability_poisonsting'),
(164, 'spell_shadow_twilight'),
(165, 'spell_nature_chainlightning'),
(166, 'ability_devour'),
(167, 'spell_holy_dizzy'),
(168, 'spell_nature_natureswrath'),
(169, 'spell_shadow_deathpact'),
(170, 'spell_shadow_darksummoning'),
(171, 'ability_spy'),
(172, 'spell_ice_magicdamage'),
(173, 'spell_shadow_gathershadows'),
(174, 'spell_nature_earthbind'),
(175, 'spell_shadow_ghostkey'),
(176, 'spell_frost_frostbolt'),
(177, 'spell_holy_ashestoashes'),
(178, 'spell_shadow_shadowward'),
(179, 'ability_tracking'),
(180, 'spell_frost_chainsofice'),
(181, 'spell_frost_frostarmor02'),
(182, 'spell_frost_chillingarmor'),
(183, 'spell_fire_firebolt02'),
(184, 'spell_fire_fireball02'),
(185, 'spell_fire_flamebolt'),
(186, 'spell_frost_frostblast'),
(187, 'spell_frost_chillingblast'),
(188, 'spell_frost_frostbolt02'),
(189, 'spell_frost_chillingbolt'),
(190, 'spell_misc_food_08'),
(191, 'spell_misc_conjuremanajewel'),
(192, 'spell_fire_sunkey'),
(193, 'spell_frost_frostnova'),
(194, 'spell_nature_nullifypoison'),
(195, 'spell_nature_removecurse'),
(196, 'spell_nature_removedisease'),
(197, 'spell_nature_resistnature'),
(198, 'spell_nature_spiritarmor'),
(199, 'spell_nature_thunderclap'),
(200, 'spell_nature_undyingstrength'),
(201, 'ability_physical_taunt'),
(202, 'racial_dwarf_findtreasure'),
(203, 'spell_holy_harmundeadaura'),
(204, 'spell_holy_retributionaura'),
(205, 'spell_holy_righteousfury'),
(206, 'spell_holy_righteousnessaura'),
(207, 'spell_shadow_antishadow'),
(208, 'spell_shadow_burningspirit'),
(209, 'spell_shadow_detectlesserinvisibility'),
(210, 'spell_shadow_detectinvisibility'),
(211, 'spell_shadow_impphaseshift'),
(212, 'spell_shadow_manaburn'),
(213, 'spell_shadow_shadowbolt'),
(214, 'spell_shadow_summonfelhunter'),
(215, 'spell_shadow_summonimp'),
(216, 'spell_shadow_summonsuccubus'),
(217, 'spell_shadow_summonvoidwalker'),
(218, 'ability_impalingbolt'),
(219, 'ability_piercedamage'),
(220, 'spell_nature_cyclone'),
(221, 'spell_shadow_animatedead'),
(222, 'spell_shadow_nightofthedead'),
(223, 'spell_orc_omniscience'),
(224, 'spell_fire_fire'),
(225, 'spell_nature_starfall'),
(226, 'inv_potion_19'),
(227, 'inv_misc_bag_11'),
(228, 'spell_shadow_grimward'),
(229, 'spell_nature_mirrorimage'),
(230, 'inv_boots_03'),
(231, 'inv_misc_food_24'),
(232, 'spell_holy_silence'),
(233, 'spell_shadow_fumble'),
(234, 'spell_shadow_shadowwordpain'),
(235, 'spell_shadow_shadowworddominate'),
(236, 'spell_holy_removecurse'),
(237, 'spell_holy_holysmite'),
(238, 'spell_holy_blessingofstamina'),
(239, 'spell_holy_blessingofstrength'),
(240, 'spell_holy_blessingofagility'),
(241, 'spell_holy_greaterheal'),
(242, 'spell_holy_flashheal'),
(243, 'ability_backstab'),
(244, 'ability_cheapshot'),
(245, 'ability_gouge'),
(246, 'ability_kick'),
(247, 'ability_poisons'),
(248, 'inv_potion_12'),
(249, 'ability_sap'),
(250, 'ability_stealth'),
(251, 'ability_throw'),
(252, 'ability_vanish'),
(253, 'ability_hunter_aimedshot'),
(254, 'ability_hunter_beastsooth'),
(255, 'ability_hunter_beasttaming'),
(256, 'ability_hunter_criticalshot'),
(257, 'ability_hunter_swiftstrike'),
(258, 'inv_misc_food_08'),
(259, 'inv_misc_food_12'),
(260, 'inv_misc_food_11'),
(261, 'ability_druid_maul'),
(262, 'ability_druid_rake'),
(263, 'spell_nature_abolishmagic'),
(264, 'spell_nature_nullifydisease'),
(265, 'spell_nature_nullifypoison_02'),
(266, 'spell_nature_protectionformnature'),
(267, 'ability_hunter_mendpet'),
(268, 'inv_misc_ale_01'),
(269, 'inv_weapon_crossbow_01'),
(270, 'inv_ore_tin_01'),
(271, 'inv_misc_birdbeck_02'),
(272, 'spell_nature_web'),
(273, 'inv_misc_emptyflask_01'),
(274, 'inv_musket_03'),
(275, 'inv_musket_04'),
(276, 'ability_warrior_defensivestance'),
(277, 'ability_warrior_cleave'),
(278, 'ability_warrior_challange'),
(279, 'ability_warrior_offensivestance'),
(280, 'ability_warrior_shieldbash'),
(281, 'ability_warrior_shieldwall'),
(282, 'ability_warrior_warcry'),
(283, 'inv_misc_gem_stone_01'),
(284, 'inv_stone_04'),
(285, 'spell_frost_icestorm'),
(286, 'inv_staff_08'),
(287, 'inv_misc_orb_03'),
(288, 'inv_ammo_arrow_02'),
(289, 'inv_misc_bowl_01'),
(290, 'inv_throwingknife_03'),
(291, 'spell_holy_devotionaura'),
(292, 'spell_holy_excorcism_02'),
(293, 'inv_misc_head_tiger_01'),
(294, 'inv_wand_01'),
(295, 'inv_wand_02'),
(296, 'inv_staff_03'),
(297, 'inv_chest_plate02'),
(298, 'spell_holy_fistofjustice'),
(299, 'spell_holy_healingaura'),
(300, 'spell_holy_purify'),
(301, 'spell_holy_sealoffury'),
(302, 'spell_holy_sealofmight'),
(303, 'spell_holy_sealofprotection'),
(304, 'spell_holy_sealofrighteousness'),
(305, 'spell_holy_sealofsalvation'),
(306, 'spell_holy_sealofwisdom'),
(307, 'spell_holy_sealofwrath'),
(308, 'spell_holy_senseundead'),
(309, 'spell_holy_turnundead'),
(310, 'spell_nature_sentinal'),
(311, 'inv_misc_monsterfang_01'),
(312, 'spell_nature_unyeildingstamina'),
(313, 'spell_shadow_abominationexplosion'),
(314, 'inv_gauntlets_05'),
(315, 'inv_jewelry_talisman_01'),
(316, 'spell_holy_prayerofhealing'),
(317, 'spell_magic_polymorphpig'),
(318, 'spell_magic_polymorphchicken'),
(319, 'inv_scroll_02'),
(320, 'spell_lightning_lightningbolt01'),
(321, 'spell_holy_renew'),
(322, 'inv_mace_12'),
(323, 'inv_misc_leatherscrap_08'),
(324, 'inv_fabric_silk_02'),
(325, 'inv_misc_wrench_02'),
(326, 'inv_misc_armorkit_17'),
(327, 'inv_potion_14'),
(328, 'inv_axe_04'),
(329, 'spell_holy_holyprotection'),
(330, 'spell_holy_nullifydisease'),
(331, 'spell_magic_lesserinvisibilty'),
(332, 'spell_magic_magearmor'),
(333, 'trade_engineering'),
(334, 'spell_nature_agitatingtotem'),
(335, 'trade_blacksmithing'),
(336, 'trade_mining'),
(337, 'spell_nature_invisibilitytotem'),
(338, 'spell_nature_manaregentotem'),
(339, 'trade_alchemy'),
(340, 'spell_nature_slowingtotem'),
(341, 'trade_tailoring'),
(342, 'trade_brewpoison'),
(343, 'inv_misc_key_04'),
(344, 'inv_misc_gem_sapphire_01'),
(345, 'trade_herbalism'),
(346, 'trade_leatherworking'),
(347, 'inv_misc_shell_03'),
(348, 'inv_potion_01'),
(349, 'inv_misc_shell_02'),
(350, 'inv_misc_dust_02'),
(351, 'inv_misc_ammo_gunpowder_02'),
(352, 'inv_orb_arcanite_01'),
(353, 'inv_misc_gear_01'),
(354, 'inv_cask_01'),
(355, 'inv_misc_bomb_05'),
(356, 'inv_misc_stonetablet_04'),
(357, 'inv_scroll_05'),
(358, 'inv_misc_fork&knife'),
(359, 'inv_misc_emptyflask_02'),
(360, 'inv_flask_02'),
(361, 'inv_flask_05'),
(362, 'inv_wine_01'),
(363, 'inv_misc_cape_18'),
(364, 'inv_weapon_bow_05'),
(365, 'inv_weapon_halberd_06'),
(366, 'inv_axe_09'),
(367, 'inv_mace_01'),
(368, 'inv_sword_04'),
(369, 'inv_sword_06'),
(370, 'inv_spear_05'),
(371, 'inv_axe_17'),
(372, 'inv_gauntlets_06'),
(373, 'inv_misc_pipe_01'),
(374, 'inv_misc_food_09'),
(393, 'inv_weapon_rifle_01'),
(413, 'inv_shield_05'),
(433, 'inv_banner_03'),
(434, 'inv_throwingknife_05'),
(435, 'inv_mace_04'),
(436, 'inv_weapon_bow_02'),
(437, 'inv_axe_13'),
(438, 'inv_sword_26'),
(439, 'inv_hammer_03'),
(440, 'inv_shield_04'),
(441, 'inv_axe_16'),
(442, 'inv_stone_01'),
(443, 'inv_axe_11'),
(444, 'inv_chest_plate01'),
(453, 'spell_holy_blessingofprotection'),
(454, 'ability_hunter_beastsoothe'),
(455, 'ability_hunter_beastcall'),
(456, 'ability_warrior_battleshout'),
(457, 'ability_warrior_charge'),
(458, 'spell_nature_astralrecal'),
(459, 'spell_nature_astralrecalgroup'),
(460, 'spell_shadow_summoninfernal'),
(473, 'ability_druid_bash'),
(493, 'ability_druid_catform'),
(494, 'ability_druid_disembowel'),
(495, 'ability_druid_supriseattack'),
(496, 'ability_druid_swipe'),
(497, 'ability_rogue_disguise'),
(498, 'ability_rogue_garrote'),
(499, 'ability_rogue_kidneyshot'),
(500, 'ability_rogue_rupture'),
(501, 'spell_frost_frostward'),
(502, 'spell_holy_mindvision'),
(503, 'spell_holy_redemption'),
(504, 'spell_holy_sealofsacrifice'),
(505, 'spell_magic_featherfall'),
(513, 'ability_rogue_dualweild'),
(514, 'ability_rogue_eviscerate'),
(515, 'ability_rogue_slicedice'),
(516, 'ability_rogue_sprint'),
(517, 'ability_rogue_trip'),
(518, 'inv_poison_mindnumbing'),
(533, 'ability_dualwield'),
(534, 'ability_hunter_beasttraining'),
(535, 'ability_hunter_pathfinding'),
(536, 'ability_hunter_quickshot'),
(537, 'ability_hunter_runningshot'),
(538, 'ability_hunter_snipershot'),
(539, 'ability_rogue_feint'),
(540, 'spell_holy_prayerofhealing02'),
(541, 'spell_shadow_bloodboil'),
(542, 'spell_shadow_curseofachimonde'),
(543, 'spell_shadow_curseofmannoroth'),
(544, 'spell_shadow_curseofsargeras'),
(545, 'spell_shadow_demonbreath'),
(546, 'spell_shadow_lifedrain02'),
(547, 'spell_shadow_rainoffire'),
(548, 'spell_shadow_siphonmana'),
(553, 'ability_racial_ultravision'),
(554, 'inv_misc_orb_04'),
(555, 'spell_holy_auraoflight'),
(556, 'inv_food_egg_02'),
(557, 'inv_wine_03'),
(558, 'ability_parry'),
(559, 'ability_warrior_decisivestrike'),
(560, 'ability_warrior_disarm'),
(561, 'ability_warrior_innerrage'),
(562, 'ability_warrior_revenge'),
(563, 'ability_warrior_riposte'),
(564, 'ability_warrior_savageblow'),
(565, 'ability_warrior_sunder'),
(566, 'spell_holy_powerwordshield'),
(576, 'inv_misc_fish_05'),
(577, 'inv_misc_fish_06'),
(578, 'trade_engraving'),
(579, 'inv_staff_goldfeathered_01'),
(580, 'trade_fishing'),
(596, 'spell_shadow_curse'),
(597, 'inv_misc_monsterhead_03'),
(598, 'inv_staff_01'),
(599, 'inv_misc_bone_09'),
(600, 'inv_misc_bone_06'),
(601, 'inv_misc_foot_kodo'),
(616, 'inv_misc_fish_03'),
(617, 'inv_misc_monster_mousetail'),
(636, 'spell_nature_acid_01'),
(656, 'inv_gizmo_02'),
(657, 'inv_gizmo_03'),
(658, 'inv_gizmo_01'),
(676, 'inv_misc_food_18'),
(677, 'ability_shootwand'),
(678, 'spell_fire_flameshock'),
(679, 'spell_fire_flametounge'),
(680, 'spell_fire_searingtotem'),
(681, 'spell_frost_frostbrand'),
(682, 'spell_holy_lesserheal'),
(683, 'spell_holy_lesserheal02'),
(684, 'spell_holy_heal02'),
(685, 'spell_holy_wordfortitude'),
(686, 'spell_nature_strengthofearthtotem02'),
(687, 'spell_nature_earthshock'),
(688, 'spell_nature_rockbiter'),
(689, 'spell_nature_stoneclawtotem'),
(690, 'spell_nature_stoneskintotem'),
(691, 'spell_nature_earthbindtotem'),
(692, 'spell_shadow_curseoftounges'),
(693, 'spell_shadow_sacrificialshield'),
(694, 'spell_shadow_soothingkiss'),
(695, 'ability_fiegndead'),
(696, 'inv_misc_spyglass_01'),
(716, 'inv_boots_02'),
(736, 'inv_misc_pelt_wolf_01'),
(756, 'inv_gauntlets_04'),
(776, 'inv_misc_rune_01'),
(796, 'inv_chest_chain_05'),
(816, 'spell_fire_soulburn'),
(836, 'ability_mount_blackpanther'),
(856, 'ability_rogue_ambush'),
(857, 'ability_rogue_feigndeath'),
(858, 'inv_misc_ammo_bullet_01'),
(876, 'spell_fire_lavaspawn'),
(896, 'inv_chest_leather_09'),
(897, 'inv_chest_cloth_21'),
(916, 'ability_mount_whitetiger'),
(917, 'inv_shield_09'),
(936, 'inv_misc_key_03'),
(937, 'spell_fire_incinerate'),
(956, 'ability_mount_whitedirewolf'),
(957, 'ability_druid_challangingroar'),
(958, 'ability_druid_cower'),
(959, 'ability_druid_dash'),
(960, 'ability_druid_demoralizingroar'),
(961, 'ability_druid_enrage'),
(962, 'spell_nature_healingtouch'),
(963, 'spell_nature_healingwavegreater'),
(964, 'spell_nature_healingwavelesser'),
(965, 'inv_ammo_bullet_02'),
(976, 'spell_frost_frostshock'),
(996, 'inv_weapon_halberd_08'),
(997, 'inv_chest_plate04'),
(1016, 'inv_misc_food_04'),
(1036, 'inv_misc_gem_emerald_01'),
(1037, 'inv_misc_gem_emerald_02'),
(1038, 'inv_misc_gem_opal_01'),
(1039, 'inv_misc_gem_ruby_01'),
(1056, 'inv_wine_02'),
(1057, 'inv_wine_04'),
(1076, 'inv_misc_head_undead_01'),
(1096, 'inv_misc_milk_02'),
(1097, 'inv_misc_head_human_02'),
(1098, 'inv_misc_key_05'),
(1099, 'inv_misc_key_06'),
(1100, 'inv_misc_key_12'),
(1101, 'inv_misc_key_14'),
(1116, 'inv_misc_monsterclaw_02'),
(1136, 'inv_misc_monsterscales_03'),
(1137, 'spell_fire_volcano'),
(1156, 'inv_jewelry_amulet_07'),
(1176, 'ability_mount_ridinghorse'),
(1177, 'ability_mount_mountainram'),
(1178, 'ability_mount_blackdirewolf'),
(1179, 'ability_mount_nightmarehorse'),
(1180, 'ability_mount_raptor'),
(1181, 'ability_mount_jungletiger'),
(1196, 'inv_misc_ammo_gunpowder_01'),
(1197, 'spell_fire_windsofwoe'),
(1216, 'inv_misc_flower_02'),
(1217, 'inv_misc_herb_03'),
(1236, 'spell_frost_iceshard'),
(1237, 'inv_misc_bandage_08'),
(1238, 'inv_hammer_18'),
(1239, 'inv_wand_08'),
(1240, 'ability_mount_mechastrider'),
(1241, 'ability_mount_undeadhorse'),
(1242, 'inv_hammer_24'),
(1256, 'inv_misc_monsterspidercarapace_01'),
(1276, 'inv_ingot_03'),
(1277, 'inv_ingot_steel'),
(1296, 'inv_potion_63'),
(1297, 'inv_potion_84'),
(1298, 'inv_potion_91'),
(1299, 'inv_potion_93'),
(1300, 'inv_potion_65'),
(1301, 'inv_potion_86'),
(1302, 'inv_potion_33'),
(1303, 'inv_potion_58'),
(1304, 'inv_potion_44'),
(1305, 'inv_potion_79'),
(1306, 'inv_drink_09'),
(1307, 'inv_potion_15'),
(1308, 'inv_potion_13'),
(1309, 'inv_drink_07'),
(1310, 'inv_potion_08'),
(1311, 'inv_potion_18'),
(1312, 'inv_drink_13'),
(1313, 'inv_drink_05'),
(1314, 'inv_drink_04'),
(1315, 'inv_potion_30'),
(1316, 'inv_potion_69'),
(1336, 'inv_potion_10'),
(1337, 'inv_potion_61'),
(1356, 'inv_potion_04'),
(1357, 'inv_drink_06'),
(1358, 'inv_drink_milk_02'),
(1359, 'inv_drink_10'),
(1360, 'inv_drink_11'),
(1361, 'inv_drink_12'),
(1377, 'inv_misc_net_01'),
(1397, 'spell_nature_windfury'),
(1417, 'inv_misc_horn_03'),
(1437, 'inv_misc_food_10'),
(1457, 'inv_ammo_arrow_01'),
(1458, 'inv_axe_05'),
(1459, 'inv_weapon_halbard_01'),
(1460, 'inv_mace_02'),
(1461, 'inv_sword_20'),
(1462, 'inv_sword_27'),
(1463, 'inv_shield_06'),
(1464, 'inv_sword_05'),
(1465, 'spell_nature_ancestralguardian'),
(1466, 'inv_gizmo_pipe_04'),
(1467, 'inv_misc_food_15'),
(1468, 'spell_shadow_creepingplague'),
(1469, 'inv_misc_gem_opal_03'),
(1470, 'inv_misc_gem_topaz_01'),
(1471, 'inv_misc_gem_crystal_01'),
(1472, 'inv_misc_gem_variety_02'),
(1473, 'inv_axe_03'),
(1474, 'inv_axe_06'),
(1475, 'ability_druid_aquaticform'),
(1476, 'ability_druid_travelform'),
(1477, 'ability_warrior_punishingblow'),
(1478, 'ability_rogue_distract'),
(1479, 'spell_arcane_portaldarnassus'),
(1480, 'spell_arcane_portalironforge'),
(1481, 'spell_arcane_portalorgrimmar'),
(1482, 'spell_arcane_portalstormwind'),
(1483, 'spell_arcane_portalthunderbluff'),
(1484, 'spell_arcane_portalundercity'),
(1485, 'spell_arcane_starfire'),
(1486, 'spell_arcane_teleportdarnassus'),
(1487, 'spell_holy_mindsooth'),
(1488, 'spell_shadow_psychicscream'),
(1489, 'spell_arcane_teleportironforge'),
(1490, 'spell_arcane_teleportorgrimmar'),
(1491, 'spell_arcane_teleportstormwind'),
(1492, 'spell_arcane_teleportthunderbluff'),
(1493, 'spell_arcane_teleportundercity'),
(1494, 'spell_shadow_contagion'),
(1495, 'inv_drink_15'),
(1496, 'inv_misc_herb_16'),
(1497, 'inv_misc_wrench_01'),
(1498, 'inv_shield_01'),
(1499, 'spell_arcane_blink'),
(1500, 'spell_shadow_enslavedemon'),
(1501, 'inv_weapon_shortblade_14'),
(1502, 'inv_staff_10'),
(1503, 'inv_staff_11'),
(1504, 'inv_weapon_shortblade_05'),
(1505, 'inv_throwingknife_01'),
(1506, 'inv_ammo_firetar'),
(1507, 'inv_misc_monsterscales_12'),
(1508, 'inv_sword_11'),
(1509, 'inv_misc_food_50'),
(1510, 'ability_mount_pinktiger'),
(1511, 'ability_hunter_beastcall02'),
(1512, 'inv_misc_food_33'),
(1513, 'inv_drink_03'),
(1514, 'inv_egg_02'),
(1515, 'inv_misc_gem_crystal_02'),
(1516, 'inv_misc_gem_diamond_02'),
(1517, 'inv_misc_gem_ruby_02'),
(1518, 'inv_misc_gem_amethyst_01'),
(1519, 'inv_misc_food_31'),
(1520, 'inv_cask_03'),
(1521, 'inv_misc_shadowegg'),
(1522, 'inv_box_petcarrier_01'),
(1523, 'inv_staff_30'),
(1524, 'inv_weapon_shortblade_10'),
(1525, 'inv_misc_monsterscales_05'),
(1526, 'inv_axe_01'),
(1527, 'inv_spear_06'),
(1528, 'inv_throwingknife_02'),
(1529, 'inv_axe_08'),
(1530, 'ability_hunter_eagleeye'),
(1531, 'ability_druid_ravage'),
(1532, 'inv_misc_monsterscales_17'),
(1533, 'inv_misc_monsterscales_11'),
(1534, 'ability_druid_catformattack'),
(1535, 'inv_misc_monsterscales_09'),
(1536, 'inv_misc_monsterscales_15'),
(1537, 'inv_misc_monsterscales_13'),
(1538, 'inv_misc_monsterscales_07'),
(1539, 'inv_ore_arcanite_01'),
(1540, 'inv_belt_18'),
(1541, 'inv_misc_slime_01'),
(1542, 'inv_egg_04'),
(1543, 'inv_egg_05'),
(1544, 'inv_hammer_09'),
(1545, 'inv_axe_18'),
(1546, 'inv_axe_10'),
(1547, 'inv_shoulder_11'),
(1548, 'inv_misc_head_dragon_01'),
(1549, 'ability_hunter_aspectofthemonkey'),
(1550, 'inv_misc_horn_01'),
(1551, 'inv_shield_20'),
(1552, 'spell_shadow_shadowform'),
(1553, 'inv_misc_rune_04'),
(1554, 'inv_sword_32'),
(1555, 'inv_jewelry_talisman_06'),
(1556, 'inv_jewelry_amulet_01'),
(1557, 'inv_axe_12'),
(1558, 'inv_misc_pelt_bear_03'),
(1559, 'ability_hunter_pet_bear'),
(1560, 'inv_spear_08'),
(1561, 'inv_misc_monsterclaw_04'),
(1562, 'inv_misc_monsterclaw_03'),
(1563, 'ability_hunter_pet_cat'),
(1564, 'inv_misc_urn_01'),
(1565, 'ability_hunter_pet_hyena'),
(1566, 'inv_sword_22'),
(1567, 'inv_hammer_23'),
(1568, 'inv_misc_gem_bloodstone_01'),
(1569, 'inv_potion_11'),
(1570, 'inv_potion_92'),
(1571, 'inv_sword_25'),
(1572, 'inv_sword_41'),
(1573, 'ability_hunter_pet_wolf'),
(1574, 'inv_ingot_eternium'),
(1575, 'inv_misc_rune_05'),
(1576, 'inv_misc_stonetablet_05'),
(1577, 'ability_hunter_pet_bat'),
(1578, 'ability_hunter_pet_boar'),
(1579, 'ability_hunter_pet_vulture'),
(1580, 'ability_hunter_pet_crab'),
(1581, 'ability_hunter_pet_crocolisk'),
(1582, 'ability_hunter_pet_gorilla'),
(1583, 'ability_hunter_pet_owl'),
(1584, 'ability_hunter_pet_raptor'),
(1585, 'ability_hunter_pet_scorpid'),
(1586, 'ability_hunter_pet_spider'),
(1587, 'ability_hunter_pet_tallstrider'),
(1588, 'ability_hunter_pet_turtle'),
(1589, 'ability_hunter_pet_windserpent'),
(1590, 'spell_shadow_scourgebuild'),
(1591, 'spell_shadow_deadofnight'),
(1592, 'inv_misc_fish_08'),
(1593, 'inv_stone_14'),
(1594, 'inv_shield_19'),
(1595, 'inv_misc_orb_02'),
(1596, 'inv_weapon_halberd_11'),
(1597, 'inv_potion_31'),
(1598, 'inv_helmet_45'),
(1599, 'inv_helmet_08'),
(1600, 'inv_stone_13'),
(1601, 'inv_sword_02'),
(1602, 'inv_potion_29'),
(1603, 'inv_potion_16'),
(1604, 'inv_potion_40'),
(1605, 'inv_potion_46'),
(1606, 'inv_potion_67'),
(1607, 'inv_potion_47'),
(1608, 'inv_jewelry_talisman_07'),
(1609, 'inv_potion_32'),
(1610, 'inv_misc_flute_01'),
(1611, 'inv_misc_bone_humanskull_01'),
(1612, 'inv_boots_plate_03'),
(1613, 'inv_gauntlets_19'),
(1614, 'spell_shadow_callofbone'),
(1615, 'inv_misc_head_tauren_02'),
(1616, 'inv_ammo_bullet_01'),
(1617, 'inv_ammo_bullet_03'),
(1618, 'inv_misc_monsterscales_14'),
(1619, 'inv_gizmo_08'),
(1620, 'inv_misc_bandage_11'),
(1621, 'inv_misc_bandage_12'),
(1622, 'inv_staff_02'),
(1623, 'inv_staff_07'),
(1624, 'inv_wand_07'),
(1625, 'inv_battery_01'),
(1626, 'inv_misc_flower_01'),
(1627, 'inv_misc_food_wheat_02'),
(1628, 'inv_axe_02'),
(1629, 'inv_spear_07'),
(1630, 'ability_poisonarrow'),
(1631, 'inv_weapon_rifle_02'),
(1632, 'inv_weapon_rifle_06'),
(1633, 'inv_gauntlets_10'),
(1634, 'inv_misc_food_02'),
(1635, 'inv_hammer_04'),
(1636, 'inv_wand_09'),
(1637, 'inv_crown_01'),
(1638, 'inv_potion_55'),
(1639, 'inv_potion_62'),
(1640, 'inv_potion_97'),
(1641, 'inv_potion_48'),
(1642, 'inv_potion_26'),
(1643, 'inv_potion_41'),
(1644, 'inv_misc_book_07'),
(1645, 'inv_enchant_essenceastrallarge'),
(1646, 'inv_enchant_essenceastralsmall'),
(1647, 'inv_spear_04'),
(1648, 'inv_sword_48'),
(1649, 'spell_nature_preservation'),
(1650, 'inv_throwingaxe_03'),
(1651, 'inv_misc_bone_orcskull_01'),
(1652, 'inv_helmet_23'),
(1653, 'inv_misc_pelt_bear_ruin_02'),
(1654, 'inv_enchant_essenceeternallarge'),
(1655, 'inv_musket_02'),
(1656, 'inv_enchant_shardbrilliantsmall'),
(1657, 'inv_misc_note_02'),
(1658, 'inv_feather_01'),
(1659, 'inv_misc_monsterscales_08'),
(1660, 'spell_arcane_teleportmoonglade'),
(1661, 'racial_troll_berserk'),
(1662, 'racial_orc_berserkerstrength'),
(1663, 'inv_hammer_05'),
(1664, 'inv_hammer_01'),
(1665, 'inv_ammo_snowball'),
(1666, 'inv_boots_05'),
(1667, 'inv_gizmo_07'),
(1668, 'inv_shield_10'),
(1669, 'spell_holy_prayeroffortitude'),
(1670, 'inv_potion_03'),
(1671, 'inv_misc_herb_07'),
(1672, 'inv_jewelry_talisman_08'),
(1673, 'spell_nature_diseasecleansingtotem'),
(1674, 'spell_frost_fireresistancetotem'),
(1675, 'spell_nature_natureresistancetotem'),
(1676, 'spell_nature_tremortotem'),
(1677, 'spell_nature_groundingtotem'),
(1678, 'spell_fire_frostresistancetotem'),
(1679, 'spell_nature_poisoncleansingtotem'),
(1680, 'ability_druid_ferociousbite'),
(1681, 'ability_druid_mangle.tga'),
(1682, 'ability_mount_kodo_01'),
(1683, 'ability_mount_kodo_02'),
(1684, 'ability_mount_kodo_03'),
(1685, 'inv_misc_organ_03'),
(1686, 'inv_potion_25'),
(1687, 'inv_drink_18'),
(1688, 'inv_misc_food_55'),
(1689, 'inv_crown_02'),
(1690, 'spell_nature_massteleport'),
(1691, 'inv_banner_02'),
(1692, 'inv_gizmo_09'),
(1693, 'inv_misc_gem_amethyst_02'),
(1694, 'spell_holy_arcaneintellect'),
(1695, 'inv_misc_birdbeck_01'),
(1696, 'inv_misc_bomb_04'),
(1697, 'ability_hunter_harass'),
(1698, 'inv_banner_01'),
(1699, 'inv_misc_head_dragon_black'),
(1700, 'inv_misc_head_dragon_blue'),
(1701, 'inv_misc_head_dragon_bronze'),
(1702, 'inv_misc_head_dragon_green'),
(1703, 'inv_bannerpvp_01'),
(1704, 'inv_bannerpvp_02'),
(1705, 'inv_misc_armorkit_18'),
(1706, 'inv_misc_organ_06'),
(1707, 'inv_enchant_shardbrilliantlarge'),
(1708, 'inv_enchant_essencemagiclarge'),
(1709, 'inv_enchant_essencenetherlarge'),
(1710, 'inv_gauntlets_03'),
(1711, 'spell_magearmor'),
(1712, 'spell_fireresistancetotem_01'),
(1713, 'spell_frostresistancetotem_01'),
(1714, 'spell_holy_elunesgrace'),
(1715, 'ability_mount_dreadsteed'),
(1716, 'ability_mount_charger'),
(1717, 'inv_misc_rune_06'),
(1718, 'inv_misc_gem_pearl_05'),
(1719, 'ability_creature_poison_03'),
(1720, 'inv_misc_eye_01'),
(1721, 'inv_spear_02'),
(1722, 'ability_suffocate'),
(1723, 'inv_gauntlets_31'),
(1724, 'inv_fishingpole_02'),
(1725, 'inv_misc_fish_04'),
(1726, 'inv_feather_03'),
(1727, 'inv_jewelry_necklace_11'),
(1728, 'inv_potion_45'),
(1729, 'inv_potion_17'),
(1730, 'inv_misc_key_08'),
(1731, 'inv_chest_plate16'),
(1732, 'inv_potion_07'),
(1733, 'inv_gizmo_goblinboombox_01'),
(1734, 'ability_creature_poison_05'),
(1735, 'inv_misc_gem_bloodstone_02'),
(1736, 'ability_creature_poison_01'),
(1737, 'ability_creature_disease_02'),
(1738, 'inv_zulgurubtrinket'),
(1739, 'ability_creature_cursed_05'),
(1740, 'inv-sword_53'),
(1741, 'ability_creature_cursed_04'),
(1742, 'inv_waepon_bow_zulgrub_d_02'),
(1743, 'inv_misc_food_28'),
(1744, 'inv_misc_head_gnome_01'),
(1745, 'inv_misc_head_gnome_02'),
(1746, 'spell_nature_crystalball'),
(1747, 'inv_misc_food_59'),
(1748, 'inv_misc_gem_amethyst_03'),
(1749, 'spell_nature_lightningbolt'),
(1750, 'ability_creature_cursed_03'),
(1751, 'inv_misc_head_murloc_01'),
(1752, 'inv_misc_monsterhead_02'),
(1753, 'inv_shield_08'),
(1754, 'spell_nature_crystalball'),
(1755, 'inv_misc_bomb_02'),
(1756, 'inv_misc_gem_02'),
(1757, 'inv_misc_gem_pearl_04'),
(1758, 'inv_stone_15'),
(1759, 'ability_creature_poison_02'),
(1760, 'ability_creature_poison_04'),
(1761, 'ability_creature_cursed_01'),
(1762, 'ability_creature_cursed_02'),
(1763, 'inv_drink_01'),
(1764, 'ability_creature_disease_01'),
(1765, 'inv_misc_monsterscales_18'),
(1766, 'ability_creature_cursed_03'),
(1767, 'inv_jewelry_necklace_08'),
(1768, 'inv_misc_gem_01'),
(1769, 'inv_misc_gem_02'),
(1770, 'inv_misc_gem_03'),
(1771, 'spell_nature_insectswarm'),
(1772, 'inv_jewelry_necklace_01'),
(1773, 'inv_shield_21'),
(1774, 'inv_jewelry_necklace_06'),
(1775, 'mail_gmicon'),
(1776, 'inv_misc_questionmark'),
(1777, 'inv_misc_head_gnome_01'),
(1778, 'inv_misc_fish_20'),
(1779, 'inv_misc_fish_21'),
(1780, 'inv_drink_08'),
(1781, 'inv_misc_monstertail_03'),
(1782, 'inv_shield_23'),
(1783, 'inv_drink_08'),
(1784, 'inv_misc_pocketwatch_01'),
(1785, 'inv_drink_02'),
(1786, 'inv_misc_gem_02'),
(1787, 'inv_misc_gem_topaz_02'),
(1788, 'inv_misc_food_65'),
(1789, 'inv_food_christmasfruitcake_01'),
(1790, 'inv_misc_ahnqirajtrinket_04'),
(1791, 'inv_misc_ahnqirajtrinket_02'),
(1792, 'inv_misc_herb_10'),
(1793, 'inv_misc_herb_09'),
(1794, 'inv_misc_branch_01'),
(1795, 'spell_holy_power'),
(1796, 'spell_holy_unyieldingfaith'),
(1797, 'spell_holy_persuitofjustice'),
(1798, 'spell_holy_vindication'),
(1799, 'spell_holy_eyeforaneye'),
(1800, 'spell_magic_greaterblessingofkings'),
(1801, 'spell_holy_greaterblessingoflight'),
(1802, 'spell_holy_greaterblessingofkings'),
(1803, 'spell_holy_greaterblessingofsalvation'),
(1804, 'spell_holy_greaterblessingofsanctuary'),
(1805, 'spell_holy_greaterblessingofwisdom'),
(1806, 'inv_food_christmasfruitcake_01'),
(1807, 'inv_misc_food_dimsum'),
(1808, 'inv_potion_60'),
(1809, 'inv_misc_qirajicrystal_05'),
(1810, 'inv_misc_qirajicrystal_04'),
(1811, 'inv_misc_qirajicrystal_03'),
(1812, 'inv_misc_qirajicrystal_02'),
(1813, 'inv_misc_qirajicrystal_01'),
(1814, 'inv_weapon_bow_12'),
(1815, 'inv_misc_enggizmos_03'),
(1816, 'inv_waepon_bow_zulgrub_d_02'),
(1817, 'inv_misc_food_59'),
(1818, 'inv_helmet_46'),
(1819, 'inv_misc_ahnqirajtrinket_05'),
(1820, 'spell_holy_eyeforaneye'),
(1821, 'spell_holy_persuitofjustice'),
(1822, 'spell_holy_vindication'),
(1823, 'spell_holy_unyieldingfaith'),
(1824, 'spell_holy_power'),
(1825, 'inv_misc_ahnqirajtrinket_01'),
(1826, 'inv_misc_ahnqirajtrinket_06'),
(1827, 'inv_qirajidol_death'),
(1828, 'inv_misc_missilelargecluster_white'),
(1829, 'inv_misc_gem_pearl_02'),
(1830, 'spell_holy_vindication'),
(1831, 'inv_jewelry_necklace_16'),
(1832, 'inv_misc_thegoldencheep'),
(1833, 'mail_gmicon'),
(1834, 'inv_throwingknife_04'),
(1835, 'inv_sword_30'),
(1836, 'inv_fabric_moonrag_01'),
(1837, 'inv_fabric_felrag'),
(1838, 'inv_potion_02'),
(1839, 'inv_potion_72'),
(1840, 'inv_misc_organ_01'),
(1841, 'inv_misc_organ_02'),
(1842, 'inv_misc_food_32'),
(1843, 'inv_drink_waterskin_07'),
(1844, 'inv_drink_16'),
(1845, 'inv_staff_26'),
(1846, 'inv_valentineperfumebottle'),
(1847, 'inv_valentinecolognebottle'),
(1848, 'inv_misc_dust_04'),
(1849, 'inv_valentinesboxofchocolates02'),
(1850, 'inv_valentinescard01'),
(1851, 'inv_potion_21'),
(1852, 'inv_potion_52'),
(1853, 'spell_brokenheart'),
(1854, 'inv_valentineschocolate01'),
(1855, 'inv_valentineschocolate02'),
(1856, 'inv_valentineschocolate03'),
(1857, 'inv_valentineschocolate04'),
(1858, 'inv_holiday_christmas_present_02'),
(1859, 'inv_holiday_christmas_present_01'),
(1860, 'inv_misc_gift_04'),
(1861, 'inv_misc_gift_01'),
(1862, 'inv_misc_gift_05'),
(1863, 'inv_misc_gift_03'),
(1864, 'inv_jewelry_ring_03'),
(1865, 'inv_misc_book_11'),
(1866, 'inv_weapon_rifle_11'),
(1867, 'inv_weapon_rifle_10'),
(1868, 'spell_holy_searinglightpriest'),
(1869, 'spell_holy_prayerofshadowprotection'),
(1870, 'spell_holy_prayerofspirit'),
(1871, 'spell_holy_healingfocus'),
(1872, 'spell_holy_powerinfusion'),
(1873, 'spell_holy_spiritualguidence'),
(1874, 'spell_holy_holynova'),
(1875, 'spell_holy_blessedrecovery'),
(1876, 'spell_shadow_improvedvampiricembrace'),
(1877, 'inv_qirajidol_life'),
(1878, 'spell_holy_summonlightwell'),
(1879, 'spell_holy_divinespirit'),
(1880, 'spell_holy_spellwarding'),
(1881, 'inv_misc_fish_31'),
(1882, 'inv_misc_herb_11'),
(1883, 'inv_misc_herb_11a'),
(1884, 'inv_sword_2h_ashbringercorrupt'),
(1885, 'spell_chargenegative'),
(1886, 'spell_chargepositive'),
(1887, 'inv_torch_lit'),
(1888, 'inv_misc_food_35'),
(1889, 'inv_misc_food_32'),
(1890, 'inv_relics_totemoflife'),
(1891, 'inv_boots_cloth_15'),
(1892, 'inv_misc_token_argentdawn'),
(1893, 'inv_trinket_naxxramas05'),
(1894, 'inv_misc_token_argentdawn2'),
(1895, 'inv_misc_token_argentdawn3'),
(1896, 'inv_trinket_naxxramas01'),
(1897, 'inv_trinket_naxxramas03'),
(1898, 'inv_trinket_naxxramas06'),
(1899, 'inv_trinket_naxxramas04'),
(1900, 'inv_enchant_shardnexuslarge'),
(1901, 'inv_enchant_shardglimmeringlarge'),
(1902, 'inv_qiraj_jewelblessed'),
(1903, 'inv_misc_food_14'),
(1904, 'inv_relics_totemofrage'),
(1905, 'inv_wand_06'),
(1906, 'inv_battery_02'),
(1907, 'inv_misc_food_07'),
(1908, 'inv_drink_waterskin_09'),
(1909, 'inv_misc_food_19'),
(1910, 'ability_creature_disease_05'),
(1911, 'inv_misc_food_73cinnamonroll'),
(1912, 'spell_nature_polymorph_cow'),
(1913, 'inv_gauntlets_26'),
(1914, 'inv_helmet_21'),
(1915, 'inv_staff_23'),
(1916, 'inv_helmet_21'),
(1917, 'inv_relics_idolofrejuvenation'),
(1918, 'spell_arcane_arcaneresilience'),
(1919, 'inv_summerfest_symbol_medium'),
(1920, 'spell_fire_masterofelements'),
(1921, 'spell_nature_stormreach'),
(1922, 'ability_druid_mangle'),
(1923, 'inv_summerfest_firespirit'),
(1924, 'inv_bracer_09'),
(1925, 'inv_misc_food_53'),
(1926, 'inv_summerfest_smorc'),
(1927, 'inv_misc_summerfest_brazierorange'),
(1928, 'ability_mount_netherdrakepurple'),
(1929, 'spell_nature_healingway'),
(1930, 'spell_fire_elementaldevastation'),
(1931, 'spell_nature_eyeofthestorm'),
(1932, 'spell_shadow_seedofdestruction'),
(1933, 'spell_shadow_nethercloak'),
(1934, 'ability_warrior_rallyingcry'),
(1935, 'ability_warrior_shieldreflection'),
(1936, 'inv_misc_rune_02'),
(1937, 'inv_rosebouquet01'),
(1938, 'ability_warrior_commandingshout'),
(1939, 'spell_shadow_painspike'),
(1940, 'spell_shadow_brainwash'),
(1941, 'ability_warrior_shieldguard'),
(1942, 'spell_shadow_shadowmend'),
(1943, 'inv_misc_enggizmos_19'),
(1944, 'inv_rosepotted01'),
(1945, 'ability_warrior_intervene'),
(1946, 'spell_holy_championsgrace'),
(1947, 'spell_holy_championsbond'),
(1948, 'spell_holy_summonchampion'),
(1949, 'spell_holy_revivechampion'),
(1950, 'spell_holy_empowerchampion'),
(1951, 'spell_holy_proclaimchampion'),
(1952, 'spell_arcane_arcane04'),
(1953, 'inv_misc_gem_amethystrough_01'),
(1954, 'spell_arcane_arcane01'),
(1955, 'inv_trinket_naxxramas02'),
(1956, 'inv_mace23'),
(1957, 'spell_arcane_arcane03'),
(1958, 'spell_shadow_coneofsilence'),
(1959, 'ability_creature_disease_03'),
(1960, 'ability_creature_poison_06'),
(1961, 'spell_arcane_arcane02'),
(1962, 'ability_warrior_endlessrage'),
(1963, 'inv_gizmo_rocketboot_01'),
(1964, 'inv_datacrystal01'),
(1965, 'inv_chest_plate08'),
(1966, 'inv_sword_2h_blood_c_01'),
(1967, 'inv_enchant_essencemysticallarge'),
(1968, 'inv_belt_27'),
(1969, 'inv_helmet_28'),
(1970, 'inv_misc_food_69'),
(1971, 'inv_chest_cloth_18'),
(1972, 'inv_weapon_crossbow_11'),
(1973, 'inv_misc_orb_01'),
(1974, 'spell_holiday_tow_spicecloud'),
(1975, 'inv_sword_42'),
(1976, 'ability_warrior_weaponmastery'),
(1977, 'spell_shadow_lastingafflictions'),
(1978, 'spell_shadow_painfulafflictions'),
(1979, 'spell_shadow_unstableafllictions'),
(1980, 'spell_shadow_demonicfortitude'),
(1981, 'spell_shadow_demonictactics'),
(1982, 'spell_shadow_manafeed'),
(1983, 'spell_shadow_summonfelguard'),
(1984, 'spell_shadow_destructivesoul'),
(1985, 'spell_shadow_netherprotection'),
(1986, 'spell_shadow_shadowandflame'),
(1987, 'spell_shadow_soulleech'),
(1988, 'spell_shadow_shadowfury'),
(1989, 'ability_warrior_improveddisciplines'),
(1990, 'inv_jewelry_necklace_30'),
(1991, 'inv_jewelry_necklace_15'),
(1992, 'inv_jewelry_necklace_27naxxramas'),
(1993, 'inv_jewelry_necklace_28'),
(1994, 'inv_jewelry_necklace_29naxxramas'),
(1995, 'inv_jewelry_necklace_ahnqiraj_02'),
(1996, 'inv_chest_plate06'),
(1997, 'ability_warrior_secondwind'),
(1998, 'inv_shoulder_07'),
(1999, 'inv_boots_cloth_16'),
(2000, 'inv_boots_cloth_02'),
(2001, 'inv_misc_gem_bloodgem_01'),
(2002, 'inv_musket_01'),
(2003, 'inv_sword_51'),
(2004, 'inv_sword_17'),
(2005, 'ability_warrior_bloodfrenzy'),
(2006, 'ability_warrior_rampage'),
(2007, 'ability_warrior_shieldmastery'),
(2008, 'ability_warrior_focusedrage'),
(2009, 'inv_datacrystal09'),
(2010, 'spell_nature_unrelentingstorm'),
(2011, 'spell_nature_giftofthewaterspirit'),
(2012, 'spell_nature_natureblessing'),
(2013, 'spell_nature_natureguardian'),
(2014, 'spell_nature_focusedmind'),
(2015, 'spell_nature_skinofearth'),
(2016, 'spell_nature_elementalabsorption'),
(2017, 'spell_nature_elementalprecision_1'),
(2018, 'spell_nature_lightningoverload'),
(2019, 'spell_fire_totemofwrath'),
(2020, 'spell_nature_regeneration_02'),
(2021, 'spell_nature_unleashedrage'),
(2022, 'spell_nature_mentalquickness'),
(2023, 'ability_dualwieldspecialization'),
(2024, 'spell_nature_shamanrage'),
(2025, 'spell_nature_elementalshields'),
(2026, 'ability_creature_disease_04'),
(2027, 'spell_shadow_soulleech_3'),
(2028, 'spell_shadow_soulleech_2'),
(2029, 'inv_datacrystal12'),
(2030, 'inv_letter_04'),
(2031, 'inv_letter_05'),
(2032, 'inv_misc_gem_deepperidot_02'),
(2033, 'inv_mushroom_02'),
(2034, 'inv_stone_05'),
(2035, 'inv_misc_food_54'),
(2036, 'inv_spear_03'),
(2037, 'inv_shoulder_37'),
(2038, 'spell_shadow_soulleech_1'),
(2039, 'spell_shadow_unstableaffliction_3'),
(2040, 'inv_relics_libramoftruth'),
(2041, 'inv_misc_food_43'),
(2042, 'spell_shadow_unstableaffliction_2'),
(2043, 'inv_helm_mask_zulgurub_d_01'),
(2044, 'inv_helmet_06'),
(2045, 'inv_helmet_01'),
(2046, 'inv_misc_organ_05'),
(2047, 'inv_enchant_essencemysticalsmall'),
(2048, 'inv_enchant_essencenethersmall'),
(2049, 'inv_feather_07'),
(2050, 'inv_feather_04'),
(2051, 'inv_misc_herb_06'),
(2052, 'inv_staff_12'),
(2053, 'ability_warrior_devastate'),
(2054, 'ability_mount_gryphon_01'),
(2055, 'ability_mount_wyvern_01'),
(2056, 'inv_misc_idol_01'),
(2057, 'inv_mushroom_07'),
(2058, 'inv_jewelry_talisman_04'),
(2059, 'inv_mace_10'),
(2060, 'inv_misc_food_71'),
(2061, 'inv_axe_23'),
(2062, 'inv_gauntlets_23'),
(2063, 'inv_qirajidol_sun'),
(2064, 'inv_potion_103'),
(2065, 'inv_potion_104'),
(2066, 'inv_potion_105'),
(2067, 'inv_misc_herb_dreamingglory'),
(2068, 'inv_potion_124'),
(2069, 'inv_potion_123'),
(2070, 'inv_potion_126'),
(2071, 'inv_potion_125'),
(2072, 'inv_potion_127'),
(2073, 'inv_potion_147'),
(2074, 'inv_potion_149'),
(2075, 'inv_potion_146'),
(2076, 'inv_potion_139'),
(2077, 'inv_potion_145'),
(2078, 'inv_potion_133'),
(2079, 'inv_potion_148'),
(2080, 'inv_potion_122'),
(2081, 'inv_potion_119'),
(2082, 'inv_potion_118'),
(2083, 'inv_potion_117'),
(2084, 'inv_potion_116'),
(2085, 'inv_potion_115'),
(2086, 'inv_potion_110'),
(2087, 'inv_potion_107'),
(2088, 'inv_potion_108'),
(2089, 'inv_potion_106'),
(2090, 'inv_potion_109'),
(2091, 'inv_potion_135'),
(2092, 'inv_potion_136'),
(2093, 'inv_potion_151'),
(2094, 'inv_potion_142'),
(2095, 'inv_potion_150'),
(2096, 'inv_sword_31'),
(2097, 'inv_throwingknife_06'),
(2098, 'inv_misc_gem_diamond_01'),
(2099, 'inv_mask_01'),
(2100, 'inv_helmet_03'),
(2101, 'inv_misc_herb_felblossom'),
(2102, 'inv_misc_enggizmos_12'),
(2103, 'inv_misc_cape_16'),
(2104, 'inv_jewelry_amulet_04'),
(2105, 'inv_misc_fish_14'),
(2106, 'inv_relics_libramofhope'),
(2107, 'inv_misc_herb_flamecap'),
(2108, 'ability_rogue_bladetwisting'),
(2109, 'ability_rogue_cheatdeath'),
(2110, 'ability_rogue_deadenednerves'),
(2111, 'ability_rogue_envelopingshadows'),
(2112, 'ability_rogue_findweakness'),
(2113, 'ability_rogue_fleetfooted'),
(2114, 'ability_rogue_masterofsubtlety'),
(2115, 'ability_rogue_nervesofsteel'),
(2116, 'ability_rogue_quickrecovery'),
(2117, 'ability_rogue_shadowstrikes'),
(2118, 'ability_rogue_sinistercalling'),
(2119, 'ability_rogue_surpriseattack'),
(2120, 'spell_arcane_arcanepotency'),
(2121, 'spell_arcane_mindmastery'),
(2122, 'spell_arcane_portalexodar'),
(2123, 'spell_arcane_portalsilvermoon'),
(2124, 'spell_arcane_teleportexodar'),
(2125, 'spell_arcane_teleportsilvermoon'),
(2126, 'spell_arcane_prismaticcloak'),
(2127, 'spell_fire_burningspeed'),
(2128, 'spell_fire_burnout'),
(2129, 'spell_fire_moltenblood'),
(2130, 'spell_fire_playingwithfire'),
(2131, 'spell_frost_arcticwinds'),
(2132, 'spell_frost_frozencore'),
(2133, 'spell_frost_icefloes'),
(2134, 'spell_frost_summonwaterelemental_2'),
(2135, 'spell_holy_ardentdefender'),
(2136, 'spell_holy_auramastery'),
(2137, 'spell_holy_blessedlife'),
(2138, 'spell_holy_divineillumination'),
(2139, 'spell_holy_holyguidance'),
(2140, 'spell_holy_improvedresistanceauras'),
(2141, 'spell_holy_lightsgrace'),
(2142, 'spell_holy_pureofheart'),
(2143, 'spell_holy_weaponmastery'),
(2144, 'inv_stone_11'),
(2145, 'ability_mount_cockatricemountelite'),
(2146, 'inv_potion_128'),
(2147, 'inv_misc_bomb_09'),
(2148, 'inv_potion_111'),
(2149, 'inv_potion_152'),
(2150, 'inv_potion_96'),
(2151, 'inv_potion_59'),
(2152, 'spell_arcane_manatap'),
(2153, 'inv_stone_08'),
(2154, 'inv_datacrystal04'),
(2155, 'inv_misc_stonetablet_01'),
(2156, 'inv_boots_cloth_13'),
(2157, 'inv_misc_head_orc_02'),
(2158, 'spell_arcane_studentofmagic'),
(2159, 'inv_misc_food_17'),
(2160, 'inv_misc_organ_04'),
(2161, 'inv_misc_powder_iron'),
(2162, 'spell_frost_coldhearted'),
(2163, 'inv_misc_bone_03'),
(2164, 'inv_misc_herb_nightmareseed'),
(2165, 'ability_mount_ridingelekk'),
(2166, 'ability_mount_ridingelekkelite'),
(2167, 'inv_waepon_bow_zulgrub_d_01'),
(2168, 'spell_holy_avenginewrath'),
(2169, 'spell_holy_fanaticism'),
(2170, 'spell_holy_divinepurpose'),
(2171, 'spell_holy_crusade'),
(2172, 'spell_holy_avengersshield'),
(2173, 'spell_holy_purifyingpower'),
(2174, 'spell_arcane_portalshattrath'),
(2175, 'spell_arcane_teleportshattrath'),
(2176, 'spell_holy_surgeoflight'),
(2177, 'spell_holy_blessedresillience'),
(2178, 'spell_holy_painsupression'),
(2179, 'spell_shadow_shadowpower'),
(2180, 'inv_potion_98'),
(2181, 'inv_potion_99'),
(2182, 'inv_potion_100'),
(2183, 'inv_potion_101'),
(2184, 'inv_potion_141'),
(2185, 'inv_stone_sharpeningstone_01'),
(2186, 'inv_stone_sharpeningstone_02'),
(2187, 'inv_stone_sharpeningstone_03'),
(2188, 'inv_stone_sharpeningstone_04'),
(2189, 'inv_stone_sharpeningstone_05'),
(2190, 'inv_stone_02'),
(2191, 'inv_stone_sharpeningstone_06'),
(2192, 'inv_stone_sharpeningstone_07'),
(2193, 'inv_stone_weightstone_02'),
(2194, 'inv_stone_weightstone_03'),
(2195, 'inv_stone_weightstone_01'),
(2196, 'inv_stone_weightstone_04'),
(2197, 'inv_stone_weightstone_05'),
(2198, 'inv_stone_weightstone_06'),
(2199, 'inv_stone_weightstone_07'),
(2200, 'inv_potion_20'),
(2201, 'inv_misc_rune_12'),
(2202, 'inv_misc_rune_13'),
(2203, 'inv_misc_rune_10'),
(2204, 'inv_misc_rune_11'),
(2205, 'ability_warrior_victoryrush'),
(2206, 'spell_shadow_shadesofdarkness'),
(2207, 'spell_misc_hellifrepvpcombatmorale'),
(2208, 'inv_misc_foot_centaur'),
(2209, 'spell_shadow_shadowembrace'),
(2210, 'spell_shadow_focusedpower'),
(2211, 'spell_shadow_misery'),
(2212, 'spell_holy_absolution'),
(2213, 'spell_holy_stoicism'),
(2214, 'spell_holy_circleofrenewal'),
(2215, 'spell_arcane_focusedpower'),
(2216, 'spell_unused'),
(2217, 'inv_misc_enggizmos_15'),
(2218, 'spell_holy_symbolofhope'),
(2219, 'spell_holy_prayerofmendingtga'),
(2220, 'inv_misc_summerfest_braziergreen'),
(2221, 'ability_hunter_silenthunter'),
(2222, 'ability_hunter_zenarchery'),
(2223, 'ability_hunter_combatexperience'),
(2224, 'ability_hunter_catlikereflexes'),
(2225, 'ability_hunter_serpentswiftness'),
(2226, 'ability_hunter_killcommand'),
(2227, 'ability_hunter_aspectoftheviper'),
(2228, 'ability_hunter_steadyshot'),
(2229, 'ability_hunter_beastwithin'),
(2230, 'ability_hunter_mastermarksman'),
(2231, 'ability_hunter_misdirection'),
(2232, 'ability_hunter_ferociousinspiration'),
(2233, 'ability_hunter_mastertactitian'),
(2234, 'ability_hunter_animalhandler'),
(2235, 'ability_hunter_displacement'),
(2236, 'ability_hunter_thrillofthehunt'),
(2237, 'ability_rogue_disembowel'),
(2238, 'ability_hunter_readiness'),
(2239, 'ability_hunter_survivalinstincts'),
(2240, 'ability_hunter_resourcefulness'),
(2241, 'inv_misc_crop_02'),
(2242, 'inv_enchant_voidsphere'),
(2243, 'inv_enchant_prismaticsphere'),
(2244, 'inv_weapon_rifle_19'),
(2245, 'inv_jewelry_ring_62'),
(2246, 'ability_druid_lacerate'),
(2247, 'ability_druid_balanceofpower'),
(2248, 'ability_druid_twilightswrath'),
(2249, 'ability_druid_empoweredrejuvination'),
(2250, 'ability_druid_naturalperfection'),
(2251, 'ability_druid_empoweredtouch'),
(2252, 'ability_druid_predatoryinstincts'),
(2253, 'ability_druid_primaltenacity'),
(2254, 'ability_druid_healinginstincts'),
(2255, 'ability_druid_dreamstate'),
(2256, 'ability_druid_lunarguidance'),
(2257, 'ability_druid_treeoflife'),
(2258, 'ability_druid_forceofnature'),
(2259, 'inv_misc_gem_pearl_06'),
(2260, 'inv_weapon_shortblade_38'),
(2261, 'inv_enchant_dustarcane'),
(2262, 'inv_misc_enggizmos_20'),
(2263, 'inv_gizmo_thebiggerone'),
(2264, 'inv_misc_bell_01'),
(2265, 'inv_jewelcrafting_goldenhare'),
(2266, 'spell_holy_blindingheal'),
(2267, 'spell_arcane_massdispel'),
(2268, 'spell_holy_heroism'),
(2269, 'inv_weapon_shortblade_28'),
(2270, 'inv_jewelcrafting_blackpearlpanther'),
(2271, 'inv_weapon_rifle_18'),
(2272, 'inv_sword_49'),
(2273, 'inv_misc_head_human_01'),
(2274, 'ability_druid_flightform'),
(2275, 'inv_misc_drum_03'),
(2276, 'inv_misc_drum_05'),
(2277, 'inv_misc_drum_06'),
(2278, 'inv_misc_drum_04'),
(2279, 'inv_misc_drum_07'),
(2280, 'inv_misc_drum_02'),
(2281, 'spell_arcane_arcanetorrent'),
(2282, 'inv_misc_herb_netherbloom'),
(2283, 'ability_rogue_bloodyeye'),
(2284, 'inv_weapon_shortblade_39'),
(2285, 'ability_hunter_rapidkilling'),
(2286, 'inv_feather_16'),
(2287, 'ability_shaman_watershield'),
(2288, 'ability_shaman_heroism'),
(2289, 'spell_nature_earthelemental_totem'),
(2290, 'spell_fire_elemental_totem'),
(2291, 'spell_holy_crusaderaura'),
(2292, 'spell_holy_sealofvengeance'),
(2293, 'spell_holy_sealofblood'),
(2294, 'spell_arcane_blast'),
(2295, 'ability_hunter_snaketrap'),
(2296, 'spell_shadow_shadowfiend'),
(2297, 'spell_shadow_felarmour'),
(2298, 'spell_fire_felflamebolt'),
(2299, 'spell_fire_felfire'),
(2300, 'inv_bannerpvp_03'),
(2301, 'inv_elemental_mote_earth01'),
(2302, 'inv_elemental_mote_fire01'),
(2303, 'inv_gizmo_khoriumpowercore'),
(2304, 'inv_feather_12'),
(2305, 'inv_stone_10'),
(2306, 'inv_gizmo_supersappercharge'),
(2307, 'ability_mage_moltenarmor'),
(2308, 'ability_mage_invisibility'),
(2309, 'spell_holy_crusaderstrike'),
(2310, 'ability_warlock_avoidance'),
(2311, 'spell_shadow_unstableaffliction_1'),
(2312, 'ability_druid_mangle2'),
(2313, 'inv_datacrystal02'),
(2314, 'inv_weapon_rifle_15'),
(2315, 'inv_misc_dust_03'),
(2316, 'inv_egg_03'),
(2317, 'inv_misc_herb_nightmarevine'),
(2318, 'ability_hunter_goforthethroat'),
(2319, 'inv_rod_enchantedfelsteel'),
(2320, 'inv_weapon_shortblade_07'),
(2321, 'inv_misc_gem_ebondraenite_02'),
(2322, 'inv_misc_leatherscrap_13'),
(2323, 'inv_qiraj_ourohide'),
(2324, 'inv_misc_idol_03'),
(2325, 'inv_misc_statue_06'),
(2326, 'spell_holy_consumemagic'),
(2327, 'inv_elemental_primal_fire'),
(2328, 'ability_hunter_pet_dragonhawk'),
(2329, 'inv_misc_armorkit_24'),
(2330, 'inv_misc_armorkit_21'),
(2331, 'inv_misc_armorkit_25'),
(2332, 'inv_misc_armorkit_23'),
(2333, 'ability_mount_netherdrakeelite'),
(2334, 'inv_misc_ammo_bullet_02'),
(2335, 'inv_misc_ammo_bullet_03'),
(2336, 'inv_misc_ammo_bullet_04'),
(2337, 'inv_stone_16'),
(2338, 'inv_2h_auchindoun_01'),
(2339, 'inv_crate_03'),
(2340, 'spell_fire_felcano'),
(2341, 'inv_boots_cloth_01'),
(2342, 'inv_boots_cloth_03'),
(2343, 'inv_staff_27'),
(2344, 'inv_wand_04'),
(2345, 'inv_wand_05'),
(2346, 'inv_drink_waterskin_11'),
(2347, 'inv_misc_statue_08'),
(2348, 'inv_misc_statue_05'),
(2349, 'inv_misc_statue_09'),
(2350, 'inv_misc_statue_10'),
(2351, 'inv_misc_statue_07'),
(2352, 'spell_fire_felpyroblast'),
(2353, 'inv_misc_food_66'),
(2354, 'spell_fire_felflamestrike'),
(2355, 'spell_fire_felimmolation'),
(2356, 'spell_fire_felfirenova'),
(2357, 'inv_qirajidol_war'),
(2358, 'inv_misc_dust_05'),
(2359, 'inv_misc_head_elf_01'),
(2360, 'inv_misc_head_elf_02'),
(2361, 'inv_misc_head_tauren_01'),
(2362, 'inv_potion_06'),
(2363, 'ability_rogue_shadowstep'),
(2364, 'inv_misc_bag_07'),
(2365, 'spell_fire_felfireward'),
(2366, 'spell_fire_felflamering'),
(2367, 'inv_gizmo_goblingtonkcontroller'),
(2368, 'inv_misc_missilelarge_red'),
(2369, 'spell_fire_felhellfire'),
(2370, 'inv_ingot_09'),
(2371, 'inv_elemental_mote_nether'),
(2372, 'inv_chest_wolf'),
(2373, 'inv_weapon_rifle_21'),
(2374, 'ability_hunter_pet_sporebat'),
(2375, 'spell_fire_felflamebreath'),
(2376, 'inv_weapon_halberd_03'),
(2377, 'inv_helmet_31'),
(2378, 'inv_feather_13'),
(2379, 'inv_elemental_primal_water'),
(2380, 'inv_elemental_primal_earth'),
(2381, 'inv_elemental_primal_air'),
(2382, 'inv_elemental_primal_life'),
(2383, 'inv_elemental_primal_mana'),
(2384, 'inv_elemental_primal_shadow'),
(2385, 'spell_fire_felrainoffire'),
(2386, 'inv_sword_63'),
(2387, 'inv_sword_54'),
(2388, 'inv_misc_key_10'),
(2389, 'inv_misc_key_02'),
(2390, 'inv_potion_140'),
(2391, 'inv_scroll_01'),
(2392, 'inv_potion_138'),
(2393, 'inv_potion_144'),
(2394, 'inv_boots_chain_01'),
(2395, 'ability_mount_cockatricemount_black'),
(2396, 'ability_mount_cockatricemount_blue'),
(2397, 'ability_mount_cockatricemount_purple'),
(2398, 'ability_mount_cockatricemount'),
(2399, 'ability_mount_cockatricemountelite_green'),
(2400, 'ability_mount_cockatricemountelite_purple'),
(2401, 'ability_mount_cockatricemountelite_black'),
(2402, 'inv_cask_02'),
(2403, 'ability_mount_ridingelekk_purple'),
(2404, 'ability_mount_ridingelekk_grey'),
(2405, 'ability_mount_ridingelekkelite_blue'),
(2406, 'ability_mount_ridingelekkelite_green'),
(2407, 'ability_mount_ridingelekkelite_purple'),
(2408, 'inv_potion_137'),
(2409, 'inv_misc_drum_01'),
(2410, 'inv_misc_bone_10'),
(2411, 'inv_misc_herb_manathistle'),
(2412, 'inv_mask_02'),
(2413, 'spell_misc_hellifrepvphonorholdfavor'),
(2414, 'inv_armor_shield_naxxramas_d_02'),
(2415, 'inv_potion_76'),
(2416, 'inv_pick_01'),
(2417, 'inv_pick_03'),
(2418, 'inv_pick_02'),
(2419, 'inv_wand_03'),
(2420, 'inv_sword_10'),
(2421, 'inv_helmet_66'),
(2422, 'ability_hunter_pet_netherray'),
(2423, 'inv_potion_154'),
(2424, 'inv_potion_158'),
(2425, 'inv_potion_155'),
(2426, 'inv_potion_159'),
(2427, 'spell_unused2'),
(2428, 'inv_misc_coin_10'),
(2429, 'inv_rod_enchantedadamantite'),
(2430, 'spell_holy_lastingdefense'),
(2431, 'inv_weapon_hand_08'),
(2432, 'inv_weapon_hand_09'),
(2433, 'inv_weapon_hand_06'),
(2434, 'inv_weapon_crossbow_18'),
(2435, 'spell_nature_giftofthewild'),
(2436, 'inv_misc_book_06'),
(2437, 'inv_jewelry_necklace_03'),
(2438, 'inv_weapon_shortblade_46'),
(2439, 'inv_potion_35'),
(2440, 'inv_potion_77'),
(2441, 'inv_potion_70'),
(2442, 'inv_potion_42'),
(2443, 'inv_hammer_13'),
(2444, 'inv_hammer_unique_sulfuras'),
(2445, 'spell_fire_bluepyroblast'),
(2446, 'spell_fire_blueflamebolt'),
(2447, 'inv_sword_52'),
(2448, 'inv_misc_apexis_crystal'),
(2449, 'inv_netherwhelp'),
(2450, 'inv_datacrystal06'),
(2451, 'inv_misc_gem_sapphire_02'),
(2452, 'inv_misc_noose_01'),
(2453, 'inv_misc_gem_lionseye_01'),
(2454, 'inv_misc_gem_bloodgem_02'),
(2455, 'inv_misc_gem_azuredraenite_02'),
(2456, 'spell_fire_blueimmolation'),
(2457, 'inv_chest_cloth_66'),
(2458, 'spell_fire_bluefire'),
(2459, 'spell_fire_bluerainoffire'),
(2460, 'spell_fire_blueflamering'),
(2461, 'spell_fire_bluefirenova'),
(2462, 'inv_weapon_halberd18'),
(2463, 'inv_gauntlets_17'),
(2464, 'inv_datacrystal05'),
(2465, 'inv_weapon_shortblade_25'),
(2466, 'ability_mount_cockatricemountelite_blue'),
(2467, 'inv-mount_raven_54'),
(2468, 'inv_misc_ribbon_01'),
(2469, 'inv_potion_164'),
(2470, 'inv_misc_armorkit_22'),
(2471, 'inv_misc_armorkit_16'),
(2472, 'inv_misc_armorkit_15'),
(2473, 'inv_misc_armorkit_07'),
(2474, 'inv_misc_armorkit_09'),
(2475, 'inv_misc_armorkit_05'),
(2476, 'inv_misc_armorkit_26'),
(2477, 'spell_fire_bluehellfire'),
(2478, 'inv_gizmo_poltryiser_01'),
(2479, 'inv_helmet_49'),
(2480, 'inv_gizmo_manapotionpack'),
(2481, 'inv_misc_food_64'),
(2482, 'inv_misc_food_88_ravagernuggets'),
(2483, 'inv_misc_food_76'),
(2484, 'inv_misc_root_02'),
(2485, 'inv_misc_food_60'),
(2486, 'inv_misc_spyglass_02'),
(2487, 'inv_wand_1h_stratholme_d_01'),
(2488, 'inv_mushroom_09'),
(2489, 'inv_enchant_shardprismaticsmall'),
(2490, 'inv_enchant_disenchant'),
(2491, 'inv_drink_17'),
(2492, 'inv_box_01'),
(2493, 'inv_misc_food_25'),
(2494, 'inv_misc_horn_02'),
(2495, 'inv_misc_fish_02'),
(2496, 'inv_jewelry_necklace_12'),
(2497, 'inv_misc_bandage_04'),
(2498, 'inv_misc_bandage_04'),
(2499, 'inv_misc_bomb_03'),
(2500, 'inv_weapon_shortblade_26'),
(2501, 'inv_misc_key_11'),
(2502, 'inv_misc_key_13'),
(2503, 'inv_trinket_honorhold'),
(2504, 'inv_relics_idolofferocity'),
(2505, 'inv_misc_bomb_07'),
(2506, 'inv_misc_orb_05'),
(2507, 'inv_misc_note_03'),
(2508, 'inv_misc_enggizmos_01'),
(2509, 'inv_misc_stonetablet_11'),
(2510, 'inv_bow_1h_auchindoun_d_01'),
(2511, 'inv_misc_ammo_arrow_03'),
(2512, 'inv_offhand_stratholme_a_01'),
(2513, 'inv_misc_head_troll_01'),
(2514, 'inv_misc_food_wheat_01'),
(2515, 'inv_cask_04'),
(2516, 'inv_jewelry_talisman_12'),
(2517, 'inv_wand_20'),
(2518, 'inv_misc_beer_01'),
(2519, 'inv_misc_bone_dwarfskull_01'),
(2520, 'inv_weapon_halberd_21'),
(2521, 'inv_gauntlets_29'),
(2522, 'inv_shoulder_08'),
(2523, 'inv_misc_toy_04'),
(2524, 'inv_misc_toy_02'),
(2525, 'inv_misc_toy_01'),
(2526, 'inv_misc_toy_03'),
(2527, 'inv_misc_enggizmos_05'),
(2528, 'inv_misc_bag_28_halloween'),
(2529, 'inv_wand_19'),
(2530, 'inv_weapon_bow_16'),
(2531, 'inv_belt_05'),
(2532, 'inv_drink_19'),
(2533, 'inv_misc_fish_09'),
(2534, 'inv_gizmo_rocketbootextreme'),
(2535, 'inv_holiday_brewfestbuff_01'),
(2536, 'inv_misc_herb_15'),
(2537, 'inv_misc_armorkit_20'),
(2538, 'ability_hunter_pet_ravager'),
(2539, 'inv_misc_enggizmos_06'),
(2540, 'inv_drink_14'),
(2541, 'ability_hunter_disarmingshot'),
(2542, 'spell_holy_chastise'),
(2543, 'inv_misc_idol_02'),
(2544, 'inv_datacrystal10'),
(2545, 'inv_misc_basket_01'),
(2546, 'ability_mount_gyrocoptorelite'),
(2547, 'ability_mount_gyrocoptor'),
(2548, 'inv_axe_15'),
(2549, 'inv_sword_2h_blacksmithing_02'),
(2550, 'inv_potion_53'),
(2551, 'inv_drink_23'),
(2552, 'inv_gizmo_06'),
(2553, 'inv_misc_shell_01'),
(2554, 'ability_mount_warhippogryph'),
(2555, 'inv_misc_armorkit_04'),
(2556, 'inv_crate_04'),
(2557, 'inv_feather_05'),
(2558, 'inv_enchant_shardprismaticlarge'),
(2559, 'inv_misc_bag_08'),
(2560, 'inv_misc_food_01'),
(2561, 'inv_gizmo_zapthrottlegascollector'),
(2562, 'ability_shaman_stormstrike'),
(2563, 'inv_misc_tabardpvp_04'),
(2564, 'inv_potion_166'),
(2565, 'inv_misc_bomb_01'),
(2566, 'inv_hammer_11'),
(2567, 'inv_hammer_17'),
(2568, 'inv_helmet_05'),
(2569, 'inv_mace_17'),
(2570, 'inv_mace_25'),
(2571, 'inv_axe_61'),
(2572, 'inv_sword_73'),
(2573, 'inv_helmet_55'),
(2574, 'inv_helmet_57'),
(2575, 'inv_helmet_58'),
(2576, 'inv_misc_flower_03'),
(2577, 'inv_misc_powder_green'),
(2578, 'inv_misc_map_01'),
(2579, 'spell_fire_blueflamebreath'),
(2580, 'inv_jewelry_ring_46'),
(2581, 'inv_misc_armorkit_08'),
(2582, 'inv_misc_gem_pearl_01'),
(2583, 'inv_misc_groupneedmore'),
(2584, 'inv_qiraj_jewelencased'),
(2585, 'inv_misc_flower_04'),
(2586, 'inv_armor_shield_naxxramas_d_01'),
(2587, 'inv_misc_screwdriver_02'),
(2588, 'inv_sword_89'),
(2589, 'inv_misc_missilesmall_red'),
(2590, 'inv_gizmo_newgoggles'),
(2591, 'inv_summerfest_fireflower'),
(2592, 'inv_misc_bag_soulbag'),
(2593, 'inv_misc_fish_23'),
(2594, 'inv_misc_fish_10'),
(2595, 'inv_rod_enchantedeternium'),
(2596, 'inv_weapon_glave_01'),
(2597, 'inv_weapon_shortblade_48'),
(2598, 'inv_misc_head_dragon_red'),
(2599, 'inv_staff_78'),
(2600, 'inv_misc_food_68'),
(2601, 'inv_enchant_dustdream'),
(2602, 'inv_ingot_thorium'),
(2603, 'spell_nature_elementalprecision_2'),
(2604, 'inv_misc_gem_variety_01'),
(2605, 'inv_misc_missilesmall_blue'),
(2606, 'inv_misc_weathermachine_01'),
(2607, 'inv_holiday_summerfest_petals'),
(2608, 'inv_misc_petbiscuit_01'),
(2609, 'inv_qirajidol_obsidian'),
(2610, 'inv_misc_book_09'),
(2611, 'inv_misc_firedancer_01'),
(2612, 'inv_misc_punchcards_blue'),
(2613, 'inv_misc_ticket_tarot_beasts_01'),
(2614, 'spell_misc_warsongbrutal'),
(2615, 'spell_misc_warsongfocus'),
(2616, 'inv_misc_food_51'),
(2617, 'inv_misc_food_80'),
(2618, 'inv_weapon_hand_03'),
(2619, 'inv_misc_head_02'),
(2620, 'inv_jewelry_ring_35'),
(2621, 'inv_qiraj_carapaceoldgod'),
(2622, 'inv_sword_62'),
(2623, 'spell_deathknight_plaguestrike'),
(2624, 'spell_deathknight_deathstrike'),
(2625, 'spell_misc_hellifrepvpthrallmarfavor'),
(2626, 'inv_shield_32'),
(2627, 'inv_misc_gem_crystalcut_01'),
(2628, 'inv_belt_12'),
(2629, 'inv_gizmo_gnomishflameturret'),
(2630, 'inv_scroll_04'),
(2631, 'inv_misc_ticket_tarot_stack_01'),
(2632, 'spell_deathknight_frostpresence'),
(2633, 'spell_deathknight_unholypresence'),
(2634, 'inv_mace_66'),
(2635, 'inv_sword_104'),
(2636, 'spell_deathknight_bloodpresence'),
(2637, 'inv_shirt_guildtabard_01'),
(2638, 'inv_axe_89'),
(2639, 'spell_deathknight_classicon'),
(2640, 'inv_sword_105'),
(2641, 'inv_drink_waterskin_12'),
(2642, 'inv_misc_grouplooking'),
(2643, 'inv_jewelry_amulet_03'),
(2644, 'inv_misc_food_63'),
(2645, 'inv_drink_waterskin_03'),
(2646, 'inv_bijou_red'),
(2647, 'inv_misc_gear_08'),
(2648, 'inv_mace_1h_stratholme_d_02'),
(2649, 'inv_misc_bandage_15'),
(2650, 'inv_summerfest_firepotion'),
(2651, 'inv_misc_bone_08'),
(2652, 'inv_misc_food_30'),
(2653, 'inv_shoulder_36'),
(2654, 'inv_jewelcrafting_jadeowl'),
(2655, 'inv_sword_03'),
(2656, 'inv_sword_112'),
(2657, 'inv_sword_07'),
(2658, 'inv_misc_food_20'),
(2659, 'spell_arcane_portalstonard'),
(2660, 'spell_arcane_teleportstonard'),
(2661, 'spell_arcane_teleporttheramore'),
(2662, 'spell_arcane_portaltheramore'),
(2663, 'inv_misc_herb_08'),
(2664, 'inv_axe_68'),
(2665, 'inv_gizmo_rocketlauncher'),
(2666, 'inv_weapon_rifle_20'),
(2667, 'inv_sword_40'),
(2668, 'inv_misc_missilesmall_yellow'),
(2669, 'inv_misc_herb_constrictorgrass'),
(2670, 'inv_potion_162'),
(2671, 'inv_misc_bandage_05'),
(2672, 'inv_gizmo_felironbomb'),
(2673, 'inv_feather_14'),
(2674, 'inv_misc_monsterscales_01'),
(2675, 'inv_weapon_halberd14'),
(2676, 'inv_potion_27'),
(2677, 'inv_chest_chain'),
(2678, 'inv_mace_52'),
(2679, 'inv_jewelcrafting_truesilvercrab'),
(2680, 'inv_misc_pocketwatch_02'),
(2681, 'creature_sporemushroom'),
(2682, 'inv_misc_pelt_01'),
(2683, 'inv_misc_punchcards_yellow'),
(2684, 'inv_misc_punchcards_red'),
(2685, 'inv_misc_punchcards_blue'),
(2686, 'inv_misc_bone_01'),
(2687, 'inv_misc_ear_human_02'),
(2688, 'inv_misc_gem_pearl_08'),
(2689, 'inv_ore_feliron'),
(2690, 'inv_misc_head_gnoll_01'),
(2691, 'inv_misc_bandage_16'),
(2692, 'inv_misc_bandana_03'),
(2693, 'inv_misc_pelt_bear_01'),
(2694, 'inv_weapon_shortblade_84'),
(2695, 'inv_summerfest_firedrink'),
(2696, 'inv_misc_bone_02'),
(2697, 'inv_misc_powder_copper'),
(2698, 'inv_helmet_41'),
(2699, 'inv_misc_fish_34'),
(2700, 'inv_potion_57'),
(2701, 'inv_misc_ear_human_01'),
(2702, 'inv_sword_122'),
(2703, 'inv_armor_helm_plate_naxxramas_raidwarrior_c_01'),
(2704, 'inv_crate_02'),
(2705, 'inv_misc_food_70'),
(2706, 'inv_misc_orb_05'),
(2707, 'inv_misc_leatherscrap_01'),
(2708, 'inv_weapon_shortblade_09'),
(2709, 'inv_weapon_shortblade_60'),
(2710, 'inv_weapon_hand_18'),
(2711, 'inv_axe_35'),
(2712, 'inv_misc_discoball_01'),
(2713, 'inv_misc_crop_01'),
(2714, 'ability_mount_kotobrewfest'),
(2715, 'inv_axe_95'),
(2716, 'inv_boots_plate_06'),
(2717, 'inv_misc_elvencoins'),
(2718, 'spell_deathknight_armyofthedead'),
(2719, 'spell_deathknight_empowerruneblade'),
(2720, 'spell_deathknight_iceboundfortitude'),
(2721, 'spell_deathknight_icetouch'),
(2722, 'spell_deathknight_mindfreeze'),
(2723, 'spell_deathknight_strangulate'),
(2724, 'spell_deathknight_bloodtap'),
(2725, 'spell_deathknight_bloodboil'),
(2726, 'spell_deathknight_runetap'),
(2727, 'spell_deathknight_frozenruneweapon'),
(2728, 'inv_weapon_shortblade_78'),
(2729, 'ability_warrior_intensifyrage'),
(2730, 'spell_deathknight_butcher'),
(2731, 'spell_deathknight_bladedarmor'),
(2732, 'thrown_1h_harpoon_d_01bronze'),
(2733, 'inv_holiday_christmas_wrapping_01'),
(2734, 'inv_holiday_christmas_present_03'),
(2735, 'inv_misc_hook_01'),
(2736, 'inv_fishingpole_01'),
(2737, 'inv_helmet_44'),
(2738, 'inv_chest_mail_04'),
(2739, 'inv_chest_leather_13'),
(2740, 'spell_deathknight_empowerruneblade2'),
(2741, 'inv_misc_surgeonglove_01'),
(2742, 'inv_misc_bandage_netherweave_heavy'),
(2743, 'inv_bijou_blue'),
(2744, 'inv_bijou_bronze'),
(2745, 'inv_bijou_green'),
(2746, 'inv_bijou_orange'),
(2747, 'inv_bijou_purple'),
(2748, 'inv_bijou_yellow'),
(2749, 'inv_bijou_gold'),
(2750, 'ability_warrior_titansgrip'),
(2751, 'spell_deathknight_butcher2'),
(2752, 'inv_crystallized_earth'),
(2753, 'inv_misc_head_quillboar_01'),
(2754, 'inv_helmet_92'),
(2755, 'inv_misc_enggizmos_rocketchicken'),
(2756, 'inv_sword_39'),
(2757, 'inv_staff_medivh'),
(2758, 'inv_scarab_crystal'),
(2759, 'inv_misc_map02'),
(2760, 'inv_misc_map04'),
(2761, 'inv_misc_map05'),
(2762, 'inv_misc_map03'),
(2763, 'inv_misc_map06'),
(2764, 'inv_tradeskillitem_03'),
(2765, 'inv_wand_23'),
(2766, 'inv_misc_comb_02'),
(2767, 'ability_warrior_bloodsurge'),
(2768, 'inv_potion_90'),
(2769, 'ability_warrior_bullrush'),
(2770, 'ability_warrior_trauma'),
(2771, 'ability_warrior_shieldbreak'),
(2772, 'inv_misc_bomb_06'),
(2773, 'inv_mace_81'),
(2774, 'ability_warrior_bloodbath'),
(2775, 'ability_warrior_unrelentingassault'),
(2776, 'ability_warrior_strengthofarms'),
(2777, 'ability_warrior_shockwave'),
(2778, 'ability_warrior_criticalblock'),
(2779, 'ability_warrior_stalwartprotector'),
(2780, 'ability_warrior_swordandboard'),
(2781, 'ability_warrior_safeguard'),
(2782, 'ability_warrior_bladestorm'),
(2783, 'ability_warrior_furiousresolve'),
(2784, 'inv_misc_food_61'),
(2785, 'inv_misc_head_orc_01'),
(2786, 'inv_misc_head_undead_02'),
(2787, 'inv_misc_pheonixpet_01'),
(2788, 'inv_misc_head_dwarf_01'),
(2789, 'inv_chest_cloth_59'),
(2790, 'inv_datacrystal11'),
(2791, 'inv_jewelry_necklace_25'),
(2792, 'inv_helmet_52'),
(2793, 'inv_mace_54'),
(2794, 'inv_weapon_shortblade_57'),
(2795, 'inv_diablostone'),
(2796, 'inv_staff_52'),
(2797, 'inv_staff_15'),
(2798, 'inv_shoulder_59'),
(2799, 'inv_weapon_shortblade_42'),
(2800, 'inv_staff_73'),
(2801, 'inv_misc_coin_01'),
(2802, 'inv_misc_coin_04'),
(2803, 'inv_misc_coin_08'),
(2804, 'inv_misc_coin_15'),
(2805, 'inv_misc_coin_07'),
(2806, 'inv_helmet_114'),
(2807, 'inv_shield_48'),
(2808, 'inv_enchant_voidcrystal'),
(2809, 'inv_misc_herb_felweed'),
(2810, 'inv_enchant_essencearcanesmall'),
(2811, 'inv_jewelry_trinketpvp_02'),
(2812, 'inv_jewelry_trinketpvp_01'),
(2813, 'inv_helmet_130'),
(2814, 'inv_misc_rune_14'),
(2815, 'inv_trinket_thrallmar'),
(2816, 'inv_ingot_06'),
(2817, 'inv_fabric_spellfire'),
(2818, 'spell_holy_penance'),
(2819, 'spell_holy_hopeandgrace'),
(2820, 'spell_holy_devineaegis'),
(2821, 'spell_holy_aspiration'),
(2822, 'inv_weapon_shortblade_47'),
(2823, 'inv_shield_16'),
(2824, 'inv_scroll_07'),
(2825, 'inv_misc_rune_08'),
(2826, 'inv_jewelry_frostwolftrinket_01'),
(2827, 'inv_jewelry_stormpiketrinket_01'),
(2828, 'inv_jewelry_frostwolftrinket_05'),
(2829, 'inv_jewelry_stormpiketrinket_05'),
(2830, 'inv_brd_banner'),
(2831, 'inv_weapon_bow_07'),
(2832, 'inv_staff_13'),
(2833, 'inv_elemental_mote_water01'),
(2834, 'ability_warrior_vigilance'),
(2835, 'inv_misc_rune_07'),
(2836, 'ability_druid_cyclone'),
(2837, 'ability_druid_galewinds'),
(2838, 'ability_druid_typhoon'),
(2839, 'inv_jewelry_necklace_21'),
(2840, 'inv_pick_05'),
(2841, 'ability_warrior_incite'),
(2842, 'inv_weapon_bow_39'),
(2843, 'inv_mace_51'),
(2844, 'spell_holy_testoffaith'),
(2845, 'spell_holy_divineprovidence'),
(2846, 'inv_misc_note_01'),
(2847, 'spell_shadow_psychichorrors'),
(2848, 'spell_shadow_mindtwisting'),
(2849, 'inv_misc_head_centaur_01'),
(2850, 'ability_druid_kingofthejungle'),
(2851, 'ability_druid_mastershapeshifter'),
(2852, 'ability_druid_berserk'),
(2853, 'ability_druid_owlkinfrenzy'),
(2854, 'ability_druid_starfall'),
(2855, 'ability_druid_improvedmoonkinform'),
(2856, 'ability_druid_eclipse'),
(2857, 'ability_druid_infectedwound'),
(2858, 'ability_druid_primalprecision'),
(2859, 'ability_druid_primalagression'),
(2860, 'ability_druid_giftoftheearthmother'),
(2861, 'ability_druid_improvedtreeform'),
(2862, 'ability_druid_replenish'),
(2863, 'ability_druid_nourish'),
(2864, 'ability_druid_flourish'),
(2865, 'ability_druid_skinteeth'),
(2866, 'inv_misc_herb_05'),
(2867, 'inv_enchant_essenceeternalsmall'),
(2868, 'inv_misc_herb_04'),
(2869, 'inv_misc_herb_18'),
(2870, 'inv_misc_herb_12'),
(2871, 'inv_misc_herb_01'),
(2872, 'inv_enchant_dustvision'),
(2873, 'spell_holy_guardianspirit'),
(2874, 'spell_shadow_painandsuffering'),
(2875, 'spell_shadow_dispersion'),
(2876, 'inv_misc_herb_14'),
(2877, 'inv_jewelcrafting_livingruby_02'),
(2878, 'inv_mushroom_06'),
(2879, 'inv_potion_36'),
(2880, 'inv_misc_herb_icecap'),
(2881, 'inv_misc_herb_terrocone'),
(2882, 'inv_ore_eternium'),
(2883, 'inv_sword_103'),
(2884, 'inv_misc_bag_07_blue'),
(2885, 'inv_mace_80'),
(2886, 'inv_misc_herb_talandrasrose'),
(2887, 'inv_misc_herb_icethorn'),
(2888, 'inv_misc_book_01'),
(2889, 'inv_misc_book_05'),
(2890, 'inv_misc_book_10'),
(2891, 'inv_misc_book_08'),
(2892, 'inv_misc_book_04'),
(2893, 'inv_misc_book_02'),
(2894, 'spell_holy_rapture'),
(2895, 'spell_shadow_mindshear'),
(2896, 'inv_sword_01'),
(2897, 'inv_jewelry_stormpiketrinket_03'),
(2898, 'inv_jewelry_frostwolftrinket_03'),
(2899, 'spell_holy_borrowedtime'),
(2900, 'spell_holy_serendipity'),
(2901, 'spell_shadow_twistedfaith'),
(2902, 'inv_drink_21'),
(2903, 'ability_rogue_honoramongstthieves'),
(2904, 'ability_rogue_fanofknives'),
(2905, 'ability_rogue_turnthetables'),
(2906, 'ability_rogue_wrongfullyaccused'),
(2907, 'ability_rogue_murderspree'),
(2908, 'ability_rogue_dismantle'),
(2909, 'ability_rogue_cuttothechase'),
(2910, 'ability_rogue_throwingspecialization'),
(2911, 'inv_enchant_shardgleamingsmall'),
(2912, 'inv_staff_63'),
(2913, 'inv_misc_ammo_bullet_05'),
(2914, 'inv_shield_59'),
(2915, 'inv_sword_37'),
(2916, 'inv_sword_38'),
(2917, 'inv_misc_celebrationcake_01'),
(2918, 'inv_misc_fish_35'),
(2919, 'ability_mount_cockatricemountelite_white'),
(2920, 'inv_mushroom_11'),
(2921, 'inv_misc_punchcards_prismatic'),
(2922, 'inv_mace_30'),
(2923, 'inv_misc_cauldron_arcane'),
(2924, 'inv_misc_tabardpvp_03'),
(2925, 'inv_misc_food_49'),
(2926, 'inv_weapon_rifle_05'),
(2927, 'inv_helmet_94'),
(2928, 'inv_bracer_07'),
(2929, 'inv_misc_quiver_02'),
(2930, 'inv_misc_bag_12'),
(2931, 'inv_misc_gem_diamond_05'),
(2932, 'inv_misc_throwingball_01'),
(2933, 'inv_fishingpole_03'),
(2934, 'inv_jewelry_necklace_22'),
(2935, 'ability_hunter_wildquiver'),
(2936, 'ability_hunter_cobrastrikes'),
(2937, 'inv_enchant_dustillusion'),
(2938, 'ability_mage_brainfreeze'),
(2939, 'ability_mage_deepfreeze'),
(2940, 'ability_mage_potentspirit'),
(2941, 'ability_mage_incantersabsorbtion'),
(2942, 'ability_mage_studentofthemind'),
(2943, 'ability_mage_netherwindpresence'),
(2944, 'inv_torch_thrown'),
(2945, 'ability_mage_shattershield'),
(2946, 'ability_mage_frostfirebolt'),
(2947, 'ability_mage_wintersgrasp'),
(2948, 'ability_mage_worldinflames'),
(2949, 'inv_misc_sawblade_01'),
(2950, 'inv_misc_food_26'),
(2951, 'inv_misc_food_27'),
(2952, 'inv_misc_food_29'),
(2953, 'inv_mask_04'),
(2954, 'inv_mask_06'),
(2955, 'inv_offhand_naxxramas_03'),
(2956, 'ability_rogue_deviouspoisons'),
(2957, 'ability_rogue_bloodsplatter'),
(2958, 'ability_rogue_waylay'),
(2959, 'ability_rogue_shadowdance'),
(2960, 'inv_misc_fish_48'),
(2961, 'ability_rogue_hungerforblood'),
(2962, 'ability_rogue_slaughterfromtheshadows'),
(2963, 'ability_rogue_deadlybrew'),
(2964, 'ability_rogue_unfairadvantage'),
(2965, 'ability_mage_chilledtothebone'),
(2966, 'ability_mage_conjurefoodrank9'),
(2967, 'ability_mage_conjurefoodrank10'),
(2968, 'ability_warrior_bloodnova'),
(2969, 'inv_misc_dragonkite_01'),
(2970, 'achievement_general'),
(2971, 'inv_sword_61'),
(2972, 'inv_axe_94'),
(2973, 'inv_enchant_shardradientsmall'),
(2974, 'inv_summerfest_symbol_high'),
(2975, 'inv_summerfest_symbol_low'),
(2976, 'inv_egg_01'),
(2977, 'inv_misc_armorkit_14'),
(2978, 'inv_misc_herb_blacklotus'),
(2979, 'inv_mace_22'),
(2980, 'inv_crystallized_water'),
(2981, 'inv_crystallized_life'),
(2982, 'ability_rogue_focusedattacks'),
(2983, 'ability_rogue_preyontheweak'),
(2984, 'ability_rogue_stayofexecution'),
(2985, 'thrown_1h_harpoon_d_01'),
(2986, 'inv_staff_05'),
(2987, 'inv_misc_gem_flamespessarite_02'),
(2988, 'inv_misc_food_104_tundraberries'),
(2989, 'inv_misc_bag_27'),
(2990, 'inv_scroll_10'),
(2991, 'ability_druid_earthandsky'),
(2992, 'inv_misc_coin_06'),
(2993, 'inv_misc_coin_02'),
(2994, 'inv_misc_coin_03'),
(2995, 'inv_misc_coin_16'),
(2996, 'inv_holiday_beerfestpretzel01'),
(2997, 'inv_misc_cauldron_nature'),
(2998, 'ability_mage_burnout'),
(2999, 'ability_mage_hotstreak'),
(3000, 'ability_mage_livingbomb'),
(3001, 'inv_mace_69'),
(3002, 'inv_potion_165'),
(3003, 'inv_misc_book_13'),
(3004, 'inv_misc_food_85_stegadonbite'),
(3005, 'spell_deathknight_summondeathcharger'),
(3006, 'spell_deathknight_spelldeflection'),
(3007, 'spell_deathknight_darkconviction'),
(3008, 'spell_deathknight_vendetta'),
(3009, 'spell_deathknight_subversion'),
(3010, 'spell_deathknight_gnaw_ghoul'),
(3011, 'spell_deathknight_thrash_ghoul'),
(3012, 'spell_deathknight_explode_ghoul'),
(3013, 'ability_paladin_judgementred'),
(3014, 'ability_paladin_judgementblue'),
(3015, 'ability_paladin_judgementsofthejust'),
(3016, 'ability_paladin_shieldofthetemplar'),
(3017, 'ability_paladin_judgementofthewise'),
(3018, 'ability_paladin_judgementofthepure'),
(3019, 'ability_paladin_sacredcleansing'),
(3020, 'ability_paladin_enlightenedjudgements'),
(3021, 'ability_paladin_infusionoflight'),
(3022, 'ability_paladin_blessedhands'),
(3023, 'ability_paladin_hammeroftherighteous'),
(3024, 'ability_paladin_touchedbylight'),
(3025, 'ability_paladin_righteousvengeance'),
(3026, 'ability_paladin_gaurdedbythelight'),
(3027, 'ability_paladin_divinestorm'),
(3028, 'ability_paladin_swiftretribution'),
(3029, 'ability_paladin_sanctifiedwrath'),
(3030, 'ability_paladin_sheathoflight'),
(3031, 'ability_paladin_shieldofvengeance'),
(3032, 'ability_paladin_beaconoflight'),
(3033, 'ability_paladin_blessedmending'),
(3034, 'ability_paladin_artofwar'),
(3035, 'inv_potion_54'),
(3036, 'achievement_arena_2v2_7'),
(3037, 'achievement_arena_2v2_5'),
(3038, 'achievement_arena_2v2_4'),
(3039, 'achievement_arena_2v2_1'),
(3040, 'inv_chest_cloth_30'),
(3041, 'inv_weapon_shortblade_79'),
(3042, 'inv_crate_01'),
(3043, 'achievement_arena_5v5_7'),
(3044, 'achievement_arena_5v5_5'),
(3045, 'achievement_arena_5v5_4'),
(3046, 'achievement_arena_5v5_1'),
(3047, 'achievement_arena_3v3_7'),
(3048, 'achievement_arena_3v3_5'),
(3049, 'achievement_arena_3v3_4'),
(3050, 'achievement_arena_3v3_1'),
(3051, 'spell_arcane_portaldalaran'),
(3052, 'inv_box_birdcage_01'),
(3053, 'spell_shaman_elementaloath'),
(3054, 'inv_sword_66'),
(3055, 'inv_misc_enggizmos_30'),
(3056, 'inv_misc_enggizmos_13'),
(3057, 'spell_shaman_tidalwaves'),
(3058, 'spell_shaman_hex'),
(3059, 'spell_shaman_staticshock'),
(3060, 'spell_shaman_giftearthmother'),
(3061, 'spell_shaman_earthlivingweapon'),
(3062, 'spell_shaman_spiritlink'),
(3063, 'spell_shaman_stormearthfire'),
(3064, 'spell_shaman_lavaburst'),
(3065, 'spell_shaman_ancestralawakening'),
(3066, 'spell_shaman_astralshift'),
(3067, 'inv_chest_christmas02'),
(3068, 'inv_crate_05'),
(3069, 'inv_misc_dragonkite_02'),
(3070, 'inv_belt_25'),
(3071, 'inv_belt_09'),
(3072, 'inv_ore_mithril_01'),
(3073, 'inv_misc_bag_17'),
(3074, 'inv_datacrystal03'),
(3075, 'inv_misc_key_07'),
(3076, 'inv_qiraj_hiltornate'),
(3077, 'inv_misc_fish_37'),
(3078, 'inv_potion_112'),
(3079, 'inv_feather_11'),
(3080, 'spell_shaman_thunderstorm'),
(3081, 'spell_shaman_feralspirit'),
(3082, 'inv_misc_beer_02'),
(3083, 'inv_misc_beer_04'),
(3084, 'inv_shirt_15'),
(3085, 'inv_shirt_12'),
(3086, 'inv_sword_68'),
(3087, 'spell_shaman_lavaflow'),
(3088, 'spell_nature_wispsplodegreen'),
(3089, 'inv_weapon_rifle_29'),
(3090, 'inv_jewelcrafting_talasite_03'),
(3091, 'inv_misc_enggizmos_32'),
(3092, 'inv_helmet_67'),
(3093, 'ui-glyph-rune-11'),
(3094, 'inv_misc_rune_09'),
(3095, 'inv_boots_mail_01'),
(3096, 'inv_jewelry_talisman_10'),
(3097, 'inv_weapon_shortblade_12'),
(3098, 'ui-glyph-rune-11'),
(3099, 'inv_misc_herb_ragveil'),
(3100, 'achievement_arena_2v2_2'),
(3101, 'inv_misc_thread_01'),
(3102, 'inv_jewelcrafting_bronzesetting'),
(3103, 'inv_gauntlets_61'),
(3104, 'inv_jewelcrafting_thoriumsetting'),
(3105, 'inv_belt_36'),
(3106, 'spell_holy_persecution'),
(3107, 'inv_misc_pelt_boar_ruin_03'),
(3109, 'inv_boots_plate_05'),
(3110, 'ui-glyph-rune-1'),
(3112, 'ui-glyph-rune-10'),
(3113, 'ui-glyph-rune-12'),
(3114, 'ui-glyph-rune-13'),
(3115, 'ui-glyph-rune-14'),
(3116, 'ui-glyph-rune-15'),
(3117, 'ui-glyph-rune-16'),
(3118, 'ui-glyph-rune-17'),
(3119, 'ui-glyph-rune-18'),
(3120, 'ui-glyph-rune-19'),
(3121, 'ui-glyph-rune-20'),
(3122, 'ui-glyph-rune-2'),
(3123, 'ui-glyph-rune-3'),
(3124, 'ui-glyph-rune-4'),
(3125, 'ui-glyph-rune-5'),
(3126, 'ui-glyph-rune-6'),
(3127, 'ui-glyph-rune-7'),
(3128, 'ui-glyph-rune-8'),
(3129, 'ui-glyph-rune1'),
(3130, 'inv_misc_slime_02'),
(3131, 'spell_holy_impholyconcentration'),
(3132, 'inv_jewelcrafting_crimsonhare'),
(3133, 'inv_jewelcrafting_azureowl'),
(3134, 'inv_jewelcrafting_purpleserpent'),
(3135, 'inv_jewelcrafting_emeraldboar'),
(3136, 'inv_jewelcrafting_nightseye_03'),
(3137, 'inv_staff_16'),
(3138, 'inv_weapon_halberd_02'),
(3139, 'spell_shadow_skull'),
(3140, 'inv_misc_bomb_08'),
(3141, 'spell_deathknight_bloodplague'),
(3142, 'spell_deathknight_frostfever'),
(3143, 'spell_deathknight_scourgestrike'),
(3144, 'spell_deathknight_antimagiczone'),
(3145, 'inv_weapon_shortblade_40'),
(3146, 'inv_spear_11'),
(3147, 'spell_deathknight_pathoffrost'),
(3148, 'inv_sword_126'),
(3149, 'ability_heroicleap'),
(3150, 'inv_misc_food_119_rhinomeat'),
(3151, 'inv_gizmo_fuelcell'),
(3152, 'inv_belt_16'),
(3153, 'inv_misc_map07'),
(3154, 'inv_boots_mail_02'),
(3155, 'inv_helmet_32'),
(3156, 'spell_shaman_maelstromweapon'),
(3157, 'spell_shaman_blessingofeternals'),
(3158, 'spell_shaman_spectraltransformation'),
(3159, 'spell_shaman_improvedstormstrike'),
(3160, 'inv_mace_46'),
(3161, 'inv_sword_96'),
(3162, 'inv_misc_food_84_roastclefthoof'),
(3163, 'inv_misc_enggizmos_04'),
(3164, 'inv_misc_ticket_darkmoon_01'),
(3165, 'inv_misc_food_86_basilisk'),
(3166, 'inv_datacrystal07'),
(3167, 'spell_arcane_teleportdalaran'),
(3168, 'achievement_arena_2v2_3'),
(3169, 'ability_warlock_everlastingaffliction'),
(3170, 'ability_warlock_backdraft'),
(3171, 'ability_warlock_empoweredimp'),
(3172, 'ability_warlock_haunt'),
(3173, 'ability_warlock_fireandbrimstone'),
(3174, 'ability_warlock_demonicempowerment'),
(3175, 'ability_warlock_moltencore'),
(3176, 'ability_warlock_improvedsoulleech'),
(3177, 'ability_warlock_improveddemonictactics'),
(3178, 'ability_warlock_chaosbolt'),
(3179, 'inv_misc_fish_50'),
(3180, 'inv_misc_food_99'),
(3181, 'ability_miling'),
(3182, 'inv_axe_66'),
(3183, 'spell_misc_emotionhappy'),
(3184, 'spell_magic_managain'),
(3185, 'inv_staff_67'),
(3186, 'ability_druid_manatree'),
(3187, 'inv_misc_food_87_sporelingsnack'),
(3188, 'inv_misc_head_vrykul'),
(3189, 'ability_mage_fierypayback'),
(3190, 'inv_helmet_68'),
(3191, 'inv_misc_food_62'),
(3192, 'inv_valentinescard02'),
(3193, 'inv_chest_cloth_50'),
(3194, 'inv_misc_cauldron_fire'),
(3195, 'inv_valentinepinkrocket'),
(3196, 'inv_valentinescandy'),
(3197, 'spell_misc_emotionsad'),
(3198, 'spell_misc_emotionangry'),
(3199, 'spell_misc_emotionafraid'),
(3200, 'inv_hammer_16'),
(3201, 'inv_bone_skull_04'),
(3202, 'inv_egg_09'),
(3203, 'inv_helmet_74'),
(3204, 'inv_helmet_90'),
(3205, 'inv_misc_monsterfang_02'),
(3206, 'inv_misc_food_117_heartysoup'),
(3207, 'inv_weapon_rifle_16'),
(3208, 'ability_mount_rocketmount'),
(3209, 'spell_holy_divinehymn'),
(3210, 'inv_misc_bag_10_black'),
(3211, 'inv_misc_food_138_fish'),
(3212, 'inv_misc_food_141_fish'),
(3213, 'inv_misc_food_140_fish'),
(3214, 'inv_shield_31'),
(3215, 'inv_misc_food_98_talbuk'),
(3216, 'inv_elemental_crystal_water'),
(3217, 'spell_shadow_demoniccirclesummon'),
(3218, 'inv_misc_food_13'),
(3219, 'inv_misc_food_92_lobster'),
(3220, 'spell_shadow_demonicpact'),
(3221, 'spell_shadow_demoniccircleteleport'),
(3222, 'spell_shadow_felmending'),
(3223, 'spell_shadow_deathsembrace'),
(3224, 'achievement_dungeon_utgardekeep'),
(3225, 'achievement_dungeon_utgardekeep_heroic'),
(3226, 'achievement_dungeon_utgardekeep_normal'),
(3227, 'achievement_dungeon_nexus70_normal'),
(3228, 'achievement_dungeon_nexus70_heroic'),
(3229, 'achievement_dungeon_azjoluppercity_normal'),
(3230, 'achievement_dungeon_azjoluppercity_heroic'),
(3231, 'achievement_dungeon_azjollowercity_normal'),
(3232, 'achievement_dungeon_azjollowercity_heroic'),
(3233, 'achievement_dungeon_drak\'tharon_normal'),
(3234, 'achievement_dungeon_drak\'tharon_heroic'),
(3235, 'achievement_dungeon_theviolethold_normal'),
(3236, 'achievement_dungeon_theviolethold_heroic'),
(3237, 'achievement_dungeon_gundrak_normal'),
(3238, 'achievement_dungeon_gundrak_heroic'),
(3239, 'achievement_dungeon_ulduar77_normal'),
(3240, 'achievement_dungeon_ulduar77_heroic'),
(3241, 'achievement_dungeon_ulduar80_normal'),
(3242, 'achievement_dungeon_ulduar80_heroic'),
(3243, 'achievement_dungeon_nexus80_normal'),
(3244, 'achievement_dungeon_nexus80_heroic'),
(3245, 'achievement_dungeon_utgardepinnacle_normal'),
(3246, 'achievement_dungeon_utgardepinnacle_heroic'),
(3247, 'ability_hunter_piercingshots'),
(3248, 'achievement_dungeon_cotstratholme_normal'),
(3249, 'achievement_dungeon_cotstratholme_heroic'),
(3250, 'achievement_dungeon_azjoluppercity_25man'),
(3251, 'achievement_dungeon_azjoluppercity_10man'),
(3252, 'achievement_dungeon_coablackdragonflight_normal'),
(3253, 'achievement_dungeon_coablackdragonflight_heroic'),
(3254, 'achievement_dungeon_coablackdragonflight'),
(3255, 'achievement_dungeon_coablackdragonflight_10man'),
(3256, 'achievement_dungeon_nexusraid'),
(3257, 'achievement_dungeon_nexusraid_10man'),
(3258, 'achievement_dungeon_naxxramas_normal'),
(3259, 'achievement_dungeon_naxxramas_10man'),
(3260, 'ability_mage_coldasice'),
(3261, 'ability_mage_missilebarrage'),
(3262, 'ability_mage_firestarter'),
(3263, 'ability_mage_tormentoftheweak'),
(3264, 'achievement_dungeon_theviolethold_25man'),
(3265, 'achievement_dungeon_cotstratholme_25man'),
(3266, 'inv_misc_food_115_condorsoup'),
(3267, 'inv_inscription_tradeskill01'),
(3268, 'achievement_level_10'),
(3269, 'achievement_level_20'),
(3270, 'achievement_level_30'),
(3271, 'achievement_level_40'),
(3272, 'achievement_level_50'),
(3273, 'achievement_level_60'),
(3274, 'achievement_level_70'),
(3275, 'achievement_level_80'),
(3276, 'inv_shield_34'),
(3277, 'ability_hunter_pet_wasp'),
(3278, 'ability_hunter_pet_moth'),
(3279, 'inv_feather_08'),
(3280, 'inv_crate_06'),
(3281, 'inv_misc_bag_16'),
(3282, 'inv_misc_herb_goldclover'),
(3283, 'achievement_character_gnome_male'),
(3284, 'achievement_character_bloodelf_male'),
(3285, 'achievement_character_draenei_male'),
(3286, 'achievement_character_dwarf_male'),
(3287, 'achievement_character_human_male'),
(3288, 'achievement_character_nightelf_male'),
(3289, 'achievement_character_orc_male'),
(3290, 'achievement_character_tauren_male'),
(3291, 'achievement_character_troll_male'),
(3292, 'achievement_character_undead_male'),
(3293, 'inv_crown_14'),
(3294, 'inv_boots_cloth_21'),
(3295, 'achievement_dungeon_azjoluppercity'),
(3296, 'achievement_dungeon_azjollowercity_25man'),
(3297, 'achievement_dungeon_azjollowercity_10man'),
(3298, 'achievement_dungeon_azjollowercity'),
(3299, 'achievement_dungeon_gundrak_25man'),
(3300, 'achievement_dungeon_theviolethold_10man'),
(3301, 'achievement_dungeon_ulduar77_10man'),
(3302, 'achievement_dungeon_ulduar80_25man'),
(3303, 'achievement_dungeon_nexus80_25man'),
(3304, 'achievement_dungeon_nexusraid_heroic'),
(3305, 'achievement_dungeon_nexusraid_25man'),
(3306, 'achievement_dungeon_nexus80_10man'),
(3307, 'achievement_dungeon_utgardepinnacle_10man'),
(3308, 'achievement_dungeon_coablackdragonflight_25man'),
(3309, 'inv_scroll_11'),
(3310, 'inv_fabric_soulcloth'),
(3311, 'inv_inscription_majorglyph00'),
(3312, 'ui-glyph-rune-9'),
(3313, 'ability_hunter_pet_devilsaur'),
(3314, 'spell_shadow_demonform'),
(3315, 'spell_shadow_demonicempathy'),
(3316, 'ability_warlock_eradication'),
(3317, 'ability_warlock_shadowflame'),
(3318, 'inv_potion_83'),
(3319, 'achievement_boss_kingymiron_01'),
(3320, 'achievement_boss_kingymiron_02'),
(3321, 'achievement_boss_kingymiron_03'),
(3322, 'inv_misc_head_clockworkgnome_01'),
(3323, 'achievement_character_bloodelf_female'),
(3324, 'achievement_character_draenei_female'),
(3325, 'achievement_character_human_female'),
(3326, 'achievement_character_tauren_female'),
(3327, 'achievement_character_nightelf_female'),
(3328, 'inv_misc_coin_17'),
(3329, 'inv_egg_06'),
(3330, 'achievement_zone_boreantundra_01'),
(3331, 'achievement_zone_howlingfjord_01'),
(3332, 'achievement_zone_dragonblight_01'),
(3333, 'achievement_zone_grizzlyhills_01'),
(3334, 'achievement_zone_zuldrak_03'),
(3335, 'achievement_zone_sholazar_01'),
(3336, 'achievement_zone_boreantundra_07'),
(3337, 'achievement_zone_howlingfjord_07'),
(3338, 'achievement_zone_dragonblight_07'),
(3339, 'achievement_zone_grizzlyhills_07'),
(3340, 'achievement_zone_zuldrak_07'),
(3341, 'achievement_zone_sholazar_07'),
(3342, 'inv_misc_web_01'),
(3343, 'achievement_zone_grizzlyhills_11'),
(3344, 'achievement_pvp_h_01'),
(3345, 'achievement_pvp_h_02'),
(3346, 'achievement_pvp_h_03'),
(3347, 'achievement_pvp_h_04'),
(3348, 'achievement_pvp_h_05'),
(3349, 'achievement_pvp_h_06'),
(3350, 'achievement_pvp_h_07'),
(3351, 'achievement_pvp_h_08'),
(3352, 'achievement_pvp_h_09'),
(3353, 'achievement_pvp_h_10'),
(3354, 'achievement_pvp_h_11'),
(3355, 'achievement_pvp_h_12'),
(3356, 'achievement_pvp_h_13'),
(3357, 'achievement_pvp_h_14'),
(3358, 'achievement_pvp_a_01'),
(3359, 'achievement_pvp_a_02'),
(3360, 'achievement_pvp_a_03'),
(3361, 'achievement_pvp_a_04'),
(3362, 'achievement_pvp_a_05'),
(3363, 'achievement_pvp_a_06'),
(3364, 'achievement_pvp_a_07'),
(3365, 'achievement_pvp_a_08'),
(3366, 'achievement_pvp_a_09'),
(3367, 'achievement_pvp_a_10'),
(3368, 'achievement_pvp_a_11'),
(3369, 'achievement_pvp_a_12'),
(3370, 'achievement_pvp_a_13'),
(3371, 'achievement_pvp_a_14'),
(3372, 'achievement_pvp_a_15'),
(3373, 'achievement_pvp_h_15'),
(3374, 'achievement_pvp_h_16'),
(3375, 'achievement_pvp_a_16'),
(3376, 'ability_mage_arcanebarrage'),
(3377, 'achievement_bg_winav'),
(3378, 'achievement_bg_win_av_x_times'),
(3379, 'achievement_bg_xkills_avgraveyard'),
(3380, 'achievement_bg_winav_underxminutes'),
(3381, 'achievement_bg_winab'),
(3382, 'achievement_bg_win_ab_x_times'),
(3383, 'achievement_bg_winab_underxminutes'),
(3384, 'achievement_bg_wineos'),
(3385, 'achievement_bg_win_eos_x_times'),
(3386, 'achievement_bg_wineos_underxminutes'),
(3387, 'achievement_bg_winwsg'),
(3388, 'achievement_bg_win_wsg_x_times'),
(3389, 'achievement_bg_winwsg_underxminutes'),
(3390, 'achievement_bg_captureflag_wsg'),
(3391, 'achievement_bg_captureflag_eos'),
(3392, 'achievement_dungeon_nexus70_25man'),
(3393, 'inv_misc_head_nerubian_01'),
(3394, 'inv_misc_monsterhorn_04'),
(3395, 'inv_misc_monsterscales_16'),
(3396, 'inv_misc_monsterscales_20'),
(3397, 'achievement_bg_ab_defendflags'),
(3398, 'achievement_bg_interruptx_flagcapture_attempts'),
(3399, 'achievement_bg_interruptx_flagcapture_attempts_'),
(3400, 'achievement_bg_kill_flag_carrierwsg'),
(3401, 'achievement_bg_kill_flag_carriereos'),
(3402, 'achievement_bg_winsoa'),
(3403, 'achievement_bg_winsoa_underxminutes'),
(3404, 'achievement_zone_stormpeaks_01'),
(3405, 'achievement_zone_stormpeaks_07'),
(3406, 'ability_hunter_huntingparty'),
(3407, 'ability_hunter_explosiveshot'),
(3408, 'ability_hunter_snipertraining'),
(3409, 'ability_hunter_improvedsteadyshot'),
(3410, 'ability_hunter_markedfordeath'),
(3411, 'ability_hunter_focusedaim'),
(3412, 'ability_hunter_chimerashot2'),
(3413, 'ability_rogue_tricksofthetrade'),
(3414, 'achievement_quests_completed_08'),
(3415, 'achievement_quests_completed_07'),
(3416, 'achievement_quests_completed_06'),
(3417, 'achievement_quests_completed_05'),
(3418, 'achievement_quests_completed_04'),
(3419, 'achievement_quests_completed_03'),
(3420, 'achievement_quests_completed_02'),
(3421, 'achievement_quests_completed_01'),
(3422, 'achievement_bg_topdps'),
(3423, 'achievement_bg_killingblow_berserker'),
(3424, 'achievement_quests_completed_daily_01'),
(3425, 'achievement_quests_completed_daily_02'),
(3426, 'achievement_quests_completed_daily_03'),
(3427, 'achievement_quests_completed_daily_04'),
(3428, 'achievement_quests_completed_daily_05'),
(3429, 'achievement_quests_completed_daily_08'),
(3430, 'ability_warlock_demonicpower'),
(3431, 'inv_weapon_crossbow_12'),
(3432, 'inv_misc_powder_purple'),
(3433, 'achievement_bg_winav_bothmines'),
(3434, 'achievement_bg_kill_on_mount'),
(3435, 'inv_misc_missilesmallcluster_red'),
(3436, 'achievement_character_orc_female'),
(3437, 'ability_hunter_longshots'),
(3438, 'inv_inscription_tarotgreatness'),
(3439, 'inv_inscription_tarotillusion'),
(3440, 'ability_mount_drake_bronze'),
(3441, 'ability_mount_drake_blue'),
(3442, 'ability_mount_drake_proto'),
(3443, 'ability_mount_mammoth_brown'),
(3444, 'ability_mount_mammoth_black'),
(3445, 'inv_ore_platinum_01'),
(3446, 'ability_mount_mammoth_white'),
(3447, 'inv_jewelry_ring_73'),
(3448, 'inv_misc_platnumdisks'),
(3449, 'ability_druid_eclipseorange'),
(3450, 'inv_misc_coin_18'),
(3451, 'inv_misc_coin_19'),
(3452, 'achievement_bg_winab_5cap'),
(3453, 'achievement_pvp_p_15'),
(3454, 'achievement_pvp_p_01'),
(3455, 'achievement_pvp_p_02'),
(3456, 'achievement_pvp_p_03'),
(3457, 'achievement_pvp_p_04'),
(3458, 'achievement_pvp_p_05'),
(3459, 'achievement_pvp_p_06'),
(3460, 'achievement_pvp_p_11'),
(3461, 'achievement_pvp_p_14'),
(3462, 'achievement_pvp_p_09'),
(3463, 'achievement_pvp_g_01'),
(3464, 'achievement_pvp_g_09'),
(3465, 'achievement_pvp_g_11'),
(3466, 'achievement_pvp_g_14'),
(3467, 'achievement_pvp_g_15'),
(3468, 'achievement_bg_overcome500disadvantage'),
(3469, 'achievement_bg_abshutout'),
(3470, 'achievement_bg_takexflags_ab'),
(3471, 'achievement_zone_crystalsong_01'),
(3472, 'inv_offhand_hyjal_d_01'),
(3473, 'achievement_zone_icecrown_01'),
(3474, 'achievement_zone_icecrown_07'),
(3475, 'achievement_zone_icecrown_05'),
(3476, 'achievement_zone_boreantundra_11'),
(3477, 'achievement_zone_sholazar_08'),
(3478, 'achievement_zone_sholazar_11'),
(3479, 'achievement_zone_zuldrak_05'),
(3480, 'achievement_halloween_rottenegg_01'),
(3481, 'achievement_quests_completed_daily_x5'),
(3482, 'achievement_bg_3flagcap_nodeaths'),
(3483, 'achievement_bg_grab_cap_flagunderxseconds'),
(3484, 'achievement_bg_returnxflags_def_wsg'),
(3485, 'achievement_bg_winwsg_3-0'),
(3486, 'ability_hunter_masterscall'),
(3487, 'ability_hunter_invigeration'),
(3488, 'inv_gauntlets_22'),
(3489, 'inv_gauntlets_15'),
(3490, 'achievement_zone_easternkingdoms_01'),
(3491, 'achievement_zone_kalimdor_01'),
(3492, 'achievement_zone_outland_01'),
(3493, 'achievement_zone_northrend_01'),
(3494, 'inv_helmet_25'),
(3495, 'ability_mount_drake_red'),
(3496, 'ability_mount_polarbear_white'),
(3497, 'ability_mount_polarbear_brown'),
(3498, 'ability_mount_polarbear_black'),
(3499, 'inv_helmet_22'),
(3500, 'achievement_bg_masterofallbgs'),
(3501, 'inv_elemental_mote_shadow01'),
(3502, 'achievement_dungeon_drak\'tharon_25man'),
(3503, 'inv_misc_enggizmos_essencedistiller'),
(3504, 'inv_misc_enggizmos_02'),
(3505, 'spell_fire_blueflamestrike'),
(3506, 'inv_titanium_shield_spike'),
(3507, 'inv_misc_enggizmos_08'),
(3508, 'achievement_bg_hld4bases_eos'),
(3509, 'achievement_halloween_candy_01'),
(3510, 'achievement_halloween_smiley_01'),
(3511, 'achievement_halloween_cat_01'),
(3512, 'achievement_halloween_bat_01'),
(3513, 'achievement_halloween_ghost_01'),
(3514, 'achievement_halloween_witch_01'),
(3515, 'achievement_halloween_spider_01'),
(3516, 'inv_shoulder_22'),
(3517, 'inv_drink_22'),
(3518, 'ability_warrior_warbringer'),
(3519, 'ability_hunter_beastmastery'),
(3520, 'ability_hunter_pointofnoescape'),
(3521, 'ability_hunter_potentvenom'),
(3522, 'ability_hunter_improvedtracking'),
(3523, 'ability_hunter_aspectmastery'),
(3524, 'ability_hunter_assassinate'),
(3525, 'inv_misc_toy_05'),
(3526, 'inv_misc_toy_08'),
(3527, 'inv_misc_note_05'),
(3528, 'achievement_zone_darnassus'),
(3529, 'achievement_zone_deadwindpass'),
(3530, 'achievement_zone_desolace'),
(3531, 'achievement_zone_dunmorogh'),
(3532, 'achievement_zone_durotar'),
(3533, 'achievement_zone_duskwood'),
(3534, 'achievement_zone_dustwallowmarsh'),
(3535, 'achievement_zone_easternplaguelands'),
(3536, 'achievement_zone_elwynnforest'),
(3537, 'achievement_zone_eversongwoods'),
(3538, 'achievement_zone_felwood'),
(3539, 'achievement_zone_feralas'),
(3540, 'achievement_zone_ghostlands'),
(3541, 'achievement_zone_alteracmountains_01'),
(3542, 'achievement_zone_arathihighlands_01'),
(3543, 'achievement_zone_ashenvale_01'),
(3544, 'achievement_zone_azshara_01'),
(3545, 'achievement_zone_azuremystisle_01'),
(3546, 'achievement_zone_badlands_01'),
(3547, 'achievement_zone_barrens_01'),
(3548, 'achievement_zone_blackrock_01'),
(3549, 'achievement_zone_bladesedgemtns_01'),
(3550, 'achievement_zone_blastedlands_01'),
(3551, 'achievement_zone_bloodmystisle_01'),
(3552, 'achievement_zone_burningsteppes_01'),
(3553, 'achievement_zone_darkshore_01'),
(3554, 'achievement_zone_hellfirepeninsula_01'),
(3555, 'achievement_zone_hillsbradfoothills'),
(3556, 'achievement_zone_hinterlands_01'),
(3557, 'achievement_zone_isleofqueldanas'),
(3558, 'achievement_zone_lochmodan'),
(3559, 'ability_hunter_separationanxiety'),
(3560, 'ability_hunter_rapidregeneration'),
(3561, 'ability_hunter_longevity'),
(3562, 'achievement_zone_mulgore_01'),
(3563, 'achievement_zone_nagrand_01'),
(3564, 'achievement_zone_netherstorm_01'),
(3565, 'achievement_zone_redridgemountains'),
(3566, 'achievement_zone_searinggorge_01'),
(3567, 'achievement_zone_silithus_01'),
(3568, 'achievement_zone_stranglethorn_01'),
(3569, 'achievement_zone_swampsorrows_01'),
(3570, 'achievement_zone_tirisfalglades_01'),
(3571, 'achievement_zone_westernplaguelands_01'),
(3572, 'achievement_zone_westfall_01'),
(3573, 'achievement_zone_wetlands_01'),
(3574, 'achievement_pvp_a_a'),
(3575, 'achievement_pvp_h_h'),
(3576, 'achievement_zone_silverpine_01'),
(3577, 'achievement_zone_tanaris_01'),
(3578, 'achievement_zone_stonetalon_01'),
(3579, 'ability_hunter_lockandload'),
(3580, 'achievement_zone_thousandneedles_01'),
(3581, 'achievement_bg_defendxtowers_av'),
(3582, 'achievement_bg_killxenemies_generalsroom'),
(3583, 'achievement_bg_killflagcarriers_grabflag_capit'),
(3584, 'achievement_zone_shadowmoon'),
(3585, 'achievement_zone_zangarmarsh'),
(3586, 'achievement_zone_terrokar'),
(3587, 'achievement_zone_winterspring'),
(3588, 'achievement_zone_ungorocrater_01'),
(3589, 'inv_torch_unlit'),
(3590, 'achievement_boss_exarch_maladaar'),
(3591, 'achievement_boss_quagmirran'),
(3592, 'achievement_boss_kiljaedan'),
(3593, 'achievement_featsofstrength_gladiator_01'),
(3594, 'achievement_featsofstrength_gladiator_02'),
(3595, 'achievement_featsofstrength_gladiator_03'),
(3596, 'achievement_featsofstrength_gladiator_04'),
(3597, 'achievement_featsofstrength_gladiator_05'),
(3598, 'achievement_featsofstrength_gladiator_06'),
(3599, 'achievement_featsofstrength_gladiator_07'),
(3600, 'achievement_featsofstrength_gladiator_08'),
(3601, 'achievement_featsofstrength_gladiator_10'),
(3602, 'achievement_reputation_08'),
(3603, 'achievement_reputation_07'),
(3604, 'achievement_reputation_06'),
(3605, 'achievement_reputation_05'),
(3606, 'achievement_reputation_04'),
(3607, 'achievement_reputation_03'),
(3608, 'achievement_reputation_02'),
(3609, 'achievement_reputation_01'),
(3610, 'achievement_dungeon_theviolethold'),
(3611, 'inv_potion_114'),
(3612, 'inv_alchemy_potion_05'),
(3613, 'inv_alchemy_potion_empty'),
(3614, 'inv_potion_161'),
(3615, 'inv_alchemy_potion_03'),
(3616, 'inv_alchemy_potion_04'),
(3617, 'inv_alchemy_potion_01'),
(3618, 'inv_alchemy_potion_02'),
(3619, 'inv_alchemy_potion_06'),
(3620, 'inv_alchemy_endlessflask_06'),
(3621, 'inv_alchemy_endlessflask_03'),
(3622, 'inv_alchemy_endlessflask_05'),
(3623, 'inv_alchemy_endlessflask_04'),
(3624, 'inv_alchemy_endlessflask_02'),
(3625, 'inv_alchemy_elixir_empty'),
(3626, 'ability_mount_mammoth_brown_3seater'),
(3627, 'achievement_boss_edwinvancleef'),
(3628, 'achievement_boss_gruulthedragonkiller'),
(3629, 'achievement_boss_kelidanthebreaker'),
(3630, 'achievement_boss_zuljin'),
(3631, 'achievement_boss_talonkingikiss'),
(3632, 'inv_fabric_moonrag_primal'),
(3633, 'inv_fabric_felcloth_ebon'),
(3634, 'inv_fabric_mageweave_01'),
(3635, 'inv_fabric_purplefire_01'),
(3636, 'achievement_zone_stormpeaks_12'),
(3637, 'achievement_zone_stormpeaks_03'),
(3638, 'achievement_zone_dragonblight_09'),
(3639, 'achievement_boss_archimonde '),
(3640, 'achievement_boss_magtheridon'),
(3641, 'achievement_boss_mekgineer_thermaplugg '),
(3642, 'achievement_boss_warpsplinter'),
(3643, 'ability_mount_mammoth_black_3seater'),
(3644, 'ability_mount_mammoth_white_3seater'),
(3645, 'spell_holy_proclaimchampion_02'),
(3646, 'inv_misc_toy_10'),
(3647, 'ability_hunter_huntervswild'),
(3648, 'inv_misc_monstertail_06'),
(3649, 'achievement_boss_hakkar'),
(3650, 'achievement_boss_overlord_wyrmthalak'),
(3651, 'achievement_boss_hakkar'),
(3652, 'achievement_boss_bazil_thredd'),
(3653, 'achievement_boss_bazil_akumai'),
(3654, 'achievement_boss_mutanus_the_devourer'),
(3655, 'achievement_boss_amnennar_the_coldbringer'),
(3656, 'achievement_boss_archaedas'),
(3657, 'achievement_boss_warlord_kalithresh'),
(3658, 'achievement_boss_ladyvashj'),
(3659, 'achievement_boss_harbinger_skyriss'),
(3660, 'achievement_leader_ thrall'),
(3661, 'achievement_leader_sylvanas'),
(3662, 'achievement_boss_emperordagranthaurissan'),
(3663, 'achievement_boss_illidan'),
(3664, 'achievement_boss_kael\'thassunstrider_01'),
(3665, 'achievement_boss_kael\'thassunstrider_01'),
(3666, 'achievement_boss_nexus_prince_shaffar'),
(3667, 'ability_mount_drake_azure'),
(3668, 'ability_mount_drake_twilight'),
(3669, 'achievement_leader_cairne bloodhoof'),
(3670, 'achievement_leader_lorthemar_theron '),
(3671, 'achievement_leader_king_varian_wrynn'),
(3672, 'achievement_leader_king_magni_bronzebeard'),
(3673, 'achievement_leader_tyrande_whisperwind'),
(3674, 'achievement_leader_prophet_velen'),
(3675, 'achievement_character_troll_female'),
(3676, 'ability_hunter_assassinate2'),
(3677, 'achievement_boss_cthun'),
(3678, 'achievement_profession_chefhat'),
(3679, 'achievement_worldevent_littlehelper'),
(3680, 'achievement_boss_omartheunscarred_01'),
(3681, 'achievement_boss_ossiriantheunscarred'),
(3682, 'achievement_reputation_kirintor'),
(3683, 'achievement_reputation_knightsoftheebonblade'),
(3684, 'achievement_reputation_wyrmresttemple'),
(3685, 'achievement_reputation_timbermaw'),
(3686, 'achievement_boss_charlgarazorflank'),
(3687, 'achievement_boss_chiefukorzsandscalp'),
(3688, 'achievement_boss_pathaleonthecalculator'),
(3689, 'achievement_boss_princesstheradras'),
(3690, 'achievement_boss_shadeoferanikus'),
(3691, 'achievement_profession_fishing_outlandangler'),
(3692, 'achievement_profession_fishing_northrendangler'),
(3693, 'achievement_profession_fishing_oldmanbarlowned'),
(3694, 'achievement_profession_fishing_journeymanfisher'),
(3695, 'achievement_worldevent_merrymaker'),
(3696, 'achievement_reputation_ashtonguedeathsworn'),
(3697, 'achievement_worldevent_brewmaster'),
(3698, 'achievement_worldevent_lunar'),
(3699, 'achievement_worldevent_valentine'),
(3700, 'achievement_worldevent_xmasogre'),
(3701, 'achievement_profession_fishing_findfish'),
(3702, 'achievement_reputation_tuskarr'),
(3703, 'achievement_worldevent_reindeer'),
(3704, 'achievement_worldevent_thanksgiving'),
(3705, 'inv_misc_food_106_fjordpeach'),
(3706, 'achievement_noblegarden_chocolate_egg'),
(3707, 'ability_druid_tigersroar'),
(3708, 'inv_misc_bag_10_blue'),
(3709, 'inv_misc_organ_10'),
(3710, 'inv_misc_food_147_cake'),
(3711, 'inv_egg_07'),
(3712, 'inv_shirt_08'),
(3713, 'inv_chest_cloth_04'),
(3714, 'inv_misc_gem_pearl_03'),
(3715, 'inv_misc_gem_flamespessarite_03'),
(3716, 'inv_hammer_15'),
(3717, 'spell_shaman_improvedearthshield'),
(3718, 'inv_misc_plant_03'),
(3721, 'inv_misc_note_04'),
(3722, 'spell_holy_unyieldingfaith'),
(3723, 'achievement_win_wintergrasp'),
(3724, 'ability_wintergrasp_rank1'),
(3725, 'ability_wintergrasp_rank2'),
(3726, 'inv_sword_130'),
(3727, 'inv_shirt_black_01'),
(3728, 'inv_misc_map09'),
(3729, 'inv_alchemy_elixir_04'),
(3730, 'inv_alchemy_elixir_01'),
(3731, 'inv_essenceofwintergrasp'),
(3732, 'inv_ammo_bullet_08'),
(3733, 'inv_ore_cobalt'),
(3734, 'inv_misc_enggizmos_27'),
(3735, 'inv_misc_screwdriver_01'),
(3736, 'inv_gizmo_pipe_03'),
(3737, 'trade_engineering'),
(3738, 'inv_weapon_rifle_31'),
(3739, 'inv_misc_book_03'),
(3740, 'ability_shaman_cleansespirit'),
(3741, 'ability_shaman_lavalash'),
(3742, 'inv_inscription_inkbluewhite01'),
(3743, 'inv_weapon_shortblade_68'),
(3744, 'achievement_reputation_argentchampion'),
(3745, 'inv_ammo_bullet_06'),
(3747, 'inv_gauntlets_66'),
(3748, 'inv_misc_horn_04'),
(3751, 'inv_axe_19'),
(3752, 'inv_pet_frostwyrm'),
(3753, 'inv_hammer_02'),
(3754, 'inv_mace_28'),
(3755, 'inv_rod_adamantite'),
(3757, 'inv_ingot_titansteel_dark'),
(3758, 'inv_belt_02'),
(3759, 'inv_misc_root_01'),
(3760, 'ability_vehicle_demolisherflamecatapult'),
(3761, 'ability_vehicle_siegeenginecannon'),
(3762, 'ability_vehicle_demolisherram'),
(3763, 'ability_vehicle_siegeengineram'),
(3764, 'ability_vehicle_plaguebarrel'),
(3765, 'ability_vehicle_liquidpyrite'),
(3766, 'ability_vehicle_powertowheels'),
(3767, 'ability_vehicle_reloadammo'),
(3768, 'ability_vehicle_launchplayer'),
(3769, 'ability_vehicle_sonicshockwave'),
(3770, 'ability_vehicle_oiljets'),
(3771, 'ability_vehicle_playerloaded'),
(3772, 'ability_vehicle_loadselfcatapult'),
(3773, 'ability_vehicle_rocketboost'),
(3774, 'ability_vehicle_siegeenginecharge'),
(3775, 'achievement_reputation_wolvar'),
(3776, 'inv_shield_02'),
(3777, 'inv_misc_monsterclaw_06'),
(3778, 'trade_engineering'),
(3779, 'ability_vehicle_liquidpyrite _blue'),
(3780, 'spell_fire_bluecano'),
(3781, 'inv_ore_saronite_01'),
(3782, 'inv_shield_14'),
(3783, 'inv_shirt_orange_01'),
(3784, 'achievement_zone_ironforge'),
(3785, 'spell_deathknight_icytalons'),
(3786, 'spell_nature_riptide'),
(3787, 'inv_belt_06'),
(3788, 'inv_shirt_purple_01'),
(3789, 'spell_shadow_devouringplague'),
(3790, 'spell_shadow_devouringplague.'),
(3791, 'inv_stone_weightstone_08'),
(3792, 'inv_misc_spyglass_03'),
(3794, 'inv_fabric_moonshroud'),
(3795, 'inv_misc_tournaments_symbol_bloodelf'),
(3796, 'inv_misc_tournaments_symbol_draenei'),
(3797, 'inv_misc_tournaments_symbol_dwarf'),
(3798, 'inv_misc_tournaments_symbol_scourge'),
(3799, 'inv_misc_tournaments_symbol_gnome'),
(3800, 'inv_misc_tournaments_symbol_human'),
(3801, 'inv_misc_tournaments_symbol_nightelf'),
(3802, 'inv_misc_tournaments_symbol_orc'),
(3803, 'inv_misc_tournaments_symbol_tauren'),
(3804, 'inv_misc_tournaments_symbol_troll'),
(3805, 'achievement_reputation_argentcrusader'),
(3806, 'inv_misc_tournaments_banner_orc'),
(3807, 'inv_misc_tournaments_banner_human'),
(3808, 'inv_sword_65'),
(3809, 'inv_boots_cloth_08'),
(3811, 'achievement_boss_xt002deconstructor_01'),
(3812, 'inv_misc_fish_56'),
(3813, 'inv_misc_idol_05'),
(3814, 'inv_inscription_pigment_bug07'),
(3815, 'trade_engineering'),
(3816, 'trade_engineering'),
(3817, 'achievement_boss_nefarion'),
(3818, 'inv_mace_99'),
(3819, 'achievement_boss_ragnaros'),
(3820, 'achievement_boss_onyxia'),
(3821, 'achievement_boss_generaldrakkisath'),
(3822, 'achievement_boss_archmagearugal'),
(3823, 'achievement_boss_theblackstalker'),
(3824, 'achievement_boss_epochhunter'),
(3825, 'achievement_boss_murmur'),
(3826, 'achievement_boss_aeonus_01'),
(3827, 'achievement_boss_kargathbladefist_01'),
(3828, 'achievement_boss_princemalchezaar_02'),
(3829, 'inv_sword_121'),
(3830, 'inv_misc_runedorb_01'),
(3831, 'achievement_bg_killingblow_most'),
(3833, 'ability_mount_flyingcarpet'),
(3835, 'inv_misc_leatherscrap_17'),
(3836, 'inv_misc_gem_bloodstone_03'),
(3837, 'spell_holy_powerwordbarrier'),
(3838, 'inv_enchant_dustsoul'),
(3839, 'inv_misc_enggizmos_16'),
(3840, 'inv_gizmo_healthpotionpack'),
(3841, 'inv_misc_bone_skull_02'),
(3842, 'ability_mount_goldengryphon'),
(3843, 'ability_mount_tawnywindrider'),
(3844, 'achievement_dungeon_ulduarraid_archway_01'),
(3845, 'ability_vehicle_shellshieldgenerator'),
(3846, 'achievement_boss_tribunalofages'),
(3847, 'achievement_dungeon_ulduarraid_misc_05'),
(3848, 'achievement_boss_yoggsaron_01'),
(3849, 'achievement_dungeon_ulduarraid_misc_01'),
(3850, 'inv_misc_orb_05'),
(3851, 'achievement_boss_razorscale'),
(3852, 'achievement_boss_razorscale_01'),
(3853, 'achievement_dungeon_ulduarraid_irondwarf_01'),
(3854, 'achievement_boss_theflameleviathan_01'),
(3855, 'achievement_boss_ignis_01'),
(3856, 'inv_gizmo_bronzeframework_01'),
(3857, 'inv_misc_enggizmos_14'),
(3858, 'achievement_boss_theironcouncil_01'),
(3859, 'achievement_boss_kologarn_01'),
(3860, 'inv_helmet_51'),
(3861, 'inv_helmet_50'),
(3862, 'achievement_boss_hodir_01'),
(3863, 'achievement_boss_thorim'),
(3864, 'achievement_dungeon_ulduarraid_ironsentinel_01'),
(3865, 'achievement_boss_freya_01'),
(3866, 'inv_misc_missilesmallcluster_yellow'),
(3867, 'achievement_boss_mimiron_01'),
(3868, 'achievement_boss_generalvezax_01'),
(3869, 'achievement_boss_algalon_01'),
(3870, 'achievement_boss_auriaya_01'),
(3871, 'achievement_boss_heraldvolazj'),
(3872, 'inv_spiritshard_02'),
(3873, 'inv_misc_fish_turtle_03'),
(3874, 'inv_pet_scorchedstone'),
(3875, 'inv_valentinescardtornleft'),
(3876, 'inv_helmet_19'),
(3877, 'inv_helmet_122'),
(3878, 'spell_fire_rune'),
(3879, 'achievement_dungeon_ulduarraid_irongolem_01'),
(3880, 'trade_engineering'),
(3881, 'trade_engineering'),
(3882, 'trade_engineering'),
(3883, 'trade_engineering'),
(3884, 'trade_engineering'),
(3885, 'trade_engineering'),
(3886, 'trade_engineering'),
(3887, 'trade_engineering'),
(3888, 'trade_engineering'),
(3889, 'trade_engineering'),
(3890, 'inv_misc_fish_turtle_02'),
(3891, 'ability_mount_spectraltiger'),
(3892, 'ability_mount_blackbattlestrider'),
(3893, 'ability_mount_magnificentflyingcarpet'),
(3894, 'ability_mount_ebonblade'),
(3895, 'ability_mount_bigblizzardbear'),
(3896, 'inv_pet_babyblizzardbear'),
(3897, 'ability_mount_swiftpurplewindrider'),
(3898, 'ability_mount_swiftgreenwindrider'),
(3899, 'ability_mount_swiftredwindrider'),
(3900, 'ability_mount_swiftyellowwindrider'),
(3901, 'ability_mount_greenwindrider'),
(3902, 'ability_mount_bluewindrider'),
(3903, 'ability_mount_snowygryphon'),
(3904, 'ability_mount_ebongryphon'),
(3905, 'inv_pet_cockroach'),
(3906, 'inv_pet_lilsmoky'),
(3907, 'inv_pet_ratcage'),
(3908, 'inv_pet_sleepywilly'),
(3909, 'inv_pet_babyshark'),
(3910, 'inv_pet_egbert'),
(3911, 'inv_pet_nurturedpenguinegg'),
(3912, 'inv_pet_pinkmurlocegg'),
(3913, 'ability_mount_redfrostwyrm_01'),
(3914, 'inv_misc_gem_azuredraenite_01'),
(3915, 'inv_misc_eye_02'),
(3916, 'inv_crown_13'),
(3917, 'achievement_dungeon_ulduarraid_titan_01'),
(3918, 'inv_weapon_hand_07'),
(3919, 'inv_misc_pocketwatch_03'),
(3920, 'inv_drink_08'),
(3921, 'inv_potion_129'),
(3922, 'inv_potion_156'),
(3923, 'spell_nature_rune'),
(3924, 'spell_holy_rune'),
(3925, 'spell_ice_rune'),
(3927, 'inv_box_04'),
(3928, 'inv_misc_food_132_meat'),
(3930, 'spell_druid_feralchargecat'),
(3931, 'achievement_reputation_murlocoracle'),
(3932, 'inv_misc_bone_humanskull_02'),
(3933, 'inv_thanksgiving_cranberrysauce'),
(3934, 'inv_thanksgiving_pumpkinpie'),
(3935, 'inv_thanksgiving_stuffing'),
(3936, 'inv_thanksgiving_turkey'),
(3937, 'inv_thanksgiving_sweetpotato '),
(3938, 'inv_misc_herb_tigerlily'),
(3940, 'inv_misc_orb_05'),
(3941, 'ability_mount_razorscale'),
(3947, 'achievement_worldevent_mistletoe'),
(3949, 'inv_weapon_shortblade_92'),
(3952, 'inv_potion_120'),
(3953, 'inv_inscription_inkred01'),
(3954, 'achievement_reputation_ogre'),
(3956, 'inv_misc_trailofflowers'),
(3957, 'inv_misc_ogrepinata'),
(3958, 'inv_elemental_mote_mana'),
(3959, 'inv_misc_nerubianchitin_01'),
(3960, 'spell_fire_bluefireward'),
(3961, 'ability_hunter_pet_silithid'),
(3964, 'inv_rod_platinum'),
(3966, 'inv_helmet_65'),
(3967, 'inv_holiday_thanksgiving_cornucopia'),
(3968, 'inv_alchemy_elixir_05'),
(3970, 'inv_thanksgiving_cranberrysauce_act'),
(3971, 'inv_thanksgiving_pumpkinpie_act'),
(3972, 'inv_thanksgiving_stuffing_act'),
(3973, 'inv_thanksgiving_sweetpotato_act '),
(3974, 'inv_thanksgiving_turkey_act'),
(3975, 'inv_misc_statue_01'),
(3976, 'inv_elemental_primal_nether'),
(3978, 'inv_misc_monsterhorn_07'),
(3979, 'inv_jewelcrafting_gem_41'),
(3980, 'inv_staff_14'),
(3981, 'inv_staff_19'),
(3982, 'inv_staff_20'),
(3983, 'inv_staff_18'),
(3984, 'inv_jewelcrafting_gem_39'),
(3985, 'inv_jewelcrafting_gem_33'),
(3986, 'inv_jewelcrafting_gem_36'),
(3987, 'inv_jewelcrafting_gem_35'),
(3988, 'inv_jewelcrafting_gem_32'),
(3989, 'inv_jewelcrafting_gem_34'),
(3990, 'inv_jewelcrafting_gem_31'),
(3991, 'spell_shaman_dropall_01'),
(3992, 'spell_shaman_dropall_02'),
(3993, 'spell_shaman_dropall_03'),
(3994, 'spell_shaman_totemrecall'),
(3997, 'inv_weapon_shortblade_06'),
(3998, 'ability_warrior_shatteringthrow'),
(4000, 'inv_letter_06'),
(4001, 'inv_misc_monsterclaw_09'),
(4002, 'inv_shield_61'),
(4003, 'inv_helmet_134'),
(4004, 'inv_helmet_138'),
(4005, 'achievement_boss_svalasorrowgrave'),
(4006, 'achievement_boss_anubarak'),
(4007, 'achievement_arena_5v5_3'),
(4008, 'inv_crown_15'),
(4009, 'inv_helmet_78'),
(4016, 'inv_ingot_cobalt'),
(4017, 'inv_weapon_shortblade_37'),
(4022, 'inv_gauntlets_12'),
(4025, 'ability_hunter_pet_worm'),
(4034, 'inv_inscription_weaponscroll01'),
(4035, 'inv_letter_09'),
(4037, 'inv_misc_gear_05'),
(4038, 'inv_shirt_09'),
(4040, 'inv_misc_pet_01'),
(4041, 'inv_belt_19'),
(4052, 'achievement_zone_icecrown_06'),
(4054, 'inv_shield_49'),
(4055, 'trade_engineering'),
(4059, 'trade_engineering'),
(4061, 'inv_enchant_abysscrystal'),
(4062, 'ability_hunter_pet_corehound'),
(4064, 'inv_relics_totemofrebirth'),
(4065, 'inv_jewelcrafting_gem_23'),
(4066, 'inv_jewelcrafting_gem_06'),
(4067, 'spell_magic_polymorphrabbit'),
(4068, 'spell_shadow_rune'),
(4069, 'inv_misc_shovel_01'),
(4071, 'inv_misc_pet_02'),
(4072, 'inv_misc_pet_03'),
(4073, 'inv_misc_pet_04'),
(4074, 'inv_misc_penguinpet'),
(4075, 'achievement_boss_kelthuzad_01'),
(4092, 'inv_misc_mohawkgrenade'),
(4094, 'inv_misc_herb_frostlotus'),
(4106, 'inv_inscription_inkgreen03'),
(4107, 'inv_inscription_inkorange01'),
(4108, 'achievement_boss_maexxna'),
(4110, 'inv_jewelcrafting_shadowspirit_02'),
(4111, 'trade_engineering'),
(4112, 'trade_engineering'),
(4114, 'inv_misc_monsterclaw_05'),
(4115, 'inv_misc_monsterhorn_06'),
(4116, 'trade_engineering'),
(4118, 'inv_misc_herb_evergreenmoss'),
(4119, 'inv_misc_tabardpvp_02'),
(4120, 'inv_misc_tabardpvp_01'),
(4122, 'achievement_bg_ab_kill_in_mine'),
(4124, 'achievement_pvp_o_02'),
(4125, 'ability_creature_cursed_03'),
(4126, 'inv_helmet_146'),
(4127, 'inv_helmet_96'),
(4128, 'inv_inscription_inkpurple04'),
(4129, 'inv_inscription_inkpurple02'),
(4130, 'inv_inscription_inkpurple03'),
(4131, 'inv_inscription_inkgreen02'),
(4132, 'inv_inscription_inkgreen04'),
(4134, 'inv_jewelry_necklace_43'),
(4135, 'inv_jewelry_talisman_03'),
(4139, 'inv_shirt_03'),
(4140, 'trade_engineering'),
(4141, 'axe_1h_draenei_b_01'),
(4142, 'inv_axe_113'),
(4143, 'inv_sword_155'),
(4144, 'inv_ingot_platinum'),
(4145, 'achievement_dungeon_hordeairship'),
(4148, 'achievement_boss_lichking'),
(4149, 'achievement_dungeon_icecrown_forgeofsouls'),
(4150, 'achievement_dungeon_icecrown_pitofsaron'),
(4151, 'achievement_dungeon_icecrown_hallsofreflection'),
(4152, 'achievement_boss_bronjahm'),
(4153, 'achievement_boss_devourerofsouls'),
(4154, 'achievement_boss_forgemaster'),
(4155, 'achievement_boss_scourgelordtyrannus'),
(4156, 'inv_helmet_151'),
(4157, 'achievement_dungeon_icecrown_frostmourne'),
(4158, 'achievement_dungeon_icecrown_frostwinghalls'),
(4159, 'achievement_boss_lordmarrowgar'),
(4160, 'achievement_boss_ladydeathwhisper'),
(4161, 'achievement_boss_saurfang'),
(4162, 'achievement_boss_festergutrotface'),
(4163, 'achievement_boss_profputricide'),
(4164, 'achievement_boss_princetaldaram'),
(4165, 'achievement_boss_lanathel'),
(4166, 'achievement_boss_sindragosa'),
(4167, 'achievement_dungeon_icecrown_icecrownentrance'),
(4168, 'inv_helmet_142'),
(4169, 'achievement_zone_icecrown_03'),
(4170, 'inv_gizmo_runichealthinjector'),
(4173, 'achievement_dungeon_gloryoftheraider'),
(4174, 'spell_holy_persuitofjustice'),
(4175, 'inv_misc_dice_01'),
(4176, 'inv_weapon_shortblade_59'),
(4177, 'achievement_dungeon_plaguewing'),
(4178, 'achievement_dungeon_crimsonhall'),
(4179, 'achievement_dungeon_frozenthrone'),
(4180, 'achievement_dungeon_naxxramas'),
(4181, 'achievement_dungeon_naxxramas_25man'),
(4182, 'inv_axe_114'),
(4185, 'inv_misc_leatherscrap_11'),
(4189, 'inv_staff_97'),
(4190, 'inv_staff_96'),
(4191, 'inv_staff_107'),
(4216, 'inv_valentinescardtornright'),
(4220, 'inv_chest_cloth_17'),
(4223, 'inv_misc_beer_06'),
(4230, 'inv_misc_orb_05'),
(4231, 'inv_misc_orb_05'),
(4232, 'inv_misc_tournaments_banner_gnome'),
(4233, 'inv_misc_note_06'),
(4234, 'inv_misc_frostemblem_01'),
(4237, 'inv_potion_34'),
(4239, 'inv_misc_tournaments_banner_troll'),
(4240, 'inv_misc_statue_02'),
(4242, 'ability_hunter_pet_rhino'),
(4244, 'inv_misc_bag_10_green'),
(4248, 'inv_misc_orb_05'),
(4249, 'inv_misc_orb_05'),
(4250, 'inv_misc_orb_05'),
(4253, 'inv_potion_94'),
(4254, 'inv_misc_tournaments_banner_scourge'),
(4261, 'inv_gizmo_04'),
(4262, 'inv_gizmo_05'),
(4267, 'inv_chest_cloth_52'),
(4276, 'ability_mount_celestialhorse'),
(4280, 'ability_mount_rocketmountblue'),
(4286, 'ability_mount_rocketmount2'),
(4289, 'ability_mount_frostyflyingcarpet'),
(4347, 'inv_sigil_thorim'),
(4350, 'inv_misc_rubysanctum1'),
(4351, 'inv_misc_rubysanctum4'),
(4373, 'inv_misc_ammo_arrow_01'),
(4375, 't_roboticon');