mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
Add textid as unique key tthat we could possibly add "just" textids for a specific action.
47 lines
636 KiB
SQL
47 lines
636 KiB
SQL
/*!40101 SET NAMES utf8 */;
|
|
|
|
/*!40101 SET SQL_MODE=''*/;
|
|
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
/*Table structure for table `creature_ai_scripts` */
|
|
|
|
DROP TABLE IF EXISTS `ai_agents`;
|
|
DROP TABLE IF EXISTS `creature_ai_scripts`;
|
|
CREATE TABLE `creature_ai_scripts` (
|
|
`min_build` int NOT NULL DEFAULT '12340',
|
|
`max_build` int NOT NULL DEFAULT '12340',
|
|
`entry` int unsigned NOT NULL,
|
|
`difficulty` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`phase` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`event` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`action` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`maxCount` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`chance` float unsigned NOT NULL DEFAULT '1',
|
|
`spell` int unsigned NOT NULL DEFAULT '0',
|
|
`spell_type` int NOT NULL DEFAULT '0',
|
|
`triggered` tinyint(1) NOT NULL DEFAULT '0',
|
|
`target` tinyint NOT NULL DEFAULT '0',
|
|
`cooldownMin` int NOT NULL DEFAULT '0',
|
|
`cooldownMax` int unsigned NOT NULL DEFAULT '0',
|
|
`minHealth` float NOT NULL DEFAULT '0',
|
|
`maxHealth` float NOT NULL DEFAULT '100',
|
|
`textId` int unsigned NOT NULL DEFAULT '0',
|
|
`misc1` int NOT NULL DEFAULT '0',
|
|
`comments` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
|
UNIQUE KEY `entry` (`min_build`,`max_build`,`entry`,`difficulty`,`phase`,`spell`,`event`,`action`,`textId`) USING BTREE
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='AI System';
|
|
|
|
/*Data for the table `creature_ai_scripts` */
|
|
|
|
insert into `creature_ai_scripts`(`min_build`,`max_build`,`entry`,`difficulty`,`phase`,`event`,`action`,`maxCount`,`chance`,`spell`,`spell_type`,`triggered`,`target`,`cooldownMin`,`cooldownMax`,`minHealth`,`maxHealth`,`textId`,`misc1`,`comments`) values (12340,12340,3,4,0,1,1,0,0,3436,10,0,6,0,0,0,0,0,0,'Flesh Eater-Wandering Plague'),(12340,12340,3,4,0,1,1,0,0,3609,3,0,6,0,0,0,0,0,0,'Flesh Eater-Paralyzing Poison'),(12340,12340,30,4,0,0,1,0,13,6751,8,0,6,0,0,0,0,0,0,'Forest Spider-Weak Poison'),(12340,12340,30,4,0,0,1,0,7,3583,8,0,6,0,0,0,0,0,0,'Forest Spider-Deadly Poison'),(12340,12340,30,4,0,0,1,0,7,36839,8,0,6,0,0,0,0,0,0,'Forest Spider-Impairing Poison'),(12340,12340,36,4,0,1,1,0,0,8379,10,0,6,0,0,0,0,0,0,'Harvest Golem-Disarm'),(12340,12340,36,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Harvest Golem-Forbearance'),(12340,12340,40,4,0,0,1,0,6,6016,11,0,6,0,0,0,0,0,0,'Kobold Miner-Pierce Armor'),(12340,12340,43,4,0,0,1,0,13,6751,8,0,6,0,0,0,0,0,0,'Mine Spider-Weak Poison'),(12340,12340,43,4,0,0,1,0,7,3583,8,0,6,0,0,0,0,0,0,'Mine Spider-Deadly Poison'),(12340,12340,43,4,0,0,1,0,7,36839,8,0,6,0,0,0,0,0,0,'Mine Spider-Impairing Poison'),(12340,12340,46,4,0,0,1,0,10,3368,3,0,0,0,0,0,0,0,0,'Murloc Forager-Drink Minor Potion'),(12340,12340,48,4,0,0,1,0,29,9080,8,0,6,0,0,0,0,0,0,'Skeletal Warrior-Hamstring'),(12340,12340,60,4,0,0,1,0,8,12024,1,0,6,0,0,0,0,0,0,'Ruklar the Trapper-Net'),(12340,12340,79,4,0,0,1,0,15,9128,10,0,0,0,0,0,0,0,0,'Narg the Taskmaster-Battle Shout'),(12340,12340,94,4,0,0,1,0,10,53,8,0,6,0,0,0,0,0,0,'Defias Cutpurse-Backstab'),(12340,12340,95,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Defias Smuggler-Throw'),(12340,12340,97,4,0,0,1,0,2,6061,8,0,6,0,0,0,0,0,0,'Riverpaw Runt-Wave Beam'),(12340,12340,98,4,0,0,1,0,15,3229,10,0,0,0,0,0,0,0,0,'Riverpaw Taskmaster-Quick Bloodlust'),(12340,12340,99,4,0,0,1,0,20,1776,8,0,6,0,0,0,0,0,0,'Morgaine the Sly-Gouge'),(12340,12340,113,4,0,0,1,0,15,6268,8,0,6,0,0,0,0,0,0,'Stonetusk Boar-Rushing Charge'),(12340,12340,114,4,0,1,1,0,0,12166,8,0,6,0,0,0,0,0,0,'Harvest Watcher-Muscle Tear'),(12340,12340,114,4,0,1,1,0,0,8379,10,0,6,0,0,0,0,0,0,'Harvest Watcher-Disarm'),(12340,12340,114,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Harvest Watcher-Forbearance'),(12340,12340,114,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Harvest Watcher-Net'),(12340,12340,114,4,0,1,1,0,0,8014,10,0,6,0,0,0,0,0,0,'Harvest Watcher-Tetanus'),(12340,12340,115,4,0,0,1,0,20,7342,8,0,6,0,0,0,0,0,0,'Harvest Reaper-Wide Slash'),(12340,12340,116,4,0,0,1,0,15,8646,8,0,6,0,0,0,0,0,0,'Defias Bandit-Snap Kick'),(12340,12340,119,4,0,0,1,0,15,6268,8,0,6,0,0,0,0,0,0,'Longsnout-Rushing Charge'),(12340,12340,121,4,0,0,1,0,20,7159,8,0,6,0,0,0,0,0,0,'Defias Pathstalker-Backstab'),(12340,12340,121,4,0,0,1,0,20,11972,8,0,6,0,0,0,0,0,0,'Defias Pathstalker-Shield Bash'),(12340,12340,122,4,0,0,1,0,20,53,8,0,6,0,0,0,0,0,0,'Defias Highwayman-Backstab'),(12340,12340,123,4,0,0,1,0,15,8016,11,0,6,0,0,0,0,0,0,'Riverpaw Mongrel-Spirit Decay'),(12340,12340,124,4,0,0,1,0,10,13730,11,0,4,0,0,0,0,0,0,'Riverpaw Brute-Demoralizing Shout'),(12340,12340,126,4,0,0,1,0,15,7357,8,0,6,0,0,0,0,0,0,'Murloc Coastrunner-Poisonous Stab'),(12340,12340,127,4,0,0,1,0,25,11831,7,0,3,0,0,0,0,0,0,'Murloc Tidehunter-Frost Nova'),(12340,12340,154,4,0,0,1,0,20,12166,8,0,6,0,0,0,0,0,0,'Greater Fleshripper-Muscle Tear'),(12340,12340,157,4,0,0,1,0,10,6268,8,0,6,0,0,0,0,0,0,'Goretusk-Rushing Charge'),(12340,12340,171,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Murloc Warrior-Forbearance'),(12340,12340,171,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Murloc Warrior-Net'),(12340,12340,171,4,0,1,1,0,0,7386,10,0,6,0,0,0,0,0,0,'Murloc Warrior-Sunder Armor'),(12340,12340,199,4,0,0,1,0,3,12166,8,0,6,0,0,0,0,0,0,'Young Fleshripper-Muscle Tear'),(12340,12340,202,4,0,0,1,0,21,7399,4,0,6,0,0,0,0,0,0,'Skeletal Horror-Terrify'),(12340,12340,203,4,0,0,1,0,31,20792,8,0,6,0,0,0,0,0,0,'Skeletal Mage-Frostbolt'),(12340,12340,203,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Skeletal Mage-Frost Armor'),(12340,12340,205,4,0,0,1,0,31,6595,8,0,6,0,0,0,0,0,0,'Nightbane Dark Runner-Exploit Weakness'),(12340,12340,206,4,0,0,1,0,26,3427,11,0,6,0,0,0,0,0,0,'Nightbane Vile Fang-Infected Wound'),(12340,12340,210,4,0,0,1,0,24,6016,11,0,6,0,0,0,0,0,0,'Bone Chewer-Pierce Armor'),(12340,12340,212,4,0,0,1,0,21,5242,10,0,0,0,0,0,0,0,0,'Splinter Fist Warrior-Battle Shout'),(12340,12340,213,4,0,1,1,0,0,13518,8,0,6,0,0,0,0,0,0,'Starving Dire Wolf-Poison'),(12340,12340,213,4,0,1,1,0,0,745,3,0,6,0,0,0,0,0,0,'Starving Dire Wolf-Web'),(12340,12340,215,4,0,0,1,0,31,2589,8,0,6,0,0,0,0,0,0,'Defias Night Runner-Backstab'),(12340,12340,217,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Venom Web Spider-Poison'),(12340,12340,217,4,0,0,1,0,22,745,1,0,6,0,0,0,0,0,0,'Venom Web Spider-Web'),(12340,12340,218,4,0,0,1,0,31,6595,8,0,6,0,0,0,0,0,0,'Grave Robber-Exploit Weakness'),(12340,12340,257,4,0,0,1,0,100,3110,8,0,6,0,0,0,0,0,0,'Kobold Worker-Firebolt'),(12340,12340,258,4,0,0,1,0,35,10277,8,0,6,0,0,0,0,0,0,'Joshua Maclure-Throw'),(12340,12340,300,4,0,0,1,0,26,8716,2,0,6,0,0,0,0,0,0,'Zzarc\' Vul-Low Swipe'),(12340,12340,314,4,0,0,1,0,21,3107,9,0,3,0,0,0,0,0,0,'Eliza-Summon Eliza\'s Guard'),(12340,12340,314,4,0,0,1,0,23,11831,7,0,4,0,0,0,0,0,0,'Eliza-Frost Nova'),(12340,12340,314,4,0,0,1,0,39,20819,8,0,6,0,0,0,0,0,0,'Eliza-Frostbolt'),(12340,12340,315,4,0,0,1,0,26,3105,11,0,6,0,0,0,0,0,0,'Stalvan Mistmantle-Curse of Stalvan'),(12340,12340,330,4,0,0,1,0,15,6268,8,0,6,0,0,0,0,0,0,'Princess-Rushing Charge'),(12340,12340,332,4,0,0,1,0,100,20714,8,0,6,0,0,0,0,0,0,'Master Mathias Shaw-Fireball'),(12340,12340,332,4,0,0,1,0,100,20720,8,0,6,0,0,0,0,0,0,'Master Mathias Shaw-Arcane Bolt'),(12340,12340,332,4,0,0,1,0,100,20746,8,0,6,0,0,0,0,0,0,'Master Mathias Shaw-Summon Karang\'s Banner Aura'),(12340,12340,332,4,0,0,1,0,100,20712,8,0,6,0,0,0,0,0,0,'Master Mathias Shaw-Flame Breath'),(12340,12340,334,4,0,0,1,0,17,3427,11,0,6,0,0,0,0,0,0,'Gath\'Ilzogg-Infected Wound'),(12340,12340,334,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Gath\'Ilzogg-Shield Bash'),(12340,12340,335,4,0,0,1,0,32,13375,8,0,6,0,0,0,0,0,0,'Singe-Fireball'),(12340,12340,335,4,0,0,1,0,25,12468,7,0,3,0,0,0,0,0,0,'Singe-Flamestrike'),(12340,12340,345,4,0,0,1,0,23,5568,7,0,4,0,0,0,0,0,0,'Bellygrub-Trample'),(12340,12340,345,4,0,0,1,0,18,6268,10,0,0,0,0,0,0,0,0,'Bellygrub-Rushing Charge'),(12340,12340,349,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Corporal Keeshan-Shield Bash'),(12340,12340,349,4,0,0,1,0,21,21008,8,0,6,0,0,0,0,0,0,'Corporal Keeshan-Mocking Blow'),(12340,12340,390,4,0,0,1,0,15,6268,8,0,6,0,0,0,0,0,0,'Porcine Entourage-Rushing Charge'),(12340,12340,391,4,0,0,1,0,10,3584,11,0,6,0,0,0,0,0,0,'Old Murk-Eye-Volatile Infection'),(12340,12340,397,4,0,0,1,0,18,13787,10,0,0,0,0,0,0,0,0,'Morganth-Demon Armor'),(12340,12340,397,4,0,0,1,0,20,3611,9,0,3,0,0,0,0,0,0,'Morganth-Minion of Morganth'),(12340,12340,397,4,0,0,1,0,24,8722,9,0,3,0,0,0,0,0,0,'Morganth-Summon Succubus'),(12340,12340,397,4,0,0,1,0,29,20811,8,0,6,0,0,0,0,0,0,'Morganth-Fireball'),(12340,12340,412,4,0,0,1,0,35,25818,10,0,0,0,0,0,0,0,0,'Stitches-Aura of Rot'),(12340,12340,412,4,0,1,1,0,0,12721,8,0,6,0,0,0,0,0,0,'Stitches-Deep Wounds'),(12340,12340,412,4,0,1,1,0,0,7372,8,0,6,0,0,0,0,0,0,'Stitches-Hamstring'),(12340,12340,412,4,0,1,1,0,0,20615,3,0,6,0,0,0,0,0,0,'Stitches-Intercept'),(12340,12340,412,4,0,1,1,0,0,12294,8,0,6,0,0,0,0,0,0,'Stitches-Mortal Strike'),(12340,12340,412,4,0,1,1,0,0,12522,8,0,6,0,0,0,0,0,0,'Stitches-Pyroblast'),(12340,12340,412,4,0,1,1,0,0,2767,8,0,6,0,0,0,0,0,0,'Stitches-Shadow Word: Pain'),(12340,12340,422,4,0,0,1,0,100,3393,8,0,6,0,0,0,0,0,0,'Murloc Flesheater-Consume Flesh'),(12340,12340,423,4,0,0,1,0,17,3427,11,0,6,0,0,0,0,0,0,'Redridge Mongrel-Infected Wound'),(12340,12340,424,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Redridge Poacher-Shoot'),(12340,12340,426,4,0,0,1,0,20,5708,8,0,3,0,0,0,0,0,0,'Redridge Brute-Swoop'),(12340,12340,428,4,0,0,1,0,26,5708,7,0,3,0,0,0,0,0,0,'Dire Condor-Swoop'),(12340,12340,429,4,0,0,1,0,23,5740,7,0,3,0,0,0,0,0,0,'Shadowhide Darkweaver-Rain of Fire'),(12340,12340,429,4,0,0,1,0,25,6205,6,0,6,0,0,0,0,0,0,'Shadowhide Darkweaver-Curse of Weakness'),(12340,12340,429,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Shadowhide Darkweaver-Shadow Bolt'),(12340,12340,430,4,0,0,1,0,21,547,2,0,0,0,0,0,0,0,0,'Redridge Mystic-Healing Wave'),(12340,12340,430,4,0,0,1,0,33,20802,8,0,6,0,0,0,0,0,0,'Redridge Mystic-Lightning Bolt'),(12340,12340,431,4,0,0,1,0,25,7160,8,0,6,0,0,0,0,0,0,'Shadowhide Slayer-Execute'),(12340,12340,432,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Shadowhide Brute-Enrage'),(12340,12340,434,4,0,0,1,0,17,3150,11,0,6,0,0,0,0,0,0,'Rabid Shadowhide Gnoll-Rabies'),(12340,12340,434,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Rabid Shadowhide Gnoll-Poison'),(12340,12340,435,4,0,0,1,0,19,13730,11,0,4,0,0,0,0,0,0,'Blackrock Champion-Demoralizing Shout'),(12340,12340,435,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Champion-Frenzy'),(12340,12340,436,4,0,0,1,0,18,13787,10,0,0,0,0,0,0,0,0,'Blackrock Shadowcaster-Demon Armor'),(12340,12340,436,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Shadowcaster-Frenzy'),(12340,12340,436,4,0,0,1,0,17,8994,8,0,6,0,0,0,0,0,0,'Blackrock Shadowcaster-Banish'),(12340,12340,436,4,0,0,1,0,34,12739,8,0,6,0,0,0,0,0,0,'Blackrock Shadowcaster-Shadow Bolt'),(12340,12340,436,4,0,0,1,0,24,11639,8,0,6,0,0,0,0,0,0,'Blackrock Shadowcaster-Shadow Word: Pain'),(12340,12340,437,4,0,0,1,0,24,8242,8,0,6,0,0,0,0,0,0,'Blackrock Renegade-Shield Slam'),(12340,12340,437,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Renegade-Frenzy'),(12340,12340,440,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Grunt-Frenzy'),(12340,12340,441,4,0,0,1,0,33,20793,8,0,6,0,0,0,0,0,0,'Black Dragon Whelp-Fireball'),(12340,12340,442,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Tarantula-Poison'),(12340,12340,445,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Redridge Alpha-Strike'),(12340,12340,446,4,0,0,1,0,24,5164,3,0,6,0,0,0,0,0,0,'Redridge Basher-Knockdown'),(12340,12340,446,4,0,0,1,0,26,16509,3,0,6,0,0,0,0,0,0,'Redridge Basher-Rend'),(12340,12340,448,4,0,0,1,0,6,6016,11,0,6,0,0,0,0,0,0,'Hogger-Pierce Armor'),(12340,12340,448,4,0,0,1,0,10,6730,8,0,6,0,0,0,0,0,0,'Hogger-Head Butt'),(12340,12340,448,4,0,0,1,0,8,6268,8,0,6,0,0,0,0,0,0,'Hogger-Rushing Charge'),(12340,12340,449,4,0,0,1,0,20,12555,8,0,6,0,0,0,0,0,0,'Defias Knuckleduster-Pummel'),(12340,12340,450,4,0,0,1,0,45,20793,8,0,6,0,0,0,0,0,0,'Defias Renegade Mage-Fireball'),(12340,12340,452,4,0,0,1,0,15,53,8,0,6,0,0,0,0,0,0,'Riverpaw Bandit-Backstab'),(12340,12340,452,4,0,0,1,0,15,7357,8,0,6,0,0,0,0,0,0,'Riverpaw Bandit-Poisonous Stab'),(12340,12340,453,4,0,0,1,0,45,9532,8,0,6,0,0,0,0,0,0,'Riverpaw Mystic-Lightning Bolt'),(12340,12340,454,4,0,0,1,0,10,6268,8,0,6,0,0,0,0,0,0,'Young Goretusk-Rushing Charge'),(12340,12340,456,4,0,0,1,0,15,332,2,0,0,0,0,0,0,0,0,'Murloc Minor Oracle-Healing Wave'),(12340,12340,456,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Murloc Minor Oracle-Lightning Bolt'),(12340,12340,458,4,0,1,1,0,50,2764,8,0,6,0,0,0,0,0,0,'Murloc Hunter-Throw'),(12340,12340,462,4,0,0,1,0,25,5708,8,0,6,0,0,0,0,0,0,'Vultros-Swoop'),(12340,12340,467,4,0,1,1,0,50,8379,10,0,6,0,0,0,0,0,0,'The Defias Traitor-Disarm'),(12340,12340,467,4,0,1,1,0,50,25771,10,0,6,0,0,0,0,0,0,'The Defias Traitor-Forbearance'),(12340,12340,471,4,0,0,1,0,8,12023,8,0,6,0,0,0,0,0,0,'Mother Fang-Web'),(12340,12340,472,4,0,0,1,0,12,3238,10,0,0,0,0,0,0,0,0,'Fedfennel-Nimble Reflexes'),(12340,12340,473,4,0,0,1,0,20,1776,8,0,6,0,0,0,0,0,0,'Morgan the Collector-Gouge'),(12340,12340,474,4,0,0,1,0,70,13322,8,0,6,0,0,0,0,0,0,'Defias Rogue Wizard-Frostbolt'),(12340,12340,474,4,0,1,1,0,90,12544,10,0,0,0,0,0,0,0,0,'Defias Rogue Wizard-Frost Armor'),(12340,12340,476,4,0,1,1,0,90,12544,10,0,0,0,0,0,0,0,0,'Kobold Geomancer-Frost Armor'),(12340,12340,476,4,0,0,1,0,60,20793,8,0,6,0,0,0,0,0,0,'Kobold Geomancer-Fireball'),(12340,12340,478,4,0,0,1,0,10,3391,8,0,6,0,0,0,0,0,0,'Riverpaw Outrunner-Thrash'),(12340,12340,480,4,0,0,1,0,15,8014,11,0,6,0,0,0,0,0,0,'Rusty Harvest Golem-Tetanus'),(12340,12340,481,4,0,0,1,0,20,7159,8,0,6,0,0,0,0,0,0,'Defias Footpad-Backstab'),(12340,12340,485,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Blackrock Outrunner-Net'),(12340,12340,485,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Outrunner-Frenzy'),(12340,12340,486,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Tharil\'zun-Frenzy'),(12340,12340,486,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Tharil\'zun-Net'),(12340,12340,486,4,0,0,1,0,19,3631,10,0,0,0,0,0,0,0,0,'Tharil\'zun-Battle Fury'),(12340,12340,500,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Riverpaw Scout-Shoot'),(12340,12340,501,4,0,0,1,0,12,3369,10,0,0,0,0,0,0,0,0,'Riverpaw Herbalist-Potion Strength II'),(12340,12340,502,4,0,1,1,0,1,6533,1,0,6,0,0,0,0,0,0,'Benny Blaanco-Net'),(12340,12340,503,4,0,0,1,0,21,3537,9,0,3,0,0,0,0,0,0,'Lord Malathrom-Minions of Malathrom'),(12340,12340,503,4,0,0,1,0,27,2767,8,0,6,0,0,0,0,0,0,'Lord Malathrom-Shadow Word: Pain'),(12340,12340,504,4,0,0,1,0,15,12024,1,0,6,0,0,0,0,0,0,'Defias Trapper-Net'),(12340,12340,504,4,0,0,1,0,20,2589,8,0,6,0,0,0,0,0,0,'Defias Trapper-Backstab'),(12340,12340,505,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Greater Tarantula-Web'),(12340,12340,505,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Greater Tarantula-Poison'),(12340,12340,505,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Greater Tarantula-Weak Poison'),(12340,12340,506,4,0,0,1,0,15,5164,8,0,6,0,0,0,0,0,0,'Sergeant Brashclaw-Knockdown'),(12340,12340,506,4,0,0,1,0,12,3136,10,0,4,0,0,0,0,0,0,'Sergeant Brashclaw-Frenzied Command'),(12340,12340,507,4,0,0,1,0,31,6725,7,0,3,0,0,0,0,0,0,'Fenros-Flame Spike'),(12340,12340,507,4,0,0,1,0,32,865,7,0,4,0,0,0,0,0,0,'Fenros-Frost Nova'),(12340,12340,511,4,0,0,1,0,26,8282,6,0,6,0,0,0,0,0,0,'Insane Ghoul-Curse of Blood'),(12340,12340,513,4,0,0,1,0,15,11971,11,0,6,0,0,0,0,0,0,'Murloc Netter-Sunder Armor'),(12340,12340,513,4,0,0,1,0,15,12024,1,0,6,0,0,0,0,0,0,'Murloc Netter-Net'),(12340,12340,515,4,0,1,1,0,1,7357,10,0,6,0,0,0,0,0,0,'Murloc Raider-Poisonous Stab'),(12340,12340,517,4,0,0,1,0,20,6074,2,0,0,0,0,0,0,0,0,'Murloc Oracle-Renew'),(12340,12340,517,4,0,0,1,0,35,9734,8,0,6,0,0,0,0,0,0,'Murloc Oracle-Holy Smite'),(12340,12340,518,4,0,0,1,0,20,8198,7,0,0,0,0,0,0,0,0,'Yowler-Thunder Clap'),(12340,12340,519,4,0,1,1,0,11,6546,8,0,6,0,0,0,0,0,0,'Slark-Rend'),(12340,12340,519,4,0,1,1,0,10,12721,8,0,6,0,0,0,0,0,0,'Slark-Deep Wounds'),(12340,12340,519,4,0,1,1,0,1,122,8,0,0,0,0,0,0,0,0,'Slark-Frost Nova'),(12340,12340,519,4,0,1,1,0,1,13518,8,0,6,0,0,0,0,0,0,'Slark-Poison'),(12340,12340,519,4,0,1,1,0,1,7357,10,0,6,0,0,0,0,0,0,'Slark-Poisonous Stab'),(12340,12340,520,4,0,0,1,0,15,11976,8,0,6,0,0,0,0,0,0,'Brack-Strike'),(12340,12340,520,4,0,0,1,0,15,9080,8,0,6,0,0,0,0,0,0,'Brack-Hamstring'),(12340,12340,520,4,0,0,1,0,10,6016,8,0,6,0,0,0,0,0,0,'Brack-Pierce Armor'),(12340,12340,522,4,0,0,1,0,24,3547,10,0,0,0,0,0,0,0,0,'Mor\'Ladim-Enraging Memories'),(12340,12340,523,4,0,1,1,0,12,12721,8,0,6,0,0,0,0,0,0,'Thor-Deep Wounds'),(12340,12340,523,4,0,1,1,0,12,7373,8,0,6,0,0,0,0,0,0,'Thor-Hamstring'),(12340,12340,523,4,0,1,1,0,6,22914,3,0,6,0,0,0,0,0,0,'Thor-Concussive Shot'),(12340,12340,523,4,0,1,1,0,6,20923,8,0,0,0,0,0,0,0,0,'Thor-Consecration'),(12340,12340,523,4,0,1,1,0,6,3600,10,0,6,0,0,0,0,0,0,'Thor-Earthbind'),(12340,12340,523,4,0,1,1,0,6,17928,4,0,0,0,0,0,0,0,0,'Thor-Howl of Terror'),(12340,12340,523,4,0,1,1,0,6,11667,8,0,6,0,0,0,0,0,0,'Thor-Immolate'),(12340,12340,523,4,0,1,1,0,6,17314,8,0,6,0,0,0,0,0,0,'Thor-Mind Flay'),(12340,12340,523,4,0,1,1,0,6,10888,4,0,0,0,0,0,0,0,0,'Thor-Psychic Scream'),(12340,12340,523,4,0,1,1,0,6,13554,8,0,6,0,0,0,0,0,0,'Thor-Serpent Sting'),(12340,12340,523,4,0,1,1,0,6,14294,8,0,0,0,0,0,0,0,0,'Thor-Volley'),(12340,12340,524,4,0,0,1,0,15,6268,8,0,6,0,0,0,0,0,0,'Rockhide Boar-Rushing Charge'),(12340,12340,531,4,0,0,1,0,21,3416,10,0,0,0,0,0,0,0,0,'Skeletal Fiend-Fiend Fury'),(12340,12340,533,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Nightbane Shadow Weaver-Shadow Bolt'),(12340,12340,534,4,0,0,1,0,21,8715,4,0,4,0,0,0,0,0,0,'Nefaru-Terrifying Howl'),(12340,12340,534,4,0,0,1,0,26,3604,11,0,6,0,0,0,0,0,0,'Nefaru-Tendon Rip'),(12340,12340,539,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Pygmy Venom Web Spider-Poison'),(12340,12340,544,4,0,0,1,0,26,2589,8,0,6,0,0,0,0,0,0,'Murloc Nightcrawler-Backstab'),(12340,12340,545,4,0,0,1,0,28,122,7,0,3,0,0,0,0,0,0,'Murloc Tidecaller-Frost Nova'),(12340,12340,545,4,0,0,1,0,23,10,7,0,3,0,0,0,0,0,0,'Murloc Tidecaller-Blizzard'),(12340,12340,545,4,0,0,1,0,21,913,2,0,0,0,0,0,0,0,0,'Murloc Tidecaller-Healing Wave'),(12340,12340,547,4,0,0,1,0,10,6268,8,0,6,0,0,0,0,0,0,'Great Goretusk-Rushing Charge'),(12340,12340,548,4,0,0,1,0,29,9672,8,0,6,0,0,0,0,0,0,'Murloc Minor Tidecaller-Frostbolt'),(12340,12340,548,4,0,0,1,0,21,547,2,0,0,0,0,0,0,0,0,'Murloc Minor Tidecaller-Healing Wave'),(12340,12340,550,4,0,1,1,0,1,8379,10,0,6,0,0,0,0,0,0,'Defias Messenger-Disarm'),(12340,12340,550,4,0,1,1,0,1,6533,1,0,6,0,0,0,0,0,0,'Defias Messenger-Net'),(12340,12340,550,4,0,1,1,0,0,12166,8,0,6,0,0,0,0,0,0,'Defias Messenger-Muscle Tear'),(12340,12340,565,4,0,0,1,0,26,3150,11,0,6,0,0,0,0,0,0,'Rabid Dire Wolf-Rabies'),(12340,12340,568,4,0,0,1,0,27,7405,11,0,6,0,0,0,0,0,0,'Shadowhide Warrior-Sunder Armor'),(12340,12340,569,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Green Recluse-Poison'),(12340,12340,570,4,0,0,1,0,26,3429,11,0,6,0,0,0,0,0,0,'Brain Eater-Plague Mind'),(12340,12340,572,4,0,0,1,0,10,4974,8,0,6,0,0,0,0,0,0,'Leprithus-Wither Touch'),(12340,12340,572,4,0,0,1,0,10,744,8,0,6,0,0,0,0,0,0,'Leprithus-Poison'),(12340,12340,573,4,0,0,1,0,20,5568,8,0,6,0,0,0,0,0,0,'Foe Reaper 4000-Trample'),(12340,12340,574,4,0,0,1,0,22,3583,8,0,6,0,0,0,0,0,0,'Naraxis-Deadly Poison'),(12340,12340,574,4,0,0,1,0,20,3542,1,0,6,0,0,0,0,0,0,'Naraxis-Naraxis Web'),(12340,12340,578,4,0,0,1,0,100,7357,8,0,6,0,0,0,0,0,0,'Murloc Scout-Poisonous Stab'),(12340,12340,579,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Shadowhide Assassin-Poison'),(12340,12340,579,4,0,0,1,0,25,2590,8,0,6,0,0,0,0,0,0,'Shadowhide Assassin-Backstab'),(12340,12340,584,4,0,0,1,0,29,6253,8,0,6,0,0,0,0,0,0,'Kazon-Backhand'),(12340,12340,587,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Warrior-Enrage'),(12340,12340,587,4,0,0,1,0,10,6713,11,0,6,0,0,0,0,0,0,'Bloodscalp Warrior-Disarm'),(12340,12340,587,4,0,0,1,0,10,11972,8,0,6,0,0,0,0,0,0,'Bloodscalp Warrior-Shield Bash'),(12340,12340,588,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Scout-Enrage'),(12340,12340,589,4,0,0,1,0,35,20793,8,0,6,0,0,0,0,0,0,'Defias Pillager-Fireball'),(12340,12340,589,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Defias Pillager-Frost Armor'),(12340,12340,590,4,0,0,1,0,20,7159,8,0,6,0,0,0,0,0,0,'Defias Looter-Backstab'),(12340,12340,590,4,0,0,1,0,15,6713,8,0,6,0,0,0,0,0,0,'Defias Looter-Disarm'),(12340,12340,594,4,0,0,1,0,20,8242,8,0,6,0,0,0,0,0,0,'Defias Henchman-Shield Slam'),(12340,12340,595,4,0,0,1,0,5,6533,1,0,6,0,0,0,0,0,0,'Bloodscalp Hunter-Net'),(12340,12340,595,4,0,0,1,0,40,10277,8,0,6,0,0,0,0,0,0,'Bloodscalp Hunter-Throw'),(12340,12340,595,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Hunter-Enrage'),(12340,12340,597,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Berserker-Enrage'),(12340,12340,598,4,0,0,1,0,10,6016,8,0,6,0,0,0,0,0,0,'Defias Miner-Pierce Armor'),(12340,12340,598,4,0,0,1,0,100,6685,8,0,6,0,0,0,0,0,0,'Defias Miner-Piercing Shot'),(12340,12340,604,4,0,0,1,0,26,3436,11,0,6,0,0,0,0,0,0,'Plague Spreader-Wandering Plague'),(12340,12340,615,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Tracker-Frenzy'),(12340,12340,616,4,0,0,1,0,17,3609,3,0,6,0,0,0,0,0,0,'Chatter-Paralyzing Poison'),(12340,12340,616,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Chatter-Poison'),(12340,12340,619,4,0,0,1,0,60,9053,8,0,6,0,0,0,0,0,0,'Defias Conjurer-Fireball'),(12340,12340,624,4,0,0,1,0,25,3011,8,0,6,0,0,0,0,0,0,'Undead Excavator-Fire Shot'),(12340,12340,625,4,0,0,1,0,10,7395,8,0,6,0,0,0,0,0,0,'Undead Dynamiter-Deadmines Dynamite'),(12340,12340,625,4,0,0,1,0,3,17831,8,0,6,0,0,0,0,0,0,'Undead Dynamiter-Call of the Grave'),(12340,12340,625,4,0,0,1,0,25,7101,8,0,6,0,0,0,0,0,0,'Undead Dynamiter-Flame Blast'),(12340,12340,628,4,0,0,1,0,33,13443,8,0,6,0,0,0,0,0,0,'Black Ravager-Rend'),(12340,12340,634,4,0,0,1,0,5,6016,8,0,6,0,0,0,0,0,0,'Defias Overseer-Pierce Armor'),(12340,12340,634,4,0,0,1,0,100,9915,8,0,6,0,0,0,0,0,0,'Defias Overseer-Frost Nova'),(12340,12340,636,4,0,0,1,0,25,8878,8,0,6,0,0,0,0,0,0,'Defias Blackguard-Echoes of Lordaeron UNUSED'),(12340,12340,641,4,0,0,1,0,25,2764,8,0,6,0,0,0,0,0,0,'Goblin Woodcarver-Throw'),(12340,12340,657,4,0,0,1,0,100,6660,8,0,6,0,0,0,0,0,0,'Defias Pirate-Shoot'),(12340,12340,660,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Witch Doctor-Enrage'),(12340,12340,660,4,0,0,1,0,5,8376,9,0,4,0,0,0,0,0,0,'Bloodscalp Witch Doctor-Earthgrab Totem'),(12340,12340,660,4,0,0,1,0,5,5605,9,0,4,0,0,0,0,0,0,'Bloodscalp Witch Doctor-Healing Ward'),(12340,12340,667,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Warrior-Head Crack'),(12340,12340,667,4,0,0,1,0,12,11972,8,0,6,0,0,0,0,0,0,'Skullsplitter Warrior-Shield Bash'),(12340,12340,669,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Hunter-Head Crack'),(12340,12340,669,4,0,0,1,0,12,3391,8,0,6,0,0,0,0,0,0,'Skullsplitter Hunter-Thrash'),(12340,12340,670,4,0,0,1,0,8,8376,9,0,4,0,0,0,0,0,0,'Skullsplitter Witch Doctor-Earthgrab Totem'),(12340,12340,670,4,0,0,1,0,8,5605,9,0,4,0,0,0,0,0,0,'Skullsplitter Witch Doctor-Healing Ward'),(12340,12340,671,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Headhunter-Enrage'),(12340,12340,671,4,0,0,1,0,40,10277,8,0,6,0,0,0,0,0,0,'Bloodscalp Headhunter-Throw'),(12340,12340,672,4,0,0,1,0,25,9532,8,0,6,0,0,0,0,0,0,'Skullsplitter Spiritchaser-Lightning Bolt'),(12340,12340,672,4,0,0,1,0,15,11981,8,0,6,0,0,0,0,0,0,'Skullsplitter Spiritchaser-Mana Burn'),(12340,12340,672,4,0,0,1,0,10,11986,3,0,0,0,0,0,0,0,0,'Skullsplitter Spiritchaser-Healing Wave'),(12340,12340,674,4,0,0,1,0,10,8800,7,0,4,0,0,0,0,0,0,'Venture Co. Strip Miner-Dynamite'),(12340,12340,675,4,0,0,1,0,10,8258,10,0,0,0,0,0,0,0,0,'Venture Co. Foreman-Devotion Aura'),(12340,12340,677,4,0,0,1,0,25,20823,8,0,6,0,0,0,0,0,0,'Venture Co. Tinkerer-Fireball'),(12340,12340,677,4,0,0,1,0,10,12544,10,0,0,0,0,0,0,0,0,'Venture Co. Tinkerer-Frost Armor'),(12340,12340,677,4,0,0,1,0,12,7979,9,0,4,0,0,0,0,0,0,'Venture Co. Tinkerer-Compact Harvest Reaper'),(12340,12340,678,4,0,0,1,0,20,5164,8,0,6,0,0,0,0,0,0,'Mosh\'Ogg Mauler-Knockdown'),(12340,12340,679,4,0,0,1,0,5,6742,10,0,0,0,0,0,0,0,0,'Mosh\'Ogg Shaman-Bloodlust'),(12340,12340,679,4,0,0,1,0,15,12058,8,0,6,0,0,0,0,0,0,'Mosh\'Ogg Shaman-Chain Lightning'),(12340,12340,679,4,0,0,1,0,10,11899,9,0,4,0,0,0,0,0,0,'Mosh\'Ogg Shaman-Healing Ward'),(12340,12340,680,4,0,0,1,0,8,9128,10,0,0,0,0,0,0,0,0,'Mosh\'Ogg Lord-Battle Shout'),(12340,12340,686,4,0,0,1,0,10,6607,8,0,6,0,0,0,0,0,0,'Lashtail Raptor-Lash'),(12340,12340,688,4,0,0,1,0,8,3635,2,0,6,0,0,0,0,0,0,'Stone Maw Basilisk-Crystal Gaze'),(12340,12340,689,4,0,0,1,0,5,689,2,0,6,0,0,0,0,0,0,'Crystal Spine Basilisk-Drain Life'),(12340,12340,690,4,0,0,1,0,2,3636,2,0,6,0,0,0,0,0,0,'Cold Eye Basilisk-Crystalline Slumber'),(12340,12340,694,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Axe Thrower-Enrage'),(12340,12340,694,4,0,0,1,0,40,10277,8,0,6,0,0,0,0,0,0,'Bloodscalp Axe Thrower-Throw'),(12340,12340,696,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Axe Thrower-Head Crack'),(12340,12340,696,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Skullsplitter Axe Thrower-Throw'),(12340,12340,697,4,0,0,1,0,15,8788,10,0,0,0,0,0,0,0,0,'Bloodscalp Shaman-Lightning Shield'),(12340,12340,697,4,0,0,1,0,20,11969,7,0,4,0,0,0,0,0,0,'Bloodscalp Shaman-Fire Nova'),(12340,12340,697,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Shaman-Enrage'),(12340,12340,699,4,0,0,1,0,40,6660,8,0,6,0,0,0,0,0,0,'Bloodscalp Beastmaster-Shoot'),(12340,12340,699,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Beastmaster-Enrage'),(12340,12340,701,4,0,0,1,0,10,4979,10,0,0,0,0,0,0,0,0,'Bloodscalp Mystic-Quick Flame Ward'),(12340,12340,701,4,0,0,1,0,10,11986,4,0,4,0,0,0,0,0,0,'Bloodscalp Mystic-Healing Wave'),(12340,12340,701,4,0,0,1,0,25,9532,8,0,6,0,0,0,0,0,0,'Bloodscalp Mystic-Lightning Bolt'),(12340,12340,701,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Mystic-Enrage'),(12340,12340,702,4,0,0,1,0,8,744,8,0,6,0,0,0,0,0,0,'Bloodscalp Scavenger-Poison'),(12340,12340,702,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Bloodscalp Scavenger-Enrage'),(12340,12340,703,4,0,0,1,0,40,15502,11,0,6,0,0,0,0,0,0,'Lieutenant Fangore-Sunder Armor'),(12340,12340,705,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Ragged Young Wolf-Forbearance'),(12340,12340,706,4,0,1,1,0,0,8056,8,0,6,0,0,0,0,0,0,'Frostmane Troll Whelp-Frost Shock'),(12340,12340,709,4,0,0,1,0,7,8147,7,0,4,0,0,0,0,0,0,'Mosh\'Ogg Warmonger-Thunderclap'),(12340,12340,710,4,0,0,1,0,30,9053,8,0,6,0,0,0,0,0,0,'Mosh\'Ogg Spellcrafter-Fireball'),(12340,12340,710,4,0,0,1,0,10,11829,7,0,4,0,0,0,0,0,0,'Mosh\'Ogg Spellcrafter-Flamestrike'),(12340,12340,710,4,0,0,1,0,10,12544,10,0,0,0,0,0,0,0,0,'Mosh\'Ogg Spellcrafter-Frost Armor'),(12340,12340,711,4,0,0,1,0,14,3256,11,0,3,0,0,0,0,0,0,'Ardo Dirtpaw-Plague Cloud'),(12340,12340,711,4,0,0,1,0,19,3650,11,0,6,0,0,0,0,0,0,'Ardo Dirtpaw-Sling Mud'),(12340,12340,712,4,0,0,1,0,100,3427,8,0,6,0,0,0,0,0,0,'Redridge Thrasher-Infected Wound'),(12340,12340,727,4,0,1,1,0,47,6660,8,0,6,0,0,0,0,0,0,'Ironforge Mountaineer-Shoot'),(12340,12340,728,4,0,0,1,0,15,3147,8,0,6,0,0,0,0,0,0,'Bhag\'thera-Rend Flesh'),(12340,12340,728,4,0,0,1,0,10,6016,11,0,6,0,0,0,0,0,0,'Bhag\'thera-Pierce Armor'),(12340,12340,729,4,0,0,1,0,20,5164,8,0,6,0,0,0,0,0,0,'Sin\'Dall-Knockdown'),(12340,12340,730,4,0,0,1,0,7,3604,8,0,6,0,0,0,0,0,0,'Tethis-Tendon Rip'),(12340,12340,732,4,0,0,1,0,10,7159,8,0,6,0,0,0,0,0,0,'Murloc Lurker-Backstab'),(12340,12340,740,4,0,0,1,0,33,20821,8,0,6,0,0,0,0,0,0,'Adolescent Whelp-Acid Spit'),(12340,12340,741,4,0,0,1,0,33,20821,8,0,6,0,0,0,0,0,0,'Dreaming Whelp-Acid Spit'),(12340,12340,741,4,0,0,1,0,24,12098,1,0,6,0,0,0,0,0,0,'Dreaming Whelp-Sleep'),(12340,12340,742,4,0,0,1,0,22,6306,7,0,3,0,0,0,0,0,0,'Green Wyrmkin-Acid Splash'),(12340,12340,743,4,0,0,1,0,100,9256,8,0,6,0,0,0,0,0,0,'Wyrmkin Dreamwalker-Deep Sleep'),(12340,12340,744,4,0,0,1,0,27,15496,7,0,3,0,0,0,0,0,0,'Green Scalebane-Cleave'),(12340,12340,745,4,0,0,1,0,24,12555,8,0,6,0,0,0,0,0,0,'Scalebane Captain-Pummel'),(12340,12340,745,4,0,0,1,0,15,13730,11,0,4,0,0,0,0,0,0,'Scalebane Captain-Demoralizing Shout'),(12340,12340,745,4,0,0,1,0,22,9128,10,0,0,0,0,0,0,0,0,'Scalebane Captain-Battle Shout'),(12340,12340,746,4,0,0,1,0,22,6306,7,0,3,0,0,0,0,0,0,'Elder Dragonkin-Acid Splash'),(12340,12340,747,4,0,0,1,0,100,7357,8,0,6,0,0,0,0,0,0,'Marsh Murloc-Poisonous Stab'),(12340,12340,750,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Marsh Inkspewer-Sunder Armor'),(12340,12340,751,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Marsh Flesheater-Enrage'),(12340,12340,752,4,0,0,1,0,27,9532,8,0,6,0,0,0,0,0,0,'Marsh Oracle-Lightning Bolt'),(12340,12340,752,4,0,0,1,0,23,11986,2,0,0,0,0,0,0,0,0,'Marsh Oracle-Healing Wave'),(12340,12340,752,4,0,0,1,0,22,12550,10,0,0,0,0,0,0,0,0,'Marsh Oracle-Lightning Shield'),(12340,12340,755,4,0,0,1,0,27,7159,8,0,6,0,0,0,0,0,0,'Lost One Mudlurker-Backstab'),(12340,12340,759,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Lost One Hunter-Shoot'),(12340,12340,759,4,0,0,1,0,27,8806,8,0,6,0,0,0,0,0,0,'Lost One Hunter-Poisoned Shot'),(12340,12340,761,4,0,0,1,0,22,8376,9,0,4,0,0,0,0,0,0,'Lost One Seer-Earthgrab Totem'),(12340,12340,761,4,0,0,1,0,23,4971,9,0,4,0,0,0,0,0,0,'Lost One Seer-Healing Ward'),(12340,12340,762,4,0,0,1,0,33,20825,8,0,6,0,0,0,0,0,0,'Lost One Riftseeker-Shadow Bolt'),(12340,12340,762,4,0,0,1,0,20,11939,9,0,3,0,0,0,0,0,0,'Lost One Riftseeker-Summon Imp'),(12340,12340,763,4,0,0,1,0,29,12160,2,0,0,0,0,0,0,0,0,'Lost One Chieftain-Rejuvenation'),(12340,12340,763,4,0,0,1,0,24,7966,10,0,0,0,0,0,0,0,0,'Lost One Chieftain-Thorns Aura'),(12340,12340,763,4,0,0,1,0,26,15970,11,0,6,0,0,0,0,0,0,'Lost One Chieftain-Sleep'),(12340,12340,764,4,0,0,1,0,27,9616,2,0,0,0,0,0,0,0,0,'Swampwalker-Wild Regeneration'),(12340,12340,765,4,0,0,1,0,27,9616,2,0,0,0,0,0,0,0,0,'Swampwalker Elder-Wild Regeneration'),(12340,12340,766,4,0,0,1,0,27,9616,2,0,0,0,0,0,0,0,0,'Tangled Horror-Wild Regeneration'),(12340,12340,767,4,0,1,1,0,0,3256,10,0,0,0,0,0,0,0,0,'Swamp Jaguar-Plague Cloud'),(12340,12340,767,4,0,1,1,0,0,4167,3,0,6,0,0,0,0,0,0,'Swamp Jaguar-Web'),(12340,12340,767,4,0,1,1,0,0,16401,8,0,6,0,0,0,0,0,0,'Swamp Jaguar-Poison'),(12340,12340,769,4,0,0,1,0,20,744,8,0,6,0,0,0,0,0,0,'Deathstrike Tarantula-Poison'),(12340,12340,769,4,0,0,1,0,27,7938,8,0,6,0,0,0,0,0,0,'Deathstrike Tarantula-Fatal Bite'),(12340,12340,780,4,0,0,1,3,9,11986,3,0,0,0,0,0,0,0,0,'Skullsplitter Mystic-Healing Wave'),(12340,12340,780,4,0,0,1,0,25,9532,8,0,6,0,0,0,0,0,0,'Skullsplitter Mystic-Lightning Bolt'),(12340,12340,781,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Headhunter-Head Crack'),(12340,12340,781,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Skullsplitter Headhunter-Throw'),(12340,12340,781,4,0,0,1,0,10,6533,1,0,6,0,0,0,0,0,0,'Skullsplitter Headhunter-Net'),(12340,12340,782,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Scout-Head Crack'),(12340,12340,783,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Skullsplitter Berserker-Head Crack'),(12340,12340,784,4,0,0,1,0,40,6660,8,0,6,0,0,0,0,0,0,'Skullsplitter Beastmaster-Shoot'),(12340,12340,785,4,0,0,1,0,21,8699,10,0,0,0,0,0,0,0,0,'Skeletal Warder-Unholy Frenzy'),(12340,12340,785,4,0,0,1,0,16,4979,10,0,0,0,0,0,0,0,0,'Skeletal Warder-Quick Flame Ward'),(12340,12340,787,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Skeletal Healer-Shadow Bolt'),(12340,12340,787,4,0,0,1,0,27,2054,2,0,0,0,0,0,0,0,0,'Skeletal Healer-Heal'),(12340,12340,808,4,0,1,1,0,32,8056,8,0,6,0,0,0,0,0,0,'Grik\'nir the Cold-Frost Shock'),(12340,12340,813,4,0,0,1,0,10,8817,2,0,6,0,0,0,0,0,0,'Colonel Kurzen-Smoke Bomb'),(12340,12340,814,4,0,0,1,0,10,7068,11,0,6,0,0,0,0,0,0,'Sergeant Malthus-Veil of Shadow'),(12340,12340,815,4,0,0,1,0,35,20816,8,0,6,0,0,0,0,0,0,'Bookie Herod-Shadow Bolt'),(12340,12340,815,4,0,0,1,0,8,3722,9,0,4,0,0,0,0,0,0,'Bookie Herod-Summon Syndicate Spectre'),(12340,12340,818,4,0,0,1,0,10,8814,7,0,4,0,0,0,0,0,0,'Mai\'Zoth-Flame Spike'),(12340,12340,818,4,0,0,1,0,10,8398,7,0,4,0,0,0,0,0,0,'Mai\'Zoth-Frostbolt Volley'),(12340,12340,819,4,0,0,1,0,33,8129,8,0,6,0,0,0,0,0,0,'Servant of Ilgalar-Mana Burn'),(12340,12340,824,4,0,1,1,0,0,23922,8,0,6,0,0,0,0,0,0,'Defias Digger-Shield Slam'),(12340,12340,832,4,0,0,1,0,20,6982,3,0,6,0,0,0,0,0,0,'Dust Devil-Gust of Wind'),(12340,12340,833,4,0,0,1,0,10,3149,10,0,0,0,0,0,0,0,0,'Coyote Packleader-Furious Howl'),(12340,12340,834,4,0,1,1,0,0,8014,10,0,6,0,0,0,0,0,0,'Coyote-Tetanus'),(12340,12340,834,4,0,1,1,0,0,6982,10,0,0,0,0,0,0,0,0,'Coyote-Gust of Wind'),(12340,12340,844,4,0,1,1,0,50,2096,10,0,6,0,0,0,0,0,0,'Antonio Perelli-Mind Vision'),(12340,12340,846,4,0,1,1,0,2,145,8,0,6,0,0,0,0,0,0,'Rotten Ghoul-Fireball'),(12340,12340,846,4,0,1,1,0,6,15407,8,0,6,0,0,0,0,0,0,'Rotten Ghoul-Mind Flay'),(12340,12340,846,4,0,1,1,5,18,24640,8,0,6,0,0,0,0,0,0,'Rotten Ghoul-Scorpid Poison'),(12340,12340,846,4,0,1,1,0,72,594,10,0,6,0,0,0,0,0,0,'Rotten Ghoul-Shadow Word: Pain'),(12340,12340,858,4,0,0,1,0,23,744,8,0,6,0,0,0,0,0,0,'Sorrow Spinner-Poison'),(12340,12340,858,4,0,0,1,0,18,745,1,0,6,0,0,0,0,0,0,'Sorrow Spinner-Web'),(12340,12340,873,4,0,0,1,0,40,9532,8,0,6,0,0,0,0,0,0,'Saltscale Oracle-Lightning Bolt'),(12340,12340,875,4,0,0,1,0,40,9672,8,0,6,0,0,0,0,0,0,'Saltscale Tide Lord-Frostbolt'),(12340,12340,877,4,0,0,1,0,10,744,8,0,6,0,0,0,0,0,0,'Saltscale Forager-Poison'),(12340,12340,877,4,0,0,1,0,10,13443,8,0,6,0,0,0,0,0,0,'Saltscale Forager-Rend'),(12340,12340,879,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Saltscale Hunter-Throw'),(12340,12340,881,4,0,1,1,0,90,12544,10,0,0,0,0,0,0,0,0,'Surena Caledon-Frost Armor'),(12340,12340,881,4,0,0,1,0,60,20793,8,0,6,0,0,0,0,0,0,'Surena Caledon-Fireball'),(12340,12340,891,4,0,0,1,0,28,20296,7,0,3,0,0,0,0,0,0,'Splinter Fist Fire Weaver-Flamestrike'),(12340,12340,891,4,0,0,1,0,31,19816,8,0,6,0,0,0,0,0,0,'Splinter Fist Fire Weaver-Fireball'),(12340,12340,892,4,0,0,1,0,16,3631,10,0,0,0,0,0,0,0,0,'Splinter Fist Taskmaster-Battle Fury'),(12340,12340,893,4,0,1,1,0,7,5740,8,0,0,0,0,0,0,0,0,'Lars-Rain of Fire'),(12340,12340,893,4,0,1,1,0,7,13518,8,0,6,0,0,0,0,0,0,'Lars-Poison'),(12340,12340,893,4,0,1,1,0,27,12721,8,0,6,0,0,0,0,0,0,'Lars-Deep Wounds'),(12340,12340,893,4,0,1,1,0,33,26573,8,0,0,0,0,0,0,0,0,'Lars-Consecration'),(12340,12340,909,4,0,0,1,0,31,2589,8,0,6,0,0,0,0,0,0,'Defias Night Blade-Backstab'),(12340,12340,909,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Defias Night Blade-Poison'),(12340,12340,910,4,0,0,1,0,28,20811,8,0,6,0,0,0,0,0,0,'Defias Enchanter-Fireball'),(12340,12340,910,4,0,0,1,0,24,3443,10,0,0,0,0,0,0,0,0,'Defias Enchanter-Enchanted Quickness'),(12340,12340,920,4,0,0,1,0,24,3424,10,0,0,0,0,0,0,0,0,'Nightbane Tainted One-Tainted Howl'),(12340,12340,921,4,0,0,1,0,15,40505,8,0,6,0,0,0,0,0,0,'Venture Co. Lumberjack-Cleave'),(12340,12340,930,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Black Widow Hatchling-Poison'),(12340,12340,930,4,0,0,1,0,28,7367,8,0,6,0,0,0,0,0,0,'Black Widow Hatchling-Infected Bite'),(12340,12340,938,4,0,0,1,0,10,2591,8,0,6,0,0,0,0,0,0,'Kurzen Commando-Backstab'),(12340,12340,938,4,0,0,1,0,10,7964,7,0,4,0,0,0,0,0,0,'Kurzen Commando-Smoke Bomb'),(12340,12340,939,4,0,0,1,0,10,15496,8,0,6,0,0,0,0,0,0,'Kurzen Elite-Cleave'),(12340,12340,939,4,0,0,1,0,10,17207,10,0,0,0,0,0,0,0,0,'Kurzen Elite-Whirlwind'),(12340,12340,940,4,0,0,1,0,10,6064,3,0,0,0,0,0,0,0,0,'Kurzen Medicine Man-Heal'),(12340,12340,940,4,0,0,1,0,5,588,10,0,0,0,0,0,0,0,0,'Kurzen Medicine Man-Inner Fire'),(12340,12340,940,4,0,0,1,0,10,6077,10,0,0,0,0,0,0,0,0,'Kurzen Medicine Man-Renew'),(12340,12340,941,4,0,0,1,0,30,9613,8,0,6,0,0,0,0,0,0,'Kurzen Headshrinker-Shadow Bolt'),(12340,12340,941,4,0,0,1,0,10,7289,11,0,6,0,0,0,0,0,0,'Kurzen Headshrinker-Shrink'),(12340,12340,942,4,0,0,1,0,10,370,11,0,6,0,0,0,0,0,0,'Kurzen Witch Doctor-Purge'),(12340,12340,942,4,0,0,1,0,10,6364,9,0,4,0,0,0,0,0,0,'Kurzen Witch Doctor-Searing Totem'),(12340,12340,943,4,0,0,1,0,10,6533,1,0,6,0,0,0,0,0,0,'Kurzen Wrangler-Net'),(12340,12340,946,4,0,1,1,0,1,8056,8,0,6,0,0,0,0,0,0,'Frostmane Novice-Frost Shock'),(12340,12340,946,4,0,1,1,0,73,6949,8,0,6,0,0,0,0,0,0,'Frostmane Novice-Weak Frostbolt'),(12340,12340,947,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Rohh the Silent-Poison'),(12340,12340,948,4,0,1,1,0,0,3609,3,0,6,0,0,0,0,0,0,'Rotted One-Paralyzing Poison'),(12340,12340,948,4,0,1,1,0,0,3436,10,0,6,0,0,0,0,0,0,'Rotted One-Wandering Plague'),(12340,12340,948,4,0,1,1,0,0,6016,10,0,6,0,0,0,0,0,0,'Rotted One-Pierce Armor'),(12340,12340,948,4,0,1,1,0,0,3429,10,0,6,0,0,0,0,0,0,'Rotted One-Plague Mind'),(12340,12340,949,4,0,0,1,0,27,3609,3,0,6,0,0,0,0,0,0,'Carrion Recluse-Paralyzing Poison'),(12340,12340,950,4,0,0,1,0,19,9636,9,0,4,0,0,0,0,0,0,'Swamp Talker-Summon Swamp Spirit'),(12340,12340,978,4,0,0,1,0,15,8053,8,0,6,0,0,0,0,0,0,'Kurzen Subchief-Flame Shock'),(12340,12340,979,4,0,0,1,0,10,8806,8,0,6,0,0,0,0,0,0,'Kurzen Shadow Hunter-Poisoned Shot'),(12340,12340,1007,4,0,1,1,0,0,8016,10,0,6,0,0,0,0,0,0,'Mosshide Gnoll-Spirit Decay'),(12340,12340,1007,4,0,1,1,0,0,7322,8,0,6,0,0,0,0,0,0,'Mosshide Gnoll-Frostbolt'),(12340,12340,1008,4,0,0,1,0,24,8016,11,0,6,0,0,0,0,0,0,'Mosshide Mongrel-Spirit Decay'),(12340,12340,1009,4,0,0,1,0,33,20792,8,0,6,0,0,0,0,0,0,'Mosshide Mistweaver-Frostbolt'),(12340,12340,1009,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Mosshide Mistweaver-Frost Armor'),(12340,12340,1010,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Mosshide Fenrunner-Net'),(12340,12340,1010,4,0,1,1,0,2,7322,8,0,6,0,0,0,0,0,0,'Mosshide Fenrunner-Frostbolt'),(12340,12340,1011,4,0,0,1,0,24,6533,1,0,6,0,0,0,0,0,0,'Mosshide Trapper-Net'),(12340,12340,1012,4,0,1,1,0,0,246,3,0,6,0,0,0,0,0,0,'Mosshide Brute-Slow'),(12340,12340,1012,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Mosshide Brute-Net'),(12340,12340,1013,4,0,0,1,0,21,11436,11,0,6,0,0,0,0,0,0,'Mosshide Mystic-Slow'),(12340,12340,1013,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Mosshide Mystic-Lightning Bolt'),(12340,12340,1013,4,0,0,1,0,25,11986,2,0,0,0,0,0,0,0,0,'Mosshide Mystic-Healing Wave'),(12340,12340,1014,4,0,0,1,0,21,9128,10,0,0,0,0,0,0,0,0,'Mosshide Alpha-Battle Shout'),(12340,12340,1016,4,0,0,1,0,23,6607,8,0,6,0,0,0,0,0,0,'Highland Lashtail-Lash'),(12340,12340,1017,4,0,0,1,0,26,3147,11,0,6,0,0,0,0,0,0,'Highland Scytheclaw-Rend Flesh'),(12340,12340,1018,4,0,0,1,0,24,3427,11,0,6,0,0,0,0,0,0,'Highland Razormaw-Infected Wound'),(12340,12340,1019,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Elder Razormaw-Tendon Rip'),(12340,12340,1022,4,0,0,1,0,22,3147,8,0,6,0,0,0,0,0,0,'Mottled Scytheclaw-Rend Flesh'),(12340,12340,1023,4,0,0,1,0,24,3427,11,0,6,0,0,0,0,0,0,'Mottled Razormaw-Infected Wound'),(12340,12340,1024,4,0,1,1,0,0,744,8,0,6,0,0,0,0,0,0,'Bluegill Murloc-Poison'),(12340,12340,1024,4,0,1,1,0,0,6016,10,0,6,0,0,0,0,0,0,'Bluegill Murloc-Pierce Armor'),(12340,12340,1025,4,0,1,1,0,0,744,8,0,6,0,0,0,0,0,0,'Bluegill Puddlejumper-Poison'),(12340,12340,1026,4,0,0,1,0,25,14873,8,0,6,0,0,0,0,0,0,'Bluegill Forager-Sinister Strike'),(12340,12340,1026,4,0,0,1,0,20,744,8,0,6,0,0,0,0,0,0,'Bluegill Forager-Poison'),(12340,12340,1027,4,0,0,1,0,21,9080,11,0,6,0,0,0,0,0,0,'Bluegill Warrior-Hamstring'),(12340,12340,1028,4,0,0,1,0,26,1777,8,0,6,0,0,0,0,0,0,'Bluegill Muckdweller-Gouge'),(12340,12340,1029,4,0,0,1,0,26,939,2,0,0,0,0,0,0,0,0,'Bluegill Oracle-Healing Wave'),(12340,12340,1029,4,0,0,1,0,22,6274,9,0,0,0,0,0,0,0,0,'Bluegill Oracle-Healing Ward'),(12340,12340,1030,4,0,0,1,0,24,3335,11,0,4,0,0,0,0,0,0,'Black Slime-Dark Sludge'),(12340,12340,1031,4,0,1,1,0,28,3235,10,0,5,0,0,0,0,0,0,'Crimson Ooze-Rancid Blood'),(12340,12340,1032,4,0,1,1,0,0,18958,8,0,6,0,0,0,0,0,0,'Black Ooze-Flame Lash'),(12340,12340,1032,4,0,1,1,0,0,6607,3,0,6,0,0,0,0,0,0,'Black Ooze-Lash'),(12340,12340,1032,4,0,1,1,0,25,3235,10,0,5,0,0,0,0,0,0,'Black Ooze-Rancid Blood'),(12340,12340,1033,4,0,1,1,0,31,3235,10,0,5,0,0,0,0,0,0,'Monstrous Ooze-Rancid Blood'),(12340,12340,1034,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'Dragonmaw Raider-Net'),(12340,12340,1035,4,0,0,1,0,20,744,8,0,6,0,0,0,0,0,0,'Dragonmaw Swamprunner-Poison'),(12340,12340,1036,4,0,0,1,0,27,1672,8,0,6,0,0,0,0,0,0,'Dragonmaw Centurion-Shield Bash'),(12340,12340,1037,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Dragonmaw Battlemaster-Frenzy'),(12340,12340,1038,4,0,0,1,0,26,6223,8,0,6,0,0,0,0,0,0,'Dragonmaw Shadowwarder-Corruption'),(12340,12340,1038,4,0,0,1,0,31,20807,8,0,6,0,0,0,0,0,0,'Dragonmaw Shadowwarder-Shadow Bolt'),(12340,12340,1040,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Fen Creeper-Web'),(12340,12340,1040,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Fen Creeper-Poison'),(12340,12340,1040,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Fen Creeper-Weak Poison'),(12340,12340,1041,4,0,0,1,0,20,744,8,0,6,0,0,0,0,0,0,'Fen Lord-Poison'),(12340,12340,1041,4,0,0,1,0,17,8857,9,0,0,0,0,0,0,0,0,'Fen Lord-Summon Fen Dweller'),(12340,12340,1042,4,0,0,1,0,31,3356,8,0,6,0,0,0,0,0,0,'Red Whelp-Flame Lash'),(12340,12340,1043,4,0,0,1,0,37,11839,8,0,6,0,0,0,0,0,0,'Lost Whelp-Fireball'),(12340,12340,1044,4,0,0,1,0,37,11839,8,0,6,0,0,0,0,0,0,'Flamesnorting Whelp-Fireball'),(12340,12340,1045,4,0,0,1,0,21,9080,11,0,6,0,0,0,0,0,0,'Red Dragonspawn-Hamstring'),(12340,12340,1045,4,0,0,1,0,27,15580,8,0,6,0,0,0,0,0,0,'Red Dragonspawn-Strike'),(12340,12340,1046,4,0,0,1,0,29,18399,7,0,3,0,0,0,0,0,0,'Red Wyrmkin-Flamestrike'),(12340,12340,1046,4,0,0,1,0,31,15242,8,0,6,0,0,0,0,0,0,'Red Wyrmkin-Fireball'),(12340,12340,1046,4,0,0,1,0,31,14145,8,0,6,0,0,0,0,0,0,'Red Wyrmkin-Fire Blast'),(12340,12340,1046,4,0,0,1,0,31,15230,8,0,6,0,0,0,0,0,0,'Red Wyrmkin-Arcane Bolt'),(12340,12340,1047,4,0,0,1,0,27,15284,8,0,6,0,0,0,0,0,0,'Red Scalebane-Cleave'),(12340,12340,1048,4,0,0,1,0,27,16145,11,0,6,0,0,0,0,0,0,'Scalebane Lieutenant-Sunder Armor'),(12340,12340,1048,4,0,0,1,0,21,16509,8,0,6,0,0,0,0,0,0,'Scalebane Lieutenant-Rend'),(12340,12340,1048,4,0,0,1,0,23,12169,10,0,0,0,0,0,0,0,0,'Scalebane Lieutenant-Shield Block'),(12340,12340,1049,4,0,0,1,0,26,20754,7,0,3,0,0,0,0,0,0,'Wyrmkin Firebrand-Rain of Fire'),(12340,12340,1049,4,0,0,1,0,39,15537,8,0,6,0,0,0,0,0,0,'Wyrmkin Firebrand-Shadow Bolt'),(12340,12340,1049,4,0,0,1,0,31,17195,8,0,6,0,0,0,0,0,0,'Wyrmkin Firebrand-Scorch'),(12340,12340,1049,4,0,0,1,0,29,17203,7,0,4,0,0,0,0,0,0,'Wyrmkin Firebrand-Fireball Volley'),(12340,12340,1050,4,0,0,1,0,31,16856,8,0,6,0,0,0,0,0,0,'Scalebane Royal Guard-Mortal Strike'),(12340,12340,1050,4,0,0,1,0,29,16635,7,0,3,0,0,0,0,0,0,'Scalebane Royal Guard-Fire Nova'),(12340,12340,1051,4,0,0,1,0,31,7891,8,0,6,0,0,0,0,0,0,'Dark Iron Dwarf-Gift of Ragnaros'),(12340,12340,1052,4,0,0,1,0,31,7891,8,0,6,0,0,0,0,0,0,'Dark Iron Saboteur-Gift of Ragnaros'),(12340,12340,1052,4,0,0,1,0,28,3204,7,0,4,0,0,0,0,0,0,'Dark Iron Saboteur-Sapper Explode'),(12340,12340,1053,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Dark Iron Tunneler-Sunder Armor'),(12340,12340,1053,4,0,0,1,0,31,7891,8,0,6,0,0,0,0,0,0,'Dark Iron Tunneler-Gift of Ragnaros'),(12340,12340,1054,4,0,0,1,0,28,8858,7,0,3,0,0,0,0,0,0,'Dark Iron Demolitionist-Bomb'),(12340,12340,1054,4,0,0,1,0,31,7891,8,0,6,0,0,0,0,0,0,'Dark Iron Demolitionist-Gift of Ragnaros'),(12340,12340,1057,4,0,0,1,0,18,8853,9,0,0,0,0,0,0,0,0,'Dragonmaw Bonewarder-Summon Skeleton'),(12340,12340,1057,4,0,0,1,0,25,6205,6,0,6,0,0,0,0,0,0,'Dragonmaw Bonewarder-Curse of Weakness'),(12340,12340,1057,4,0,0,1,0,31,707,8,0,6,0,0,0,0,0,0,'Dragonmaw Bonewarder-Immolate'),(12340,12340,1059,4,0,0,1,0,15,9791,11,0,6,0,0,0,0,0,0,'Ana\'thek the Cruel-Head Crack'),(12340,12340,1060,4,0,0,1,0,30,12471,8,0,6,0,0,0,0,0,0,'Mogh the Undying-Shadow Bolt'),(12340,12340,1061,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Gan\'zulah-Enrage'),(12340,12340,1062,4,0,0,1,0,20,421,8,0,6,0,0,0,0,0,0,'Nezzliok the Dire-Chain Lightning'),(12340,12340,1062,4,0,0,1,0,10,2610,8,0,6,0,0,0,0,0,0,'Nezzliok the Dire-Shock'),(12340,12340,1065,4,0,0,1,0,45,9532,8,0,6,0,0,0,0,0,0,'Riverpaw Shaman-Lightning Bolt'),(12340,12340,1065,4,0,0,1,0,15,774,2,0,0,0,0,0,0,0,0,'Riverpaw Shaman-Rejuvenation'),(12340,12340,1069,4,0,0,1,0,23,184,10,0,0,0,0,0,0,0,0,'Crimson Whelp-Fire Shield II'),(12340,12340,1073,4,0,0,1,0,22,9002,7,0,4,0,0,0,0,0,0,'Ashlan Stonesmirk-Coarse Dynamite'),(12340,12340,1083,4,0,0,1,0,18,6268,10,0,0,0,0,0,0,0,0,'Murloc Shorestriker-Rushing Charge'),(12340,12340,1085,4,0,0,1,0,10,13443,8,0,6,0,0,0,0,0,0,'Elder Stranglethorn Tiger-Rend'),(12340,12340,1087,4,0,0,1,0,15,3604,11,0,6,0,0,0,0,0,0,'Sawtooth Snapper-Tendon Rip'),(12340,12340,1094,4,0,0,1,0,12,6016,11,0,6,0,0,0,0,0,0,'Venture Co. Miner-Pierce Armor'),(12340,12340,1095,4,0,0,1,0,10,3631,10,0,0,0,0,0,0,0,0,'Venture Co. Workboss-Battle Fury'),(12340,12340,1096,4,0,0,1,0,25,9532,8,0,6,0,0,0,0,0,0,'Venture Co. Geologist-Lightning Bolt'),(12340,12340,1096,4,0,0,1,0,10,4979,10,0,0,0,0,0,0,0,0,'Venture Co. Geologist-Quick Flame Ward'),(12340,12340,1096,4,0,0,1,0,20,184,10,0,0,0,0,0,0,0,0,'Venture Co. Geologist-Fire Shield II'),(12340,12340,1097,4,0,0,1,0,25,6660,8,0,6,0,0,0,0,0,0,'Venture Co. Mechanic-Shoot'),(12340,12340,1097,4,0,0,1,0,15,14443,7,0,4,0,0,0,0,0,0,'Venture Co. Mechanic-Multi-Shot'),(12340,12340,1106,4,0,0,1,0,34,11962,8,0,6,0,0,0,0,0,0,'Lost One Cook-Immolate'),(12340,12340,1106,4,0,0,1,0,23,11428,3,0,6,0,0,0,0,0,0,'Lost One Cook-Knockdown'),(12340,12340,1109,4,0,0,1,0,20,12166,8,0,6,0,0,0,0,0,0,'Fleshripper-Muscle Tear'),(12340,12340,1110,4,0,1,1,0,0,3609,3,0,6,0,0,0,0,0,0,'Skeletal Raider-Paralyzing Poison'),(12340,12340,1110,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Skeletal Raider-Forbearance'),(12340,12340,1110,4,0,1,1,0,0,3429,10,0,6,0,0,0,0,0,0,'Skeletal Raider-Plague Mind'),(12340,12340,1110,4,0,1,1,0,0,3109,4,0,0,0,0,0,0,0,0,'Skeletal Raider-Presence of Death'),(12340,12340,1110,4,0,1,1,0,6,7992,10,0,6,0,0,0,0,0,0,'Skeletal Raider-Slowing Poison'),(12340,12340,1111,4,0,0,1,0,24,3358,8,0,6,0,0,0,0,0,0,'Leech Stalker-Leech Poison'),(12340,12340,1112,4,0,0,1,0,24,3388,8,0,6,0,0,0,0,0,0,'Leech Widow-Deadly Leech Poison'),(12340,12340,1115,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Rockjaw Skullthumper-Forbearance'),(12340,12340,1115,4,0,1,1,0,0,5164,3,0,6,0,0,0,0,0,0,'Rockjaw Skullthumper-Knockdown'),(12340,12340,1115,4,0,1,1,0,6,3148,8,0,6,0,0,0,0,0,0,'Rockjaw Skullthumper-Head Crack'),(12340,12340,1116,4,0,1,1,0,1,5164,3,0,6,0,0,0,0,0,0,'Rockjaw Ambusher-Knockdown'),(12340,12340,1116,4,0,1,1,0,1,53,8,0,6,0,0,0,0,0,0,'Rockjaw Ambusher-Backstab'),(12340,12340,1117,4,0,1,1,0,0,3148,8,0,6,0,0,0,0,0,0,'Rockjaw Bonesnapper-Head Crack'),(12340,12340,1117,4,0,1,1,0,6,5164,3,0,6,0,0,0,0,0,0,'Rockjaw Bonesnapper-Knockdown'),(12340,12340,1118,4,0,1,1,0,2,5164,3,0,6,0,0,0,0,0,0,'Rockjaw Backbreaker-Knockdown'),(12340,12340,1120,4,0,1,1,0,0,13424,10,0,6,0,0,0,0,0,0,'Frostmane Troll-Faerie Fire'),(12340,12340,1120,4,0,1,1,0,1,702,6,0,6,0,0,0,0,0,0,'Frostmane Troll-Curse of Weakness'),(12340,12340,1121,4,0,1,1,0,0,702,6,0,6,0,0,0,0,0,0,'Frostmane Snowstrider-Curse of Weakness'),(12340,12340,1121,4,0,1,1,0,17,13424,10,0,6,0,0,0,0,0,0,'Frostmane Snowstrider-Faerie Fire'),(12340,12340,1122,4,0,1,1,0,0,13424,10,0,6,0,0,0,0,0,0,'Frostmane Hideskinner-Faerie Fire'),(12340,12340,1122,4,0,1,1,0,0,702,6,0,6,0,0,0,0,0,0,'Frostmane Hideskinner-Curse of Weakness'),(12340,12340,1122,4,0,1,1,0,3,53,8,0,6,0,0,0,0,0,0,'Frostmane Hideskinner-Backstab'),(12340,12340,1123,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Frostmane Headhunter-Forbearance'),(12340,12340,1123,4,0,1,1,0,0,702,6,0,6,0,0,0,0,0,0,'Frostmane Headhunter-Curse of Weakness'),(12340,12340,1123,4,0,1,1,0,1,13424,10,0,6,0,0,0,0,0,0,'Frostmane Headhunter-Faerie Fire'),(12340,12340,1123,4,0,1,1,0,41,2764,8,0,6,0,0,0,0,0,0,'Frostmane Headhunter-Throw'),(12340,12340,1124,4,0,1,1,0,1,13424,10,0,6,0,0,0,0,0,0,'Frostmane Shadowcaster-Faerie Fire'),(12340,12340,1124,4,0,1,1,0,14,702,6,0,6,0,0,0,0,0,0,'Frostmane Shadowcaster-Curse of Weakness'),(12340,12340,1124,4,0,1,1,0,31,695,8,0,6,0,0,0,0,0,0,'Frostmane Shadowcaster-Shadow Bolt'),(12340,12340,1125,4,0,0,1,0,100,8260,8,0,6,0,0,0,0,0,0,'Crag Boar-Rushing Charge'),(12340,12340,1126,4,0,1,1,0,0,3130,8,0,6,0,0,0,0,0,0,'Large Crag Boar-Ice Claw'),(12340,12340,1127,4,0,1,1,0,0,3130,8,0,6,0,0,0,0,0,0,'Elder Crag Boar-Ice Claw'),(12340,12340,1128,4,0,1,1,0,0,1715,8,0,6,0,0,0,0,0,0,'Young Black Bear-Hamstring'),(12340,12340,1130,4,0,1,1,0,1,13549,8,0,6,0,0,0,0,0,0,'Bjarn-Serpent Sting'),(12340,12340,1130,4,0,1,1,0,1,25771,10,0,6,0,0,0,0,0,0,'Bjarn-Forbearance'),(12340,12340,1130,4,0,1,1,0,1,5116,0,0,6,0,0,0,0,0,0,'Bjarn-Concussive Shot'),(12340,12340,1130,4,0,1,1,0,2,9482,10,0,6,0,0,0,0,0,0,'Bjarn-Amplify Flames'),(12340,12340,1130,4,0,1,1,0,9,3130,8,0,6,0,0,0,0,0,0,'Bjarn-Ice Claw'),(12340,12340,1130,4,0,1,1,0,30,3147,8,0,6,0,0,0,0,0,0,'Bjarn-Rend Flesh'),(12340,12340,1131,4,0,1,1,0,0,3150,10,0,6,0,0,0,0,0,0,'Winter Wolf-Rabies'),(12340,12340,1132,4,0,1,1,0,2,15258,10,0,6,0,0,0,0,0,0,'Timber-Shadow Weaving'),(12340,12340,1132,4,0,0,1,0,2,14251,8,0,6,0,0,0,0,0,0,'Timber-Riposte'),(12340,12340,1132,4,0,1,1,0,2,3150,10,0,6,0,0,0,0,0,0,'Timber-Rabies'),(12340,12340,1132,4,0,1,1,0,2,8122,4,0,0,0,0,0,0,0,0,'Timber-Psychic Scream'),(12340,12340,1132,4,0,1,1,0,2,8924,8,0,6,0,0,0,0,0,0,'Timber-Moonfire'),(12340,12340,1132,4,0,1,1,0,2,15407,8,0,6,0,0,0,0,0,0,'Timber-Mind Flay'),(12340,12340,1132,4,0,1,1,0,2,21183,10,0,6,0,0,0,0,0,0,'Timber-Heart of the Crusader'),(12340,12340,1132,4,0,1,1,0,3,13549,8,0,6,0,0,0,0,0,0,'Timber-Serpent Sting'),(12340,12340,1132,4,0,1,1,0,3,1130,10,0,6,0,0,0,0,0,0,'Timber-Hunter\'s Mark'),(12340,12340,1132,4,0,1,1,0,11,6546,8,0,6,0,0,0,0,0,0,'Timber-Rend'),(12340,12340,1132,4,0,1,1,0,12,12721,8,0,6,0,0,0,0,0,0,'Timber-Deep Wounds'),(12340,12340,1134,4,0,1,1,0,8,3131,8,0,6,0,0,0,0,0,0,'Young Wendigo-Frost Breath'),(12340,12340,1135,4,0,1,1,0,8,3131,8,0,6,0,0,0,0,0,0,'Wendigo-Frost Breath'),(12340,12340,1137,4,0,1,1,0,26,3129,8,0,0,0,0,0,0,0,0,'Edan the Howler-Frost Breath'),(12340,12340,1144,4,0,0,1,0,7,11980,11,0,6,0,0,0,0,0,0,'Mosh\'Ogg Witch Doctor-Curse of Weakness'),(12340,12340,1144,4,0,0,1,0,8,3827,9,0,4,0,0,0,0,0,0,'Mosh\'Ogg Witch Doctor-Ward of Laze'),(12340,12340,1150,4,0,0,1,0,7,3604,8,0,6,0,0,0,0,0,0,'River Crocolisk-Tendon Rip'),(12340,12340,1151,4,0,0,1,0,7,3604,8,0,6,0,0,0,0,0,0,'Saltwater Crocolisk-Tendon Rip'),(12340,12340,1152,4,0,0,1,0,7,3604,8,0,6,0,0,0,0,0,0,'Snapjaw Crocolisk-Tendon Rip'),(12340,12340,1157,4,0,0,1,0,18,3360,6,0,6,0,0,0,0,0,0,'Cursed Sailor-Curse of the Eye'),(12340,12340,1158,4,0,0,1,0,18,3360,6,0,6,0,0,0,0,0,0,'Cursed Marine-Curse of the Eye'),(12340,12340,1159,4,0,0,1,0,22,6713,11,0,6,0,0,0,0,0,0,'First Mate Snellig-Disarm'),(12340,12340,1159,4,0,0,1,0,18,3360,6,0,6,0,0,0,0,0,0,'First Mate Snellig-Curse of the Eye'),(12340,12340,1160,4,0,0,1,0,18,3360,6,0,6,0,0,0,0,0,0,'Captain Halyndor-Curse of the Eye'),(12340,12340,1160,4,0,0,1,0,22,3389,10,0,0,0,0,0,0,0,0,'Captain Halyndor-Ward of the Eye'),(12340,12340,1162,4,0,0,1,0,30,10277,8,0,6,0,0,0,0,0,0,'Stonesplinter Scout-Throw'),(12340,12340,1163,4,0,0,1,0,23,1776,8,0,6,0,0,0,0,0,0,'Stonesplinter Skullthumper-Gouge'),(12340,12340,1164,4,0,0,1,0,30,11976,8,0,6,0,0,0,0,0,0,'Stonesplinter Bonesnapper-Strike'),(12340,12340,1165,4,0,0,1,0,22,4979,10,0,0,0,0,0,0,0,0,'Stonesplinter Geomancer-Quick Flame Ward'),(12340,12340,1165,4,0,0,1,0,27,2120,7,0,3,0,0,0,0,0,0,'Stonesplinter Geomancer-Flamestrike'),(12340,12340,1166,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Stonesplinter Seer-Lightning Bolt'),(12340,12340,1167,4,0,0,1,0,27,7386,11,0,6,0,0,0,0,0,0,'Stonesplinter Digger-Sunder Armor'),(12340,12340,1169,4,0,0,1,0,23,7020,10,0,0,0,0,0,0,0,0,'Dark Iron Insurgent-Stoneform'),(12340,12340,1173,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Tunnel Rat Scout-Shoot'),(12340,12340,1174,4,0,0,1,0,22,4979,10,0,0,0,0,0,0,0,0,'Tunnel Rat Geomancer-Quick Flame Ward'),(12340,12340,1174,4,0,0,1,0,22,134,10,0,0,0,0,0,0,0,0,'Tunnel Rat Geomancer-Fire Shield'),(12340,12340,1174,4,0,0,1,0,30,2136,8,0,6,0,0,0,0,0,0,'Tunnel Rat Geomancer-Fire Blast'),(12340,12340,1175,4,0,0,1,0,27,7386,11,0,6,0,0,0,0,0,0,'Tunnel Rat Digger-Sunder Armor'),(12340,12340,1176,4,0,0,1,0,23,7365,11,0,6,0,0,0,0,0,0,'Tunnel Rat Forager-Bottle of Poison'),(12340,12340,1178,4,0,0,1,0,24,5164,3,0,6,0,0,0,0,0,0,'Mo\'grosh Ogre-Knockdown'),(12340,12340,1179,4,0,0,1,0,23,8198,7,0,4,0,0,0,0,0,0,'Mo\'grosh Enforcer-Thunder Clap'),(12340,12340,1179,4,0,0,1,0,20,13730,11,0,4,0,0,0,0,0,0,'Mo\'grosh Enforcer-Demoralizing Shout'),(12340,12340,1181,4,0,0,1,0,12,3229,10,0,0,0,0,0,0,0,0,'Mo\'grosh Shaman-Quick Bloodlust'),(12340,12340,1181,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Mo\'grosh Shaman-Lightning Bolt'),(12340,12340,1183,4,0,0,1,0,21,547,2,0,0,0,0,0,0,0,0,'Mo\'grosh Mystic-Healing Wave'),(12340,12340,1183,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Mo\'grosh Mystic-Lightning Bolt'),(12340,12340,1184,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Cliff Lurker-Poison'),(12340,12340,1185,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Wood Lurker-Poison'),(12340,12340,1186,4,0,1,1,0,0,13518,8,0,6,0,0,0,0,0,0,'Elder Black Bear-Poison'),(12340,12340,1190,4,0,0,1,0,18,6268,10,0,0,0,0,0,0,0,0,'Mountain Boar-Rushing Charge'),(12340,12340,1191,4,0,0,1,0,18,6268,10,0,0,0,0,0,0,0,0,'Mangy Mountain Boar-Rushing Charge'),(12340,12340,1192,4,0,0,1,0,18,6268,10,0,0,0,0,0,0,0,0,'Elder Mountain Boar-Rushing Charge'),(12340,12340,1194,4,0,0,1,0,20,8014,11,0,6,0,0,0,0,0,0,'Mountain Buzzard-Tetanus'),(12340,12340,1195,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Forest Lurker-Poison'),(12340,12340,1196,4,0,1,1,0,18,3130,8,0,6,0,0,0,0,0,0,'Ice Claw Bear-Ice Claw'),(12340,12340,1197,4,0,0,1,0,21,547,2,0,0,0,0,0,0,0,0,'Stonesplinter Shaman-Healing Wave'),(12340,12340,1200,4,0,0,1,0,21,3109,4,0,4,0,0,0,0,0,0,'Morbent Fel-Presence of Death'),(12340,12340,1200,4,0,0,1,0,27,3108,8,0,6,0,0,0,0,0,0,'Morbent Fel-Touch of Death'),(12340,12340,1202,4,0,0,1,0,35,3391,8,0,6,0,0,0,0,0,0,'Tunnel Rat Kobold-Thrash'),(12340,12340,1205,4,0,0,1,0,12,3229,10,0,0,0,0,0,0,0,0,'Grawmug-Quick Bloodlust'),(12340,12340,1206,4,0,0,1,0,27,3393,8,0,6,0,0,0,0,0,0,'Gnasher-Consume Flesh'),(12340,12340,1207,4,0,0,1,0,24,6253,3,0,6,0,0,0,0,0,0,'Brawler-Backhand'),(12340,12340,1210,4,0,0,1,0,24,18027,8,0,6,0,0,0,0,0,0,'Chok\'sul-Increase Shadow Dam 53'),(12340,12340,1211,4,0,1,1,0,0,21183,10,0,6,0,0,0,0,0,0,'Leper Gnome-Heart of the Crusader'),(12340,12340,1211,4,0,1,1,0,0,12834,10,0,0,0,0,0,0,0,0,'Leper Gnome-Deep Wounds'),(12340,12340,1211,4,0,1,1,0,0,3130,8,0,6,0,0,0,0,0,0,'Leper Gnome-Ice Claw'),(12340,12340,1211,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Leper Gnome-Forbearance'),(12340,12340,1211,4,0,1,1,0,2,6951,6,0,6,0,0,0,0,0,0,'Leper Gnome-Decayed Strength'),(12340,12340,1222,4,0,0,1,0,23,3204,7,0,4,0,0,0,0,0,0,'Dark Iron Sapper-Sapper Explode'),(12340,12340,1232,4,0,1,1,0,100,25771,10,0,6,0,0,0,0,0,0,'Azar Stronghammer-Forbearance'),(12340,12340,1236,4,0,0,1,0,10,6016,8,0,6,0,0,0,0,0,0,'Kobold Digger-Pierce Armor'),(12340,12340,1242,4,0,1,1,0,7,3385,10,0,0,0,0,0,0,0,0,'Karl Boran-Boar Charge'),(12340,12340,1251,4,0,0,1,0,21,184,10,0,0,0,0,0,0,0,0,'Splinter Fist Firemonger-Fire Shield II'),(12340,12340,1251,4,0,0,1,0,16,4979,10,0,0,0,0,0,0,0,0,'Splinter Fist Firemonger-Quick Flame Ward'),(12340,12340,1254,4,0,1,1,0,100,3148,8,0,6,0,0,0,0,0,0,'Foreman Stonebrow-Head Crack'),(12340,12340,1258,4,0,0,1,0,33,13443,8,0,6,0,0,0,0,0,0,'Black Ravager Mastiff-Rend'),(12340,12340,1258,4,0,0,1,0,24,3149,10,0,0,0,0,0,0,0,0,'Black Ravager Mastiff-Furious Howl'),(12340,12340,1259,4,0,0,1,0,21,12097,11,0,6,0,0,0,0,0,0,'Gobbler-Pierce Armor'),(12340,12340,1270,4,0,0,1,0,26,7102,11,0,6,0,0,0,0,0,0,'Fetid Corpse-Contagion of Rot'),(12340,12340,1271,4,0,2,1,0,10,3146,10,0,0,0,0,0,0,0,0,'Old Icebeard-Daunting Growl'),(12340,12340,1271,4,0,1,1,0,13,3145,3,0,6,0,0,0,0,0,0,'Old Icebeard-Icy Grasp'),(12340,12340,1353,4,0,0,1,0,24,3427,11,0,6,0,0,0,0,0,0,'Sarltooth-Infected Wound'),(12340,12340,1364,4,0,0,1,0,21,3586,11,0,6,0,0,0,0,0,0,'Balgaras the Foul-Volatile Infection'),(12340,12340,1364,4,0,0,1,0,28,11831,7,0,4,0,0,0,0,0,0,'Balgaras the Foul-Frost Nova'),(12340,12340,1364,4,0,0,1,0,23,12746,9,0,0,0,0,0,0,0,0,'Balgaras the Foul-Summon Voidwalker'),(12340,12340,1364,4,0,0,1,0,25,9081,7,0,4,0,0,0,0,0,0,'Balgaras the Foul-Shadow Bolt Volley'),(12340,12340,1380,4,0,1,1,0,15,26573,8,0,0,0,0,0,0,0,0,'Saean-Consecration'),(12340,12340,1388,4,0,1,1,0,20,3143,3,0,0,0,0,0,0,0,0,'Vagash-Glacial Roar'),(12340,12340,1393,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Berserk Trogg-Frenzy'),(12340,12340,1397,4,0,1,1,0,2,13424,10,0,6,0,0,0,0,0,0,'Frostmane Seer-Faerie Fire'),(12340,12340,1397,4,0,1,1,0,10,324,10,0,0,0,0,0,0,0,0,'Frostmane Seer-Lightning Shield'),(12340,12340,1397,4,0,1,1,0,41,403,8,0,6,0,0,0,0,0,0,'Frostmane Seer-Lightning Bolt'),(12340,12340,1398,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Boss Galgosh-Frenzy'),(12340,12340,1399,4,0,0,1,0,24,2606,8,0,6,0,0,0,0,0,0,'Magosh-Shock'),(12340,12340,1399,4,0,0,1,0,21,913,2,0,0,0,0,0,0,0,0,'Magosh-Healing Wave'),(12340,12340,1399,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Magosh-Lightning Bolt'),(12340,12340,1400,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Wetlands Crocolisk-Net'),(12340,12340,1407,4,0,0,1,0,25,31864,8,0,6,0,0,0,0,0,0,'Sranda-Shield Charge Stun'),(12340,12340,1410,4,0,0,1,0,23,16583,8,0,6,0,0,0,0,0,0,'Firewing Bloodwarder-Shadow Shock'),(12340,12340,1410,4,0,0,1,0,19,33483,8,0,6,0,0,0,0,0,0,'Firewing Bloodwarder-Mana Tap'),(12340,12340,1410,4,0,0,1,0,15,33390,11,0,4,0,0,0,0,0,0,'Firewing Bloodwarder-Arcane Torrent'),(12340,12340,1417,4,0,1,1,0,0,3335,10,0,0,0,0,0,0,0,0,'Young Wetlands Crocolisk-Dark Sludge'),(12340,12340,1418,4,0,0,1,0,21,12024,11,0,6,0,0,0,0,0,0,'Bluegill Raider-Net'),(12340,12340,1418,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Bluegill Raider-Throw'),(12340,12340,1424,4,0,0,1,0,15,6546,8,0,6,0,0,0,0,0,0,'Master Digger-Rend'),(12340,12340,1424,4,0,0,1,0,15,25710,8,0,6,0,0,0,0,0,0,'Master Digger-Heroic Strike'),(12340,12340,1425,4,0,0,1,0,20,6074,2,0,0,0,0,0,0,0,0,'Grizlak-Renew'),(12340,12340,1426,4,0,0,1,0,15,11971,11,0,6,0,0,0,0,0,0,'Riverpaw Miner-Sunder Armor'),(12340,12340,1434,4,0,1,1,0,0,11711,6,0,6,0,0,0,0,0,0,'Menethil Sentry-Curse of Agony'),(12340,12340,1452,4,0,1,1,0,20,7992,10,0,6,0,0,0,0,0,0,'Gruham Rumdnul-Slowing Poison'),(12340,12340,1452,4,0,1,1,0,20,8313,8,0,6,0,0,0,0,0,0,'Gruham Rumdnul-Poison'),(12340,12340,1462,4,0,1,1,0,25,7992,10,0,6,0,0,0,0,0,0,'Edwina Monzor-Slowing Poison'),(12340,12340,1487,4,0,0,1,0,31,10277,8,0,6,0,0,0,0,0,0,'Splinter Fist Enslaver-Throw'),(12340,12340,1487,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Splinter Fist Enslaver-Net'),(12340,12340,1488,4,0,0,1,0,20,7102,11,0,6,0,0,0,0,0,0,'Zanzil Zombie-Contagion of Rot'),(12340,12340,1489,4,0,0,1,0,25,10277,8,0,6,0,0,0,0,0,0,'Zanzil Hunter-Throw'),(12340,12340,1490,4,0,0,1,0,24,9613,8,0,6,0,0,0,0,0,0,'Zanzil Witch Doctor-Shadow Bolt'),(12340,12340,1491,4,0,0,1,0,15,9080,8,0,6,0,0,0,0,0,0,'Zanzil Naga-Hamstring'),(12340,12340,1491,4,0,0,1,0,10,12555,8,0,6,0,0,0,0,0,0,'Zanzil Naga-Pummel'),(12340,12340,1492,4,0,0,1,0,10,5568,8,0,6,0,0,0,0,0,0,'Gorlash-Trample'),(12340,12340,1494,4,0,0,1,0,20,5164,8,0,6,0,0,0,0,0,0,'Negolash-Knockdown'),(12340,12340,1504,4,0,0,1,0,20,6751,8,0,6,0,0,0,0,0,0,'Young Night Web Spider-Weak Poison'),(12340,12340,1505,4,0,0,1,0,20,6751,8,0,6,0,0,0,0,0,0,'Night Web Spider-Weak Poison'),(12340,12340,1507,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Scarlet Initiate-Frost Armor'),(12340,12340,1507,4,0,0,1,0,35,20793,8,0,6,0,0,0,0,0,0,'Scarlet Initiate-Fireball'),(12340,12340,1511,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Enraged Silverback Gorilla-Enrage'),(12340,12340,1514,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Mokk the Savage-Enrage'),(12340,12340,1516,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Konda-Enrage'),(12340,12340,1522,4,0,0,1,0,53,13322,8,0,6,0,0,0,0,0,0,'Darkeye Bonecaster-Frostbolt'),(12340,12340,1523,4,0,0,1,0,33,589,8,0,6,0,0,0,0,0,0,'Cracked Skull Soldier-Shadow Word: Pain'),(12340,12340,1525,4,0,0,1,0,30,3234,8,0,6,0,0,0,0,0,0,'Rotting Dead-Disease Touch'),(12340,12340,1526,4,0,0,1,0,30,3234,8,0,6,0,0,0,0,0,0,'Ravaged Corpse-Disease Touch'),(12340,12340,1527,4,0,0,1,0,30,3234,8,0,6,0,0,0,0,0,0,'Hungering Dead-Disease Touch'),(12340,12340,1528,4,0,0,1,0,30,3234,8,0,6,0,0,0,0,0,0,'Shambling Horror-Disease Touch'),(12340,12340,1531,4,0,0,1,0,20,7713,8,0,6,0,0,0,0,0,0,'Lost Soul-Wailing Dead'),(12340,12340,1532,4,0,0,1,0,20,7713,8,0,6,0,0,0,0,0,0,'Wandering Spirit-Wailing Dead'),(12340,12340,1533,4,0,0,1,0,20,7713,8,0,6,0,0,0,0,0,0,'Tormented Spirit-Wailing Dead'),(12340,12340,1534,4,0,0,1,0,20,7713,8,0,6,0,0,0,0,0,0,'Wailing Ancestor-Wailing Dead'),(12340,12340,1535,4,0,0,1,0,23,3238,10,0,0,0,0,0,0,0,0,'Scarlet Warrior-Nimble Reflexes'),(12340,12340,1538,4,0,0,1,0,25,2052,2,0,0,0,0,0,0,0,0,'Scarlet Friar-Lesser Heal'),(12340,12340,1539,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Scarlet Neophyte-Frost Armor'),(12340,12340,1539,4,0,0,1,0,53,13322,8,0,6,0,0,0,0,0,0,'Scarlet Neophyte-Frostbolt'),(12340,12340,1540,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Scarlet Vanguard-Shield Bash'),(12340,12340,1544,4,0,0,1,0,30,9532,8,0,6,0,0,0,0,0,0,'Vile Fin Minor Oracle-Lightning Bolt'),(12340,12340,1544,4,0,0,1,0,20,2607,8,0,6,0,0,0,0,0,0,'Vile Fin Minor Oracle-Shock'),(12340,12340,1544,4,0,0,1,0,10,324,10,0,0,0,0,0,0,0,0,'Vile Fin Minor Oracle-Lightning Shield'),(12340,12340,1545,4,0,0,1,0,30,7159,8,0,6,0,0,0,0,0,0,'Vile Fin Muckdweller-Backstab'),(12340,12340,1547,4,0,0,1,0,3,3242,8,0,6,0,0,0,0,0,0,'Decrepit Darkhound-Ravage'),(12340,12340,1547,4,0,0,1,0,1,15571,8,0,0,0,0,0,0,0,0,'Decrepit Darkhound-Dazed'),(12340,12340,1548,4,0,0,1,0,1,3242,8,0,6,0,0,0,0,0,0,'Cursed Darkhound-Ravage'),(12340,12340,1548,4,0,0,1,0,1,15571,8,0,0,0,0,0,0,0,0,'Cursed Darkhound-Dazed'),(12340,12340,1548,4,0,0,1,0,1,6788,6,0,0,0,0,0,0,0,0,'Cursed Darkhound-Weakened Soul'),(12340,12340,1549,4,0,0,1,0,1,3242,8,0,6,0,0,0,0,0,0,'Ravenous Darkhound-Ravage'),(12340,12340,1549,4,0,0,1,0,3,15571,8,0,0,0,0,0,0,0,0,'Ravenous Darkhound-Dazed'),(12340,12340,1550,4,0,0,1,0,8,6607,8,0,6,0,0,0,0,0,0,'Thrashtail Basilisk-Lash'),(12340,12340,1551,4,0,0,1,0,5,5106,2,0,6,0,0,0,0,0,0,'Ironjaw Basilisk-Crystal Flash'),(12340,12340,1552,4,0,0,1,0,5,5106,2,0,6,0,0,0,0,0,0,'Scale Belly-Crystal Flash'),(12340,12340,1553,4,0,0,1,0,30,3242,8,0,6,0,0,0,0,0,0,'Greater Duskbat-Ravage'),(12340,12340,1554,4,0,0,1,0,30,3234,8,0,6,0,0,0,0,0,0,'Vampiric Duskbat-Disease Touch'),(12340,12340,1555,4,0,0,1,0,30,744,8,0,6,0,0,0,0,0,0,'Vicious Night Web Spider-Poison'),(12340,12340,1558,4,0,0,1,0,10,6253,8,0,6,0,0,0,0,0,0,'Silverback Patriarch-Backhand'),(12340,12340,1559,4,0,0,1,0,10,5568,8,0,6,0,0,0,0,0,0,'King Mukla-Trample'),(12340,12340,1561,4,0,0,1,0,10,6533,1,0,6,0,0,0,0,0,0,'Bloodsail Raider-Net'),(12340,12340,1562,4,0,0,1,0,60,20823,8,0,6,0,0,0,0,0,0,'Bloodsail Mage-Fireball'),(12340,12340,1562,4,0,0,1,0,5,2601,10,0,0,0,0,0,0,0,0,'Bloodsail Mage-Fire Shield III'),(12340,12340,1563,4,0,0,1,0,10,6713,8,0,6,0,0,0,0,0,0,'Bloodsail Swashbuckler-Disarm'),(12340,12340,1563,4,0,0,1,0,10,11978,8,0,6,0,0,0,0,0,0,'Bloodsail Swashbuckler-Kick'),(12340,12340,1564,4,0,0,1,0,60,20825,11,0,6,0,0,0,0,0,0,'Bloodsail Warlock-Shadow Bolt'),(12340,12340,1564,4,0,0,1,0,10,11980,11,0,6,0,0,0,0,0,0,'Bloodsail Warlock-Curse of Weakness'),(12340,12340,1565,4,0,0,1,0,10,12540,8,0,6,0,0,0,0,0,0,'Bloodsail Sea Dog-Gouge'),(12340,12340,1565,4,0,0,1,0,8,744,8,0,6,0,0,0,0,0,0,'Bloodsail Sea Dog-Poison'),(12340,12340,1565,4,0,0,1,0,10,37685,8,0,6,0,0,0,0,0,0,'Bloodsail Sea Dog-Backstab'),(12340,12340,1653,4,0,0,1,0,20,20827,7,0,3,0,0,0,0,0,0,'Bloodsail Elder Magus-Flamestrike'),(12340,12340,1653,4,0,0,1,0,60,20823,8,0,6,0,0,0,0,0,0,'Bloodsail Elder Magus-Fireball'),(12340,12340,1657,4,0,0,1,0,23,3148,8,0,6,0,0,0,0,0,0,'Devlin Agamand-Head Crack'),(12340,12340,1660,4,0,0,1,0,25,12169,8,0,6,0,0,0,0,0,0,'Scarlet Bodyguard-Shield Block'),(12340,12340,1664,4,0,0,1,0,20,3248,10,0,0,0,0,0,0,0,0,'Captain Vachon-Improved Blocking'),(12340,12340,1664,4,0,0,1,0,33,72,8,0,6,0,0,0,0,0,0,'Captain Vachon-Shield Bash'),(12340,12340,1665,4,0,0,1,0,30,11976,8,0,6,0,0,0,0,0,0,'Captain Melrache-Strike'),(12340,12340,1665,4,0,0,1,0,10,8258,10,0,0,0,0,0,0,0,0,'Captain Melrache-Devotion Aura'),(12340,12340,1669,4,0,1,1,0,33,676,10,0,6,0,0,0,0,0,0,'Defias Profiteer-Disarm'),(12340,12340,1674,4,0,0,1,0,20,3237,8,0,6,0,0,0,0,0,0,'Rot Hide Gnoll-Curse of Thule'),(12340,12340,1675,4,0,0,1,0,20,3237,8,0,6,0,0,0,0,0,0,'Rot Hide Mongrel-Curse of Thule'),(12340,12340,1693,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Loch Crocolisk-Forbearance'),(12340,12340,1706,4,0,0,1,0,100,1768,8,0,6,0,0,0,0,0,0,'Defias Prisoner-Kick'),(12340,12340,1706,4,0,0,1,0,100,17230,8,0,6,0,0,0,0,0,0,'Defias Prisoner-Infected Wound'),(12340,12340,1706,4,0,0,1,0,100,16509,8,0,6,0,0,0,0,0,0,'Defias Prisoner-Rend'),(12340,12340,1707,4,0,0,1,1,50,17230,8,0,6,0,0,0,0,0,35000,'Defias Captive-Infected Wound'),(12340,12340,1707,4,0,0,1,1,50,16509,8,0,6,0,0,0,0,0,40000,'Defias Captive-Rend'),(12340,12340,1708,4,0,0,1,1,60,6547,8,0,6,0,0,0,0,0,20000,'Defias Inmate-Rend'),(12340,12340,1708,4,0,0,1,1,50,6253,3,0,6,0,0,0,0,0,40000,'Defias Inmate-Backhand'),(12340,12340,1711,4,0,0,1,1,70,6253,8,0,6,0,0,0,0,0,20000,'Defias Convict-Backhand'),(12340,12340,1711,4,0,0,1,0,100,16244,8,0,6,0,0,0,0,0,0,'Defias Convict-Demoralizing Shout'),(12340,12340,1711,4,0,0,1,0,50,8242,8,0,0,0,0,0,0,0,40000,'Defias Convict-Shield Slam'),(12340,12340,1711,4,0,0,1,0,60,16509,8,0,6,0,0,0,0,0,60000,'Defias Convict-Rend'),(12340,12340,1715,4,0,0,1,0,100,11554,8,0,6,0,0,0,0,0,0,'Defias Insurgent-Demoralizing Shout'),(12340,12340,1715,4,0,0,1,0,30,6253,8,0,6,0,0,0,0,0,0,'Defias Insurgent-Backhand'),(12340,12340,1725,4,0,0,1,0,100,23337,8,0,6,0,0,0,0,0,0,'Defias Watchman-Shoot'),(12340,12340,1725,4,0,0,1,0,100,205,8,0,6,0,0,0,0,0,0,'Defias Watchman-Frostbolt'),(12340,12340,1726,4,0,2,1,0,100,168,10,0,0,0,0,0,0,0,0,'Defias Magician-Frost Armor'),(12340,12340,1726,4,0,2,1,2,70,143,8,0,6,0,0,0,0,0,0,'Defias Magician-Fireball'),(12340,12340,1726,4,0,0,1,0,50,122,7,0,6,0,0,0,0,0,25000,'Defias Magician-Frost Nova'),(12340,12340,1726,4,0,0,1,2,30,133,8,0,6,0,0,0,0,0,4000,'Defias Magician-Fireball'),(12340,12340,596,4,0,1,1,0,30,9053,8,0,6,0,0,0,0,0,0,'Brainwashed Noble-Fireball'),(12340,12340,596,4,0,1,1,0,25,512,3,0,6,0,0,0,0,0,0,'Brainwashed Noble-Chains of Ice'),(12340,12340,596,4,0,1,1,0,25,228,11,0,6,0,0,0,0,0,0,'Brainwashed Noble-Polymorph: Chicken'),(12340,12340,1731,4,0,0,1,1,100,5159,8,0,6,0,0,0,0,0,0,'Goblin Craftsman-Melt Ore'),(12340,12340,1731,4,0,0,1,0,25,3605,8,0,6,0,0,0,0,0,0,'Goblin Craftsman-Summon Remote-Controlled Golem'),(12340,12340,1732,4,0,0,1,0,100,168,2,0,0,0,0,0,0,0,0,'Defias Squallshaper-Frost Armor'),(12340,12340,1732,4,0,0,1,0,10,122,8,0,6,0,0,0,0,0,0,'Defias Squallshaper-Frost Nova'),(12340,12340,1732,4,0,0,1,0,10,2137,8,0,6,0,0,0,0,0,0,'Defias Squallshaper-Fire Blast'),(12340,12340,1732,4,0,0,1,0,100,9915,8,0,6,0,0,0,0,0,0,'Defias Squallshaper-Frost Nova'),(12340,12340,1748,4,0,1,1,0,100,20684,8,0,6,0,0,0,0,0,0,'Highlord Bolvar Fordragon-Cleave'),(12340,12340,1748,4,0,1,1,0,100,20683,3,0,6,0,0,0,0,0,0,'Highlord Bolvar Fordragon-Highlord\'s Justice'),(12340,12340,1753,4,0,0,1,0,20,3237,8,0,6,0,0,0,0,0,0,'Maggot Eye-Curse of Thule'),(12340,12340,1753,4,0,0,1,0,20,3243,8,0,6,0,0,0,0,0,0,'Maggot Eye-Life Harvest'),(12340,12340,1765,4,0,0,1,0,20,17258,6,0,6,0,0,0,0,0,0,'Worg-Bite'),(12340,12340,1767,4,0,0,1,0,25,3252,8,0,6,0,0,0,0,0,0,'Vile Fin Shredder-Shred'),(12340,12340,1768,4,0,0,1,0,25,12748,7,0,4,0,0,0,0,0,0,'Vile Fin Tidehunter-Frost Nova'),(12340,12340,1768,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Vile Fin Tidehunter-Frost Armor'),(12340,12340,1769,4,0,0,1,0,12,12544,10,0,0,0,0,0,0,0,0,'Moonrage Whitescalp-Frost Armor'),(12340,12340,1772,4,0,0,1,0,15,3237,11,0,6,0,0,0,0,0,0,'Rot Hide Gladerunner-Curse of Thule'),(12340,12340,1773,4,0,0,1,0,15,332,2,0,0,0,0,0,0,0,0,'Rot Hide Mystic-Healing Wave'),(12340,12340,1778,4,0,0,1,0,1,24592,6,0,6,0,0,0,0,0,0,'Ferocious Grizzled Bear-Hunter Pet Buffs'),(12340,12340,1778,4,0,0,1,0,6,16828,8,0,6,0,0,0,0,0,0,'Ferocious Grizzled Bear-Claw'),(12340,12340,1778,4,0,0,1,0,11,14918,8,0,6,0,0,0,0,0,0,'Ferocious Grizzled Bear-Growl'),(12340,12340,1778,4,0,0,1,0,15,2649,8,0,6,0,0,0,0,0,0,'Ferocious Grizzled Bear-Growl'),(12340,12340,1779,4,0,0,1,0,35,6958,8,0,6,0,0,0,0,0,0,'Moonrage Glutton-Blood Leech'),(12340,12340,1780,4,0,0,1,0,25,744,8,0,6,0,0,0,0,0,0,'Moss Stalker-Poison'),(12340,12340,1781,4,0,0,1,0,25,744,8,0,6,0,0,0,0,0,0,'Mist Creeper-Poison'),(12340,12340,1782,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Moonrage Darksoul-Enrage'),(12340,12340,1783,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Skeletal Flayer-Thrash'),(12340,12340,1784,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Skeletal Sorcerer-Frostbolt'),(12340,12340,1784,4,0,0,1,0,21,11969,7,0,4,0,0,0,0,0,0,'Skeletal Sorcerer-Fire Nova'),(12340,12340,1785,4,0,0,1,0,31,12542,4,0,6,0,0,0,0,0,0,'Skeletal Terror-Fear'),(12340,12340,1787,4,0,0,1,0,27,12057,8,0,6,0,0,0,0,0,0,'Skeletal Executioner-Strike'),(12340,12340,1787,4,0,0,1,0,22,7160,8,0,6,0,0,0,0,0,0,'Skeletal Executioner-Execute'),(12340,12340,1787,4,0,0,1,0,24,15496,7,0,3,0,0,0,0,0,0,'Skeletal Executioner-Cleave'),(12340,12340,1788,4,0,0,1,0,26,6253,8,0,6,0,0,0,0,0,0,'Skeletal Warlord-Backhand'),(12340,12340,1788,4,0,0,1,0,22,16856,8,0,6,0,0,0,0,0,0,'Skeletal Warlord-Mortal Strike'),(12340,12340,1788,4,0,0,1,0,20,12054,8,0,6,0,0,0,0,0,0,'Skeletal Warlord-Rend'),(12340,12340,1789,4,0,0,1,0,33,20825,8,0,6,0,0,0,0,0,0,'Skeletal Acolyte-Shadow Bolt'),(12340,12340,1789,4,0,0,1,0,26,14887,7,0,4,0,0,0,0,0,0,'Skeletal Acolyte-Shadow Bolt Volley'),(12340,12340,1789,4,0,0,1,0,22,16588,2,0,0,0,0,0,0,0,0,'Skeletal Acolyte-Dark Mending'),(12340,12340,1791,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Slavering Ghoul-Thrash'),(12340,12340,1791,4,0,0,1,0,23,7125,8,0,6,0,0,0,0,0,0,'Slavering Ghoul-Toxic Saliva'),(12340,12340,1793,4,0,0,1,0,20,7102,11,0,6,0,0,0,0,0,0,'Rotting Ghoul-Contagion of Rot'),(12340,12340,1794,4,0,0,1,0,32,14033,8,0,6,0,0,0,0,0,0,'Soulless Ghoul-Mana Burn'),(12340,12340,1794,4,0,0,1,0,24,14887,7,0,4,0,0,0,0,0,0,'Soulless Ghoul-Shadow Bolt Volley'),(12340,12340,1794,4,0,0,1,0,21,12530,11,0,4,0,0,0,0,0,0,'Soulless Ghoul-Frailty'),(12340,12340,1795,4,0,0,1,0,22,23039,7,0,4,0,0,0,0,0,0,'Searing Ghoul-Blast Wave'),(12340,12340,1795,4,0,0,1,0,27,23038,8,0,6,0,0,0,0,0,0,'Searing Ghoul-Flame Shock'),(12340,12340,1796,4,0,0,1,0,23,16803,7,0,4,0,0,0,0,0,0,'Freezing Ghoul-Flash Freeze'),(12340,12340,1802,4,0,0,1,0,10,8269,10,0,0,0,0,0,0,0,0,'Hungering Wraith-Frenzy'),(12340,12340,1802,4,0,0,1,0,18,16333,11,0,6,0,0,0,0,0,0,'Hungering Wraith-Debilitating Touch'),(12340,12340,1804,4,0,0,1,0,25,7713,11,0,4,0,0,0,0,0,0,'Wailing Death-Wailing Dead'),(12340,12340,1805,4,0,0,1,0,24,10101,8,0,6,0,0,0,0,0,0,'Flesh Golem-Knock Away'),(12340,12340,1805,4,0,0,1,0,27,10966,8,0,6,0,0,0,0,0,0,'Flesh Golem-Uppercut'),(12340,12340,1806,4,0,0,1,0,25,16843,8,0,6,0,0,0,0,0,0,'Vile Slime-Crimson Fury'),(12340,12340,1808,4,0,0,1,0,21,12250,9,0,4,0,0,0,0,0,0,'Devouring Ooze-Summon Oozeling'),(12340,12340,1809,4,0,0,1,0,27,5708,7,0,3,0,0,0,0,0,0,'Carrion Vulture-Swoop'),(12340,12340,1812,4,0,0,1,1,22,3256,11,0,4,0,0,0,0,0,0,'Rotting Behemoth-Plague Cloud'),(12340,12340,1815,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Diseased Black Bear-Infected Wound'),(12340,12340,1816,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Diseased Grizzly-Infected Wound'),(12340,12340,1817,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Diseased Wolf-Infected Wound'),(12340,12340,1821,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Carrion Lurker-Poison'),(12340,12340,1821,4,0,0,1,0,20,745,1,0,6,0,0,0,0,0,0,'Carrion Lurker-Web'),(12340,12340,1822,4,0,1,1,0,15,2818,8,0,6,0,0,0,0,0,0,'Venom Mist Lurker-Deadly Poison'),(12340,12340,1824,4,0,1,1,0,2,3436,8,0,6,0,0,0,0,0,0,'Plague Lurker-Wandering Plague'),(12340,12340,1826,4,0,0,1,0,22,11831,7,0,4,0,0,0,0,0,0,'Scarlet Mage-Frost Nova'),(12340,12340,1826,4,0,0,1,0,33,20822,8,0,6,0,0,0,0,0,0,'Scarlet Mage-Frostbolt'),(12340,12340,1826,4,0,0,1,0,33,20823,8,0,6,0,0,0,0,0,0,'Scarlet Mage-Fireball'),(12340,12340,1827,4,0,0,1,0,28,12057,8,0,6,0,0,0,0,0,0,'Scarlet Sentinel-Strike'),(12340,12340,1827,4,0,0,1,0,22,14895,8,0,6,0,0,0,0,0,0,'Scarlet Sentinel-Overpower'),(12340,12340,1831,4,0,0,1,1,21,17164,9,0,4,0,0,0,0,0,0,'Scarlet Hunter-Summon Scarlet Hound'),(12340,12340,1831,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Scarlet Hunter-Shoot'),(12340,12340,1832,4,0,0,1,0,33,9053,8,0,6,0,0,0,0,0,0,'Scarlet Magus-Fireball'),(12340,12340,1833,4,0,0,1,0,23,6713,11,0,6,0,0,0,0,0,0,'Scarlet Knight-Disarm'),(12340,12340,1833,4,0,0,1,0,27,8242,8,0,6,0,0,0,0,0,0,'Scarlet Knight-Shield Slam'),(12340,12340,1834,4,0,0,1,0,28,14517,8,0,6,0,0,0,0,0,0,'Scarlet Paladin-Crusader Strike'),(12340,12340,1834,4,0,0,1,0,25,13952,2,0,0,0,0,0,0,0,0,'Scarlet Paladin-Holy Light'),(12340,12340,1834,4,0,0,1,0,19,17177,10,0,0,0,0,0,0,0,0,'Scarlet Paladin-Seal of Protection'),(12340,12340,1834,4,0,0,1,0,25,13953,8,0,6,0,0,0,0,0,0,'Scarlet Paladin-Holy Strike'),(12340,12340,1835,4,0,0,1,1,27,11975,7,0,4,0,0,0,0,0,0,'Scarlet Invoker-Arcane Explosion'),(12340,12340,1835,4,0,0,1,0,32,15736,8,0,6,0,0,0,0,0,0,'Scarlet Invoker-Arcane Missiles'),(12340,12340,1836,4,0,0,1,0,22,16856,8,0,6,0,0,0,0,0,0,'Scarlet Cavalier-Mortal Strike'),(12340,12340,1836,4,0,0,1,0,24,15284,7,0,3,0,0,0,0,0,0,'Scarlet Cavalier-Cleave'),(12340,12340,1836,4,0,0,1,0,26,6253,8,0,6,0,0,0,0,0,0,'Scarlet Cavalier-Backhand'),(12340,12340,1837,4,0,0,1,0,28,14518,8,0,6,0,0,0,0,0,0,'Scarlet Judge-Crusader Strike'),(12340,12340,1837,4,0,0,1,0,25,13953,8,0,6,0,0,0,0,0,0,'Scarlet Judge-Holy Strike'),(12340,12340,1837,4,0,0,1,0,25,13005,8,0,6,0,0,0,0,0,0,'Scarlet Judge-Hammer of Justice'),(12340,12340,1839,4,0,0,1,0,20,17139,10,0,0,0,0,0,0,0,0,'Scarlet High Clerist-Power Word: Shield'),(12340,12340,1839,4,0,0,1,0,23,15586,2,0,0,0,0,0,0,0,0,'Scarlet High Clerist-Heal'),(12340,12340,1839,4,0,0,1,0,30,17141,8,0,6,0,0,0,0,0,0,'Scarlet High Clerist-Holy Fire'),(12340,12340,1840,4,0,0,1,0,26,17165,8,0,6,0,0,0,0,0,0,'Grand Inquisitor Isillien-Mind Flay'),(12340,12340,1840,4,0,0,1,0,29,15800,7,0,4,0,0,0,0,0,0,'Grand Inquisitor Isillien-Mana Burn'),(12340,12340,1840,4,0,0,1,0,26,17194,8,0,6,0,0,0,0,0,0,'Grand Inquisitor Isillien-Mind Blast'),(12340,12340,1840,4,0,0,1,0,23,10965,2,0,0,0,0,0,0,0,0,'Grand Inquisitor Isillien-Greater Heal'),(12340,12340,1840,4,0,0,1,0,20,10901,10,0,0,0,0,0,0,0,0,'Grand Inquisitor Isillien-Power Word: Shield'),(12340,12340,1840,4,0,0,1,0,23,10917,2,0,0,0,0,0,0,0,0,'Grand Inquisitor Isillien-Flash Heal'),(12340,12340,1841,4,0,0,1,0,24,15284,7,0,3,0,0,0,0,0,0,'Scarlet Executioner-Cleave'),(12340,12340,1841,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Scarlet Executioner-Enrage'),(12340,12340,1841,4,0,0,1,0,22,16856,8,0,6,0,0,0,0,0,0,'Scarlet Executioner-Mortal Strike'),(12340,12340,1842,4,0,1,1,0,9,18819,8,0,3,0,0,0,0,0,0,'Highlord Taelan Fordring-Holy Cleave'),(12340,12340,1842,4,0,1,1,0,9,17143,10,0,0,0,0,0,0,0,0,'Highlord Taelan Fordring-Holy Strike'),(12340,12340,1843,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Foreman Jerris-Thrash'),(12340,12340,1843,4,0,0,1,0,26,15618,8,0,6,0,0,0,0,0,0,'Foreman Jerris-Snap Kick'),(12340,12340,1844,4,0,0,1,0,27,15284,7,0,3,0,0,0,0,0,0,'Foreman Marcrid-Cleave'),(12340,12340,1844,4,0,0,1,0,26,11976,8,0,6,0,0,0,0,0,0,'Foreman Marcrid-Strike'),(12340,12340,1845,4,0,0,1,0,22,13953,8,0,6,0,0,0,0,0,0,'High Protector Tarsen-Holy Strike'),(12340,12340,1845,4,0,0,1,0,26,8242,8,0,6,0,0,0,0,0,0,'High Protector Tarsen-Shield Slam'),(12340,12340,1845,4,0,0,1,0,32,10833,8,0,6,0,0,0,0,0,0,'High Protector Tarsen-Arcane Blast'),(12340,12340,1846,4,0,0,1,0,17,13874,10,0,0,0,0,0,0,0,0,'High Protector Lorik-Divine Shield'),(12340,12340,1846,4,0,0,1,0,23,15493,2,0,0,0,0,0,0,0,0,'High Protector Lorik-Holy Light'),(12340,12340,1846,4,0,0,1,0,26,15655,8,0,6,0,0,0,0,0,0,'High Protector Lorik-Shield Slam'),(12340,12340,1846,4,0,0,1,0,32,10833,8,0,6,0,0,0,0,0,0,'High Protector Lorik-Arcane Blast'),(12340,12340,1847,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Foulmane-Thrash'),(12340,12340,1847,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Foulmane-Rend'),(12340,12340,1847,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Foulmane-Infected Wound'),(12340,12340,1848,4,0,0,1,1,21,17204,9,0,4,0,0,0,0,0,0,'Lord Maldazzar-Summon Skeleton'),(12340,12340,1848,4,0,0,1,0,27,17173,8,0,6,0,0,0,0,0,0,'Lord Maldazzar-Drain Life'),(12340,12340,1848,4,0,0,1,0,33,12471,8,0,6,0,0,0,0,0,0,'Lord Maldazzar-Shadow Bolt'),(12340,12340,1850,4,0,1,1,3,30,12946,8,0,0,0,0,0,0,0,0,'Putridius-Putrid Stench'),(12340,12340,1851,4,0,0,1,0,20,17230,11,0,6,0,0,0,0,0,0,'The Husk-Infected Wound'),(12340,12340,1851,4,0,0,1,0,23,3604,11,0,6,0,0,0,0,0,0,'The Husk-Tendon Rip'),(12340,12340,1852,4,0,0,1,0,21,17231,9,0,4,0,0,0,0,0,0,'Araj the Summoner-Summon Illusory Wraith'),(12340,12340,1852,4,0,0,1,0,26,15532,7,0,4,0,0,0,0,0,0,'Araj the Summoner-Frost Nova'),(12340,12340,1852,4,0,0,1,0,34,15497,8,0,6,0,0,0,0,0,0,'Araj the Summoner-Frostbolt'),(12340,12340,1854,4,0,0,1,0,20,15091,11,0,6,0,0,0,0,0,0,'High Priest Thel\'danis-Blast Wave'),(12340,12340,1854,4,0,0,1,0,20,10951,10,0,0,0,0,0,0,0,0,'High Priest Thel\'danis-Inner Fire'),(12340,12340,1854,4,0,0,1,0,32,15498,8,0,6,0,0,0,0,0,0,'High Priest Thel\'danis-Holy Smite'),(12340,12340,1854,4,0,0,1,0,23,30155,2,0,0,0,0,0,0,0,0,'High Priest Thel\'danis-Heal'),(12340,12340,1865,4,0,0,1,0,15,5271,11,0,6,0,0,0,0,0,0,'Ravenclaw Raider-Cursed Blade'),(12340,12340,1866,4,0,0,1,0,15,7761,3,0,6,0,0,0,0,0,0,'Ravenclaw Slave-Shared Bondage'),(12340,12340,1867,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Dalaran Apprentice-Frost Armor'),(12340,12340,1867,4,0,0,1,0,45,13322,8,0,6,0,0,0,0,0,0,'Dalaran Apprentice-Frostbolt'),(12340,12340,1868,4,0,0,1,0,15,980,6,0,6,0,0,0,0,0,0,'Ravenclaw Servant-Curse of Agony'),(12340,12340,1868,4,0,0,1,0,15,7290,8,0,6,0,0,0,0,0,0,'Ravenclaw Servant-Soul Siphon'),(12340,12340,1870,4,0,0,1,0,25,3263,11,0,6,0,0,0,0,0,0,'Hand of Ravenclaw-Touch of Ravenclaw'),(12340,12340,1883,4,0,0,1,0,23,9791,11,0,6,0,0,0,0,0,0,'Scarlet Worker-Head Crack'),(12340,12340,1883,4,0,0,1,0,28,11971,11,0,6,0,0,0,0,0,0,'Scarlet Worker-Sunder Armor'),(12340,12340,1884,4,0,0,1,0,21,11977,8,0,6,0,0,0,0,0,0,'Scarlet Lumberjack-Rend'),(12340,12340,1884,4,0,0,1,0,24,15496,7,0,3,0,0,0,0,0,0,'Scarlet Lumberjack-Cleave'),(12340,12340,1885,4,0,0,1,0,28,12057,8,0,6,0,0,0,0,0,0,'Scarlet Smith-Strike'),(12340,12340,1885,4,0,0,1,0,20,11428,8,0,6,0,0,0,0,0,0,'Scarlet Smith-Knockdown'),(12340,12340,1888,4,0,0,1,0,15,134,10,0,0,0,0,0,0,0,0,'Dalaran Watcher-Fire Shield'),(12340,12340,1889,4,0,0,1,0,15,12544,10,0,0,0,0,0,0,0,0,'Dalaran Wizard-Frost Armor'),(12340,12340,1889,4,0,0,1,0,45,20792,8,0,6,0,0,0,0,0,0,'Dalaran Wizard-Frostbolt'),(12340,12340,1891,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Pyrewood Watcher-Shoot'),(12340,12340,1893,4,0,0,1,0,12,6507,10,0,0,0,0,0,0,0,0,'Moonrage Sentry-Battle Roar'),(12340,12340,1893,4,0,0,1,0,20,13730,11,0,4,0,0,0,0,0,0,'Moonrage Sentry-Demoralizing Shout'),(12340,12340,1894,4,0,0,1,0,15,12169,10,0,0,0,0,0,0,0,0,'Pyrewood Sentry-Shield Block'),(12340,12340,1894,4,0,0,1,0,15,11972,8,0,6,0,0,0,0,0,0,'Pyrewood Sentry-Shield Bash'),(12340,12340,1895,4,0,0,1,0,15,2053,2,0,0,0,0,0,0,0,0,'Pyrewood Elder-Lesser Heal'),(12340,12340,1896,4,0,0,1,0,22,594,8,0,6,0,0,0,0,0,0,'Moonrage Elder-Shadow Word: Pain'),(12340,12340,1907,4,0,0,1,0,12,6548,8,0,6,0,0,0,0,0,0,'Naga Explorer-Rend'),(12340,12340,1908,4,0,0,1,0,25,2606,8,0,6,0,0,0,0,0,0,'Vile Fin Oracle-Shock'),(12340,12340,1909,4,0,0,1,0,10,5605,9,0,4,0,0,0,0,0,0,'Vile Fin Lakestalker-Healing Ward'),(12340,12340,1911,4,0,0,1,0,23,2607,8,0,6,0,0,0,0,0,0,'Deeb-Shock'),(12340,12340,1911,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Deeb-Lightning Bolt'),(12340,12340,1912,4,0,0,1,0,10,3615,9,0,4,0,0,0,0,0,0,'Dalaran Protector-Summon Dalaran Serpent'),(12340,12340,1913,4,0,0,1,0,10,3615,9,0,4,0,0,0,0,0,0,'Dalaran Warder-Summon Dalaran Serpent'),(12340,12340,1914,4,0,0,1,0,15,134,10,0,0,0,0,0,0,0,0,'Dalaran Mage-Fire Shield'),(12340,12340,1914,4,0,0,1,0,10,4979,10,0,0,0,0,0,0,0,0,'Dalaran Mage-Quick Flame Ward'),(12340,12340,1914,4,0,0,1,0,45,20793,8,0,6,0,0,0,0,0,0,'Dalaran Mage-Fireball'),(12340,12340,1915,4,0,0,1,0,45,20791,8,0,6,0,0,0,0,0,0,'Dalaran Conjuror-Shadow Bolt'),(12340,12340,1920,4,0,0,1,0,45,20792,8,0,6,0,0,0,0,0,0,'Dalaran Spellscribe-Frostbolt'),(12340,12340,1924,4,0,0,1,0,20,3264,11,0,4,0,0,0,0,0,0,'Moonrage Bloodhowler-Blood Howl'),(12340,12340,1936,4,0,0,1,0,30,11976,8,0,6,0,0,0,0,0,0,'Farmer Solliden-Strike'),(12340,12340,1939,4,0,0,1,0,15,3237,11,0,6,0,0,0,0,0,0,'Rot Hide Brute-Curse of Thule'),(12340,12340,1939,4,0,0,1,0,25,11971,11,0,6,0,0,0,0,0,0,'Rot Hide Brute-Sunder Armor'),(12340,12340,1940,4,0,0,1,0,15,3237,11,0,6,0,0,0,0,0,0,'Rot Hide Plague Weaver-Curse of Thule'),(12340,12340,1940,4,0,0,1,0,15,3256,11,0,4,0,0,0,0,0,0,'Rot Hide Plague Weaver-Plague Cloud'),(12340,12340,1941,4,0,0,1,0,20,3237,8,0,6,0,0,0,0,0,0,'Rot Hide Graverobber-Curse of Thule'),(12340,12340,1942,4,0,0,1,0,15,3237,11,0,6,0,0,0,0,0,0,'Rot Hide Savage-Curse of Thule'),(12340,12340,1942,4,0,0,1,0,15,3258,10,0,0,0,0,0,0,0,0,'Rot Hide Savage-Savage Rage'),(12340,12340,1943,4,0,0,1,0,15,3237,11,0,6,0,0,0,0,0,0,'Raging Rot Hide-Curse of Thule'),(12340,12340,1944,4,0,0,1,0,100,3237,8,0,6,0,0,0,0,0,0,'Rot Hide Bruiser-Curse of Thule'),(12340,12340,1947,4,0,0,1,0,15,20800,8,0,6,0,0,0,0,0,0,'Thule Ravenclaw-Immolate'),(12340,12340,1947,4,0,0,1,0,15,7655,6,0,6,0,0,0,0,0,0,'Thule Ravenclaw-Hex of Ravenclaw'),(12340,12340,1948,4,0,0,1,0,15,3387,8,0,6,0,0,0,0,0,0,'Snarlmane-Rage of Thule'),(12340,12340,1953,4,0,0,1,0,25,6866,11,0,6,0,0,0,0,0,0,'Lake Skulker-Moss Covered Hands'),(12340,12340,1954,4,0,0,1,0,25,6866,11,0,6,0,0,0,0,0,0,'Elder Lake Skulker-Moss Covered Hands'),(12340,12340,1954,4,0,0,1,0,15,9616,2,0,0,0,0,0,0,0,0,'Elder Lake Skulker-Wild Regeneration'),(12340,12340,1955,4,0,0,1,0,25,6870,11,0,6,0,0,0,0,0,0,'Lake Creeper-Moss Covered Feet'),(12340,12340,1956,4,0,0,1,0,25,6870,11,0,6,0,0,0,0,0,0,'Elder Lake Creeper-Moss Covered Feet'),(12340,12340,1956,4,0,0,1,0,25,11922,8,0,6,0,0,0,0,0,0,'Elder Lake Creeper-Entangling Roots'),(12340,12340,1957,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Vile Fin Shorecreeper-Web'),(12340,12340,1957,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Vile Fin Shorecreeper-Poison'),(12340,12340,1957,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Vile Fin Shorecreeper-Weak Poison'),(12340,12340,1958,4,0,0,1,0,25,11831,7,0,4,0,0,0,0,0,0,'Vile Fin Tidecaller-Frost Nova'),(12340,12340,1961,4,0,1,1,0,1,594,10,0,6,0,0,0,0,0,0,'Mangeclaw-Shadow Word: Pain'),(12340,12340,1961,4,0,1,1,0,1,13549,8,0,6,0,0,0,0,0,0,'Mangeclaw-Serpent Sting'),(12340,12340,1961,4,0,1,1,0,1,118,9,0,6,0,0,0,0,0,0,'Mangeclaw-Polymorph'),(12340,12340,1961,4,0,1,1,0,1,5116,0,0,6,0,0,0,0,0,0,'Mangeclaw-Concussive Shot'),(12340,12340,1961,4,0,1,1,0,2,12485,3,0,6,0,0,0,0,0,0,'Mangeclaw-Chilled'),(12340,12340,1961,4,0,1,1,0,9,3242,3,0,6,0,0,0,0,0,0,'Mangeclaw-Ravage'),(12340,12340,1973,4,0,0,1,0,15,3248,10,0,0,0,0,0,0,0,0,'Ravenclaw Guardian-Improved Blocking'),(12340,12340,1974,4,0,0,1,0,15,3269,10,0,0,0,0,0,0,0,0,'Ravenclaw Drudger-Blessing of Thule'),(12340,12340,1983,4,0,0,1,0,15,3485,8,0,6,0,0,0,0,0,0,'Nightlash-Wail of Nightlash'),(12340,12340,1986,4,0,0,1,0,22,6751,8,0,6,0,0,0,0,0,0,'Webwood Spider-Weak Poison'),(12340,12340,1993,4,0,0,1,0,11,2607,8,0,6,0,0,0,0,0,0,'Greenpaw-Shock'),(12340,12340,1993,4,0,0,1,0,35,2606,8,0,6,0,0,0,0,0,0,'Greenpaw-Shock'),(12340,12340,1993,4,0,0,1,0,25,774,3,0,0,0,0,0,0,0,0,'Greenpaw-Rejuvenation'),(12340,12340,1994,4,0,0,1,0,16,36839,8,0,6,0,0,0,0,0,0,'Githyiss the Vile-Impairing Poison'),(12340,12340,1994,4,0,0,1,0,16,3583,8,0,6,0,0,0,0,0,0,'Githyiss the Vile-Deadly Poison'),(12340,12340,1994,4,0,0,1,0,21,6751,8,0,6,0,0,0,0,0,0,'Githyiss the Vile-Weak Poison'),(12340,12340,1995,4,0,0,1,0,25,16827,8,0,6,0,0,0,0,0,0,'Strigid Owl-Claw'),(12340,12340,1998,4,0,0,1,0,16,36839,8,0,6,0,0,0,0,0,0,'Webwood Lurker-Impairing Poison'),(12340,12340,1998,4,0,0,1,0,16,3583,8,0,6,0,0,0,0,0,0,'Webwood Lurker-Deadly Poison'),(12340,12340,1998,4,0,0,1,0,21,6751,8,0,6,0,0,0,0,0,0,'Webwood Lurker-Weak Poison'),(12340,12340,1999,4,0,0,1,0,16,36839,8,0,6,0,0,0,0,0,0,'Webwood Venomfang-Impairing Poison'),(12340,12340,1999,4,0,0,1,0,16,3583,8,0,6,0,0,0,0,0,0,'Webwood Venomfang-Deadly Poison'),(12340,12340,1999,4,0,0,1,0,21,6751,8,0,6,0,0,0,0,0,0,'Webwood Venomfang-Weak Poison'),(12340,12340,2000,4,0,0,1,0,5,745,8,0,6,0,0,0,0,0,0,'Webwood Silkspinner-Web'),(12340,12340,2000,4,0,0,1,0,10,11918,8,0,6,0,0,0,0,0,0,'Webwood Silkspinner-Poison'),(12340,12340,2000,4,0,0,1,0,8,12023,1,0,6,0,0,0,0,0,0,'Webwood Silkspinner-Web'),(12340,12340,2001,4,0,0,1,0,16,36839,8,0,6,0,0,0,0,0,0,'Giant Webwood Spider-Impairing Poison'),(12340,12340,2001,4,0,0,1,0,16,3583,8,0,6,0,0,0,0,0,0,'Giant Webwood Spider-Deadly Poison'),(12340,12340,2001,4,0,0,1,0,21,6751,8,0,6,0,0,0,0,0,0,'Giant Webwood Spider-Weak Poison'),(12340,12340,2002,4,0,0,1,0,20,32129,11,0,6,0,0,0,0,0,0,'Rascal Sprite-Faerie Fire'),(12340,12340,2002,4,0,0,1,0,10,6950,11,0,6,0,0,0,0,0,0,'Rascal Sprite-Faerie Fire'),(12340,12340,2003,4,0,1,1,0,68,9613,8,0,6,0,0,0,0,0,0,'Shadow Sprite-Shadow Bolt'),(12340,12340,2004,4,0,0,1,0,3,5514,11,0,6,0,0,0,0,0,0,'Dark Sprite-Darken Vision'),(12340,12340,2004,4,0,0,1,0,6,36332,8,0,6,0,0,0,0,0,0,'Dark Sprite-Rake'),(12340,12340,2005,4,0,0,1,0,10,5515,10,0,0,0,0,0,0,0,0,'Vicious Grell-Savagery'),(12340,12340,2008,4,0,0,1,0,5,11976,8,0,6,0,0,0,0,0,0,'Gnarlpine Warrior-Strike'),(12340,12340,2009,4,0,0,1,0,5,5186,2,0,0,0,0,0,0,0,0,'Gnarlpine Shaman-Healing Touch'),(12340,12340,2009,4,0,0,1,0,10,332,3,0,0,0,0,0,0,0,0,'Gnarlpine Shaman-Healing Wave'),(12340,12340,2011,4,0,0,1,0,3,5628,10,0,0,0,0,0,0,0,0,'Gnarlpine Augur-Gnarlpine Vengeance'),(12340,12340,2012,4,0,0,1,0,100,5177,8,0,6,0,0,0,0,0,0,'Gnarlpine Pathfinder-Wrath'),(12340,12340,2012,4,0,0,1,0,60,9739,8,0,6,0,0,0,0,0,0,'Gnarlpine Pathfinder-Wrath'),(12340,12340,2012,4,0,0,1,0,3,5628,10,0,0,0,0,0,0,0,0,'Gnarlpine Pathfinder-Gnarlpine Vengeance'),(12340,12340,2013,4,0,0,1,0,3,5628,10,0,0,0,0,0,0,0,0,'Gnarlpine Avenger-Gnarlpine Vengeance'),(12340,12340,2014,4,0,0,1,0,3,5628,10,0,0,0,0,0,0,0,0,'Gnarlpine Totemic-Gnarlpine Vengeance'),(12340,12340,2014,4,0,0,1,0,5,5605,9,0,4,0,0,0,0,0,0,'Gnarlpine Totemic-Healing Ward'),(12340,12340,2015,4,0,0,1,0,13,6958,8,0,6,0,0,0,0,0,0,'Bloodfeather Harpy-Blood Leech'),(12340,12340,2015,4,0,0,1,0,5,5515,8,0,6,0,0,0,0,0,0,'Bloodfeather Harpy-Savagery'),(12340,12340,2018,4,0,0,1,0,67,143,8,0,6,0,0,0,0,0,0,'Bloodfeather Sorceress-Fireball'),(12340,12340,2018,4,0,0,1,0,70,20793,8,0,6,0,0,0,0,0,0,'Bloodfeather Sorceress-Fireball'),(12340,12340,2018,4,0,1,1,0,90,12544,10,0,0,0,0,0,0,0,0,'Bloodfeather Sorceress-Frost Armor'),(12340,12340,2019,4,0,0,1,0,10,5515,10,0,0,0,0,0,0,0,0,'Bloodfeather Fury-Savagery'),(12340,12340,2020,4,0,0,1,0,13,43621,8,0,6,0,0,0,0,0,0,'Bloodfeather Wind Witch-Gust of Wind'),(12340,12340,2020,4,0,0,1,0,4,6982,3,0,0,0,0,0,0,0,0,'Bloodfeather Wind Witch-Gust of Wind'),(12340,12340,2021,4,0,0,1,0,38,529,8,0,6,0,0,0,0,0,0,'Bloodfeather Matriarch-Lightning Bolt'),(12340,12340,2021,4,0,0,1,0,5,332,2,0,0,0,0,0,0,0,0,'Bloodfeather Matriarch-Healing Wave'),(12340,12340,2021,4,0,0,1,0,50,9532,8,0,6,0,0,0,0,0,0,'Bloodfeather Matriarch-Lightning Bolt'),(12340,12340,2025,4,0,0,1,0,6,6016,11,0,6,0,0,0,0,0,0,'Timberling Bark Ripper-Pierce Armor'),(12340,12340,2027,4,0,0,1,0,5,5568,7,0,3,0,0,0,0,0,0,'Timberling Trampler-Trample'),(12340,12340,2029,4,0,0,1,0,6,5567,1,0,6,0,0,0,0,0,0,'Timberling Mire Beast-Miring Mud'),(12340,12340,2030,4,0,1,1,0,70,324,10,0,0,0,0,0,0,0,0,'Elder Timberling-Lightning Shield'),(12340,12340,2030,4,0,0,1,0,5,1430,2,0,0,0,0,0,0,0,0,'Elder Timberling-Rejuvenation'),(12340,12340,2030,4,0,0,1,0,10,332,3,0,0,0,0,0,0,0,0,'Elder Timberling-Healing Wave'),(12340,12340,2034,4,0,0,1,0,7,12166,8,0,6,0,0,0,0,0,0,'Feral Nightsaber-Muscle Tear'),(12340,12340,2038,4,0,0,1,0,21,36332,8,0,6,0,0,0,0,0,0,'Lord Melenas-Rake'),(12340,12340,2038,4,0,1,1,0,100,5759,10,0,0,0,0,0,0,0,0,'Lord Melenas-Cat Form'),(12340,12340,2038,4,0,0,1,0,30,1822,8,0,6,0,0,0,0,0,0,'Lord Melenas-Rake'),(12340,12340,2038,4,0,0,1,0,10,774,3,0,0,0,0,0,0,0,0,'Lord Melenas-Rejuvenation'),(12340,12340,2039,4,0,0,1,0,15,15793,8,0,6,0,0,0,0,0,0,'Ursal the Mauler-Maul'),(12340,12340,2042,4,0,0,1,0,25,1742,8,0,6,0,0,0,0,0,0,'Nightsaber-Cower'),(12340,12340,2044,4,0,0,1,0,8,3105,8,0,6,0,0,0,0,0,0,'Forlorn Spirit-Curse of Stalvan'),(12340,12340,2044,4,0,1,1,0,1,12824,9,0,6,0,0,0,0,0,0,'Forlorn Spirit-Polymorph'),(12340,12340,2044,4,0,1,1,0,7,13524,6,0,6,0,0,0,0,0,0,'Forlorn Spirit-Curse of Stalvan'),(12340,12340,2053,4,0,0,1,0,25,3261,8,0,6,0,0,0,0,0,0,'Haggard Refugee-Ignite'),(12340,12340,2054,4,0,0,1,0,15,2589,8,0,6,0,0,0,0,0,0,'Sickly Refugee-Backstab'),(12340,12340,2054,4,0,0,1,0,15,1776,8,0,6,0,0,0,0,0,0,'Sickly Refugee-Gouge'),(12340,12340,2054,4,0,0,1,0,15,101,8,0,6,0,0,0,0,0,0,'Sickly Refugee-Trip'),(12340,12340,2070,4,0,0,1,0,25,1742,8,0,6,0,0,0,0,0,0,'Moonstalker Runt-Cower'),(12340,12340,2071,4,0,0,1,0,18,8594,9,0,4,0,0,0,0,0,0,'Moonstalker Matriarch-Summon Moonstalker Runt'),(12340,12340,2089,4,0,0,1,0,19,3604,11,0,6,0,0,0,0,0,0,'Giant Wetlands Crocolisk-Tendon Rip'),(12340,12340,2090,4,0,0,1,0,21,9128,10,0,0,0,0,0,0,0,0,'Ma\'ruk Wyrmscale-Battle Shout'),(12340,12340,2091,4,0,0,1,0,23,6192,10,0,0,0,0,0,0,0,0,'Chieftain Nek\'rosh-Battle Shout'),(12340,12340,2091,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Chieftain Nek\'rosh-Demoralizing Shout'),(12340,12340,2098,4,0,1,1,0,20,23922,8,0,6,0,0,0,0,0,0,'Ram-Shield Slam'),(12340,12340,2098,4,0,1,1,0,65,1978,8,0,6,0,0,0,0,0,0,'Ram-Serpent Sting'),(12340,12340,2099,4,0,1,1,0,1,2974,8,0,6,0,0,0,0,0,0,'Maiden\'s Virtue Crewman-Wing Clip'),(12340,12340,2099,4,0,1,1,0,1,6770,1,0,6,0,0,0,0,0,0,'Maiden\'s Virtue Crewman-Sap'),(12340,12340,2099,4,0,1,1,0,3,970,8,0,6,0,0,0,0,0,0,'Maiden\'s Virtue Crewman-Shadow Word: Pain'),(12340,12340,2102,4,0,0,1,0,27,8242,8,0,6,0,0,0,0,0,0,'Dragonmaw Grunt-Shield Slam'),(12340,12340,2103,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Dragonmaw Scout-Shoot'),(12340,12340,2108,4,0,0,1,0,21,184,10,0,0,0,0,0,0,0,0,'Garneg Charskull-Fire Shield II'),(12340,12340,2108,4,0,0,1,0,28,6725,7,0,3,0,0,0,0,0,0,'Garneg Charskull-Flame Spike'),(12340,12340,2108,4,0,0,1,0,31,15039,8,0,6,0,0,0,0,0,0,'Garneg Charskull-Flame Shock'),(12340,12340,2120,4,0,0,1,0,10,512,8,0,6,0,0,0,0,0,0,'Archmage Ataeric-Chains of Ice'),(12340,12340,2120,4,0,0,1,0,40,20792,8,0,6,0,0,0,0,0,0,'Archmage Ataeric-Frostbolt'),(12340,12340,2156,4,0,0,1,0,10,5810,8,0,6,0,0,0,0,0,0,'Cracked Golem-Stone Skin'),(12340,12340,2157,4,0,0,1,0,10,5810,8,0,6,0,0,0,0,0,0,'Stone Behemoth-Stone Skin'),(12340,12340,2159,4,0,0,1,0,12,3148,11,0,6,0,0,0,0,0,0,'Gravelflint Bonesnapper-Head Crack'),(12340,12340,2160,4,0,0,1,0,37,19816,8,0,6,0,0,0,0,0,0,'Gravelflint Geomancer-Fireball'),(12340,12340,2160,4,0,0,1,0,17,12544,10,0,0,0,0,0,0,0,0,'Gravelflint Geomancer-Frost Armor'),(12340,12340,2163,4,0,0,1,0,15,3242,8,0,6,0,0,0,0,0,0,'Thistle Bear-Ravage'),(12340,12340,2164,4,0,0,1,0,11,3150,11,0,6,0,0,0,0,0,0,'Rabid Thistle Bear-Rabies'),(12340,12340,2165,4,0,0,1,0,15,3242,8,0,6,0,0,0,0,0,0,'Grizzled Thistle Bear-Ravage'),(12340,12340,2167,4,0,0,1,0,35,3391,8,0,6,0,0,0,0,0,0,'Blackwood Pathfinder-Thrash'),(12340,12340,2167,4,0,0,1,0,15,6950,11,0,6,0,0,0,0,0,0,'Blackwood Pathfinder-Faerie Fire'),(12340,12340,2168,4,0,0,1,0,18,8078,7,0,4,0,0,0,0,0,0,'Blackwood Warrior-Thunderclap'),(12340,12340,2169,4,0,0,1,0,18,5605,9,0,4,0,0,0,0,0,0,'Blackwood Totemic-Healing Ward'),(12340,12340,2170,4,0,0,1,0,12,1058,2,0,0,0,0,0,0,0,0,'Blackwood Ursa-Rejuvenation'),(12340,12340,2171,4,0,0,1,0,14,2606,8,0,6,0,0,0,0,0,0,'Blackwood Shaman-Shock'),(12340,12340,2171,4,0,0,1,0,18,913,2,0,0,0,0,0,0,0,0,'Blackwood Shaman-Healing Wave'),(12340,12340,2171,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Blackwood Shaman-Lightning Bolt'),(12340,12340,2172,4,0,0,1,0,23,6607,8,0,6,0,0,0,0,0,0,'Strider Clutchmother-Lash'),(12340,12340,2172,4,0,0,1,0,13,7272,1,0,6,0,0,0,0,0,0,'Strider Clutchmother-Dust Cloud'),(12340,12340,2175,4,0,0,1,0,11,17227,6,0,6,0,0,0,0,0,0,'Shadowclaw-Curse of Weakness'),(12340,12340,2176,4,0,0,1,0,12,5884,11,0,6,0,0,0,0,0,0,'Cursed Highborne-Banshee Curse'),(12340,12340,2177,4,0,0,1,0,12,5884,11,0,6,0,0,0,0,0,0,'Writhing Highborne-Banshee Curse'),(12340,12340,2178,4,0,0,1,0,12,5884,11,0,6,0,0,0,0,0,0,'Wailing Highborne-Banshee Curse'),(12340,12340,2179,4,0,0,1,0,14,13586,7,0,4,0,0,0,0,0,0,'Stormscale Wave Rider-Aqua Jet'),(12340,12340,2180,4,0,0,1,0,18,11642,3,0,0,0,0,0,0,0,0,'Stormscale Siren-Heal'),(12340,12340,2180,4,0,0,1,0,28,9734,8,0,6,0,0,0,0,0,0,'Stormscale Siren-Holy Smite'),(12340,12340,2181,4,0,0,1,0,26,5164,8,0,6,0,0,0,0,0,0,'Stormscale Myrmidon-Knockdown'),(12340,12340,2182,4,0,0,1,0,28,20792,8,0,6,0,0,0,0,0,0,'Stormscale Sorceress-Frostbolt'),(12340,12340,2182,4,0,0,1,0,18,12544,10,0,0,0,0,0,0,0,0,'Stormscale Sorceress-Frost Armor'),(12340,12340,2183,4,0,0,1,0,18,3248,10,0,0,0,0,0,0,0,0,'Stormscale Warrior-Improved Blocking'),(12340,12340,2184,4,0,0,1,0,15,6533,1,0,6,0,0,0,0,0,0,'Lady Moongazer-Net'),(12340,12340,2184,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Lady Moongazer-Shoot'),(12340,12340,2185,4,0,0,1,0,17,6016,8,0,6,0,0,0,0,0,0,'Darkshore Thresher-Pierce Armor'),(12340,12340,2186,4,0,0,1,0,35,3391,8,0,6,0,0,0,0,0,0,'Carnivous the Breaker-Thrash'),(12340,12340,2186,4,0,0,1,0,17,6016,8,0,6,0,0,0,0,0,0,'Carnivous the Breaker-Pierce Armor'),(12340,12340,2187,4,0,0,1,0,17,6016,8,0,6,0,0,0,0,0,0,'Elder Darkshore Thresher-Pierce Armor'),(12340,12340,2189,4,0,0,1,0,10,11918,8,0,6,0,0,0,0,0,0,'Vile Sprite-Poison'),(12340,12340,2190,4,0,0,1,0,15,5915,10,0,0,0,0,0,0,0,0,'Wild Grell-Crazed'),(12340,12340,2191,4,0,0,1,0,35,20791,8,0,6,0,0,0,0,0,0,'Licillin-Shadow Bolt'),(12340,12340,2192,4,0,0,1,0,15,5915,10,0,0,0,0,0,0,0,0,'Firecaller Radison-Crazed'),(12340,12340,2192,4,0,0,1,0,55,20793,8,0,6,0,0,0,0,0,0,'Firecaller Radison-Fireball'),(12340,12340,2203,4,0,0,1,0,15,547,2,0,0,0,0,0,0,0,0,'Greymist Seer-Healing Wave'),(12340,12340,2203,4,0,0,1,0,17,324,10,0,0,0,0,0,0,0,0,'Greymist Seer-Lightning Shield'),(12340,12340,2204,4,0,0,1,0,12,12024,1,0,6,0,0,0,0,0,0,'Greymist Netter-Net'),(12340,12340,2205,4,0,0,1,0,17,5242,10,0,0,0,0,0,0,0,0,'Greymist Warrior-Battle Shout'),(12340,12340,2206,4,0,0,1,0,27,10277,8,0,6,0,0,0,0,0,0,'Greymist Hunter-Throw'),(12340,12340,2207,4,0,0,1,0,15,913,2,0,0,0,0,0,0,0,0,'Greymist Oracle-Healing Wave'),(12340,12340,2207,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Greymist Oracle-Lightning Bolt'),(12340,12340,2212,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Deth\'ryll Satyr-Shoot'),(12340,12340,2215,4,0,0,1,0,27,15496,7,0,3,0,0,0,0,0,0,'High Executor Darthalia-Cleave'),(12340,12340,2215,4,0,0,1,0,14,23511,11,0,3,0,0,0,0,0,0,'High Executor Darthalia-Demoralizing Shout'),(12340,12340,2215,4,0,0,1,0,20,19134,4,0,4,0,0,0,0,0,0,'High Executor Darthalia-Frightening Shout'),(12340,12340,2215,4,0,0,1,0,18,9080,11,0,6,0,0,0,0,0,0,'High Executor Darthalia-Hamstring'),(12340,12340,2228,4,0,1,1,0,50,8313,8,0,6,0,0,0,0,0,0,'Lieutenant Farren Orinelle-Poison'),(12340,12340,2229,4,0,1,1,0,11,8056,8,0,6,0,0,0,0,0,0,'Krusk-Frost Shock'),(12340,12340,2229,4,0,1,1,0,33,3600,10,0,6,0,0,0,0,0,0,'Krusk-Earthbind'),(12340,12340,2229,4,0,1,1,0,44,12721,8,0,6,0,0,0,0,0,0,'Krusk-Deep Wounds'),(12340,12340,2233,4,0,0,1,0,12,3427,11,0,6,0,0,0,0,0,0,'Encrusted Tide Crawler-Infected Wound'),(12340,12340,2235,4,0,0,1,0,16,12166,8,0,6,0,0,0,0,0,0,'Reef Crawler-Muscle Tear'),(12340,12340,2236,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Raging Reef Crawler-Thrash'),(12340,12340,2237,4,0,0,1,0,13,6595,8,0,6,0,0,0,0,0,0,'Moonstalker Sire-Exploit Weakness'),(12340,12340,2240,4,0,0,1,0,10,7159,8,0,6,0,0,0,0,0,0,'Syndicate Footpad-Backstab'),(12340,12340,2241,4,0,0,1,0,28,744,8,0,6,0,0,0,0,0,0,'Syndicate Thief-Poison'),(12340,12340,2241,4,0,0,1,0,23,6713,11,0,6,0,0,0,0,0,0,'Syndicate Thief-Disarm'),(12340,12340,2241,4,0,0,1,0,28,7159,8,0,6,0,0,0,0,0,0,'Syndicate Thief-Backstab'),(12340,12340,2242,4,0,0,1,0,30,7159,8,0,6,0,0,0,0,0,0,'Syndicate Spy-Backstab'),(12340,12340,2243,4,0,0,1,0,20,11972,8,0,6,0,0,0,0,0,0,'Syndicate Sentry-Shield Bash'),(12340,12340,2243,4,0,0,1,0,3,15062,10,0,0,0,0,0,0,0,0,'Syndicate Sentry-Shield Wall'),(12340,12340,2244,4,0,0,1,0,22,6909,6,0,6,0,0,0,0,0,0,'Syndicate Shadow Mage-Curse of Thorns'),(12340,12340,2244,4,0,0,1,0,32,20791,8,0,6,0,0,0,0,0,0,'Syndicate Shadow Mage-Shadow Bolt'),(12340,12340,2245,4,0,0,1,0,5,6980,8,0,6,0,0,0,0,0,0,'Syndicate Saboteur-Fire Shot'),(12340,12340,2245,4,0,0,1,0,50,6660,8,0,6,0,0,0,0,0,0,'Syndicate Saboteur-Shoot'),(12340,12340,2246,4,0,0,1,0,20,744,11,0,6,0,0,0,0,0,0,'Syndicate Assassin-Poison'),(12340,12340,2247,4,0,0,1,0,10,17207,10,0,0,0,0,0,0,0,0,'Syndicate Enforcer-Whirlwind'),(12340,12340,2249,4,0,0,1,0,9,8599,10,0,0,0,0,0,0,0,0,'Ferocious Yeti-Enrage'),(12340,12340,2250,4,0,0,1,0,15,3131,8,0,6,0,0,0,0,0,0,'Mountain Yeti-Frost Breath'),(12340,12340,2251,4,0,0,1,0,10,3131,8,0,6,0,0,0,0,0,0,'Giant Yeti-Frost Breath'),(12340,12340,2254,4,0,0,1,0,20,11976,8,0,6,0,0,0,0,0,0,'Crushridge Mauler-Strike'),(12340,12340,2254,4,0,0,1,0,10,6253,8,0,6,0,0,0,0,0,0,'Crushridge Mauler-Backhand'),(12340,12340,2255,4,0,0,1,0,100,837,8,0,6,0,0,0,0,0,0,'Crushridge Mage-Frostbolt'),(12340,12340,2255,4,0,0,1,0,25,6742,10,0,0,0,0,0,0,0,0,'Crushridge Mage-Bloodlust'),(12340,12340,2255,4,0,0,1,0,75,9672,8,0,6,0,0,0,0,0,0,'Crushridge Mage-Frostbolt'),(12340,12340,2256,4,0,0,1,0,15,9791,11,0,6,0,0,0,0,0,0,'Crushridge Enforcer-Head Crack'),(12340,12340,2257,4,0,0,1,0,25,13730,11,0,3,0,0,0,0,0,0,'Mug\'thol-Demoralizing Shout'),(12340,12340,2257,4,0,0,1,0,40,11976,8,0,6,0,0,0,0,0,0,'Mug\'thol-Strike'),(12340,12340,2258,4,0,0,1,0,40,5568,8,0,6,0,0,0,0,0,0,'Stone Fury-Trample'),(12340,12340,2258,4,0,0,1,0,20,6524,3,0,6,0,0,0,0,0,0,'Stone Fury-Ground Tremor'),(12340,12340,2260,4,0,0,1,0,32,37685,8,0,6,0,0,0,0,0,0,'Syndicate Rogue-Backstab'),(12340,12340,2261,4,0,1,1,0,0,19482,8,0,0,0,0,0,0,0,0,'Syndicate Watchman-War Stomp'),(12340,12340,2261,4,0,1,1,0,34,3602,8,0,6,0,0,0,0,0,0,'Syndicate Watchman-Torch Burst'),(12340,12340,2261,4,0,1,1,0,0,744,8,0,6,0,0,0,0,0,0,'Syndicate Watchman-Poison'),(12340,12340,2261,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Syndicate Watchman-Net'),(12340,12340,2261,4,0,1,1,0,0,122,8,0,0,0,0,0,0,0,0,'Syndicate Watchman-Frost Nova'),(12340,12340,2261,4,0,1,1,0,0,3140,8,0,6,0,0,0,0,0,0,'Syndicate Watchman-Fireball'),(12340,12340,2261,4,0,1,1,0,0,3442,10,0,6,0,0,0,0,0,0,'Syndicate Watchman-Enslave'),(12340,12340,2261,4,0,1,1,0,0,3396,10,0,6,0,0,0,0,0,0,'Syndicate Watchman-Corrosive Poison'),(12340,12340,2263,4,0,1,1,0,25,12294,8,0,6,0,0,0,0,0,0,'Marshal Redpath-Mortal Strike'),(12340,12340,2263,4,0,0,1,0,25,3408,10,0,5,0,0,0,0,0,0,'Marshal Redpath-Crippling Poison'),(12340,12340,2263,4,0,1,1,0,25,1833,3,0,6,0,0,0,0,0,0,'Marshal Redpath-Cheap Shot'),(12340,12340,2264,4,0,0,1,0,21,101,8,0,6,0,0,0,0,0,0,'Hillsbrad Tailor-Trip'),(12340,12340,2264,4,0,0,1,0,22,2590,8,0,6,0,0,0,0,0,0,'Hillsbrad Tailor-Backstab'),(12340,12340,2265,4,0,0,1,0,21,3148,11,0,6,0,0,0,0,0,0,'Hillsbrad Apprentice Blacksmith-Head Crack'),(12340,12340,2266,4,0,0,1,0,21,6713,11,0,6,0,0,0,0,0,0,'Hillsbrad Farmer-Disarm'),(12340,12340,2267,4,0,0,1,0,23,6016,11,0,6,0,0,0,0,0,0,'Hillsbrad Peasant-Pierce Armor'),(12340,12340,2268,4,0,0,1,0,17,11972,8,0,6,0,0,0,0,0,0,'Hillsbrad Footman-Shield Bash'),(12340,12340,2269,4,0,0,1,0,28,7405,11,0,6,0,0,0,0,0,0,'Hillsbrad Miner-Sunder Armor'),(12340,12340,2270,4,0,1,1,0,0,7405,10,0,6,0,0,0,0,0,0,'Hillsbrad Sentry-Sunder Armor'),(12340,12340,2270,4,0,1,1,0,0,3396,10,0,6,0,0,0,0,0,0,'Hillsbrad Sentry-Corrosive Poison'),(12340,12340,2271,4,0,1,1,0,0,1715,8,0,6,0,0,0,0,0,0,'Dalaran Shield Guard-Hamstring'),(12340,12340,2271,4,0,1,1,0,0,8407,8,0,6,0,0,0,0,0,0,'Dalaran Shield Guard-Frostbolt'),(12340,12340,2272,4,0,0,1,0,20,3652,9,0,4,0,0,0,0,0,0,'Dalaran Theurgist-Summon Spirit of Old'),(12340,12340,2272,4,0,0,1,0,80,20819,8,0,6,0,0,0,0,0,0,'Dalaran Theurgist-Frostbolt'),(12340,12340,2274,4,0,1,1,0,2,2974,8,0,6,0,0,0,0,0,0,'Stanley-Wing Clip'),(12340,12340,2274,4,0,1,1,0,2,6547,8,0,6,0,0,0,0,0,0,'Stanley-Rend'),(12340,12340,2274,4,0,1,1,0,2,20615,3,0,6,0,0,0,0,0,0,'Stanley-Intercept'),(12340,12340,2274,4,0,1,1,0,79,12721,8,0,6,0,0,0,0,0,0,'Stanley-Deep Wounds'),(12340,12340,2274,4,0,1,1,0,4,22914,3,0,6,0,0,0,0,0,0,'Stanley-Concussive Shot'),(12340,12340,2276,4,0,0,1,0,32,12737,8,0,6,0,0,0,0,0,0,'Magistrate Henry Maleb-Frostbolt'),(12340,12340,2276,4,0,0,1,0,25,15531,7,0,4,0,0,0,0,0,0,'Magistrate Henry Maleb-Frost Nova'),(12340,12340,2276,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Magistrate Henry Maleb-Frost Armor'),(12340,12340,2277,4,0,0,1,0,50,3408,10,0,5,0,0,0,0,0,0,'Loremaster Dibbs-Crippling Poison'),(12340,12340,2283,4,0,0,1,0,15,970,8,0,6,0,0,0,0,0,0,'Ravenclaw Regent-Shadow Word: Pain'),(12340,12340,2287,4,0,0,1,0,13,8269,10,0,0,0,0,0,0,0,0,'Crushridge Warmonger-Frenzy'),(12340,12340,2304,4,0,1,1,0,7,12555,3,0,6,0,0,0,0,0,0,'Captain Ironhill-Pummel'),(12340,12340,2304,4,0,1,1,0,1,6685,8,0,6,0,0,0,0,0,0,'Captain Ironhill-Piercing Shot'),(12340,12340,2305,4,0,1,1,0,2,7405,10,0,6,0,0,0,0,0,0,'Foreman Bonds-Sunder Armor'),(12340,12340,2305,4,0,1,1,0,6,5588,3,0,6,0,0,0,0,0,0,'Foreman Bonds-Hammer of Justice'),(12340,12340,2306,4,0,0,1,0,75,20822,8,0,6,0,0,0,0,0,0,'Baron Vardus-Frostbolt'),(12340,12340,2306,4,0,0,1,0,21,6253,8,0,6,0,0,0,0,0,0,'Baron Vardus-Backhand'),(12340,12340,2306,4,0,0,1,0,15,6131,7,0,4,0,0,0,0,0,0,'Baron Vardus-Frost Nova'),(12340,12340,2318,4,0,0,1,0,100,4063,8,0,6,0,0,0,0,0,0,'Argus Shadow Mage-Argus Shadow Mage Transform'),(12340,12340,2318,4,0,0,1,0,100,22677,8,0,6,0,0,0,0,0,0,'Argus Shadow Mage-Shadow Bolt'),(12340,12340,2318,4,0,0,1,0,80,20816,8,0,6,0,0,0,0,0,0,'Argus Shadow Mage-Shadow Bolt'),(12340,12340,2319,4,0,0,1,0,100,3140,8,0,6,0,0,0,0,0,0,'Syndicate Wizard-Fireball'),(12340,12340,2319,4,0,0,1,0,100,8400,8,0,6,0,0,0,0,0,0,'Syndicate Wizard-Fireball'),(12340,12340,2319,4,0,1,1,0,100,12544,10,0,0,0,0,0,0,0,0,'Syndicate Wizard-Frost Armor'),(12340,12340,2319,4,0,0,1,0,90,20815,8,0,6,0,0,0,0,0,0,'Syndicate Wizard-Fireball'),(12340,12340,2324,4,0,0,1,0,15,6982,7,0,4,0,0,0,0,0,0,'Blackwood Windtalker-Gust of Wind'),(12340,12340,2332,4,0,0,1,0,25,14873,8,0,6,0,0,0,0,0,0,'Valdred Moray-Sinister Strike'),(12340,12340,2335,4,0,0,1,0,25,11969,7,0,4,0,0,0,0,0,0,'Magistrate Burnside-Fire Nova'),(12340,12340,2335,4,0,0,1,0,32,20811,8,0,6,0,0,0,0,0,0,'Magistrate Burnside-Fireball'),(12340,12340,2335,4,0,0,1,0,23,7739,7,0,4,0,0,0,0,0,0,'Magistrate Burnside-Inferno Shell'),(12340,12340,2336,4,0,0,1,0,13,7098,11,0,6,0,0,0,0,0,0,'Dark Strand Fanatic-Curse of Mending'),(12340,12340,2337,4,0,0,1,0,18,12746,9,0,4,0,0,0,0,0,0,'Dark Strand Voidcaller-Summon Voidwalker'),(12340,12340,2337,4,0,0,1,0,35,20807,8,0,6,0,0,0,0,0,0,'Dark Strand Voidcaller-Shadow Bolt'),(12340,12340,2338,4,0,0,1,0,18,2054,3,0,0,0,0,0,0,0,0,'Twilight Disciple-Heal'),(12340,12340,2338,4,0,0,1,0,12,6074,3,0,0,0,0,0,0,0,0,'Twilight Disciple-Renew'),(12340,12340,2339,4,0,0,1,0,15,31403,10,0,0,0,0,0,0,0,0,'Twilight Thug-Battle Shout'),(12340,12340,2339,4,0,0,1,0,15,6713,8,0,6,0,0,0,0,0,0,'Twilight Thug-Disarm'),(12340,12340,2344,4,0,0,1,0,21,8258,10,0,0,0,0,0,0,0,0,'Dun Garok Mountaineer-Devotion Aura'),(12340,12340,2344,4,0,0,1,0,28,13953,8,0,6,0,0,0,0,0,0,'Dun Garok Mountaineer-Holy Strike'),(12340,12340,2345,4,0,0,1,0,21,6685,8,0,6,0,0,0,0,0,0,'Dun Garok Rifleman-Piercing Shot'),(12340,12340,2345,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Dun Garok Rifleman-Shoot'),(12340,12340,2346,4,0,0,1,0,20,11642,2,0,0,0,0,0,0,0,0,'Dun Garok Priest-Heal'),(12340,12340,2346,4,0,0,1,0,29,9734,8,0,6,0,0,0,0,0,0,'Dun Garok Priest-Holy Smite'),(12340,12340,2348,4,0,0,1,0,20,3396,11,0,6,0,0,0,0,0,0,'Elder Moss Creeper-Corrosive Poison'),(12340,12340,2349,4,0,0,1,0,20,3396,11,0,6,0,0,0,0,0,0,'Giant Moss Creeper-Corrosive Poison'),(12340,12340,2350,4,0,0,1,0,20,3396,11,0,6,0,0,0,0,0,0,'Forest Moss Creeper-Corrosive Poison'),(12340,12340,2354,4,0,1,1,0,0,408,3,0,6,0,0,0,0,0,0,'Vicious Gray Bear-Kidney Shot'),(12340,12340,2354,4,0,1,1,0,0,20615,3,0,6,0,0,0,0,0,0,'Vicious Gray Bear-Intercept'),(12340,12340,2354,4,0,1,1,0,0,5782,4,0,6,0,0,0,0,0,0,'Vicious Gray Bear-Fear'),(12340,12340,2354,4,0,1,1,0,0,1014,6,0,6,0,0,0,0,0,0,'Vicious Gray Bear-Curse of Agony'),(12340,12340,2354,4,0,0,1,0,0,3408,10,0,5,0,0,0,0,0,0,'Vicious Gray Bear-Crippling Poison'),(12340,12340,2354,4,0,1,1,0,0,14902,3,0,6,0,0,0,0,0,0,'Vicious Gray Bear-Cheap Shot'),(12340,12340,2356,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Elder Gray Bear-Forbearance'),(12340,12340,2356,4,0,1,1,0,0,3396,10,0,6,0,0,0,0,0,0,'Elder Gray Bear-Corrosive Poison'),(12340,12340,2358,4,0,0,1,0,100,3615,8,0,6,0,0,0,0,0,0,'Dalaran Summoner-Summon Dalaran Serpent'),(12340,12340,2358,4,0,0,1,0,80,20815,8,0,6,0,0,0,0,0,0,'Dalaran Summoner-Fireball'),(12340,12340,2358,4,0,0,1,0,10,3655,9,0,4,0,0,0,0,0,0,'Dalaran Summoner-Summon Shield Guard'),(12340,12340,2358,4,0,0,1,0,10,3658,9,0,4,0,0,0,0,0,0,'Dalaran Summoner-Summon Theurgist'),(12340,12340,2360,4,0,1,1,0,1,676,10,0,6,0,0,0,0,0,0,'Hillsbrad Farmhand-Disarm'),(12340,12340,2368,4,0,0,1,0,24,12555,8,0,6,0,0,0,0,0,0,'Daggerspine Shorestalker-Pummel'),(12340,12340,2369,4,0,0,1,0,29,10277,8,0,6,0,0,0,0,0,0,'Daggerspine Shorehunter-Throw'),(12340,12340,2370,4,0,0,1,0,18,3589,11,0,3,0,0,0,0,0,0,'Daggerspine Screamer-Deafening Screech'),(12340,12340,2371,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Daggerspine Siren-Lightning Bolt'),(12340,12340,2371,4,0,0,1,0,20,6728,11,0,6,0,0,0,0,0,0,'Daggerspine Siren-Enveloping Winds'),(12340,12340,2371,4,0,0,1,0,22,992,8,0,6,0,0,0,0,0,0,'Daggerspine Siren-Shadow Word: Pain'),(12340,12340,2372,4,0,0,1,0,23,3650,11,0,6,0,0,0,0,0,0,'Mudsnout Gnoll-Sling Mud'),(12340,12340,2373,4,0,0,1,0,23,939,2,0,0,0,0,0,0,0,0,'Mudsnout Shaman-Healing Wave'),(12340,12340,2373,4,0,0,1,0,32,20805,8,0,6,0,0,0,0,0,0,'Mudsnout Shaman-Lightning Bolt'),(12340,12340,2374,4,0,0,1,0,23,3427,11,0,6,0,0,0,0,0,0,'Torn Fin Muckdweller-Infected Wound'),(12340,12340,2375,4,0,0,1,0,29,10277,8,0,6,0,0,0,0,0,0,'Torn Fin Coastrunner-Throw'),(12340,12340,2376,4,0,0,1,0,23,939,2,0,0,0,0,0,0,0,0,'Torn Fin Oracle-Healing Wave'),(12340,12340,2376,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Torn Fin Oracle-Lightning Bolt'),(12340,12340,2377,4,0,0,1,0,25,865,7,0,4,0,0,0,0,0,0,'Torn Fin Tidehunter-Frost Nova'),(12340,12340,2387,4,0,0,1,0,19,12544,10,0,0,0,0,0,0,0,0,'Hillsbrad Councilman-Frost Armor'),(12340,12340,2387,4,0,0,1,0,23,122,7,0,4,0,0,0,0,0,0,'Hillsbrad Councilman-Frost Nova'),(12340,12340,2387,4,0,0,1,0,31,20806,8,0,6,0,0,0,0,0,0,'Hillsbrad Councilman-Frostbolt'),(12340,12340,2394,4,0,1,1,0,50,6190,10,0,0,0,0,0,0,0,0,'Mallen Swain-Demoralizing Shout'),(12340,12340,2395,4,0,1,1,0,10,20116,8,0,0,0,0,0,0,0,0,'Vinna Wayne-Consecration'),(12340,12340,2401,4,0,1,1,0,33,7405,10,0,6,0,0,0,0,0,0,'Kayren Soothallow-Sunder Armor'),(12340,12340,2401,4,0,1,1,0,33,8037,0,0,6,0,0,0,0,0,0,'Kayren Soothallow-Frostbrand Attack'),(12340,12340,2401,4,0,1,1,0,33,3600,10,0,6,0,0,0,0,0,0,'Kayren Soothallow-Earthbind'),(12340,12340,2403,4,0,1,1,0,0,6770,1,0,6,0,0,0,0,0,0,'Farmer Getz-Sap'),(12340,12340,2403,4,0,1,1,0,1,676,10,0,6,0,0,0,0,0,0,'Farmer Getz-Disarm'),(12340,12340,2404,4,0,1,1,0,0,3148,8,0,6,0,0,0,0,0,0,'Blacksmith Verringtan-Head Crack'),(12340,12340,2404,4,0,1,1,0,2,8406,8,0,6,0,0,0,0,0,0,'Blacksmith Verringtan-Frostbolt'),(12340,12340,2406,4,0,1,1,0,0,8313,8,0,6,0,0,0,0,0,0,'Mountain Lion-Poison'),(12340,12340,2415,4,0,0,1,0,30,20828,7,0,4,0,0,0,0,0,0,'Warden Belamoore-Cone of Cold'),(12340,12340,2415,4,0,0,1,0,80,20823,8,0,6,0,0,0,0,0,0,'Warden Belamoore-Fireball'),(12340,12340,2417,4,0,0,1,0,10,6742,10,0,0,0,0,0,0,0,0,'Grel\'borg the Miser-Bloodlust'),(12340,12340,2417,4,0,0,1,0,30,11990,7,0,3,0,0,0,0,0,0,'Grel\'borg the Miser-Rain of Fire'),(12340,12340,2417,4,0,0,1,0,10,4979,10,0,0,0,0,0,0,0,0,'Grel\'borg the Miser-Quick Flame Ward'),(12340,12340,2420,4,0,0,1,0,60,15496,8,0,6,0,0,0,0,0,0,'Targ-Cleave'),(12340,12340,2420,4,0,0,1,0,40,8147,7,0,4,0,0,0,0,0,0,'Targ-Thunderclap'),(12340,12340,2421,4,0,0,1,0,25,8379,11,0,6,0,0,0,0,0,0,'Muckrake-Disarm'),(12340,12340,2421,4,0,0,1,0,35,12555,8,0,6,0,0,0,0,0,0,'Muckrake-Pummel'),(12340,12340,2422,4,0,0,1,0,30,11428,8,0,6,0,0,0,0,0,0,'Glommus-Knockdown'),(12340,12340,2422,4,0,0,1,0,10,9128,10,0,0,0,0,0,0,0,0,'Glommus-Battle Shout'),(12340,12340,2422,4,0,0,1,0,10,13730,11,0,4,0,0,0,0,0,0,'Glommus-Demoralizing Shout'),(12340,12340,2423,4,0,0,1,0,10,11974,10,0,0,0,0,0,0,0,0,'Lord Aliden Perenolde-Power Word: Shield'),(12340,12340,2423,4,0,0,1,0,10,8362,2,0,0,0,0,0,0,0,0,'Lord Aliden Perenolde-Renew'),(12340,12340,2423,4,0,0,1,0,5,24664,11,0,6,0,0,0,0,0,0,'Lord Aliden Perenolde-Sleep'),(12340,12340,2425,4,0,1,1,0,100,20743,8,0,6,0,0,0,0,0,0,'Varimathras-Drain Life'),(12340,12340,2425,4,0,1,1,0,100,20741,8,0,6,0,0,0,0,0,0,'Varimathras-Shadow Bolt Volley'),(12340,12340,2427,4,0,1,1,0,38,3602,8,0,6,0,0,0,0,0,0,'Jailor Eston-Torch Burst'),(12340,12340,2427,4,0,1,1,0,1,3442,10,0,6,0,0,0,0,0,0,'Jailor Eston-Enslave'),(12340,12340,2428,4,0,0,1,0,26,6533,1,0,6,0,0,0,0,0,0,'Jailor Marlgen-Net'),(12340,12340,2428,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Jailor Marlgen-Shoot'),(12340,12340,2431,4,0,0,1,0,15,8379,11,0,6,0,0,0,0,0,0,'Jailor Borhuin-Disarm'),(12340,12340,2431,4,0,0,1,0,10,6533,11,0,6,0,0,0,0,0,0,'Jailor Borhuin-Net'),(12340,12340,2431,4,0,0,1,0,40,12555,8,0,6,0,0,0,0,0,0,'Jailor Borhuin-Pummel'),(12340,12340,2433,4,0,1,1,0,7,8929,8,0,6,0,0,0,0,0,0,'Helcular\'s Remains-Moonfire'),(12340,12340,2433,4,0,1,1,0,7,1833,3,0,6,0,0,0,0,0,0,'Helcular\'s Remains-Cheap Shot'),(12340,12340,2434,4,0,1,1,0,48,16401,8,0,6,0,0,0,0,0,0,'Shadowy Assassin-Poison'),(12340,12340,2440,4,0,0,1,0,60,13584,8,0,6,0,0,0,0,0,0,'Drunken Footpad-Strike'),(12340,12340,2447,4,0,0,1,0,100,18435,8,0,6,0,0,0,0,0,0,'Narillasanz-Flame Breath'),(12340,12340,2447,4,0,0,1,0,30,9573,7,0,3,0,0,0,0,0,0,'Narillasanz-Flame Breath'),(12340,12340,2447,4,0,0,1,0,20,8362,2,0,0,0,0,0,0,0,0,'Narillasanz-Renew'),(12340,12340,2448,4,0,1,1,0,3,6016,8,0,6,0,0,0,0,0,0,'Clerk Horrace Whitesteed-Pierce Armor'),(12340,12340,2448,4,0,1,1,0,10,8406,8,0,6,0,0,0,0,0,0,'Clerk Horrace Whitesteed-Frostbolt'),(12340,12340,2448,4,0,1,1,0,0,865,8,0,0,0,0,0,0,0,0,'Clerk Horrace Whitesteed-Frost Nova'),(12340,12340,2449,4,0,1,1,0,1,7322,8,0,6,0,0,0,0,0,0,'Citizen Wilkes-Frostbolt'),(12340,12340,2449,4,0,1,1,0,1,122,8,0,0,0,0,0,0,0,0,'Citizen Wilkes-Frost Nova'),(12340,12340,2449,4,0,1,1,0,1,676,10,0,6,0,0,0,0,0,0,'Citizen Wilkes-Disarm'),(12340,12340,2450,4,0,1,1,0,3,7405,10,0,6,0,0,0,0,0,0,'Miner Hackett-Sunder Armor'),(12340,12340,2452,4,0,0,1,0,35,6253,2,0,0,0,0,0,0,0,0,'Skhowl-Backhand'),(12340,12340,2452,4,0,0,1,0,20,15971,11,0,3,0,0,0,0,0,0,'Skhowl-Demoralizing Roar'),(12340,12340,2453,4,0,0,1,0,5,6742,10,0,0,0,0,0,0,0,0,'Lo\'Grosh-Bloodlust'),(12340,12340,2453,4,0,0,1,0,5,2601,10,0,0,0,0,0,0,0,0,'Lo\'Grosh-Fire Shield III'),(12340,12340,2453,4,0,0,1,0,10,8814,7,0,3,0,0,0,0,0,0,'Lo\'Grosh-Flame Spike'),(12340,12340,2462,4,0,1,1,0,0,3436,10,0,6,0,0,0,0,0,0,'Flesh Eating Worm-Wandering Plague'),(12340,12340,2476,4,0,0,1,0,22,3427,11,0,6,0,0,0,0,0,0,'Large Loch Crocolisk-Infected Wound'),(12340,12340,2503,4,0,0,1,0,19,5115,10,0,4,0,0,0,0,0,0,'Hillsbrad Foreman-Battle Command'),(12340,12340,2505,4,0,1,1,0,0,12328,8,0,0,0,0,0,0,0,0,'Saltwater Snapjaw-Sweeping Strikes'),(12340,12340,2505,4,0,1,1,0,0,10893,8,0,6,0,0,0,0,0,0,'Saltwater Snapjaw-Shadow Word: Pain'),(12340,12340,2505,4,0,1,1,0,0,17313,8,0,6,0,0,0,0,0,0,'Saltwater Snapjaw-Mind Flay'),(12340,12340,2516,4,0,0,1,0,50,15496,8,0,6,0,0,0,0,0,0,'Mountaineer Kamdar-Cleave'),(12340,12340,2521,4,0,0,1,0,10,5568,8,0,6,0,0,0,0,0,0,'Skymane Gorilla-Trample'),(12340,12340,2523,4,0,0,1,0,100,22048,8,0,6,0,0,0,0,0,0,'Searing Totem-Attack'),(12340,12340,2534,4,0,0,1,0,12,8264,9,0,4,0,0,0,0,0,0,'Zanzil the Outcast-Lava Spout Totem'),(12340,12340,2534,4,0,0,1,0,12,8832,9,0,4,0,0,0,0,0,0,'Zanzil the Outcast-Ward of Zanzil'),(12340,12340,2534,4,0,0,1,0,24,9532,8,0,6,0,0,0,0,0,0,'Zanzil the Outcast-Lightning Bolt'),(12340,12340,2541,4,0,0,1,0,10,15496,8,0,6,0,0,0,0,0,0,'Lord Sakrasis-Cleave'),(12340,12340,2543,4,0,0,1,0,100,143,8,0,6,0,0,0,0,0,0,'Archmage Ansirem Runeweaver-Fireball'),(12340,12340,2543,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Archmage Ansirem Runeweaver-Fireball'),(12340,12340,2543,4,0,0,1,0,40,20792,8,0,6,0,0,0,0,0,0,'Archmage Ansirem Runeweaver-Frostbolt'),(12340,12340,2543,4,0,0,1,0,23,118,11,0,6,0,0,0,0,0,0,'Archmage Ansirem Runeweaver-Polymorph'),(12340,12340,2543,4,0,0,1,0,18,512,11,0,6,0,0,0,0,0,0,'Archmage Ansirem Runeweaver-Chains of Ice'),(12340,12340,2546,4,0,0,1,0,5,32064,11,0,4,0,0,0,0,0,0,'Fleet Master Firallon-Battle Shout'),(12340,12340,2547,4,0,0,1,0,15,11972,8,0,6,0,0,0,0,0,0,'Ironpatch-Shield Bash'),(12340,12340,2548,4,0,0,1,0,8,13730,11,0,4,0,0,0,0,0,0,'Captain Keelhaul-Demoralizing Shout'),(12340,12340,2548,4,0,0,1,0,15,6660,8,0,6,0,0,0,0,0,0,'Captain Keelhaul-Shoot'),(12340,12340,2549,4,0,0,1,0,10,6253,8,0,6,0,0,0,0,0,0,'Garr Salthoof-Backhand'),(12340,12340,2549,4,0,0,1,0,10,8260,8,0,6,0,0,0,0,0,0,'Garr Salthoof-Rushing Charge'),(12340,12340,2550,4,0,0,1,0,15,11975,7,0,4,0,0,0,0,0,0,'Captain Stillwater-Arcane Explosion'),(12340,12340,2552,4,0,0,1,0,24,4974,11,0,6,0,0,0,0,0,0,'Witherbark Troll-Wither Touch'),(12340,12340,2553,4,0,0,1,0,28,20816,8,0,6,0,0,0,0,0,0,'Witherbark Shadowcaster-Shadow Bolt'),(12340,12340,2554,4,0,0,1,0,24,4974,11,0,6,0,0,0,0,0,0,'Witherbark Axe Thrower-Wither Touch'),(12340,12340,2554,4,0,0,1,0,28,10277,8,0,6,0,0,0,0,0,0,'Witherbark Axe Thrower-Throw'),(12340,12340,2555,4,0,0,1,0,28,8190,9,0,4,0,0,0,0,0,0,'Witherbark Witch Doctor-Magma Totem'),(12340,12340,2555,4,0,0,1,0,22,5605,9,0,3,0,0,0,0,0,0,'Witherbark Witch Doctor-Healing Ward'),(12340,12340,2556,4,0,0,1,0,18,6533,1,0,6,0,0,0,0,0,0,'Witherbark Headhunter-Net'),(12340,12340,2556,4,0,0,1,0,24,4974,11,0,6,0,0,0,0,0,0,'Witherbark Headhunter-Wither Touch'),(12340,12340,2557,4,0,0,1,0,26,6726,11,0,6,0,0,0,0,0,0,'Witherbark Shadow Hunter-Silence'),(12340,12340,2557,4,0,0,1,0,28,992,8,0,6,0,0,0,0,0,0,'Witherbark Shadow Hunter-Shadow Word: Pain'),(12340,12340,2558,4,0,0,1,0,15,3019,10,0,0,0,0,0,0,0,0,'Witherbark Berserker-Frenzy'),(12340,12340,2558,4,0,0,1,0,22,4974,11,0,6,0,0,0,0,0,0,'Witherbark Berserker-Wither Touch'),(12340,12340,2560,4,0,0,1,0,37,3391,8,0,6,0,0,0,0,0,0,'Highland Thrasher-Thrash'),(12340,12340,2561,4,0,0,1,0,35,3393,8,0,6,0,0,0,0,0,0,'Highland Fleshstalker-Consume Flesh'),(12340,12340,2562,4,0,0,1,0,26,4955,10,0,0,0,0,0,0,0,0,'Boulderfist Ogre-Fist of Stone'),(12340,12340,2563,4,0,0,1,0,31,4962,1,0,6,0,0,0,0,0,0,'Plains Creeper-Encasing Webs'),(12340,12340,2563,4,0,0,1,0,35,744,8,0,6,0,0,0,0,0,0,'Plains Creeper-Poison'),(12340,12340,2564,4,0,0,1,0,22,13730,11,0,4,0,0,0,0,0,0,'Boulderfist Enforcer-Demoralizing Shout'),(12340,12340,2564,4,0,0,1,0,26,4955,10,0,0,0,0,0,0,0,0,'Boulderfist Enforcer-Fist of Stone'),(12340,12340,2565,4,0,0,1,0,35,744,8,0,6,0,0,0,0,0,0,'Giant Plains Creeper-Poison'),(12340,12340,2565,4,0,0,1,0,31,4962,1,0,6,0,0,0,0,0,0,'Giant Plains Creeper-Encasing Webs'),(12340,12340,2566,4,0,0,1,0,22,4955,10,0,0,0,0,0,0,0,0,'Boulderfist Brute-Fist of Stone'),(12340,12340,2566,4,0,0,1,0,31,11428,8,0,6,0,0,0,0,0,0,'Boulderfist Brute-Knockdown'),(12340,12340,2567,4,0,0,1,0,31,20822,8,0,6,0,0,0,0,0,0,'Boulderfist Magus-Frostbolt'),(12340,12340,2567,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Boulderfist Magus-Frost Nova'),(12340,12340,2567,4,0,0,1,0,22,12544,10,0,0,0,0,0,0,0,0,'Boulderfist Magus-Frost Armor'),(12340,12340,2569,4,0,0,1,0,26,4955,10,0,0,0,0,0,0,0,0,'Boulderfist Mauler-Fist of Stone'),(12340,12340,2570,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Boulderfist Shaman-Lightning Bolt'),(12340,12340,2570,4,0,0,1,0,22,11986,2,0,0,0,0,0,0,0,0,'Boulderfist Shaman-Healing Wave'),(12340,12340,2570,4,0,0,1,0,30,6364,9,0,4,0,0,0,0,0,0,'Boulderfist Shaman-Searing Totem'),(12340,12340,2571,4,0,0,1,0,26,4955,10,0,0,0,0,0,0,0,0,'Boulderfist Lord-Fist of Stone'),(12340,12340,2572,4,0,1,1,0,0,865,8,0,0,0,0,0,0,0,0,'Drywhisker Kobold-Frost Nova'),(12340,12340,2572,4,0,1,1,0,0,8407,8,0,6,0,0,0,0,0,0,'Drywhisker Kobold-Frostbolt'),(12340,12340,2572,4,0,1,1,0,0,6141,8,0,0,0,0,0,0,0,0,'Drywhisker Kobold-Blizzard'),(12340,12340,2572,4,0,1,1,0,0,8380,10,0,6,0,0,0,0,0,0,'Drywhisker Kobold-Sunder Armor'),(12340,12340,2573,4,0,0,1,0,22,12544,10,0,0,0,0,0,0,0,0,'Drywhisker Surveyor-Frost Armor'),(12340,12340,2573,4,0,0,1,0,31,865,7,0,4,0,0,0,0,0,0,'Drywhisker Surveyor-Frost Nova'),(12340,12340,2573,4,0,0,1,0,31,20822,8,0,6,0,0,0,0,0,0,'Drywhisker Surveyor-Frostbolt'),(12340,12340,2574,4,0,0,1,0,31,8380,11,0,6,0,0,0,0,0,0,'Drywhisker Digger-Sunder Armor'),(12340,12340,2575,4,0,0,1,0,31,744,8,0,6,0,0,0,0,0,0,'Dark Iron Supplier-Poison'),(12340,12340,2577,4,0,0,1,0,31,2941,8,0,6,0,0,0,0,0,0,'Dark Iron Shadowcaster-Immolate'),(12340,12340,2577,4,0,0,1,0,38,20816,8,0,6,0,0,0,0,0,0,'Dark Iron Shadowcaster-Shadow Bolt'),(12340,12340,2578,4,0,1,1,0,0,8313,8,0,6,0,0,0,0,0,0,'Young Mesa Buzzard-Poison'),(12340,12340,2578,4,0,1,1,0,0,6524,3,0,0,0,0,0,0,0,0,'Young Mesa Buzzard-Ground Tremor'),(12340,12340,2579,4,0,0,1,0,24,8139,11,0,6,0,0,0,0,0,0,'Mesa Buzzard-Fevered Fatigue'),(12340,12340,2580,4,0,0,1,0,24,8139,11,0,6,0,0,0,0,0,0,'Elder Mesa Buzzard-Fevered Fatigue'),(12340,12340,2583,4,0,0,1,0,29,17137,2,0,0,0,0,0,0,0,0,'Stromgarde Troll Hunter-Flash Heal'),(12340,12340,2583,4,0,0,1,0,26,2767,8,0,6,0,0,0,0,0,0,'Stromgarde Troll Hunter-Shadow Word: Pain'),(12340,12340,2584,4,0,0,1,0,28,11972,8,0,6,0,0,0,0,0,0,'Stromgarde Defender-Shield Bash'),(12340,12340,2585,4,0,0,1,0,13,8602,10,0,0,0,0,0,0,0,0,'Stromgarde Vindicator-Vengeance'),(12340,12340,2586,4,0,0,1,0,27,37685,8,0,6,0,0,0,0,0,0,'Syndicate Highwayman-Backstab'),(12340,12340,2587,4,0,0,1,0,28,6660,8,0,6,0,0,0,0,0,0,'Syndicate Pathstalker-Shoot'),(12340,12340,2588,4,0,0,1,0,28,14873,8,0,6,0,0,0,0,0,0,'Syndicate Prowler-Sinister Strike'),(12340,12340,2588,4,0,0,1,0,23,6713,11,0,6,0,0,0,0,0,0,'Syndicate Prowler-Disarm'),(12340,12340,2590,4,0,0,1,0,22,43896,9,0,4,0,0,0,0,0,0,'Syndicate Conjuror-Summon Voidwalker'),(12340,12340,2590,4,0,0,1,0,23,15970,11,0,6,0,0,0,0,0,0,'Syndicate Conjuror-Sleep'),(12340,12340,2590,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Syndicate Conjuror-Shadow Bolt'),(12340,12340,2591,4,0,0,1,0,28,9672,8,0,6,0,0,0,0,0,0,'Syndicate Magus-Frostbolt'),(12340,12340,2591,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Syndicate Magus-Frost Armor'),(12340,12340,2592,4,0,0,1,0,28,6524,7,0,4,0,0,0,0,0,0,'Rumbling Exile-Ground Tremor'),(12340,12340,2595,4,0,0,1,0,15,6533,1,0,6,0,0,0,0,0,0,'Daggerspine Raider-Net'),(12340,12340,2596,4,0,0,1,0,38,20824,8,0,6,0,0,0,0,0,0,'Daggerspine Sorceress-Lightning Bolt'),(12340,12340,2596,4,0,0,1,0,22,8134,10,0,0,0,0,0,0,0,0,'Daggerspine Sorceress-Lightning Shield'),(12340,12340,2597,4,0,0,1,0,28,6713,11,0,6,0,0,0,0,0,0,'Lord Falconcrest-Disarm'),(12340,12340,2597,4,0,0,1,0,21,32064,10,0,0,0,0,0,0,0,0,'Lord Falconcrest-Battle Shout'),(12340,12340,2598,4,0,0,1,0,38,9613,8,0,6,0,0,0,0,0,0,'Darbel Montrose-Shadow Bolt'),(12340,12340,2598,4,0,0,1,0,22,12741,6,0,6,0,0,0,0,0,0,'Darbel Montrose-Curse of Weakness'),(12340,12340,2599,4,0,0,1,0,28,12555,8,0,6,0,0,0,0,0,0,'Otto-Pummel'),(12340,12340,2599,4,0,0,1,0,28,6253,8,0,6,0,0,0,0,0,0,'Otto-Backhand'),(12340,12340,2600,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Singer-Demoralizing Shout'),(12340,12340,2601,4,0,0,1,0,27,3583,8,0,6,0,0,0,0,0,0,'Foulbelly-Deadly Poison'),(12340,12340,2601,4,0,0,1,0,26,7992,8,0,6,0,0,0,0,0,0,'Foulbelly-Slowing Poison'),(12340,12340,2601,4,0,0,1,0,28,3106,7,0,4,0,0,0,0,0,0,'Foulbelly-Aura of Rot'),(12340,12340,2601,4,0,0,1,0,28,3256,11,0,3,0,0,0,0,0,0,'Foulbelly-Plague Cloud'),(12340,12340,2602,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Ruul Onestone-Bloodlust'),(12340,12340,2602,4,0,0,1,0,28,9532,8,0,6,0,0,0,0,0,0,'Ruul Onestone-Lightning Bolt'),(12340,12340,2603,4,0,0,1,0,11,8269,10,0,0,0,0,0,0,0,0,'Kovork-Frenzy'),(12340,12340,2604,4,0,0,1,0,28,6253,8,0,6,0,0,0,0,0,0,'Molok the Crusher-Backhand'),(12340,12340,2606,4,0,0,1,0,25,17207,10,0,0,0,0,0,0,0,0,'Nimar the Slayer-Whirlwind'),(12340,12340,2607,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Prince Galen Trollbane-Demoralizing Shout'),(12340,12340,2607,4,0,0,1,0,29,11971,11,0,6,0,0,0,0,0,0,'Prince Galen Trollbane-Sunder Armor'),(12340,12340,2609,4,0,0,1,0,39,20823,8,0,6,0,0,0,0,0,0,'Geomancer Flintdagger-Fireball'),(12340,12340,2609,4,0,0,1,0,27,2601,10,0,0,0,0,0,0,0,0,'Geomancer Flintdagger-Fire Shield III'),(12340,12340,2611,4,0,0,1,0,28,6524,7,0,4,0,0,0,0,0,0,'Fozruk-Ground Tremor'),(12340,12340,2611,4,0,0,1,0,28,5568,7,0,4,0,0,0,0,0,0,'Fozruk-Trample'),(12340,12340,2612,4,0,0,1,0,24,3472,2,0,0,0,0,0,0,0,0,'Lieutenant Valorcall-Holy Light'),(12340,12340,2612,4,0,0,1,0,31,13953,10,0,0,0,0,0,0,0,0,'Lieutenant Valorcall-Holy Strike'),(12340,12340,2618,4,0,1,1,0,0,3427,10,0,6,0,0,0,0,0,0,'Hammerfall Peon-Infected Wound'),(12340,12340,2619,4,0,0,1,0,25,3427,11,0,6,0,0,0,0,0,0,'Hammerfall Grunt-Infected Wound'),(12340,12340,2619,4,0,0,1,0,21,3019,10,0,0,0,0,0,0,0,0,'Hammerfall Grunt-Frenzy'),(12340,12340,2624,4,0,0,1,0,18,5403,3,0,6,0,0,0,0,0,0,'Gazban-Crash of Waves'),(12340,12340,2635,4,0,0,1,0,10,3604,11,0,6,0,0,0,0,0,0,'Elder Saltwater Crocolisk-Tendon Rip'),(12340,12340,2639,4,0,0,1,0,31,10277,8,0,6,0,0,0,0,0,0,'Vilebranch Axe Thrower-Throw'),(12340,12340,2640,4,0,0,1,0,23,8005,2,0,0,0,0,0,0,0,0,'Vilebranch Witch Doctor-Healing Wave'),(12340,12340,2640,4,0,0,1,0,21,18503,11,0,6,0,0,0,0,0,0,'Vilebranch Witch Doctor-Hex'),(12340,12340,2640,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Vilebranch Witch Doctor-Shadow Bolt'),(12340,12340,2641,4,0,0,1,0,26,7357,8,0,6,0,0,0,0,0,0,'Vilebranch Headhunter-Poisonous Stab'),(12340,12340,2641,4,0,0,1,0,31,10277,8,0,6,0,0,0,0,0,0,'Vilebranch Headhunter-Throw'),(12340,12340,2642,4,0,0,1,0,28,7289,11,0,6,0,0,0,0,0,0,'Vilebranch Shadowcaster-Shrink'),(12340,12340,2642,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Vilebranch Shadowcaster-Shadow Bolt'),(12340,12340,2642,4,0,0,1,0,23,12746,9,0,4,0,0,0,0,0,0,'Vilebranch Shadowcaster-Summon Voidwalker'),(12340,12340,2643,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Vilebranch Berserker-Enrage'),(12340,12340,2644,4,0,1,1,0,0,23923,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Shield Slam'),(12340,12340,2644,4,0,1,1,0,0,10892,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Shadow Word: Pain'),(12340,12340,2644,4,0,1,1,0,0,11572,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Rend'),(12340,12340,2644,4,0,1,1,0,26,16401,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Poison'),(12340,12340,2644,4,0,1,1,0,0,408,3,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Kidney Shot'),(12340,12340,2644,4,0,1,1,0,0,7372,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Hamstring'),(12340,12340,2644,4,0,1,1,0,0,6131,8,0,0,0,0,0,0,0,0,'Vilebranch Hideskinner-Frost Nova'),(12340,12340,2644,4,0,1,1,0,0,11555,10,0,0,0,0,0,0,0,0,'Vilebranch Hideskinner-Demoralizing Shout'),(12340,12340,2644,4,0,1,1,0,0,11279,8,0,6,0,0,0,0,0,0,'Vilebranch Hideskinner-Backstab'),(12340,12340,2645,4,0,0,1,0,20,9657,10,0,0,0,0,0,0,0,0,'Vilebranch Shadow Hunter-Shadow Shell'),(12340,12340,2645,4,0,0,1,0,24,14032,8,0,6,0,0,0,0,0,0,'Vilebranch Shadow Hunter-Shadow Word: Pain'),(12340,12340,2645,4,0,0,1,0,31,15547,8,0,6,0,0,0,0,0,0,'Vilebranch Shadow Hunter-Shoot'),(12340,12340,2646,4,0,0,1,0,28,11015,7,0,4,0,0,0,0,0,0,'Vilebranch Blood Drinker-Blood Leech'),(12340,12340,2647,4,0,0,1,0,31,11016,8,0,6,0,0,0,0,0,0,'Vilebranch Soul Eater-Soul Bite'),(12340,12340,2647,4,0,0,1,0,23,7154,2,0,0,0,0,0,0,0,0,'Vilebranch Soul Eater-Dark Offering'),(12340,12340,2648,4,0,0,1,0,27,8242,8,0,6,0,0,0,0,0,0,'Vilebranch Aman\'zasi Guard-Shield Slam'),(12340,12340,2649,4,0,0,1,0,31,10277,8,0,6,0,0,0,0,0,0,'Witherbark Scalper-Throw'),(12340,12340,2649,4,0,0,1,0,24,7160,8,0,6,0,0,0,0,0,0,'Witherbark Scalper-Execute'),(12340,12340,2650,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Witherbark Zealot-Enrage'),(12340,12340,2651,4,0,1,1,0,33,16401,8,0,6,0,0,0,0,0,0,'Witherbark Hideskinner-Poison'),(12340,12340,2651,4,0,0,1,0,0,2823,10,0,5,0,0,0,0,0,0,'Witherbark Hideskinner-Deadly Poison'),(12340,12340,2651,4,0,1,1,0,2,8721,8,0,6,0,0,0,0,0,0,'Witherbark Hideskinner-Backstab'),(12340,12340,2652,4,0,1,1,0,11,3235,10,0,5,0,0,0,0,0,0,'Witherbark Venomblood-Rancid Blood'),(12340,12340,2652,4,0,1,1,0,1,16401,8,0,6,0,0,0,0,0,0,'Witherbark Venomblood-Poison'),(12340,12340,2652,4,0,1,1,0,0,2096,10,0,6,0,0,0,0,0,0,'Witherbark Venomblood-Mind Vision'),(12340,12340,2652,4,0,0,1,0,20,2823,10,0,5,0,0,0,0,0,0,'Witherbark Venomblood-Deadly Poison'),(12340,12340,2653,4,0,0,1,0,28,25710,8,0,6,0,0,0,0,0,0,'Witherbark Sadist-Heroic Strike'),(12340,12340,2654,4,0,0,1,0,22,11017,9,0,4,0,0,0,0,0,0,'Witherbark Caller-Summon Witherbark Felhunter'),(12340,12340,2654,4,0,0,1,0,31,20825,8,0,6,0,0,0,0,0,0,'Witherbark Caller-Shadow Bolt'),(12340,12340,2655,4,0,0,1,0,0,3408,10,0,5,0,0,0,0,0,0,'Green Sludge-Crippling Poison'),(12340,12340,2655,4,0,1,1,0,0,1833,3,0,6,0,0,0,0,0,0,'Green Sludge-Cheap Shot'),(12340,12340,2656,4,0,1,1,0,0,11712,6,0,6,0,0,0,0,0,0,'Jade Ooze-Curse of Agony'),(12340,12340,2657,4,0,0,1,0,23,3147,8,0,6,0,0,0,0,0,0,'Trained Razorbeak-Rend Flesh'),(12340,12340,2658,4,0,0,1,0,23,3147,8,0,6,0,0,0,0,0,0,'Razorbeak Gryphon-Rend Flesh'),(12340,12340,2659,4,0,0,1,0,28,11019,7,0,3,0,0,0,0,0,0,'Razorbeak Skylord-Wing Flap'),(12340,12340,2659,4,0,0,1,0,23,3147,8,0,6,0,0,0,0,0,0,'Razorbeak Skylord-Rend Flesh'),(12340,12340,2680,4,0,1,1,0,0,7357,10,0,6,0,0,0,0,0,0,'Vilebranch Wolf Pup-Poisonous Stab'),(12340,12340,2681,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Vilebranch Raiding Wolf-Thrash'),(12340,12340,2686,4,0,1,1,0,33,16401,8,0,6,0,0,0,0,0,0,'Witherbark Broodguard-Poison'),(12340,12340,2691,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Highvale Outrunner-Shoot'),(12340,12340,2693,4,0,0,1,0,31,6660,8,0,6,0,0,0,0,0,0,'Highvale Marksman-Shoot'),(12340,12340,2693,4,0,0,1,0,24,14443,7,0,3,0,0,0,0,0,0,'Highvale Marksman-Multi-Shot'),(12340,12340,2694,4,0,0,1,0,21,6950,11,0,6,0,0,0,0,0,0,'Highvale Ranger-Faerie Fire'),(12340,12340,2707,4,0,1,1,0,3,7992,10,0,6,0,0,0,0,0,0,'Shadra-Slowing Poison'),(12340,12340,2707,4,0,1,1,0,9,10893,8,0,6,0,0,0,0,0,0,'Shadra-Shadow Word: Pain'),(12340,12340,2707,4,0,1,1,0,20,16401,8,0,6,0,0,0,0,0,0,'Shadra-Poison'),(12340,12340,2708,4,0,0,1,0,100,143,8,0,6,0,0,0,0,0,0,'Archmage Malin-Fireball'),(12340,12340,2708,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Archmage Malin-Fireball'),(12340,12340,2713,4,0,0,1,0,5,4948,10,0,0,0,0,0,0,0,0,'Kinelory-Kinelory\'s Bear Form'),(12340,12340,2713,4,0,0,1,0,33,3627,2,0,0,0,0,0,0,0,0,'Kinelory-Rejuvenation'),(12340,12340,2716,4,0,0,1,0,39,9483,8,0,6,0,0,0,0,0,0,'Dustbelcher Wyrmhunter-Boulder'),(12340,12340,2716,4,0,0,1,0,31,6533,1,0,6,0,0,0,0,0,0,'Dustbelcher Wyrmhunter-Net'),(12340,12340,2717,4,0,0,1,0,37,3391,8,0,6,0,0,0,0,0,0,'Dustbelcher Mauler-Thrash'),(12340,12340,2718,4,0,0,1,0,38,9532,8,0,6,0,0,0,0,0,0,'Dustbelcher Shaman-Lightning Bolt'),(12340,12340,2719,4,0,0,1,0,26,13730,11,0,4,0,0,0,0,0,0,'Dustbelcher Lord-Demoralizing Shout'),(12340,12340,2719,4,0,0,1,0,24,9128,10,0,0,0,0,0,0,0,0,'Dustbelcher Lord-Battle Shout'),(12340,12340,2720,4,0,0,1,0,37,20822,8,0,6,0,0,0,0,0,0,'Dustbelcher Ogre Mage-Frostbolt'),(12340,12340,2720,4,0,0,1,0,24,6742,10,0,0,0,0,0,0,0,0,'Dustbelcher Ogre Mage-Bloodlust'),(12340,12340,2721,4,0,1,1,0,0,2767,8,0,6,0,0,0,0,0,0,'Forsaken Bodyguard-Shadow Word: Pain'),(12340,12340,2725,4,0,0,1,0,37,34083,8,0,6,0,0,0,0,0,0,'Scalding Whelp-Fireball'),(12340,12340,2726,4,0,0,1,0,32,8873,7,0,3,0,0,0,0,0,0,'Scorched Guardian-Flame Breath'),(12340,12340,2728,4,0,0,1,0,37,3391,8,0,6,0,0,0,0,0,0,'Feral Crag Coyote-Thrash'),(12340,12340,2730,4,0,0,1,0,21,3150,11,0,6,0,0,0,0,0,0,'Rabid Crag Coyote-Rabies'),(12340,12340,2730,4,0,0,1,0,26,3427,11,0,6,0,0,0,0,0,0,'Rabid Crag Coyote-Infected Wound'),(12340,12340,2739,4,0,0,1,0,26,8380,11,0,6,0,0,0,0,0,0,'Shadowforge Tunneler-Sunder Armor'),(12340,12340,2740,4,0,0,1,0,37,20825,8,0,6,0,0,0,0,0,0,'Shadowforge Darkweaver-Shadow Bolt'),(12340,12340,2742,4,0,0,1,0,26,6077,2,0,0,0,0,0,0,0,0,'Shadowforge Chanter-Renew'),(12340,12340,2742,4,0,0,1,0,29,6066,10,0,0,0,0,0,0,0,0,'Shadowforge Chanter-Power Word: Shield'),(12340,12340,2743,4,0,0,1,0,27,17207,10,0,0,0,0,0,0,0,0,'Shadowforge Warrior-Whirlwind'),(12340,12340,2745,4,0,0,1,0,32,11970,7,0,4,0,0,0,0,0,0,'Ambassador Infernus-Fire Nova'),(12340,12340,2745,4,0,0,1,0,26,2602,10,0,0,0,0,0,0,0,0,'Ambassador Infernus-Fire Shield IV'),(12340,12340,2745,4,0,0,1,0,37,9552,8,0,6,0,0,0,0,0,0,'Ambassador Infernus-Searing Flames'),(12340,12340,2751,4,0,0,1,0,17,9576,10,0,0,0,0,0,0,0,0,'War Golem-Lock Down'),(12340,12340,2752,4,0,0,1,0,37,5568,7,0,4,0,0,0,0,0,0,'Rumbler-Trample'),(12340,12340,2752,4,0,0,1,0,34,6524,7,0,4,0,0,0,0,0,0,'Rumbler-Ground Tremor'),(12340,12340,2753,4,0,0,1,0,25,18199,8,0,6,0,0,0,0,0,0,'Barnabus-Fireball'),(12340,12340,2754,4,0,0,1,0,25,11671,8,0,6,0,0,0,0,0,0,'Anathemus-Corruption'),(12340,12340,2755,4,0,0,1,0,24,4937,9,0,4,0,0,0,0,0,0,'Myzrael-Summon Prismatic Exiles'),(12340,12340,2755,4,0,0,1,0,28,4938,7,0,4,0,0,0,0,0,0,'Myzrael-Myzrael Earthquake'),(12340,12340,2757,4,0,0,1,0,32,9573,7,0,3,0,0,0,0,0,0,'Blacklash-Flame Breath'),(12340,12340,2759,4,0,0,1,0,37,9574,8,0,6,0,0,0,0,0,0,'Hematus-Flame Buffet'),(12340,12340,2760,4,0,1,1,0,0,12294,8,0,6,0,0,0,0,0,0,'Burning Exile-Mortal Strike'),(12340,12340,2760,4,0,1,1,0,0,12721,8,0,6,0,0,0,0,0,0,'Burning Exile-Deep Wounds'),(12340,12340,2760,4,0,1,1,0,44,8317,8,0,5,0,0,0,0,0,0,'Burning Exile-Fire Shield'),(12340,12340,2761,4,0,0,1,0,31,865,7,0,4,0,0,0,0,0,0,'Cresting Exile-Frost Nova'),(12340,12340,2761,4,0,0,1,0,22,12544,10,0,0,0,0,0,0,0,0,'Cresting Exile-Frost Armor'),(12340,12340,2762,4,0,0,1,0,24,11824,8,0,6,0,0,0,0,0,0,'Thundering Exile-Shock'),(12340,12340,2762,4,0,0,1,0,28,9532,8,0,6,0,0,0,0,0,0,'Thundering Exile-Lightning Bolt'),(12340,12340,2763,4,0,1,1,0,0,9452,10,0,0,0,0,0,0,0,0,'Thenan-Vindication'),(12340,12340,2763,4,0,1,1,0,0,10892,8,0,6,0,0,0,0,0,0,'Thenan-Shadow Word: Pain'),(12340,12340,2763,4,0,1,1,0,13,6524,3,0,0,0,0,0,0,0,0,'Thenan-Ground Tremor'),(12340,12340,2764,4,0,1,1,0,0,6131,8,0,0,0,0,0,0,0,0,'Sleeby-Frost Nova'),(12340,12340,2764,4,0,1,1,0,2,6524,3,0,0,0,0,0,0,0,0,'Sleeby-Ground Tremor'),(12340,12340,2764,4,0,1,1,0,3,1090,10,0,6,0,0,0,0,0,0,'Sleeby-Sleep'),(12340,12340,2765,4,0,0,1,0,28,845,8,0,6,0,0,0,0,0,0,'Znort-Cleave'),(12340,12340,2770,4,0,1,1,0,5,992,8,0,6,0,0,0,0,0,0,'Tallow-Shadow Word: Pain'),(12340,12340,2770,4,0,1,1,0,5,120,8,0,6,0,0,0,0,0,0,'Tallow-Cone of Cold'),(12340,12340,2770,4,0,1,1,0,10,11113,8,0,0,0,0,0,0,0,0,'Tallow-Blast Wave'),(12340,12340,2773,4,0,1,1,0,0,605,10,0,6,0,0,0,0,0,0,'Or\'Kalar-Mind Control'),(12340,12340,2773,4,0,1,1,0,0,8402,8,0,6,0,0,0,0,0,0,'Or\'Kalar-Fireball'),(12340,12340,2776,4,0,0,1,0,22,14907,7,0,4,0,0,0,0,0,0,'Vengeful Surge-Frost Nova'),(12340,12340,2783,4,0,1,1,0,1,8408,8,0,6,0,0,0,0,0,0,'Marez Cowl-Frostbolt'),(12340,12340,2783,4,0,1,1,0,1,676,10,0,6,0,0,0,0,0,0,'Marez Cowl-Disarm'),(12340,12340,2789,4,0,1,1,0,20,2941,8,0,6,0,0,0,0,0,0,'Skuerto-Immolate'),(12340,12340,2789,4,0,1,1,0,20,8407,8,0,6,0,0,0,0,0,0,'Skuerto-Frostbolt'),(12340,12340,2789,4,0,1,1,0,20,6217,6,0,6,0,0,0,0,0,0,'Skuerto-Curse of Agony'),(12340,12340,2791,4,0,0,1,0,17,8599,10,0,0,0,0,0,0,0,0,'Enraged Rock Elemental-Enrage'),(12340,12340,2793,4,0,0,1,0,28,865,7,0,4,0,0,0,0,0,0,'Kor\'gresh Coldrage-Frost Nova'),(12340,12340,2793,4,0,0,1,0,23,4320,11,0,6,0,0,0,0,0,0,'Kor\'gresh Coldrage-Trelane\'s Freezing Touch'),(12340,12340,2808,4,0,1,1,0,20,20615,3,0,6,0,0,0,0,0,0,'Vikki Lonsav-Intercept'),(12340,12340,2808,4,0,1,1,0,20,12809,3,0,6,0,0,0,0,0,0,'Vikki Lonsav-Concussion Blow'),(12340,12340,2808,4,0,1,1,0,60,7372,8,0,6,0,0,0,0,0,0,'Vikki Lonsav-Hamstring'),(12340,12340,2810,4,0,1,1,0,50,1671,8,0,6,0,0,0,0,0,0,'Hammon Karwn-Shield Bash'),(12340,12340,2810,4,0,1,1,0,50,676,10,0,6,0,0,0,0,0,0,'Hammon Karwn-Disarm'),(12340,12340,2812,4,0,1,1,0,50,20116,8,0,0,0,0,0,0,0,0,'Drovnar Strongbrew-Consecration'),(12340,12340,2814,4,0,1,1,0,50,7372,8,0,6,0,0,0,0,0,0,'Narj Deepslice-Hamstring'),(12340,12340,2814,4,0,1,1,0,50,12809,3,0,6,0,0,0,0,0,0,'Narj Deepslice-Concussion Blow'),(12340,12340,2830,4,0,0,1,0,25,3427,11,0,6,0,0,0,0,0,0,'Buzzard-Infected Wound'),(12340,12340,2831,4,0,0,1,0,25,3427,11,0,6,0,0,0,0,0,0,'Giant Buzzard-Infected Wound'),(12340,12340,2835,4,0,1,1,0,10,5246,4,0,0,0,0,0,0,0,0,'Cedrik Prose-Intimidating Shout'),(12340,12340,2835,4,0,1,1,0,10,7373,8,0,6,0,0,0,0,0,0,'Cedrik Prose-Hamstring'),(12340,12340,2835,4,0,1,1,0,20,12461,8,0,6,0,0,0,0,0,0,'Cedrik Prose-Backhand'),(12340,12340,2850,4,0,0,1,0,100,8312,8,0,6,0,0,0,0,0,0,'Broken Tooth-Trap'),(12340,12340,2850,4,0,0,1,0,100,143,8,0,6,0,0,0,0,0,0,'Broken Tooth-Fireball'),(12340,12340,2850,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Broken Tooth-Fireball'),(12340,12340,2850,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Broken Tooth-Fireball'),(12340,12340,2851,4,0,1,1,0,2,13020,8,0,0,0,0,0,0,0,0,'Urda-Blast Wave'),(12340,12340,2861,4,0,0,1,0,25,31843,8,0,6,0,0,0,0,0,0,'Gorrik-Cheap Shot'),(12340,12340,2887,4,0,0,1,0,27,12550,10,0,0,0,0,0,0,0,0,'Prismatic Exile-Lightning Shield'),(12340,12340,2887,4,0,0,1,0,39,34083,8,0,6,0,0,0,0,0,0,'Prismatic Exile-Fireball'),(12340,12340,2892,4,0,0,1,0,37,9532,8,0,6,0,0,0,0,0,0,'Stonevault Seer-Lightning Bolt'),(12340,12340,2893,4,0,0,1,0,32,12555,8,0,6,0,0,0,0,0,0,'Stonevault Bonesnapper-Pummel'),(12340,12340,2893,4,0,0,1,0,38,11976,8,0,6,0,0,0,0,0,0,'Stonevault Bonesnapper-Strike'),(12340,12340,2894,4,0,0,1,0,26,5605,9,0,4,0,0,0,0,0,0,'Stonevault Shaman-Healing Ward'),(12340,12340,2907,4,0,0,1,0,37,9532,8,0,6,0,0,0,0,0,0,'Dustbelcher Mystic-Lightning Bolt'),(12340,12340,2920,4,0,0,1,0,25,31864,8,0,6,0,0,0,0,0,0,'Lucien Tosselwrench-Shield Charge Stun'),(12340,12340,2923,4,0,1,1,0,1,8139,10,0,6,0,0,0,0,0,0,'Mangy Silvermane-Fevered Fatigue'),(12340,12340,2924,4,0,1,1,0,0,1823,8,0,6,0,0,0,0,0,0,'Silvermane Wolf-Rake'),(12340,12340,2926,4,0,1,1,0,0,10472,8,0,6,0,0,0,0,0,0,'Silvermane Stalker-Frost Shock'),(12340,12340,2926,4,0,1,1,0,0,11555,10,0,0,0,0,0,0,0,0,'Silvermane Stalker-Demoralizing Shout'),(12340,12340,2927,4,0,0,1,0,27,7938,8,0,6,0,0,0,0,0,0,'Vicious Owlbeast-Fatal Bite'),(12340,12340,2928,4,0,0,1,0,21,3252,11,0,6,0,0,0,0,0,0,'Primitive Owlbeast-Shred'),(12340,12340,2929,4,0,1,1,0,0,10892,8,0,6,0,0,0,0,0,0,'Savage Owlbeast-Shadow Word: Pain'),(12340,12340,2929,4,0,1,1,0,0,3147,8,0,6,0,0,0,0,0,0,'Savage Owlbeast-Rend Flesh'),(12340,12340,2929,4,0,1,1,0,0,17313,8,0,6,0,0,0,0,0,0,'Savage Owlbeast-Mind Flay'),(12340,12340,2946,4,0,1,1,0,2,12294,8,0,6,0,0,0,0,0,0,'Puppet of Helcular-Mortal Strike'),(12340,12340,2949,4,0,0,1,0,35,9739,8,0,6,0,0,0,0,0,0,'Palemane Tanner-Wrath'),(12340,12340,2950,4,0,0,1,0,15,774,2,0,0,0,0,0,0,0,0,'Palemane Skinner-Rejuvenation'),(12340,12340,2951,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Palemane Poacher-Shoot'),(12340,12340,2951,4,0,0,1,0,15,1516,8,0,6,0,0,0,0,0,0,'Palemane Poacher-Quick Shot'),(12340,12340,2953,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Bristleback Shaman-Lightning Bolt'),(12340,12340,2954,4,0,0,1,0,10,3385,10,0,0,0,0,0,0,0,0,'Bristleback Battleboar-Boar Charge'),(12340,12340,2957,4,0,0,1,0,8,7272,11,0,6,0,0,0,0,0,0,'Elder Plainstrider-Dust Cloud'),(12340,12340,2958,4,0,0,1,0,8,5781,11,0,6,0,0,0,0,0,0,'Prairie Wolf-Threatening Growl'),(12340,12340,2960,4,0,0,1,0,8,5781,11,0,6,0,0,0,0,0,0,'Prairie Wolf Alpha-Threatening Growl'),(12340,12340,2963,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Windfury Wind Witch-Lightning Bolt'),(12340,12340,2963,4,0,0,1,0,15,6982,2,0,4,0,0,0,0,0,0,'Windfury Wind Witch-Gust of Wind'),(12340,12340,2964,4,0,0,1,0,35,13322,8,0,6,0,0,0,0,0,0,'Windfury Sorceress-Frostbolt'),(12340,12340,2965,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Windfury Matriarch-Lightning Bolt'),(12340,12340,2965,4,0,0,1,0,15,332,2,0,0,0,0,0,0,0,0,'Windfury Matriarch-Healing Wave'),(12340,12340,2968,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Galak Outrunner-Shoot'),(12340,12340,2969,4,0,0,1,0,25,5708,7,0,4,0,0,0,0,0,0,'Wiry Swoop-Swoop'),(12340,12340,2970,4,0,0,1,0,25,5708,7,0,4,0,0,0,0,0,0,'Swoop-Swoop'),(12340,12340,2971,4,0,0,1,0,25,5708,7,0,4,0,0,0,0,0,0,'Taloned Swoop-Swoop'),(12340,12340,2972,4,0,0,1,0,8,6268,8,0,6,0,0,0,0,0,0,'Kodo Calf-Rushing Charge'),(12340,12340,2973,4,0,0,1,0,25,5568,7,0,4,0,0,0,0,0,0,'Kodo Bull-Trample'),(12340,12340,2974,4,0,0,1,0,25,5568,7,0,4,0,0,0,0,0,0,'Kodo Matriarch-Trample'),(12340,12340,2979,4,0,0,1,0,10,31403,10,0,0,0,0,0,0,0,0,'Venture Co. Supervisor-Battle Shout'),(12340,12340,2990,4,0,0,1,0,15,2052,2,0,0,0,0,0,0,0,0,'Bael\'dun Appraiser-Lesser Heal'),(12340,12340,3047,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Archmage Shymm-Fireball'),(12340,12340,3047,4,0,0,1,0,100,143,8,0,6,0,0,0,0,0,0,'Archmage Shymm-Fireball'),(12340,12340,3058,4,0,0,1,0,20,6730,1,0,6,0,0,0,0,0,0,'Arra\'chea-Head Butt'),(12340,12340,3068,4,0,0,1,0,8,6268,8,0,6,0,0,0,0,0,0,'Mazzranache-Rushing Charge'),(12340,12340,3068,4,0,0,1,0,8,3583,8,0,6,0,0,0,0,0,0,'Mazzranache-Deadly Poison'),(12340,12340,3094,4,0,1,1,0,0,11267,8,0,6,0,0,0,0,0,0,'Unseen-Ambush'),(12340,12340,3099,4,0,0,1,0,10,3385,10,0,0,0,0,0,0,0,0,'Dire Mottled Boar-Boar Charge'),(12340,12340,3100,4,0,0,1,0,10,3385,10,0,0,0,0,0,0,0,0,'Elder Mottled Boar-Boar Charge'),(12340,12340,3101,4,0,0,1,0,45,11921,8,0,6,0,0,0,0,0,0,'Vile Familiar-Fireball'),(12340,12340,3105,4,0,0,1,0,35,5424,8,0,6,0,0,0,0,0,0,'Makrura Snapclaw-Claw Grasp'),(12340,12340,3108,4,0,0,1,0,15,5426,10,0,0,0,0,0,0,0,0,'Encrusted Surf Crawler-Quick Sidestep'),(12340,12340,3110,4,0,0,1,0,15,12166,8,0,6,0,0,0,0,0,0,'Dreadmaw Crocolisk-Muscle Tear'),(12340,12340,3111,4,0,0,1,0,15,5280,10,0,0,0,0,0,0,0,0,'Razormane Quilboar-Razor Mane'),(12340,12340,3112,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Razormane Scout-Shoot'),(12340,12340,3113,4,0,0,1,0,15,774,2,0,0,0,0,0,0,0,0,'Razormane Dustrunner-Rejuvenation'),(12340,12340,3113,4,0,0,1,0,15,6950,11,0,6,0,0,0,0,0,0,'Razormane Dustrunner-Faerie Fire'),(12340,12340,3114,4,0,0,1,0,15,3248,10,0,0,0,0,0,0,0,0,'Razormane Battleguard-Improved Blocking'),(12340,12340,3116,4,0,0,1,0,15,3147,8,0,6,0,0,0,0,0,0,'Dustwind Pillager-Rend Flesh'),(12340,12340,3118,4,0,0,1,0,15,9532,8,0,6,0,0,0,0,0,0,'Dustwind Storm Witch-Lightning Bolt'),(12340,12340,3119,4,0,0,1,0,15,7272,11,0,6,0,0,0,0,0,0,'Kolkar Drudge-Dust Cloud'),(12340,12340,3120,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Kolkar Outrunner-Shoot'),(12340,12340,3122,4,0,0,1,0,22,6268,8,0,6,0,0,0,0,0,0,'Bloodtalon Taillasher-Rushing Charge'),(12340,12340,3123,4,0,0,1,0,22,6268,8,0,6,0,0,0,0,0,0,'Bloodtalon Scythemaw-Rushing Charge'),(12340,12340,3127,4,0,0,1,0,15,5416,8,0,6,0,0,0,0,0,0,'Venomtail Scorpid-Venom Sting'),(12340,12340,3128,4,0,0,1,0,21,6268,10,0,0,0,0,0,0,0,0,'Kul Tiras Sailor-Rushing Charge'),(12340,12340,3129,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Kul Tiras Marine-Shield Bash'),(12340,12340,3130,4,0,0,1,0,45,5401,8,0,6,0,0,0,0,0,0,'Thunder Lizard-Lizard Bolt'),(12340,12340,3131,4,0,0,1,0,35,5401,8,0,6,0,0,0,0,0,0,'Lightning Hide-Lizard Bolt'),(12340,12340,3183,4,0,0,1,0,37,348,8,0,6,0,0,0,0,0,0,'Yarrog Baneshadow-Immolate'),(12340,12340,3183,4,0,0,1,0,18,172,11,0,6,0,0,0,0,0,0,'Yarrog Baneshadow-Corruption'),(12340,12340,3192,4,0,0,1,0,35,72,8,0,6,0,0,0,0,0,0,'Lieutenant Benedict-Shield Bash'),(12340,12340,3192,4,0,0,1,0,20,3248,10,0,0,0,0,0,0,0,0,'Lieutenant Benedict-Improved Blocking'),(12340,12340,3196,4,0,0,1,0,45,348,8,0,6,0,0,0,0,0,0,'Burning Blade Neophyte-Immolate'),(12340,12340,3197,4,0,0,1,0,25,5262,10,0,0,0,0,0,0,0,0,'Burning Blade Fanatic-Fanatic Blade'),(12340,12340,3198,4,0,0,1,0,45,20791,8,0,6,0,0,0,0,0,0,'Burning Blade Apprentice-Shadow Bolt'),(12340,12340,3198,4,0,0,1,0,20,12746,9,0,4,0,0,0,0,0,0,'Burning Blade Apprentice-Summon Voidwalker'),(12340,12340,3199,4,0,0,1,0,45,11962,8,0,6,0,0,0,0,0,0,'Burning Blade Cultist-Immolate'),(12340,12340,3203,4,0,0,1,0,45,20791,8,0,6,0,0,0,0,0,0,'Fizzle Darkstorm-Shadow Bolt'),(12340,12340,3203,4,0,0,1,0,25,7290,8,0,6,0,0,0,0,0,0,'Fizzle Darkstorm-Soul Siphon'),(12340,12340,3203,4,0,0,1,0,18,11939,9,0,4,0,0,0,0,0,0,'Fizzle Darkstorm-Summon Imp'),(12340,12340,3204,4,0,0,1,0,45,20791,8,0,6,0,0,0,0,0,0,'Gazz\'uz-Shadow Bolt'),(12340,12340,3204,4,0,0,1,0,25,172,8,0,6,0,0,0,0,0,0,'Gazz\'uz-Corruption'),(12340,12340,3204,4,0,0,1,0,15,20798,10,0,0,0,0,0,0,0,0,'Gazz\'uz-Demon Skin'),(12340,12340,3205,4,0,0,1,0,15,7289,11,0,6,0,0,0,0,0,0,'Zalazane-Shrink'),(12340,12340,3205,4,0,0,1,0,15,332,2,0,0,0,0,0,0,0,0,'Zalazane-Healing Wave'),(12340,12340,3206,4,0,0,1,0,15,324,10,0,0,0,0,0,0,0,0,'Voodoo Troll-Lightning Shield'),(12340,12340,3206,4,0,0,1,0,15,332,2,0,0,0,0,0,0,0,0,'Voodoo Troll-Healing Wave'),(12340,12340,3207,4,0,0,1,0,45,348,8,0,6,0,0,0,0,0,0,'Hexed Troll-Immolate'),(12340,12340,3218,4,0,0,1,0,100,1106,8,0,6,0,0,0,0,0,0,'Brave Swiftwind-Shadow Bolt'),(12340,12340,3225,4,0,0,1,0,17,6818,11,0,6,0,0,0,0,0,0,'Corrupted Mottled Boar-Corrupted Intellect'),(12340,12340,3225,4,0,0,1,0,15,3385,10,0,0,0,0,0,0,0,0,'Corrupted Mottled Boar-Boar Charge'),(12340,12340,3226,4,0,0,1,0,10,5413,11,0,6,0,0,0,0,0,0,'Corrupted Scorpid-Noxious Catalyst'),(12340,12340,3227,4,0,0,1,0,22,6268,8,0,6,0,0,0,0,0,0,'Corrupted Bloodtalon Scythemaw-Rushing Charge'),(12340,12340,3228,4,0,0,1,0,10,6951,11,0,6,0,0,0,0,0,0,'Corrupted Surf Crawler-Decayed Strength'),(12340,12340,3231,4,0,0,1,0,21,7901,11,0,6,0,0,0,0,0,0,'Corrupted Dreadmaw Crocolisk-Decayed Agility'),(12340,12340,3232,4,0,0,1,0,20,12166,8,0,6,0,0,0,0,0,0,'Bristleback Interloper-Muscle Tear'),(12340,12340,3234,4,0,0,1,0,18,6266,7,0,4,0,0,0,0,0,0,'Lost Barrens Kodo-Kodo Stomp'),(12340,12340,3235,4,0,0,1,0,14,6268,8,0,6,0,0,0,0,0,0,'Greater Barrens Kodo-Rushing Charge'),(12340,12340,3236,4,0,0,1,0,14,6266,8,0,6,0,0,0,0,0,0,'Barrens Kodo-Kodo Stomp'),(12340,12340,3237,4,0,0,1,0,11,6268,8,0,6,0,0,0,0,0,0,'Wooly Kodo-Rushing Charge'),(12340,12340,3238,4,0,0,1,0,33,5401,8,0,6,0,0,0,0,0,0,'Stormhide-Lizard Bolt'),(12340,12340,3239,4,0,0,1,0,33,5401,8,0,6,0,0,0,0,0,0,'Thunderhead-Lizard Bolt'),(12340,12340,3240,4,0,0,1,0,33,5401,8,0,6,0,0,0,0,0,0,'Stormsnout-Lizard Bolt'),(12340,12340,3247,4,0,0,1,0,27,9532,8,0,6,0,0,0,0,0,0,'Thunderhawk Hatchling-Lightning Bolt'),(12340,12340,3249,4,0,0,1,0,17,8078,7,0,4,0,0,0,0,0,0,'Greater Thunderhawk-Thunderclap'),(12340,12340,3250,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Silithid Creeper-Web'),(12340,12340,3250,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Silithid Creeper-Poison'),(12340,12340,3250,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Silithid Creeper-Weak Poison'),(12340,12340,3252,4,0,0,1,0,13,10722,9,0,4,0,0,0,0,0,0,'Silithid Swarmer-Silithid Swarm'),(12340,12340,3254,4,0,0,1,0,20,8016,11,0,6,0,0,0,0,0,0,'Sunscale Lashtail-Spirit Decay'),(12340,12340,3254,4,0,0,1,0,23,6607,8,0,6,0,0,0,0,0,0,'Sunscale Lashtail-Lash'),(12340,12340,3256,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Sunscale Scytheclaw-Thrash'),(12340,12340,3258,4,0,0,1,0,30,6660,8,0,6,0,0,0,0,0,0,'Bristleback Hunter-Shoot'),(12340,12340,3258,4,0,0,1,0,14,8806,8,0,6,0,0,0,0,0,0,'Bristleback Hunter-Poisoned Shot'),(12340,12340,3260,4,0,0,1,0,22,12748,7,0,4,0,0,0,0,0,0,'Bristleback Water Seeker-Frost Nova'),(12340,12340,3261,4,0,0,1,0,24,12747,1,0,6,0,0,0,0,0,0,'Bristleback Thornweaver-Entangling Roots'),(12340,12340,3261,4,0,0,1,0,20,782,10,0,0,0,0,0,0,0,0,'Bristleback Thornweaver-Thorns'),(12340,12340,3263,4,0,0,1,0,12,4979,10,0,0,0,0,0,0,0,0,'Bristleback Geomancer-Quick Flame Ward'),(12340,12340,3263,4,0,0,1,0,20,20794,7,0,4,0,0,0,0,0,0,'Bristleback Geomancer-Flamestrike'),(12340,12340,3263,4,0,0,1,0,30,20793,8,0,6,0,0,0,0,0,0,'Bristleback Geomancer-Fireball'),(12340,12340,3265,4,0,0,1,0,20,6479,9,0,4,0,0,0,0,0,0,'Razormane Hunter-Razormane Wolf'),(12340,12340,3265,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Razormane Hunter-Shoot'),(12340,12340,3266,4,0,0,1,0,17,13730,11,0,6,0,0,0,0,0,0,'Razormane Defender-Demoralizing Shout'),(12340,12340,3266,4,0,0,1,0,19,25710,8,0,6,0,0,0,0,0,0,'Razormane Defender-Heroic Strike'),(12340,12340,3267,4,0,0,1,0,23,6278,8,0,6,0,0,0,0,0,0,'Razormane Water Seeker-Creeping Mold'),(12340,12340,3268,4,0,0,1,0,17,6950,11,0,6,0,0,0,0,0,0,'Razormane Thornweaver-Faerie Fire'),(12340,12340,3268,4,0,0,1,0,19,467,10,0,0,0,0,0,0,0,0,'Razormane Thornweaver-Thorns'),(12340,12340,3269,4,0,0,1,0,39,20793,8,0,6,0,0,0,0,0,0,'Razormane Geomancer-Fireball'),(12340,12340,3269,4,0,0,1,0,19,12544,10,0,0,0,0,0,0,0,0,'Razormane Geomancer-Frost Armor'),(12340,12340,3270,4,0,0,1,0,12,2484,9,0,4,0,0,0,0,0,0,'Elder Mystic Razorsnout-Earthbind Totem'),(12340,12340,3270,4,0,0,1,0,17,547,3,0,0,0,0,0,0,0,0,'Elder Mystic Razorsnout-Healing Wave'),(12340,12340,3271,4,0,0,1,0,19,324,10,0,0,0,0,0,0,0,0,'Razormane Mystic-Lightning Shield'),(12340,12340,3271,4,0,0,1,0,19,547,3,0,0,0,0,0,0,0,0,'Razormane Mystic-Healing Wave'),(12340,12340,3272,4,0,0,1,0,21,12024,8,0,6,0,0,0,0,0,0,'Kolkar Wrangler-Net'),(12340,12340,3272,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Kolkar Wrangler-Shoot'),(12340,12340,3273,4,0,0,1,0,24,9532,8,0,6,0,0,0,0,0,0,'Kolkar Stormer-Lightning Bolt'),(12340,12340,3273,4,0,0,1,0,21,6535,7,0,4,0,0,0,0,0,0,'Kolkar Stormer-Lightning Cloud'),(12340,12340,3274,4,0,0,1,0,13,9128,10,0,0,0,0,0,0,0,0,'Kolkar Pack Runner-Battle Shout'),(12340,12340,3275,4,0,0,1,0,18,8014,11,0,6,0,0,0,0,0,0,'Kolkar Marauder-Tetanus'),(12340,12340,3275,4,0,0,1,0,19,6268,10,0,0,0,0,0,0,0,0,'Kolkar Marauder-Rushing Charge'),(12340,12340,3275,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Kolkar Marauder-Strike'),(12340,12340,3276,4,0,0,1,0,13,7098,6,0,6,0,0,0,0,0,0,'Witchwing Harpy-Curse of Mending'),(12340,12340,3277,4,0,0,1,0,23,6595,8,0,6,0,0,0,0,0,0,'Witchwing Roguefeather-Exploit Weakness'),(12340,12340,3277,4,0,0,1,0,16,7992,8,0,6,0,0,0,0,0,0,'Witchwing Roguefeather-Slowing Poison'),(12340,12340,3278,4,0,0,1,0,21,7160,8,0,6,0,0,0,0,0,0,'Witchwing Slayer-Execute'),(12340,12340,3278,4,0,0,1,0,18,13730,11,0,4,0,0,0,0,0,0,'Witchwing Slayer-Demoralizing Shout'),(12340,12340,3279,4,0,0,1,0,23,6595,8,0,6,0,0,0,0,0,0,'Witchwing Ambusher-Exploit Weakness'),(12340,12340,3280,4,0,0,1,0,21,6728,8,0,6,0,0,0,0,0,0,'Witchwing Windcaller-Enveloping Winds'),(12340,12340,3282,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Venture Co. Mercenary-Shoot'),(12340,12340,3283,4,0,0,1,0,12,9128,10,0,0,0,0,0,0,0,0,'Venture Co. Enforcer-Battle Shout'),(12340,12340,3283,4,0,0,1,0,19,6713,8,0,6,0,0,0,0,0,0,'Venture Co. Enforcer-Disarm'),(12340,12340,3295,4,0,0,1,0,11,7279,7,0,4,0,0,0,0,0,0,'Sludge Beast-Black Sludge'),(12340,12340,3305,4,0,1,1,0,2,16401,8,0,6,0,0,0,0,0,0,'Grisha-Poison'),(12340,12340,3351,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Magenius-Fireball'),(12340,12340,3351,4,0,0,1,0,100,143,8,0,6,0,0,0,0,0,0,'Magenius-Fireball'),(12340,12340,3374,4,0,0,1,0,22,16145,11,0,6,0,0,0,0,0,0,'Bael\'dun Excavator-Sunder Armor'),(12340,12340,3375,4,0,0,1,0,30,6257,8,0,6,0,0,0,0,0,0,'Bael\'dun Foreman-Torch Toss'),(12340,12340,3377,4,0,0,1,0,30,6660,8,0,6,0,0,0,0,0,0,'Bael\'dun Rifleman-Shoot'),(12340,12340,3378,4,0,0,1,0,12,6264,10,0,0,0,0,0,0,0,0,'Bael\'dun Officer-Nimble Reflexes'),(12340,12340,3378,4,0,0,1,0,30,3391,8,0,6,0,0,0,0,0,0,'Bael\'dun Officer-Thrash'),(12340,12340,3380,4,0,0,1,0,33,707,8,0,6,0,0,0,0,0,0,'Burning Blade Acolyte-Immolate'),(12340,12340,3380,4,0,0,1,0,13,980,6,0,6,0,0,0,0,0,0,'Burning Blade Acolyte-Curse of Agony'),(12340,12340,3381,4,0,0,1,0,19,6253,8,0,6,0,0,0,0,0,0,'Southsea Brigand-Backhand'),(12340,12340,3382,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Southsea Cannoneer-Shoot'),(12340,12340,3384,4,0,0,1,0,18,3011,8,0,6,0,0,0,0,0,0,'Southsea Privateer-Fire Shot'),(12340,12340,3384,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Southsea Privateer-Shoot'),(12340,12340,3385,4,0,0,1,0,22,38233,8,0,6,0,0,0,0,0,0,'Theramore Marine-Shield Bash'),(12340,12340,3385,4,0,0,1,0,28,6713,8,0,6,0,0,0,0,0,0,'Theramore Marine-Disarm'),(12340,12340,3386,4,0,0,1,0,31,9734,8,0,6,0,0,0,0,0,0,'Theramore Preserver-Holy Smite'),(12340,12340,3386,4,0,0,1,0,16,6074,3,0,0,0,0,0,0,0,0,'Theramore Preserver-Renew'),(12340,12340,3386,4,0,0,1,0,17,2052,3,0,0,0,0,0,0,0,0,'Theramore Preserver-Lesser Heal'),(12340,12340,3392,4,0,0,1,0,19,6253,8,0,6,0,0,0,0,0,0,'Prospector Khazgorm-Backhand'),(12340,12340,3393,4,0,0,1,0,17,9128,10,0,0,0,0,0,0,0,0,'Captain Fairmount-Battle Shout'),(12340,12340,3393,4,0,0,1,0,23,12555,8,0,6,0,0,0,0,0,0,'Captain Fairmount-Pummel'),(12340,12340,3393,4,0,0,1,0,22,19134,11,0,4,0,0,0,0,0,0,'Captain Fairmount-Frightening Shout'),(12340,12340,3394,4,0,0,1,0,30,6660,8,0,6,0,0,0,0,0,0,'Barak Kodobane-Shoot'),(12340,12340,3396,4,0,0,1,0,23,6958,8,0,6,0,0,0,0,0,0,'Hezrul Bloodmark-Blood Leech'),(12340,12340,3397,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Kolkar Bloodcharger-Bloodlust'),(12340,12340,3397,4,0,0,1,0,23,172,8,0,6,0,0,0,0,0,0,'Kolkar Bloodcharger-Corruption'),(12340,12340,3398,4,0,0,1,0,14,3583,8,0,6,0,0,0,0,0,0,'Gesharahan-Deadly Poison'),(12340,12340,3416,4,0,0,1,0,13,6598,9,0,4,0,0,0,0,0,0,'Savannah Matriarch-Savannah Cub'),(12340,12340,3417,4,0,0,1,0,25,2947,8,0,6,0,0,0,0,0,0,'Living Flame-Fire Shield'),(12340,12340,3424,4,0,0,1,0,17,8078,8,0,6,0,0,0,0,0,0,'Thunderhawk Cloudscraper-Thunderclap'),(12340,12340,3434,4,0,0,1,0,24,9532,8,0,6,0,0,0,0,0,0,'Nak-Lightning Bolt'),(12340,12340,3434,4,0,0,1,0,21,8154,9,0,4,0,0,0,0,0,0,'Nak-Stoneskin Totem'),(12340,12340,3434,4,0,0,1,0,18,8004,3,0,0,0,0,0,0,0,0,'Nak-Lesser Healing Wave'),(12340,12340,3435,4,0,0,1,0,19,20511,5,0,4,0,0,0,0,0,0,'Lok Orcbane-Intimidating Shout'),(12340,12340,3435,4,0,0,1,0,23,9080,11,0,6,0,0,0,0,0,0,'Lok Orcbane-Hamstring'),(12340,12340,3436,4,0,0,1,0,23,20795,8,0,6,0,0,0,0,0,0,'Kuz-Fire Blast'),(12340,12340,3436,4,0,0,1,0,18,11831,7,0,4,0,0,0,0,0,0,'Kuz-Frost Nova'),(12340,12340,3436,4,0,0,1,0,33,20792,8,0,6,0,0,0,0,0,0,'Kuz-Frostbolt'),(12340,12340,3452,4,0,0,1,0,21,3264,11,0,4,0,0,0,0,0,0,'Serena Bloodfeather-Blood Howl'),(12340,12340,3456,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Razormane Pathfinder-Shoot'),(12340,12340,3456,4,0,0,1,0,17,3391,8,0,6,0,0,0,0,0,0,'Razormane Pathfinder-Thrash'),(12340,12340,3457,4,0,0,1,0,33,15581,8,0,6,0,0,0,0,0,0,'Razormane Stalker-Sinister Strike'),(12340,12340,3458,4,0,0,1,0,27,6363,9,0,4,0,0,0,0,0,0,'Razormane Seer-Searing Totem'),(12340,12340,3458,4,0,0,1,0,22,6274,9,0,4,0,0,0,0,0,0,'Razormane Seer-Healing Ward'),(12340,12340,3459,4,0,0,1,0,100,13446,8,0,6,0,0,0,0,0,0,'Razormane Warfrenzy-Strike'),(12340,12340,3459,4,0,0,1,0,100,12323,8,0,6,0,0,0,0,0,0,'Razormane Warfrenzy-Piercing Howl'),(12340,12340,3459,4,0,0,1,0,100,13443,8,0,6,0,0,0,0,0,0,'Razormane Warfrenzy-Rend'),(12340,12340,3461,4,0,0,1,0,16,6530,11,0,6,0,0,0,0,0,0,'Oasis Snapjaw-Sling Dirt'),(12340,12340,3473,4,0,0,1,0,19,6254,8,0,6,0,0,0,0,0,0,'Owatanka-Chained Bolt'),(12340,12340,3531,4,0,0,1,0,20,7140,11,0,6,0,0,0,0,0,0,'Moonrage Tailor-Expose Weakness'),(12340,12340,3573,4,0,0,1,0,100,5677,8,0,6,0,0,0,0,0,0,'Mana Spring Totem-Mana Spring'),(12340,12340,3577,4,0,0,1,0,15,7638,2,0,0,0,0,0,0,0,0,'Dalaran Brewmaster-Potion Toss'),(12340,12340,3586,4,0,0,1,0,25,6016,8,0,6,0,0,0,0,0,0,'Miner Johnson-Pierce Armor'),(12340,12340,3619,4,0,0,1,0,27,16829,8,0,6,0,0,0,0,0,0,'Ghost Saber-Claw'),(12340,12340,3626,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Jenn Langston-Shoot'),(12340,12340,3634,4,0,0,1,0,25,31289,8,0,3,0,0,0,0,0,0,'Deviate Stalker-Claw'),(12340,12340,3637,4,0,0,1,2,25,5424,8,0,3,0,0,0,0,0,0,'Deviate Guardian-Claw Grasp'),(12340,12340,3662,4,0,0,1,0,35,20792,8,0,6,0,0,0,0,0,0,'Delmanis the Hated-Frostbolt'),(12340,12340,3662,4,0,0,1,0,35,7101,8,0,6,0,0,0,0,0,0,'Delmanis the Hated-Flame Blast'),(12340,12340,3664,4,0,0,1,0,21,6487,9,0,4,0,0,0,0,0,0,'Ilkrud Magthrull-Ilkrud\'s Guardians'),(12340,12340,3664,4,0,0,1,0,32,20791,8,0,6,0,0,0,0,0,0,'Ilkrud Magthrull-Shadow Bolt'),(12340,12340,3667,4,0,0,1,0,12,5884,11,0,6,0,0,0,0,0,0,'Anaya Dawnrunner-Banshee Curse'),(12340,12340,3672,4,0,0,1,0,30,9532,8,0,6,0,0,0,0,0,0,'Boahn-Lightning Bolt'),(12340,12340,3696,4,0,0,1,0,17,14443,7,0,4,0,0,0,0,0,0,'Ran Bloodtooth-Multi-Shot'),(12340,12340,3696,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Ran Bloodtooth-Shoot'),(12340,12340,3711,4,0,0,1,0,16,11976,8,0,6,0,0,0,0,0,0,'Wrathtail Myrmidon-Strike'),(12340,12340,3711,4,0,0,1,0,14,11977,8,0,6,0,0,0,0,0,0,'Wrathtail Myrmidon-Rend'),(12340,12340,3712,4,0,0,1,0,12,6016,8,0,6,0,0,0,0,0,0,'Wrathtail Razortail-Pierce Armor'),(12340,12340,3712,4,0,0,1,0,17,782,10,0,0,0,0,0,0,0,0,'Wrathtail Razortail-Thorns'),(12340,12340,3715,4,0,0,1,0,34,2691,8,0,6,0,0,0,0,0,0,'Wrathtail Sea Witch-Mana Burn'),(12340,12340,3715,4,0,0,1,0,37,8598,8,0,6,0,0,0,0,0,0,'Wrathtail Sea Witch-Lightning Blast'),(12340,12340,3717,4,0,0,1,0,24,4980,10,0,0,0,0,0,0,0,0,'Wrathtail Sorceress-Quick Frost Ward'),(12340,12340,3717,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Wrathtail Sorceress-Frost Nova'),(12340,12340,3717,4,0,0,1,0,37,20792,8,0,6,0,0,0,0,0,0,'Wrathtail Sorceress-Frostbolt'),(12340,12340,3721,4,0,0,1,0,22,6917,8,0,6,0,0,0,0,0,0,'Mystlash Hydra-Venom Spit'),(12340,12340,3725,4,0,0,1,0,16,11939,9,0,4,0,0,0,0,0,0,'Dark Strand Cultist-Summon Imp'),(12340,12340,3725,4,0,0,1,0,17,6222,8,0,6,0,0,0,0,0,0,'Dark Strand Cultist-Corruption'),(12340,12340,3725,4,0,0,1,0,32,20791,8,0,6,0,0,0,0,0,0,'Dark Strand Cultist-Shadow Bolt'),(12340,12340,3727,4,0,0,1,0,13,8599,10,0,0,0,0,0,0,0,0,'Dark Strand Enforcer-Enrage'),(12340,12340,3728,4,0,0,1,0,12,12746,9,0,4,0,0,0,0,0,0,'Dark Strand Adept-Summon Voidwalker'),(12340,12340,3728,4,0,0,1,0,32,20791,8,0,6,0,0,0,0,0,0,'Dark Strand Adept-Shadow Bolt'),(12340,12340,3732,4,0,0,1,0,32,9734,8,0,6,0,0,0,0,0,0,'Forsaken Seeker-Holy Smite'),(12340,12340,3732,4,0,0,1,0,13,2054,2,0,0,0,0,0,0,0,0,'Forsaken Seeker-Heal'),(12340,12340,3733,4,0,0,1,0,16,7102,11,0,6,0,0,0,0,0,0,'Forsaken Herbalist-Contagion of Rot'),(12340,12340,3734,4,0,0,1,0,32,6253,8,0,6,0,0,0,0,0,0,'Forsaken Thug-Backhand'),(12340,12340,3735,4,0,0,1,0,32,20791,8,0,6,0,0,0,0,0,0,'Apothecary Falthis-Shadow Bolt'),(12340,12340,3737,4,0,0,1,0,11,6268,8,0,6,0,0,0,0,0,0,'Saltspittle Puddlejumper-Rushing Charge'),(12340,12340,3739,4,0,0,1,0,28,11971,11,0,6,0,0,0,0,0,0,'Saltspittle Warrior-Sunder Armor'),(12340,12340,3739,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Saltspittle Warrior-Shield Bash'),(12340,12340,3740,4,0,0,1,0,32,10277,8,0,6,0,0,0,0,0,0,'Saltspittle Muckdweller-Throw'),(12340,12340,3742,4,0,0,1,0,32,2608,8,0,6,0,0,0,0,0,0,'Saltspittle Oracle-Shock'),(12340,12340,3742,4,0,0,1,0,13,913,3,0,0,0,0,0,0,0,0,'Saltspittle Oracle-Healing Wave'),(12340,12340,3745,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Foulweald Pathfinder-Shoot'),(12340,12340,3746,4,0,0,1,0,32,3391,8,0,6,0,0,0,0,0,0,'Foulweald Den Watcher-Thrash'),(12340,12340,3748,4,0,0,1,0,12,8160,9,0,4,0,0,0,0,0,0,'Foulweald Shaman-Strength of Earth Totem'),(12340,12340,3749,4,0,0,1,0,32,9080,8,0,6,0,0,0,0,0,0,'Foulweald Ursa-Hamstring'),(12340,12340,3750,4,0,0,1,0,12,6363,9,0,4,0,0,0,0,0,0,'Foulweald Totemic-Searing Totem'),(12340,12340,3752,4,0,0,1,0,13,6925,2,0,0,0,0,0,0,0,0,'Xavian Rogue-Gift of the Xavian'),(12340,12340,3754,4,0,0,1,0,14,5242,10,0,0,0,0,0,0,0,0,'Xavian Betrayer-Battle Shout'),(12340,12340,3754,4,0,0,1,0,13,6925,2,0,0,0,0,0,0,0,0,'Xavian Betrayer-Gift of the Xavian'),(12340,12340,3755,4,0,0,1,0,13,6925,2,0,0,0,0,0,0,0,0,'Xavian Felsworn-Gift of the Xavian'),(12340,12340,3755,4,0,0,1,0,17,6223,8,0,6,0,0,0,0,0,0,'Xavian Felsworn-Corruption'),(12340,12340,3757,4,0,0,1,0,37,9053,8,0,6,0,0,0,0,0,0,'Xavian Hellcaller-Fireball'),(12340,12340,3757,4,0,0,1,0,13,6925,2,0,0,0,0,0,0,0,0,'Xavian Hellcaller-Gift of the Xavian'),(12340,12340,3758,4,0,0,1,0,18,6942,11,0,6,0,0,0,0,0,0,'Felmusk Satyr-Overwhelming Stench'),(12340,12340,3759,4,0,0,1,0,18,6942,11,0,6,0,0,0,0,0,0,'Felmusk Rogue-Overwhelming Stench'),(12340,12340,3762,4,0,0,1,0,18,6942,11,0,6,0,0,0,0,0,0,'Felmusk Felsworn-Overwhelming Stench'),(12340,12340,3763,4,0,0,1,0,18,6942,11,0,6,0,0,0,0,0,0,'Felmusk Shadowstalker-Overwhelming Stench'),(12340,12340,3771,4,0,0,1,0,12,12746,9,0,4,0,0,0,0,0,0,'Bleakheart Hellcaller-Summon Voidwalker'),(12340,12340,3771,4,0,0,1,0,16,11939,9,0,4,0,0,0,0,0,0,'Bleakheart Hellcaller-Summon Imp'),(12340,12340,3772,4,0,0,1,0,32,18812,8,0,6,0,0,0,0,0,0,'Lesser Felguard-Knockdown'),(12340,12340,3772,4,0,0,1,0,13,184,10,0,0,0,0,0,0,0,0,'Lesser Felguard-Fire Shield II'),(12340,12340,3773,4,0,0,1,0,13,184,10,0,0,0,0,0,0,0,0,'Akkrilus-Fire Shield II'),(12340,12340,3773,4,0,0,1,0,32,1094,8,0,6,0,0,0,0,0,0,'Akkrilus-Immolate'),(12340,12340,3774,4,0,0,1,0,32,2691,8,0,6,0,0,0,0,0,0,'Felslayer-Mana Burn'),(12340,12340,3782,4,0,0,1,0,16,6864,11,0,6,0,0,0,0,0,0,'Shadethicket Stone Mover-Strength of Stone'),(12340,12340,3783,4,0,0,1,0,21,6535,7,0,4,0,0,0,0,0,0,'Shadethicket Raincaller-Lightning Cloud'),(12340,12340,3783,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Shadethicket Raincaller-Lightning Bolt'),(12340,12340,3784,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Shadethicket Bark Ripper-Tendon Rip'),(12340,12340,3789,4,0,0,1,0,22,3604,8,0,6,0,0,0,0,0,0,'Terrowulf Fleshripper-Tendon Rip'),(12340,12340,3791,4,0,0,1,0,16,7068,11,0,6,0,0,0,0,0,0,'Terrowulf Shadow Weaver-Veil of Shadow'),(12340,12340,3792,4,0,0,1,0,13,6507,10,0,0,0,0,0,0,0,0,'Terrowulf Packlord-Battle Roar'),(12340,12340,3797,4,0,0,1,0,20,15727,11,0,4,0,0,0,0,0,0,'Cenarion Protector-Demoralizing Roar'),(12340,12340,3797,4,0,0,1,0,21,1430,2,0,0,0,0,0,0,0,0,'Cenarion Protector-Rejuvenation'),(12340,12340,3797,4,0,0,1,0,14,7090,10,0,0,0,0,0,0,0,0,'Cenarion Protector-Bear Form'),(12340,12340,3799,4,0,0,1,0,14,1430,3,0,0,0,0,0,0,0,0,'Severed Druid-Rejuvenation'),(12340,12340,3799,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Severed Druid-Wrath'),(12340,12340,3801,4,0,0,1,0,18,8399,11,0,6,0,0,0,0,0,0,'Severed Sleeper-Sleep'),(12340,12340,3802,4,0,0,1,0,21,6905,9,0,4,0,0,0,0,0,0,'Severed Dreamer-Summon Illusionary Nightmare'),(12340,12340,3803,4,0,0,1,0,32,2691,8,0,6,0,0,0,0,0,0,'Severed Keeper-Mana Burn'),(12340,12340,3804,4,0,0,1,0,32,7159,8,0,6,0,0,0,0,0,0,'Forsaken Intruder-Backstab'),(12340,12340,3808,4,0,0,1,0,32,10277,8,0,6,0,0,0,0,0,0,'Forsaken Dark Stalker-Throw'),(12340,12340,3816,4,0,0,1,0,11,6268,8,0,6,0,0,0,0,0,0,'Wild Buck-Rushing Charge'),(12340,12340,3817,4,0,0,1,0,13,6921,10,0,0,0,0,0,0,0,0,'Shadowhorn Stag-Shadowhorn Charge'),(12340,12340,3818,4,0,0,1,0,13,6921,10,0,0,0,0,0,0,0,0,'Elder Shadowhorn Stag-Shadowhorn Charge'),(12340,12340,3819,4,0,0,1,0,19,12023,1,0,6,0,0,0,0,0,0,'Wildthorn Stalker-Web'),(12340,12340,3820,4,0,0,1,0,22,6917,8,0,6,0,0,0,0,0,0,'Wildthorn Venomspitter-Venom Spit'),(12340,12340,3824,4,0,0,1,0,18,3264,11,0,4,0,0,0,0,0,0,'Ghostpaw Howler-Blood Howl'),(12340,12340,3833,4,0,0,1,0,32,15798,8,0,6,0,0,0,0,0,0,'Cenarion Vindicator-Moonfire'),(12340,12340,3834,4,0,0,1,0,12,6909,6,0,6,0,0,0,0,0,0,'Crazed Ancient-Curse of Thorns'),(12340,12340,3840,4,0,0,1,0,25,5180,8,0,6,0,0,0,0,0,0,'Druid of the Fang-Wrath'),(12340,12340,3850,4,0,0,1,0,25,7802,8,0,6,0,0,0,0,0,0,'Sorcerer Ashcrombe-Firebolt'),(12340,12340,3851,4,0,0,1,0,25,7648,8,0,6,0,0,0,0,0,0,'Shadowfang Whitescalp-Corruption'),(12340,12340,3855,4,0,0,1,0,25,11675,8,0,6,0,0,0,0,0,0,'Shadowfang Darksoul-Drain Soul'),(12340,12340,3898,4,0,0,1,0,20,25712,8,0,6,0,0,0,0,0,0,'Aligar the Tormentor-Heroic Strike'),(12340,12340,3898,4,0,0,1,0,12,9080,11,0,6,0,0,0,0,0,0,'Aligar the Tormentor-Hamstring'),(12340,12340,3899,4,0,0,1,0,12,14868,6,0,6,0,0,0,0,0,0,'Balizar the Umbrage-Curse of Agony'),(12340,12340,3899,4,0,0,1,0,35,20791,8,0,6,0,0,0,0,0,0,'Balizar the Umbrage-Shadow Bolt'),(12340,12340,3899,4,0,0,1,0,12,11980,6,0,6,0,0,0,0,0,0,'Balizar the Umbrage-Curse of Weakness'),(12340,12340,3900,4,0,0,1,0,15,905,10,0,0,0,0,0,0,0,0,'Caedakar the Vicious-Lightning Shield'),(12340,12340,3900,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Caedakar the Vicious-Lightning Bolt'),(12340,12340,3902,4,0,0,1,0,100,6350,8,0,6,0,0,0,0,0,0,'Searing Totem II-Attack'),(12340,12340,3903,4,0,0,1,0,100,6351,8,0,6,0,0,0,0,0,0,'Searing Totem III-Attack'),(12340,12340,3904,4,0,0,1,0,100,6352,8,0,6,0,0,0,0,0,0,'Searing Totem IV-Attack'),(12340,12340,3917,4,0,0,1,0,16,6873,11,0,6,0,0,0,0,0,0,'Befouled Water Elemental-Foul Chill'),(12340,12340,3917,4,0,0,1,0,32,9672,8,0,6,0,0,0,0,0,0,'Befouled Water Elemental-Frostbolt'),(12340,12340,3919,4,0,0,1,0,12,6909,6,0,6,0,0,0,0,0,0,'Withered Ancient-Curse of Thorns'),(12340,12340,3921,4,0,0,1,0,32,25712,8,0,6,0,0,0,0,0,0,'Thistlefur Ursa-Heroic Strike'),(12340,12340,3922,4,0,0,1,0,12,6274,9,0,4,0,0,0,0,0,0,'Thistlefur Totemic-Healing Ward'),(12340,12340,3923,4,0,0,1,0,13,3490,10,0,0,0,0,0,0,0,0,'Thistlefur Den Watcher-Frenzied Rage'),(12340,12340,3924,4,0,0,1,0,14,6742,10,0,0,0,0,0,0,0,0,'Thistlefur Shaman-Bloodlust'),(12340,12340,3924,4,0,0,1,0,13,11986,2,0,0,0,0,0,0,0,0,'Thistlefur Shaman-Healing Wave'),(12340,12340,3925,4,0,0,1,0,13,8602,10,0,0,0,0,0,0,0,0,'Thistlefur Avenger-Vengeance'),(12340,12340,3926,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Thistlefur Pathfinder-Shoot'),(12340,12340,3928,4,0,0,1,0,18,6907,11,0,6,0,0,0,0,0,0,'Rotting Slime-Diseased Slime'),(12340,12340,3940,4,0,0,1,0,13,6063,2,0,0,0,0,0,0,0,0,'Taneel Darkwood-Heal'),(12340,12340,3940,4,0,0,1,0,32,2767,8,0,6,0,0,0,0,0,0,'Taneel Darkwood-Shadow Word: Pain'),(12340,12340,3940,4,0,0,1,0,14,6077,2,0,0,0,0,0,0,0,0,'Taneel Darkwood-Renew'),(12340,12340,3942,4,0,0,1,0,21,6535,7,0,4,0,0,0,0,0,0,'Mavoris Cloudsbreak-Lightning Cloud'),(12340,12340,3943,4,0,0,1,0,32,25712,8,0,6,0,0,0,0,0,0,'Ruuzel-Heroic Strike'),(12340,12340,3944,4,0,0,1,0,11,15970,11,0,6,0,0,0,0,0,0,'Wrathtail Priestess-Sleep'),(12340,12340,3944,4,0,0,1,0,13,11642,2,0,0,0,0,0,0,0,0,'Wrathtail Priestess-Heal'),(12340,12340,3968,4,0,0,1,0,100,6495,8,0,6,0,0,0,0,0,0,'Sentry Totem-Sentry Totem'),(12340,12340,3987,4,0,0,1,0,17,12170,8,0,6,0,0,0,0,0,0,'Dal Bloodclaw-Revenge'),(12340,12340,3987,4,0,0,1,0,22,6713,8,0,6,0,0,0,0,0,0,'Dal Bloodclaw-Disarm'),(12340,12340,3989,4,0,0,1,0,26,10277,8,0,6,0,0,0,0,0,0,'Venture Co. Logger-Throw'),(12340,12340,3991,4,0,0,1,0,34,20793,8,0,6,0,0,0,0,0,0,'Venture Co. Deforester-Fireball'),(12340,12340,3991,4,0,0,1,0,26,5740,7,0,3,0,0,0,0,0,0,'Venture Co. Deforester-Rain of Fire'),(12340,12340,3992,4,0,0,1,0,28,7978,7,0,3,0,0,0,0,0,0,'Venture Co. Engineer-Throw Dynamite'),(12340,12340,3993,4,0,0,1,0,22,7979,9,0,4,0,0,0,0,0,0,'Venture Co. Machine Smith-Compact Harvest Reaper'),(12340,12340,4003,4,0,0,1,0,34,20792,8,0,6,0,0,0,0,0,0,'Windshear Geomancer-Frostbolt'),(12340,12340,4003,4,0,0,1,0,25,8139,11,0,6,0,0,0,0,0,0,'Windshear Geomancer-Fevered Fatigue'),(12340,12340,4004,4,0,0,1,0,17,3631,10,0,0,0,0,0,0,0,0,'Windshear Overlord-Battle Fury'),(12340,12340,4004,4,0,0,1,0,25,8139,11,0,6,0,0,0,0,0,0,'Windshear Overlord-Fevered Fatigue'),(12340,12340,4005,4,0,0,1,0,22,744,8,0,6,0,0,0,0,0,0,'Deepmoss Creeper-Poison'),(12340,12340,4006,4,0,0,1,0,23,745,1,0,6,0,0,0,0,0,0,'Deepmoss Webspinner-Web'),(12340,12340,4007,4,0,0,1,0,27,7951,8,0,6,0,0,0,0,0,0,'Deepmoss Venomspitter-Toxic Spit'),(12340,12340,4008,4,0,0,1,0,34,5401,8,0,6,0,0,0,0,0,0,'Cliff Stormer-Lizard Bolt'),(12340,12340,4009,4,0,0,1,0,25,6268,8,0,6,0,0,0,0,0,0,'Raging Cliff Stormer-Rushing Charge'),(12340,12340,4009,4,0,0,1,0,27,8078,7,0,4,0,0,0,0,0,0,'Raging Cliff Stormer-Thunderclap'),(12340,12340,4011,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Young Pridewing-Poison'),(12340,12340,4012,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Pridewing Wyvern-Poison'),(12340,12340,4013,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Pridewing Skyhunter-Poison'),(12340,12340,4013,4,0,0,1,0,29,5708,7,0,3,0,0,0,0,0,0,'Pridewing Skyhunter-Swoop'),(12340,12340,4015,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Pridewing Patriarch-Poison'),(12340,12340,4016,4,0,0,1,0,25,7994,8,0,6,0,0,0,0,0,0,'Fey Dragon-Nullify Mana'),(12340,12340,4017,4,0,0,1,0,29,17630,8,0,6,0,0,0,0,0,0,'Wily Fey Dragon-Mana Burn'),(12340,12340,4018,4,0,0,1,0,28,6268,8,0,6,0,0,0,0,0,0,'Antlered Courser-Rushing Charge'),(12340,12340,4019,4,0,0,1,0,25,6268,8,0,6,0,0,0,0,0,0,'Great Courser-Rushing Charge'),(12340,12340,4020,4,0,0,1,0,20,7997,11,0,6,0,0,0,0,0,0,'Sap Beast-Sap Might'),(12340,12340,4021,4,0,0,1,0,22,3396,11,0,6,0,0,0,0,0,0,'Corrosive Sap Beast-Corrosive Poison'),(12340,12340,4023,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Bloodfury Roguefeather-Thrash'),(12340,12340,4024,4,0,0,1,0,24,16231,6,0,6,0,0,0,0,0,0,'Bloodfury Slayer-Curse of Recklessness'),(12340,12340,4024,4,0,0,1,0,27,7106,6,0,6,0,0,0,0,0,0,'Bloodfury Slayer-Dark Restore'),(12340,12340,4025,4,0,0,1,0,31,2608,8,0,6,0,0,0,0,0,0,'Bloodfury Ambusher-Shock'),(12340,12340,4026,4,0,0,1,0,21,6728,8,0,6,0,0,0,0,0,0,'Bloodfury Windcaller-Enveloping Winds'),(12340,12340,4027,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Bloodfury Storm Witch-Lightning Bolt'),(12340,12340,4027,4,0,0,1,0,28,6535,7,0,3,0,0,0,0,0,0,'Bloodfury Storm Witch-Lightning Cloud'),(12340,12340,4028,4,0,0,1,0,22,12747,8,0,6,0,0,0,0,0,0,'Charred Ancient-Entangling Roots'),(12340,12340,4031,4,0,0,1,0,22,3396,11,0,6,0,0,0,0,0,0,'Fledgling Chimaera-Corrosive Poison'),(12340,12340,4032,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Young Chimaera-Lightning Bolt'),(12340,12340,4035,4,0,0,1,0,19,5164,2,0,6,0,0,0,0,0,0,'Furious Stone Spirit-Knockdown'),(12340,12340,4036,4,0,0,1,0,29,1094,8,0,6,0,0,0,0,0,0,'Rogue Flame Spirit-Immolate'),(12340,12340,4036,4,0,0,1,0,24,6205,6,0,6,0,0,0,0,0,0,'Rogue Flame Spirit-Curse of Weakness'),(12340,12340,4037,4,0,0,1,0,21,184,10,0,0,0,0,0,0,0,0,'Burning Ravager-Fire Shield II'),(12340,12340,4038,4,0,0,1,0,35,9053,8,0,6,0,0,0,0,0,0,'Burning Destroyer-Fireball'),(12340,12340,4038,4,0,0,1,0,24,8000,7,0,3,0,0,0,0,0,0,'Burning Destroyer-Area Burn'),(12340,12340,4040,4,0,0,1,0,25,3358,8,0,6,0,0,0,0,0,0,'Cave Stalker-Leech Poison'),(12340,12340,4041,4,0,0,1,0,13,3636,2,0,6,0,0,0,0,0,0,'Scorched Basilisk-Crystalline Slumber'),(12340,12340,4042,4,0,0,1,0,13,3636,2,0,6,0,0,0,0,0,0,'Singed Basilisk-Crystalline Slumber'),(12340,12340,4044,4,0,0,1,0,14,3636,2,0,6,0,0,0,0,0,0,'Blackened Basilisk-Crystalline Slumber'),(12340,12340,4050,4,0,0,1,0,27,782,10,0,0,0,0,0,0,0,0,'Cenarion Caretaker-Thorns'),(12340,12340,4050,4,0,0,1,0,14,7090,10,0,0,0,0,0,0,0,0,'Cenarion Caretaker-Bear Form'),(12340,12340,4050,4,0,0,1,0,32,12161,8,0,6,0,0,0,0,0,0,'Cenarion Caretaker-Maul'),(12340,12340,4051,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Cenarion Botanist-Wrath'),(12340,12340,4051,4,0,0,1,0,21,1430,3,0,0,0,0,0,0,0,0,'Cenarion Botanist-Rejuvenation'),(12340,12340,4052,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Cenarion Druid-Wrath'),(12340,12340,4052,4,0,0,1,0,27,5217,10,0,0,0,0,0,0,0,0,'Cenarion Druid-Tiger\'s Fury'),(12340,12340,4052,4,0,0,1,0,14,5759,10,0,0,0,0,0,0,0,0,'Cenarion Druid-Cat Form'),(12340,12340,4053,4,0,0,1,0,30,10277,8,0,6,0,0,0,0,0,0,'Daughter of Cenarius-Throw'),(12340,12340,4053,4,0,0,1,0,21,527,11,0,6,0,0,0,0,0,0,'Daughter of Cenarius-Dispel Magic'),(12340,12340,4056,4,0,0,1,0,17,8138,11,0,6,0,0,0,0,0,0,'Mirkfallon Keeper-Mirkfallon Fungus'),(12340,12340,4057,4,0,0,1,0,22,7993,9,0,4,0,0,0,0,0,0,'Son of Cenarius-Summon Treant Ally'),(12340,12340,4061,4,0,0,1,0,27,10277,8,0,6,0,0,0,0,0,0,'Mirkfallon Dryad-Throw'),(12340,12340,4061,4,0,0,1,0,23,7992,8,0,6,0,0,0,0,0,0,'Mirkfallon Dryad-Slowing Poison'),(12340,12340,4062,4,0,0,1,0,28,8858,7,0,3,0,0,0,0,0,0,'Dark Iron Bombardier-Bomb'),(12340,12340,4063,4,0,0,1,0,31,34083,8,0,6,0,0,0,0,0,0,'Feeboz-Fireball'),(12340,12340,4064,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Scout-Frenzy'),(12340,12340,4064,4,0,0,1,0,24,6660,8,0,6,0,0,0,0,0,0,'Blackrock Scout-Shoot'),(12340,12340,4065,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Sentry-Frenzy'),(12340,12340,4066,4,0,0,1,0,29,8211,8,0,6,0,0,0,0,0,0,'Nal\'taszar-Chain Burn'),(12340,12340,4066,4,0,0,1,0,26,15305,8,0,6,0,0,0,0,0,0,'Nal\'taszar-Chain Lightning'),(12340,12340,4070,4,0,0,1,0,37,6660,8,0,6,0,0,0,0,0,0,'Venture Co. Builder-Shoot'),(12340,12340,4093,4,0,0,1,0,20,6533,1,0,6,0,0,0,0,0,0,'Galak Wrangler-Net'),(12340,12340,4093,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Galak Wrangler-Shoot'),(12340,12340,4094,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Galak Scout-Shoot'),(12340,12340,4095,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Galak Mauler-Demoralizing Shout'),(12340,12340,4096,4,0,0,1,0,28,6728,8,0,6,0,0,0,0,0,0,'Galak Windchaser-Enveloping Winds'),(12340,12340,4096,4,0,0,1,0,25,939,8,0,6,0,0,0,0,0,0,'Galak Windchaser-Healing Wave'),(12340,12340,4097,4,0,0,1,0,21,6535,7,0,3,0,0,0,0,0,0,'Galak Stormer-Lightning Cloud'),(12340,12340,4097,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Galak Stormer-Lightning Bolt'),(12340,12340,4099,4,0,0,1,0,20,6268,8,0,6,0,0,0,0,0,0,'Galak Marauder-Rushing Charge'),(12340,12340,4100,4,0,0,1,0,26,3589,11,0,4,0,0,0,0,0,0,'Screeching Harpy-Deafening Screech'),(12340,12340,4101,4,0,0,1,0,24,6595,8,0,6,0,0,0,0,0,0,'Screeching Roguefeather-Exploit Weakness'),(12340,12340,4104,4,0,0,1,0,19,6982,2,0,6,0,0,0,0,0,0,'Screeching Windcaller-Gust of Wind'),(12340,12340,4107,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Highperch Wyvern-Poison'),(12340,12340,4109,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Highperch Consort-Poison'),(12340,12340,4110,4,0,0,1,0,18,744,8,0,6,0,0,0,0,0,0,'Highperch Patriarch-Poison'),(12340,12340,4111,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Gravelsnout Kobold-Strike'),(12340,12340,4112,4,0,0,1,0,17,3427,11,0,6,0,0,0,0,0,0,'Gravelsnout Vermin-Infected Wound'),(12340,12340,4113,4,0,0,1,0,28,3551,8,0,6,0,0,0,0,0,0,'Gravelsnout Digger-Skull Crack'),(12340,12340,4114,4,0,0,1,0,24,8245,11,0,4,0,0,0,0,0,0,'Gravelsnout Forager-Corrosive Acid'),(12340,12340,4116,4,0,0,1,0,21,6141,7,0,3,0,0,0,0,0,0,'Gravelsnout Surveyor-Blizzard'),(12340,12340,4116,4,0,0,1,0,33,20806,8,0,6,0,0,0,0,0,0,'Gravelsnout Surveyor-Frostbolt'),(12340,12340,4117,4,0,0,1,0,33,8246,8,0,6,0,0,0,0,0,0,'Cloud Serpent-Lightning Bolt'),(12340,12340,4118,4,0,0,1,0,26,3583,8,0,6,0,0,0,0,0,0,'Venomous Cloud Serpent-Deadly Poison'),(12340,12340,4119,4,0,0,1,0,26,421,8,0,6,0,0,0,0,0,0,'Elder Cloud Serpent-Chain Lightning'),(12340,12340,4119,4,0,0,1,0,33,8246,8,0,6,0,0,0,0,0,0,'Elder Cloud Serpent-Lightning Bolt'),(12340,12340,4120,4,0,0,1,0,21,6524,2,0,4,0,0,0,0,0,0,'Thundering Boulderkin-Ground Tremor'),(12340,12340,4131,4,0,0,1,0,21,8137,11,0,6,0,0,0,0,0,0,'Silithid Invader-Silithid Pox'),(12340,12340,4131,4,0,0,1,0,23,6016,11,0,6,0,0,0,0,0,0,'Silithid Invader-Pierce Armor'),(12340,12340,4132,4,0,0,1,0,27,8255,8,0,6,0,0,0,0,0,0,'Silithid Ravager-Strong Cleave'),(12340,12340,4139,4,0,0,1,0,17,7399,5,0,6,0,0,0,0,0,0,'Scorpid Terror-Terrify'),(12340,12340,4140,4,0,0,1,0,24,40505,8,0,6,0,0,0,0,0,0,'Scorpid Reaver-Cleave'),(12340,12340,4143,4,0,0,1,0,22,6730,2,0,6,0,0,0,0,0,0,'Sparkleshell Snapper-Head Butt'),(12340,12340,4144,4,0,0,1,0,23,6016,11,0,6,0,0,0,0,0,0,'Sparkleshell Borer-Pierce Armor'),(12340,12340,4147,4,0,0,1,0,14,3636,2,0,6,0,0,0,0,0,0,'Saltstone Basilisk-Crystalline Slumber'),(12340,12340,4150,4,0,0,1,0,18,3635,2,0,6,0,0,0,0,0,0,'Saltstone Gazer-Crystal Gaze'),(12340,12340,4151,4,0,0,1,0,25,8129,8,0,6,0,0,0,0,0,0,'Saltstone Crystalhide-Mana Burn'),(12340,12340,4154,4,0,0,1,0,25,7160,8,0,6,0,0,0,0,0,0,'Salt Flats Scavenger-Execute'),(12340,12340,4158,4,0,0,1,0,25,7160,8,0,6,0,0,0,0,0,0,'Salt Flats Vulture-Execute'),(12340,12340,4248,4,0,0,1,0,25,3436,8,0,6,0,0,0,0,0,0,'Pesterhide Hyena-Wandering Plague'),(12340,12340,4249,4,0,0,1,0,17,6576,5,0,6,0,0,0,0,0,0,'Pesterhide Snarler-Intimidating Growl'),(12340,12340,4263,4,0,0,1,0,19,6536,9,0,4,0,0,0,0,0,0,'Deepmoss Hatchling-Summon Deepmoss Matriarch'),(12340,12340,4273,4,0,0,1,0,24,12747,8,0,6,0,0,0,0,0,0,'Keeper Ordanus-Entangling Roots'),(12340,12340,4273,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Keeper Ordanus-Lightning Bolt'),(12340,12340,4280,4,0,0,1,0,13,13952,2,0,0,0,0,0,0,0,0,'Scarlet Preserver-Holy Light'),(12340,12340,4280,4,0,0,1,0,23,13953,8,0,6,0,0,0,0,0,0,'Scarlet Preserver-Holy Strike'),(12340,12340,4281,4,0,0,1,0,43,6660,8,0,6,0,0,0,0,0,0,'Scarlet Scout-Shoot'),(12340,12340,4281,4,0,0,1,0,23,6979,8,0,6,0,0,0,0,0,0,'Scarlet Scout-Fire Shot'),(12340,12340,4282,4,0,0,1,0,35,9053,8,0,6,0,0,0,0,0,0,'Scarlet Magician-Fireball'),(12340,12340,4282,4,0,0,1,0,27,8457,10,0,0,0,0,0,0,0,0,'Scarlet Magician-Fire Ward'),(12340,12340,4283,4,0,0,1,0,1,8927,8,0,6,0,0,0,0,0,0,'Scarlet Sentry-Moonfire'),(12340,12340,4283,4,0,1,1,0,4,5588,3,0,6,0,0,0,0,0,0,'Scarlet Sentry-Hammer of Justice'),(12340,12340,4283,4,0,0,1,0,1,8056,8,0,6,0,0,0,0,0,0,'Scarlet Sentry-Frost Shock'),(12340,12340,4283,4,0,0,1,0,1,865,1,0,0,0,0,0,0,0,0,'Scarlet Sentry-Frost Nova'),(12340,12340,4283,4,0,0,1,0,1,8401,8,0,6,0,0,0,0,0,0,'Scarlet Sentry-Fireball'),(12340,12340,4283,4,0,0,1,0,1,5116,8,0,6,0,0,0,0,0,0,'Scarlet Sentry-Concussive Shot'),(12340,12340,4283,4,0,0,1,0,3,1490,6,0,6,0,0,0,0,0,0,'Scarlet Sentry-Curse of the Elements'),(12340,12340,4283,4,0,0,1,0,1,6788,6,0,0,0,0,0,0,0,0,'Scarlet Sentry-Weakened Soul'),(12340,12340,4283,4,0,0,1,0,2,1604,8,0,6,0,0,0,0,0,0,'Scarlet Sentry-Dazed'),(12340,12340,4284,4,0,0,1,0,25,12522,8,0,6,0,0,0,0,0,0,'Scarlet Augur-Pyroblast'),(12340,12340,4285,4,0,0,1,0,25,8402,8,0,6,0,0,0,0,0,0,'Scarlet Disciple-Fireball'),(12340,12340,4289,4,0,0,1,0,25,10149,8,0,6,0,0,0,0,0,0,'Scarlet Evoker-Fireball'),(12340,12340,4291,4,0,0,1,0,25,14819,8,0,6,0,0,0,0,0,0,'Scarlet Diviner-Divine Spirit'),(12340,12340,4294,4,0,0,1,0,25,10197,8,0,6,0,0,0,0,0,0,'Scarlet Sorcerer-Fire Blast'),(12340,12340,4295,4,0,0,1,0,25,12970,8,0,6,0,0,0,0,0,0,'Scarlet Myrmidon-Flurry'),(12340,12340,4296,4,0,0,1,0,100,984,8,0,6,0,0,0,0,0,0,'Scarlet Adept-Smite'),(12340,12340,4296,4,0,0,1,0,100,1026,8,0,6,0,0,0,0,0,0,'Scarlet Adept-Holy Light'),(12340,12340,4297,4,0,0,1,0,25,10448,8,0,6,0,0,0,0,0,0,'Scarlet Conjuror-Flame Shock'),(12340,12340,4299,4,0,0,1,0,100,15264,8,0,6,0,0,0,0,0,0,'Scarlet Chaplain-Holy Fire'),(12340,12340,4299,4,0,0,1,0,100,6060,8,0,6,0,0,0,0,0,0,'Scarlet Chaplain-Smite'),(12340,12340,4299,4,0,0,1,0,100,988,8,0,6,0,0,0,0,0,0,'Scarlet Chaplain-Dispel Magic'),(12340,12340,4300,4,0,0,1,0,100,8438,8,0,6,0,0,0,0,0,0,'Scarlet Wizard-Arcane Explosion'),(12340,12340,4300,4,0,0,1,0,100,2601,8,0,6,0,0,0,0,0,0,'Scarlet Wizard-Fire Shield III'),(12340,12340,4302,4,0,0,1,0,25,5589,8,0,6,0,0,0,0,0,0,'Scarlet Champion-Hammer of Justice'),(12340,12340,4303,4,0,0,1,0,25,6060,8,0,6,0,0,0,0,0,0,'Scarlet Abbot-Smite'),(12340,12340,4324,4,0,0,1,0,40,11021,8,0,6,0,0,0,0,0,0,'Searing Whelp-Flamespit'),(12340,12340,4328,4,0,0,1,0,25,18968,10,0,0,0,0,0,0,0,0,'Firemane Scalebane-Fire Shield'),(12340,12340,4328,4,0,0,1,0,32,11971,1,0,6,0,0,0,0,0,0,'Firemane Scalebane-Sunder Armor'),(12340,12340,4328,4,0,0,1,0,27,11972,8,0,6,0,0,0,0,0,0,'Firemane Scalebane-Shield Bash'),(12340,12340,4329,4,0,0,1,0,25,18968,10,0,0,0,0,0,0,0,0,'Firemane Scout-Fire Shield'),(12340,12340,4331,4,0,0,1,0,28,11969,7,0,4,0,0,0,0,0,0,'Firemane Ash Tail-Fire Nova'),(12340,12340,4331,4,0,0,1,0,21,18968,10,0,0,0,0,0,0,0,0,'Firemane Ash Tail-Fire Shield'),(12340,12340,4334,4,0,0,1,0,45,9053,8,0,6,0,0,0,0,0,0,'Firemane Flamecaller-Fireball'),(12340,12340,4334,4,0,0,1,0,25,18968,10,0,0,0,0,0,0,0,0,'Firemane Flamecaller-Fire Shield'),(12340,12340,4334,4,0,0,1,0,28,11990,7,0,3,0,0,0,0,0,0,'Firemane Flamecaller-Rain of Fire'),(12340,12340,4339,4,0,0,1,0,27,8873,7,0,3,0,0,0,0,0,0,'Brimgore-Flame Breath'),(12340,12340,4343,4,0,0,1,0,24,19319,8,0,6,0,0,0,0,0,0,'Drywallow Snapper-Vicious Bite'),(12340,12340,4345,4,0,0,1,0,24,6016,11,0,6,0,0,0,0,0,0,'Drywallow Daggermaw-Pierce Armor'),(12340,12340,4346,4,0,0,1,0,24,43132,8,0,6,0,0,0,0,0,0,'Noxious Flayer-Poison Burst'),(12340,12340,4347,4,0,0,1,0,21,744,8,0,6,0,0,0,0,0,0,'Noxious Reaver-Poison'),(12340,12340,4347,4,0,0,1,0,25,5708,7,0,3,0,0,0,0,0,0,'Noxious Reaver-Swoop'),(12340,12340,4348,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Noxious Shredder-Thrash'),(12340,12340,4348,4,0,0,1,0,21,744,8,0,6,0,0,0,0,0,0,'Noxious Shredder-Poison'),(12340,12340,4356,4,0,0,1,0,23,3427,11,0,6,0,0,0,0,0,0,'Bloodfen Razormaw-Infected Wound'),(12340,12340,4357,4,0,0,1,0,21,6607,8,0,6,0,0,0,0,0,0,'Bloodfen Lashtail-Lash'),(12340,12340,4359,4,0,0,1,0,100,7357,8,0,6,0,0,0,0,0,0,'Mirefin Murloc-Poisonous Stab'),(12340,12340,4361,4,0,0,1,0,26,6278,8,0,6,0,0,0,0,0,0,'Mirefin Muckdweller-Creeping Mold'),(12340,12340,4363,4,0,0,1,0,22,959,2,0,0,0,0,0,0,0,0,'Mirefin Oracle-Healing Wave'),(12340,12340,4363,4,0,0,1,0,41,9532,8,0,6,0,0,0,0,0,0,'Mirefin Oracle-Lightning Bolt'),(12340,12340,4364,4,0,0,1,0,30,16856,8,0,6,0,0,0,0,0,0,'Strashaz Warrior-Mortal Strike'),(12340,12340,4364,4,0,0,1,0,26,9080,11,0,6,0,0,0,0,0,0,'Strashaz Warrior-Hamstring'),(12340,12340,4366,4,0,0,1,0,22,6713,8,0,6,0,0,0,0,0,0,'Strashaz Serpent Guard-Disarm'),(12340,12340,4366,4,0,0,1,0,28,12057,8,0,6,0,0,0,0,0,0,'Strashaz Serpent Guard-Strike'),(12340,12340,4366,4,0,0,1,0,24,16509,8,0,6,0,0,0,0,0,0,'Strashaz Serpent Guard-Rend'),(12340,12340,4368,4,0,0,1,0,27,15284,7,0,3,0,0,0,0,0,0,'Strashaz Myrmidon-Cleave'),(12340,12340,4368,4,0,0,1,0,31,18812,8,0,6,0,0,0,0,0,0,'Strashaz Myrmidon-Knockdown'),(12340,12340,4370,4,0,0,1,0,35,12737,8,0,6,0,0,0,0,0,0,'Strashaz Sorceress-Frostbolt'),(12340,12340,4370,4,0,0,1,0,26,15499,8,0,6,0,0,0,0,0,0,'Strashaz Sorceress-Frost Shock'),(12340,12340,4370,4,0,0,1,0,23,15532,7,0,4,0,0,0,0,0,0,'Strashaz Sorceress-Frost Nova'),(12340,12340,4371,4,0,0,1,0,35,15587,8,0,6,0,0,0,0,0,0,'Strashaz Siren-Mind Blast'),(12340,12340,4371,4,0,0,1,0,26,15654,8,0,6,0,0,0,0,0,0,'Strashaz Siren-Shadow Word: Pain'),(12340,12340,4374,4,0,0,1,0,17,16121,11,0,6,0,0,0,0,0,0,'Strashaz Hydra-Phasing'),(12340,12340,4374,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Strashaz Hydra-Thrash'),(12340,12340,4376,4,0,0,1,0,21,744,8,0,6,0,0,0,0,0,0,'Darkmist Spider-Poison'),(12340,12340,4378,4,0,0,1,0,21,43133,8,0,6,0,0,0,0,0,0,'Darkmist Recluse-Debilitating Poison'),(12340,12340,4379,4,0,0,1,0,17,745,1,0,6,0,0,0,0,0,0,'Darkmist Silkspinner-Web'),(12340,12340,4379,4,0,0,1,0,21,744,8,0,6,0,0,0,0,0,0,'Darkmist Silkspinner-Poison'),(12340,12340,4382,4,0,0,1,0,26,43130,1,0,6,0,0,0,0,0,0,'Withervine Creeper-Creeping Vines'),(12340,12340,4387,4,0,0,1,0,22,5337,11,0,6,0,0,0,0,0,0,'Withervine Mire Beast-Wither Strike'),(12340,12340,4389,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Murk Thresher-Thrash'),(12340,12340,4390,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Elder Murk Thresher-Thrash'),(12340,12340,4393,4,0,0,1,0,25,43135,8,0,6,0,0,0,0,0,0,'Acidic Swamp Ooze-Bubbling Ooze'),(12340,12340,4394,4,0,0,1,0,25,43135,8,0,6,0,0,0,0,0,0,'Bubbling Swamp Ooze-Bubbling Ooze'),(12340,12340,4401,4,0,0,1,0,15,3604,11,0,6,0,0,0,0,0,0,'Muckshell Clacker-Tendon Rip'),(12340,12340,4404,4,0,0,1,0,41,9532,8,0,6,0,0,0,0,0,0,'Muckshell Scrabbler-Lightning Bolt'),(12340,12340,4404,4,0,0,1,0,22,8005,2,0,0,0,0,0,0,0,0,'Muckshell Scrabbler-Healing Wave'),(12340,12340,4412,4,0,0,1,0,24,7992,11,0,6,0,0,0,0,0,0,'Darkfang Creeper-Slowing Poison'),(12340,12340,4413,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Darkfang Spider-Web'),(12340,12340,4413,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Darkfang Spider-Poison'),(12340,12340,4413,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Darkfang Spider-Weak Poison'),(12340,12340,4414,4,0,0,1,0,22,7951,8,0,6,0,0,0,0,0,0,'Darkfang Venomspitter-Toxic Spit'),(12340,12340,4415,4,0,0,1,0,21,744,8,0,6,0,0,0,0,0,0,'Giant Darkfang Spider-Poison'),(12340,12340,4416,4,0,0,1,0,100,6016,8,0,6,0,0,0,0,0,0,'Defias Strip Miner-Pierce Armor'),(12340,12340,647,4,0,1,1,0,30,40505,8,0,6,0,0,0,0,0,0,'Captain Greenskin-Cleave'),(12340,12340,647,4,0,1,1,0,20,5208,11,0,6,0,0,0,0,0,0,'Captain Greenskin-Poisoned Harpoon'),(12340,12340,4418,4,0,0,1,0,10,2120,8,0,6,0,0,0,0,0,0,'Defias Wizard-Flamestrike'),(12340,12340,4418,4,0,0,1,0,100,168,2,0,0,0,0,0,0,0,0,'Defias Wizard-Frost Armor'),(12340,12340,4418,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Defias Wizard-Fireball'),(12340,12340,4418,4,0,0,1,0,100,205,8,0,6,0,0,0,0,0,0,'Defias Wizard-Frostbolt'),(12340,12340,4418,4,0,0,1,0,100,113,8,0,6,0,0,0,0,0,0,'Defias Wizard-Chains of Ice'),(12340,12340,4420,4,0,0,1,0,25,5164,8,0,6,0,0,0,0,0,0,'Overlord Ramtusk-Knockdown'),(12340,12340,4421,4,0,0,1,0,25,21152,8,0,6,0,0,0,0,0,0,'Charlga Razorflank-Earthshaker'),(12340,12340,4422,4,0,0,1,0,25,15716,8,0,6,0,0,0,0,0,0,'Agathelos the Raging-Enrage'),(12340,12340,4440,4,0,0,1,0,25,1535,8,0,6,0,0,0,0,0,0,'Razorfen Totemic-Fire Nova'),(12340,12340,4454,4,0,0,1,0,25,1714,8,0,6,0,0,0,0,0,0,'Fizzle Brassbolts-Curse of Tongues'),(12340,12340,4457,4,0,0,1,0,8,744,8,0,6,0,0,0,0,0,0,'Murkgill Forager-Poison'),(12340,12340,4457,4,0,0,1,0,8,13443,8,0,6,0,0,0,0,0,0,'Murkgill Forager-Rend'),(12340,12340,4458,4,0,0,1,0,18,10277,8,0,6,0,0,0,0,0,0,'Murkgill Hunter-Throw'),(12340,12340,4459,4,0,0,1,0,30,9532,8,0,6,0,0,0,0,0,0,'Murkgill Oracle-Lightning Bolt'),(12340,12340,4460,4,0,0,1,0,30,9672,8,0,6,0,0,0,0,0,0,'Murkgill Lord-Frostbolt'),(12340,12340,4462,4,0,0,1,0,30,10277,8,0,6,0,0,0,0,0,0,'Blackrock Hunter-Throw'),(12340,12340,4462,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Hunter-Frenzy'),(12340,12340,4463,4,0,0,1,0,19,11939,9,0,3,0,0,0,0,0,0,'Blackrock Summoner-Summon Imp'),(12340,12340,4463,4,0,0,1,0,34,12466,8,0,6,0,0,0,0,0,0,'Blackrock Summoner-Fireball'),(12340,12340,4463,4,0,0,1,0,17,184,10,0,0,0,0,0,0,0,0,'Blackrock Summoner-Fire Shield II'),(12340,12340,4463,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Summoner-Frenzy'),(12340,12340,4464,4,0,0,1,0,18,32064,10,0,0,0,0,0,0,0,0,'Blackrock Gladiator-Battle Shout'),(12340,12340,4464,4,0,0,1,0,23,6713,11,0,6,0,0,0,0,0,0,'Blackrock Gladiator-Disarm'),(12340,12340,4464,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Blackrock Gladiator-Frenzy'),(12340,12340,4465,4,0,0,1,0,31,11976,8,0,6,0,0,0,0,0,0,'Vilebranch Warrior-Strike'),(12340,12340,4466,4,0,0,1,0,24,7160,8,0,6,0,0,0,0,0,0,'Vilebranch Scalper-Execute'),(12340,12340,4467,4,0,0,1,0,31,20824,8,0,6,0,0,0,0,0,0,'Vilebranch Soothsayer-Lightning Bolt'),(12340,12340,4467,4,0,0,1,0,23,10395,2,0,0,0,0,0,0,0,0,'Vilebranch Soothsayer-Healing Wave'),(12340,12340,4468,4,0,0,1,0,24,6814,11,0,6,0,0,0,0,0,0,'Jade Sludge-Sludge Toxin'),(12340,12340,4469,4,0,0,1,0,22,8245,11,0,4,0,0,0,0,0,0,'Emerald Ooze-Corrosive Acid'),(12340,12340,4469,4,0,0,1,0,31,15653,8,0,6,0,0,0,0,0,0,'Emerald Ooze-Acid Spit'),(12340,12340,4472,4,0,0,1,0,26,11443,8,0,6,0,0,0,0,0,0,'Haunting Vision-Cripple'),(12340,12340,4472,4,0,0,1,0,32,13860,8,0,6,0,0,0,0,0,0,'Haunting Vision-Mind Blast'),(12340,12340,4472,4,0,0,1,0,26,11981,8,0,6,0,0,0,0,0,0,'Haunting Vision-Mana Burn'),(12340,12340,4474,4,0,1,1,0,2,12541,8,0,6,0,0,0,0,0,0,'Rotting Cadaver-Ghoul Rot'),(12340,12340,4474,4,0,1,1,0,3,7102,8,0,6,0,0,0,0,0,0,'Rotting Cadaver-Contagion of Rot'),(12340,12340,4474,4,0,1,1,0,25,23244,8,0,6,0,0,0,0,0,0,'Rotting Cadaver-Corrupted Stamina'),(12340,12340,4475,4,0,0,1,0,22,3584,11,0,6,0,0,0,0,0,0,'Blighted Zombie-Volatile Infection'),(12340,12340,4479,4,0,0,1,0,23,2823,10,0,5,0,0,0,0,0,0,'Fardel Dabyrie-Deadly Poison'),(12340,12340,4480,4,0,0,1,0,37,8379,11,0,6,0,0,0,0,0,0,'Kenata Dabyrie-Disarm'),(12340,12340,4481,4,0,0,1,0,16,15062,10,0,0,0,0,0,0,0,0,'Marcel Dabyrie-Shield Wall'),(12340,12340,4481,4,0,0,1,0,28,11972,8,0,6,0,0,0,0,0,0,'Marcel Dabyrie-Shield Bash'),(12340,12340,4490,4,0,0,1,0,25,3589,8,0,6,0,0,0,0,0,0,'Grenka Bloodscreech-Deafening Screech'),(12340,12340,4493,4,0,0,1,0,27,3391,8,0,6,0,0,0,0,0,0,'Scarlet Avenger-Thrash'),(12340,12340,4494,4,0,0,1,0,33,20822,8,0,6,0,0,0,0,0,0,'Scarlet Spellbinder-Frostbolt'),(12340,12340,4494,4,0,0,1,0,22,11831,7,0,4,0,0,0,0,0,0,'Scarlet Spellbinder-Frost Nova'),(12340,12340,4494,4,0,0,1,0,20,11436,11,0,6,0,0,0,0,0,0,'Scarlet Spellbinder-Slow'),(12340,12340,4515,4,0,0,1,0,25,56,8,0,6,0,0,0,0,0,0,'Death\'s Head Acolyte-Stun'),(12340,12340,4516,4,0,0,1,0,25,11665,8,0,6,0,0,0,0,0,0,'Death\'s Head Adept-Immolate'),(12340,12340,4517,4,0,0,1,0,25,6060,8,0,6,0,0,0,0,0,0,'Death\'s Head Priest-Smite'),(12340,12340,4518,4,0,0,1,0,25,7643,8,0,6,0,0,0,0,0,0,'Death\'s Head Sage-Greater Adept\'s Robe'),(12340,12340,4519,4,0,0,1,0,25,8402,8,0,6,0,0,0,0,0,0,'Death\'s Head Seer-Fireball'),(12340,12340,4522,4,0,0,1,0,25,6780,8,0,6,0,0,0,0,0,0,'Razorfen Dustweaver-Wrath'),(12340,12340,4523,4,0,0,1,0,25,6524,8,0,6,0,0,0,0,0,0,'Razorfen Groundshaker-Ground Tremor'),(12340,12340,4525,4,0,0,1,0,25,10413,8,0,6,0,0,0,0,0,0,'Razorfen Earthbreaker-Earth Shock'),(12340,12340,4543,4,0,0,1,0,100,865,8,0,6,0,0,0,0,0,0,'Bloodmage Thalnos-Frost Nova'),(12340,12340,4543,4,0,0,1,0,100,8053,8,0,6,0,0,0,0,0,0,'Bloodmage Thalnos-Flame Shock'),(12340,12340,4546,4,0,0,1,0,25,22914,8,0,6,0,0,0,0,0,0,'Bor\'zehn-Concussive Shot'),(12340,12340,4633,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Kolkar Scout-Shoot'),(12340,12340,4634,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Kolkar Mauler-Thrash'),(12340,12340,4635,4,0,0,1,0,24,6728,11,0,6,0,0,0,0,0,0,'Kolkar Windchaser-Enveloping Winds'),(12340,12340,4635,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Kolkar Windchaser-Lightning Bolt'),(12340,12340,4636,4,0,0,1,0,24,25710,8,0,6,0,0,0,0,0,0,'Kolkar Battle Lord-Heroic Strike'),(12340,12340,4637,4,0,0,1,0,21,7160,8,0,6,0,0,0,0,0,0,'Kolkar Destroyer-Execute'),(12340,12340,4637,4,0,0,1,0,33,11824,8,0,6,0,0,0,0,0,0,'Kolkar Destroyer-Shock'),(12340,12340,4638,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Magram Scout-Shoot'),(12340,12340,4640,4,0,0,1,0,27,6533,1,0,6,0,0,0,0,0,0,'Magram Wrangler-Net'),(12340,12340,4641,4,0,0,1,0,24,959,2,0,0,0,0,0,0,0,0,'Magram Windchaser-Healing Wave'),(12340,12340,4641,4,0,0,1,0,37,9532,8,0,6,0,0,0,0,0,0,'Magram Windchaser-Lightning Bolt'),(12340,12340,4642,4,0,0,1,0,22,8788,10,0,0,0,0,0,0,0,0,'Magram Stormer-Lightning Shield'),(12340,12340,4642,4,0,0,1,0,26,6535,7,0,3,0,0,0,0,0,0,'Magram Stormer-Lightning Cloud'),(12340,12340,4644,4,0,0,1,0,23,15496,8,0,6,0,0,0,0,0,0,'Magram Marauder-Cleave'),(12340,12340,4645,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Magram Mauler-Thrash'),(12340,12340,4647,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Gelkis Scout-Shoot'),(12340,12340,4648,4,0,0,1,0,27,5568,7,0,4,0,0,0,0,0,0,'Gelkis Stamper-Trample'),(12340,12340,4649,4,0,0,1,0,21,959,2,0,0,0,0,0,0,0,0,'Gelkis Windchaser-Healing Wave'),(12340,12340,4649,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Gelkis Windchaser-Lightning Bolt'),(12340,12340,4651,4,0,0,1,0,35,20815,8,0,6,0,0,0,0,0,0,'Gelkis Earthcaller-Fireball'),(12340,12340,4651,4,0,0,1,0,27,9653,9,0,4,0,0,0,0,0,0,'Gelkis Earthcaller-Summon Gelkis Rumbler'),(12340,12340,4652,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Gelkis Mauler-Thrash'),(12340,12340,4654,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Maraudine Scout-Shoot'),(12340,12340,4655,4,0,0,1,0,20,6533,1,0,6,0,0,0,0,0,0,'Maraudine Wrangler-Net'),(12340,12340,4655,4,0,0,1,0,24,8379,11,0,6,0,0,0,0,0,0,'Maraudine Wrangler-Disarm'),(12340,12340,4656,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Maraudine Mauler-Thrash'),(12340,12340,4657,4,0,0,1,0,24,6728,11,0,6,0,0,0,0,0,0,'Maraudine Windchaser-Enveloping Winds'),(12340,12340,4657,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Maraudine Windchaser-Lightning Bolt'),(12340,12340,4657,4,0,0,1,0,21,11986,2,0,0,0,0,0,0,0,0,'Maraudine Windchaser-Healing Wave'),(12340,12340,4658,4,0,0,1,0,32,9654,8,0,6,0,0,0,0,0,0,'Maraudine Stormer-Jumping Lightning'),(12340,12340,4658,4,0,0,1,0,27,8293,7,0,3,0,0,0,0,0,0,'Maraudine Stormer-Lightning Cloud'),(12340,12340,4658,4,0,0,1,0,23,8788,10,0,0,0,0,0,0,0,0,'Maraudine Stormer-Lightning Shield'),(12340,12340,4659,4,0,0,1,0,23,15496,8,0,6,0,0,0,0,0,0,'Maraudine Marauder-Cleave'),(12340,12340,4663,4,0,0,1,0,25,6909,6,0,6,0,0,0,0,0,0,'Burning Blade Augur-Curse of Thorns'),(12340,12340,4663,4,0,0,1,0,34,20807,8,0,6,0,0,0,0,0,0,'Burning Blade Augur-Shadow Bolt'),(12340,12340,4664,4,0,0,1,0,27,8374,7,0,3,0,0,0,0,0,0,'Burning Blade Reaver-Arcing Smash'),(12340,12340,4665,4,0,0,1,0,22,6742,10,0,0,0,0,0,0,0,0,'Burning Blade Adept-Bloodlust'),(12340,12340,4665,4,0,0,1,0,34,19816,8,0,6,0,0,0,0,0,0,'Burning Blade Adept-Fireball'),(12340,12340,4667,4,0,0,1,0,22,9657,10,0,0,0,0,0,0,0,0,'Burning Blade Shadowmage-Shadow Shell'),(12340,12340,4667,4,0,0,1,0,34,20816,8,0,6,0,0,0,0,0,0,'Burning Blade Shadowmage-Shadow Bolt'),(12340,12340,4668,4,0,0,1,0,21,11939,9,0,4,0,0,0,0,0,0,'Burning Blade Summoner-Summon Imp'),(12340,12340,4668,4,0,0,1,0,34,20825,8,0,6,0,0,0,0,0,0,'Burning Blade Summoner-Shadow Bolt'),(12340,12340,4670,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Rogue-Enrage'),(12340,12340,4671,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Trickster-Enrage'),(12340,12340,4671,4,0,0,1,0,22,744,8,0,6,0,0,0,0,0,0,'Hatefury Trickster-Poison'),(12340,12340,4672,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Felsworn-Enrage'),(12340,12340,4673,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Betrayer-Enrage'),(12340,12340,4674,4,0,0,1,0,22,6595,8,0,6,0,0,0,0,0,0,'Hatefury Shadowstalker-Exploit Weakness'),(12340,12340,4674,4,0,0,1,0,19,24698,8,0,6,0,0,0,0,0,0,'Hatefury Shadowstalker-Gouge'),(12340,12340,4674,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Shadowstalker-Enrage'),(12340,12340,4675,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Hatefury Hellcaller-Enrage'),(12340,12340,4675,4,0,0,1,0,28,1094,8,0,6,0,0,0,0,0,0,'Hatefury Hellcaller-Immolate'),(12340,12340,4675,4,0,0,1,0,23,39273,7,0,3,0,0,0,0,0,0,'Hatefury Hellcaller-Rain of Fire'),(12340,12340,4676,4,0,0,1,0,21,2601,10,0,0,0,0,0,0,0,0,'Lesser Infernal-Fire Shield III'),(12340,12340,4679,4,0,0,1,0,31,7816,8,0,6,0,0,0,0,0,0,'Nether Maiden-Lash of Pain'),(12340,12340,4680,4,0,0,1,0,18,6192,10,0,0,0,0,0,0,0,0,'Doomwarder Captain-Battle Shout'),(12340,12340,4680,4,0,0,1,0,34,3261,8,0,6,0,0,0,0,0,0,'Doomwarder Captain-Ignite'),(12340,12340,4681,4,0,0,1,0,26,3429,11,0,6,0,0,0,0,0,0,'Mage Hunter-Plague Mind'),(12340,12340,4682,4,0,0,1,0,31,7816,8,0,6,0,0,0,0,0,0,'Nether Sister-Lash of Pain'),(12340,12340,4684,4,0,0,1,0,35,20297,8,0,6,0,0,0,0,0,0,'Nether Sorceress-Frostbolt'),(12340,12340,4684,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Nether Sorceress-Frost Nova'),(12340,12340,4684,4,0,0,1,0,31,15698,8,0,6,0,0,0,0,0,0,'Nether Sorceress-Filling Empty Jar'),(12340,12340,4685,4,0,0,1,0,33,22189,8,0,6,0,0,0,0,0,0,'Ley Hunter-Mana Burn'),(12340,12340,4690,4,0,0,1,0,22,3150,11,0,6,0,0,0,0,0,0,'Rabid Bonepaw-Rabies'),(12340,12340,4692,4,0,0,1,0,25,5708,7,0,3,0,0,0,0,0,0,'Dread Swoop-Swoop'),(12340,12340,4693,4,0,0,1,0,26,6713,11,0,6,0,0,0,0,0,0,'Dread Flyer-Disarm'),(12340,12340,4694,4,0,0,1,0,28,3147,8,0,6,0,0,0,0,0,0,'Dread Ripper-Rend Flesh'),(12340,12340,4695,4,0,0,1,0,19,3427,11,0,6,0,0,0,0,0,0,'Carrion Horror-Infected Wound'),(12340,12340,4696,4,0,0,1,0,31,5416,8,0,6,0,0,0,0,0,0,'Scorpashi Snapper-Venom Sting'),(12340,12340,4697,4,0,0,1,0,31,5416,8,0,6,0,0,0,0,0,0,'Scorpashi Lasher-Venom Sting'),(12340,12340,4699,4,0,0,1,0,31,5416,8,0,6,0,0,0,0,0,0,'Scorpashi Venomlash-Venom Sting'),(12340,12340,4705,4,0,0,1,0,30,9658,8,0,6,0,0,0,0,0,0,'Burning Blade Invoker-Flame Buffet'),(12340,12340,4711,4,0,0,1,0,25,7947,8,0,6,0,0,0,0,0,0,'Slitherblade Naga-Localized Toxin'),(12340,12340,4712,4,0,0,1,0,34,20819,8,0,6,0,0,0,0,0,0,'Slitherblade Sorceress-Frostbolt'),(12340,12340,4712,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Slitherblade Sorceress-Frost Armor'),(12340,12340,4713,4,0,0,1,0,32,9080,11,0,6,0,0,0,0,0,0,'Slitherblade Warrior-Hamstring'),(12340,12340,4713,4,0,0,1,0,25,7947,8,0,6,0,0,0,0,0,0,'Slitherblade Warrior-Localized Toxin'),(12340,12340,4713,4,0,0,1,0,22,11977,8,0,6,0,0,0,0,0,0,'Slitherblade Warrior-Rend'),(12340,12340,4714,4,0,0,1,0,25,7947,8,0,6,0,0,0,0,0,0,'Slitherblade Myrmidon-Localized Toxin'),(12340,12340,4715,4,0,0,1,0,25,7947,8,0,6,0,0,0,0,0,0,'Slitherblade Razortail-Localized Toxin'),(12340,12340,4716,4,0,0,1,0,22,10277,8,0,6,0,0,0,0,0,0,'Slitherblade Tidehunter-Throw'),(12340,12340,4716,4,0,0,1,0,25,865,7,0,4,0,0,0,0,0,0,'Slitherblade Tidehunter-Frost Nova'),(12340,12340,4718,4,0,0,1,0,27,11436,11,0,6,0,0,0,0,0,0,'Slitherblade Oracle-Slow'),(12340,12340,4718,4,0,0,1,0,21,5605,9,0,4,0,0,0,0,0,0,'Slitherblade Oracle-Healing Ward'),(12340,12340,4719,4,0,0,1,0,21,12544,10,0,0,0,0,0,0,0,0,'Slitherblade Sea Witch-Frost Armor'),(12340,12340,4719,4,0,0,1,0,25,8427,7,0,3,0,0,0,0,0,0,'Slitherblade Sea Witch-Blizzard'),(12340,12340,4723,4,0,0,1,0,25,9532,8,0,6,0,0,0,0,0,0,'Foreman Cozzle-Lightning Bolt'),(12340,12340,4723,4,0,0,1,0,10,4979,10,0,0,0,0,0,0,0,0,'Foreman Cozzle-Quick Flame Ward'),(12340,12340,4723,4,0,0,1,0,20,184,10,0,0,0,0,0,0,0,0,'Foreman Cozzle-Fire Shield II'),(12340,12340,4726,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Raging Thunder Lizard-Enrage'),(12340,12340,4726,4,0,0,1,0,35,15612,8,0,6,0,0,0,0,0,0,'Raging Thunder Lizard-Lizard Bolt'),(12340,12340,4727,4,0,0,1,0,33,15612,8,0,6,0,0,0,0,0,0,'Elder Thunder Lizard-Lizard Bolt'),(12340,12340,4727,4,0,0,1,0,33,40505,8,0,6,0,0,0,0,0,0,'Elder Thunder Lizard-Cleave'),(12340,12340,4728,4,0,0,1,0,13,3636,3,0,6,0,0,0,0,0,0,'Gritjaw Basilisk-Crystalline Slumber'),(12340,12340,4729,4,0,0,1,0,13,3636,3,0,6,0,0,0,0,0,0,'Hulking Gritjaw Basilisk-Crystalline Slumber'),(12340,12340,4799,4,0,0,1,0,25,2941,8,0,6,0,0,0,0,0,0,'Fallenroot Hellcaller-Immolate'),(12340,12340,4802,4,0,0,1,0,25,8406,8,0,6,0,0,0,0,0,0,'Blackfathom Tide Priestess-Frostbolt'),(12340,12340,4803,4,0,0,1,0,25,10180,8,0,6,0,0,0,0,0,0,'Blackfathom Oracle-Frostbolt'),(12340,12340,4805,4,0,0,1,0,25,3132,8,0,6,0,0,0,0,0,0,'Blackfathom Sea Witch-Chilling Breath'),(12340,12340,4807,4,0,0,1,0,25,16352,8,0,6,0,0,0,0,0,0,'Blackfathom Myrmidon-Frostbrand Attack'),(12340,12340,4809,4,0,0,1,0,25,1088,8,0,6,0,0,0,0,0,0,'Twilight Acolyte-Shadow Bolt'),(12340,12340,4811,4,0,0,1,0,25,7648,8,0,6,0,0,0,0,0,0,'Twilight Aquamancer-Corruption'),(12340,12340,4812,4,0,0,1,0,25,11659,8,0,6,0,0,0,0,0,0,'Twilight Loreseeker-Shadow Bolt'),(12340,12340,4813,4,0,0,1,0,100,18138,8,0,6,0,0,0,0,0,0,'Twilight Shadowmage-Shadow Bolt'),(12340,12340,4814,4,0,0,1,0,25,12523,8,0,6,0,0,0,0,0,0,'Twilight Elementalist-Pyroblast'),(12340,12340,4818,4,0,0,1,0,100,6145,8,0,6,0,0,0,0,0,0,'Blindlight Murloc-Eagle Eye (PT)'),(12340,12340,4818,4,0,0,1,0,100,71,8,0,6,0,0,0,0,0,0,'Blindlight Murloc-Defensive Stance'),(12340,12340,4818,4,0,0,1,0,100,22691,8,0,6,0,0,0,0,0,0,'Blindlight Murloc-Disarm'),(12340,12340,4819,4,0,0,1,0,100,8382,8,0,6,0,0,0,0,0,0,'Blindlight Muckdweller-Leech Poison'),(12340,12340,4819,4,0,0,1,0,100,8733,8,0,6,0,0,0,0,0,0,'Blindlight Muckdweller-Blessing of Blackfathom'),(12340,12340,4820,4,0,0,1,0,100,14109,8,0,6,0,0,0,0,0,0,'Blindlight Oracle-Lightning Bolt'),(12340,12340,4820,4,0,0,1,0,100,3358,8,0,6,0,0,0,0,0,0,'Blindlight Oracle-Leech Poison'),(12340,12340,4820,4,0,0,1,0,100,8733,8,0,6,0,0,0,0,0,0,'Blindlight Oracle-Blessing of Blackfathom'),(12340,12340,4820,4,0,0,1,0,100,12024,8,0,6,0,0,0,0,0,0,'Blindlight Oracle-Net'),(12340,12340,4829,4,0,0,1,0,25,3396,8,0,6,0,0,0,0,0,0,'Aku\'mai-Corrosive Poison'),(12340,12340,4831,4,0,0,1,0,25,10179,8,0,6,0,0,0,0,0,0,'Lady Sarevess-Frostbolt'),(12340,12340,4832,4,0,0,1,0,25,11660,8,0,6,0,0,0,0,0,0,'Twilight Lord Kelris-Shadow Bolt'),(12340,12340,4842,4,0,0,1,0,25,22885,8,0,6,0,0,0,0,0,0,'Earthcaller Halmgar-Earth Shock'),(12340,12340,4844,4,0,0,1,0,22,12544,10,0,0,0,0,0,0,0,0,'Shadowforge Surveyor-Frost Armor'),(12340,12340,4844,4,0,0,1,0,35,9053,8,0,6,0,0,0,0,0,0,'Shadowforge Surveyor-Fireball'),(12340,12340,4845,4,0,0,1,0,31,11978,8,0,6,0,0,0,0,0,0,'Shadowforge Ruffian-Kick'),(12340,12340,4846,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Shadowforge Digger-Sunder Armor'),(12340,12340,4887,4,0,0,1,0,25,5365,8,0,6,0,0,0,0,0,0,'Ghamoo-ra-Thick Skin'),(12340,12340,4962,4,0,1,1,0,1,8313,8,0,6,0,0,0,0,0,0,'Tapoke \"Slim\" Jahn-Poison'),(12340,12340,4962,4,0,1,1,0,2,13491,3,0,6,0,0,0,0,0,0,'Tapoke \"Slim\" Jahn-Pummel'),(12340,12340,4962,4,0,1,1,0,4,7992,10,0,6,0,0,0,0,0,0,'Tapoke \"Slim\" Jahn-Slowing Poison'),(12340,12340,4963,4,0,1,1,0,38,8401,8,0,6,0,0,0,0,0,0,'Mikhail-Fireball'),(12340,12340,4963,4,0,1,1,0,62,12721,8,0,6,0,0,0,0,0,0,'Mikhail-Deep Wounds'),(12340,12340,4966,4,0,0,1,0,21,11977,8,0,6,0,0,0,0,0,0,'Private Hendel-Rend'),(12340,12340,4967,4,0,0,1,0,100,7322,8,0,6,0,0,0,0,0,0,'Archmage Tervosh-Frostbolt'),(12340,12340,4967,4,0,0,1,0,100,8401,8,0,6,0,0,0,0,0,0,'Archmage Tervosh-Fireball'),(12340,12340,4971,4,0,0,1,0,20,744,8,0,6,0,0,0,0,0,0,'Slim\'s Friend-Poison'),(12340,12340,4971,4,0,0,1,0,25,2589,8,0,6,0,0,0,0,0,0,'Slim\'s Friend-Backstab'),(12340,12340,4973,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Guard Lasiter-Shoot'),(12340,12340,5224,4,0,0,1,0,100,13298,8,0,6,0,0,0,0,0,0,'Murk Slitherer-Poison'),(12340,12340,5225,4,0,0,1,0,24,6917,8,0,6,0,0,0,0,0,0,'Murk Spitter-Venom Spit'),(12340,12340,5226,4,0,0,1,0,100,7992,8,0,6,0,0,0,0,0,0,'Murk Worm-Slowing Poison'),(12340,12340,5228,4,0,0,1,0,100,7992,8,0,6,0,0,0,0,0,0,'Saturated Ooze-Slowing Poison'),(12340,12340,5232,4,0,0,1,0,28,10966,8,0,6,0,0,0,0,0,0,'Gordunni Brute-Uppercut'),(12340,12340,5234,4,0,0,1,0,22,3391,8,0,6,0,0,0,0,0,0,'Gordunni Mauler-Thrash'),(12340,12340,5236,4,0,0,1,0,28,8005,3,0,0,0,0,0,0,0,0,'Gordunni Shaman-Healing Wave'),(12340,12340,5236,4,0,0,1,0,18,8134,10,0,0,0,0,0,0,0,0,'Gordunni Shaman-Lightning Shield'),(12340,12340,5236,4,0,0,1,0,21,8499,9,0,4,0,0,0,0,0,0,'Gordunni Shaman-Fire Nova'),(12340,12340,5237,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Gordunni Ogre Mage-Lightning Bolt'),(12340,12340,5237,4,0,0,1,0,10,6742,10,0,0,0,0,0,0,0,0,'Gordunni Ogre Mage-Bloodlust'),(12340,12340,5238,4,0,0,1,0,17,13730,11,0,4,0,0,0,0,0,0,'Gordunni Battlemaster-Demoralizing Shout'),(12340,12340,5239,4,0,0,1,0,32,20823,8,0,6,0,0,0,0,0,0,'Gordunni Mage-Lord-Fireball'),(12340,12340,5239,4,0,0,1,0,26,20827,7,0,3,0,0,0,0,0,0,'Gordunni Mage-Lord-Flamestrike'),(12340,12340,5239,4,0,0,1,0,10,6742,10,0,0,0,0,0,0,0,0,'Gordunni Mage-Lord-Bloodlust'),(12340,12340,5240,4,0,0,1,0,32,20298,8,0,6,0,0,0,0,0,0,'Gordunni Warlock-Shadow Bolt'),(12340,12340,5240,4,0,0,1,0,24,7289,11,0,6,0,0,0,0,0,0,'Gordunni Warlock-Shrink'),(12340,12340,5241,4,0,0,1,0,17,10967,11,0,4,0,0,0,0,0,0,'Gordunni Warlord-Echoing Roar'),(12340,12340,5243,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Cursed Atal\'ai-Call of the Grave'),(12340,12340,5245,4,0,0,1,0,26,744,8,0,6,0,0,0,0,0,0,'Zukk\'ash Wasp-Poison'),(12340,12340,5247,4,0,0,1,0,23,6016,11,0,6,0,0,0,0,0,0,'Zukk\'ash Tunneler-Pierce Armor'),(12340,12340,5249,4,0,0,1,0,16,7102,11,0,6,0,0,0,0,0,0,'Woodpaw Mongrel-Contagion of Rot'),(12340,12340,5251,4,0,0,1,0,38,6660,8,0,6,0,0,0,0,0,0,'Woodpaw Trapper-Shoot'),(12340,12340,5251,4,0,0,1,0,18,6533,1,0,6,0,0,0,0,0,0,'Woodpaw Trapper-Net'),(12340,12340,5254,4,0,0,1,0,25,8005,3,0,0,0,0,0,0,0,0,'Woodpaw Mystic-Healing Wave'),(12340,12340,5254,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Woodpaw Mystic-Lightning Bolt'),(12340,12340,5255,4,0,0,1,0,26,15284,8,0,6,0,0,0,0,0,0,'Woodpaw Reaver-Cleave'),(12340,12340,5258,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Woodpaw Alpha-Enrage'),(12340,12340,5259,4,0,0,1,0,100,15208,8,0,6,0,0,0,0,0,0,'Atal\'ai Witch Doctor-Lightning Bolt'),(12340,12340,5259,4,0,0,1,0,100,10605,8,0,6,0,0,0,0,0,0,'Atal\'ai Witch Doctor-Chain Lightning'),(12340,12340,5261,4,0,0,1,0,100,8600,8,0,6,0,0,0,0,0,0,'Enthralled Atal\'ai-Fevered Plague'),(12340,12340,5262,4,0,0,1,0,24,8078,7,0,4,0,0,0,0,0,0,'Groddoc Thunderer-Thunderclap'),(12340,12340,5263,4,0,0,1,0,100,8600,8,0,6,0,0,0,0,0,0,'Mummified Atal\'ai-Fevered Plague'),(12340,12340,5267,4,0,0,1,0,100,8247,8,0,6,0,0,0,0,0,0,'Unliving Atal\'ai-Wandering Plague'),(12340,12340,5269,4,0,0,1,0,100,8600,8,0,6,0,0,0,0,0,0,'Atal\'ai Priest-Fevered Plague'),(12340,12340,5269,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Atal\'ai Priest-Shadow Bolt'),(12340,12340,5270,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Atal\'ai Corpse Eater-Shadow Word: Pain'),(12340,12340,5271,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Atal\'ai Deathwalker-Shadow Word: Pain'),(12340,12340,5273,4,0,0,1,0,100,15654,8,0,6,0,0,0,0,0,0,'Atal\'ai High Priest-Shadow Word: Pain'),(12340,12340,5273,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Atal\'ai High Priest-Shadow Bolt'),(12340,12340,5274,4,0,0,1,0,17,10968,11,0,4,0,0,0,0,0,0,'Ironfur Patriarch-Demoralizing Roar'),(12340,12340,5276,4,0,0,1,0,27,17630,8,0,6,0,0,0,0,0,0,'Sprite Dragon-Mana Burn'),(12340,12340,5277,4,0,0,1,0,100,12782,8,0,6,0,0,0,0,0,0,'Nightmare Scalebane-Shield Spike'),(12340,12340,5278,4,0,0,1,0,27,11981,8,0,6,0,0,0,0,0,0,'Sprite Darter-Mana Burn'),(12340,12340,5280,4,0,0,1,0,100,15653,8,0,6,0,0,0,0,0,0,'Nightmare Wyrmkin-Acid Spit'),(12340,12340,5283,4,0,0,1,0,100,15580,8,0,6,0,0,0,0,0,0,'Nightmare Wanderer-Strike'),(12340,12340,5288,4,0,0,1,0,20,3150,11,0,6,0,0,0,0,0,0,'Rabid Longtooth-Rabies'),(12340,12340,5291,4,0,0,1,0,100,9915,8,0,6,0,0,0,0,0,0,'Hakkari Frostwing-Frost Nova'),(12340,12340,5291,4,0,0,1,0,100,8398,8,0,6,0,0,0,0,0,0,'Hakkari Frostwing-Frostbolt Volley'),(12340,12340,5295,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Enraged Feral Scar-Enrage'),(12340,12340,5296,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Rage Scar Yeti-Enrage'),(12340,12340,5297,4,0,0,1,0,23,6507,10,0,0,0,0,0,0,0,0,'Elder Rage Scar-Battle Roar'),(12340,12340,5299,4,0,0,1,0,25,3147,8,0,6,0,0,0,0,0,0,'Ferocious Rage Scar-Rend Flesh'),(12340,12340,5304,4,0,0,1,0,23,5708,7,0,3,0,0,0,0,0,0,'Frayfeather Stagwing-Swoop'),(12340,12340,5305,4,0,0,1,0,23,6535,7,0,3,0,0,0,0,0,0,'Frayfeather Skystormer-Lightning Cloud'),(12340,12340,5307,4,0,0,1,0,23,8281,7,0,4,0,0,0,0,0,0,'Vale Screecher-Sonic Burst'),(12340,12340,5308,4,0,0,1,0,23,8281,7,0,4,0,0,0,0,0,0,'Rogue Vale Screecher-Sonic Burst'),(12340,12340,5312,4,0,0,1,0,23,20667,7,0,3,0,0,0,0,0,0,'Lethlas-Corrosive Acid Breath'),(12340,12340,5312,4,0,0,1,0,27,12882,7,0,3,0,0,0,0,0,0,'Lethlas-Wing Flap'),(12340,12340,5314,4,0,0,1,0,21,20667,7,0,4,0,0,0,0,0,0,'Phantim-Corrosive Acid Breath'),(12340,12340,5317,4,0,0,1,0,25,20665,3,0,0,0,0,0,0,0,0,'Jademir Oracle-Regrowth'),(12340,12340,5317,4,0,0,1,0,25,20664,3,0,0,0,0,0,0,0,0,'Jademir Oracle-Rejuvenation'),(12340,12340,5319,4,0,0,1,0,24,20654,8,0,6,0,0,0,0,0,0,'Jademir Tree Warder-Entangling Roots'),(12340,12340,5319,4,0,0,1,0,22,20656,11,0,6,0,0,0,0,0,0,'Jademir Tree Warder-Faerie Fire'),(12340,12340,5320,4,0,0,1,0,30,20666,8,0,6,0,0,0,0,0,0,'Jademir Boughguard-Cleave'),(12340,12340,5320,4,0,0,1,0,20,12021,11,0,6,0,0,0,0,0,0,'Jademir Boughguard-Fixate'),(12340,12340,5320,4,0,0,1,0,24,15708,8,0,6,0,0,0,0,0,0,'Jademir Boughguard-Mortal Strike'),(12340,12340,5328,4,0,0,1,0,27,9672,8,0,6,0,0,0,0,0,0,'Coast Crawl Deepseer-Frostbolt'),(12340,12340,5328,4,0,0,1,0,19,12544,10,0,0,0,0,0,0,0,0,'Coast Crawl Deepseer-Frost Armor'),(12340,12340,5331,4,0,0,1,0,23,6713,11,0,6,0,0,0,0,0,0,'Hatecrest Warrior-Disarm'),(12340,12340,5332,4,0,0,1,0,24,10987,7,0,4,0,0,0,0,0,0,'Hatecrest Wave Rider-Geyser'),(12340,12340,5333,4,0,0,1,0,30,8058,8,0,6,0,0,0,0,0,0,'Hatecrest Serpent Guard-Frost Shock'),(12340,12340,5334,4,0,0,1,0,20,6533,1,0,6,0,0,0,0,0,0,'Hatecrest Myrmidon-Net'),(12340,12340,5335,4,0,0,1,0,24,8281,7,0,4,0,0,0,0,0,0,'Hatecrest Screamer-Sonic Burst'),(12340,12340,5335,4,0,0,1,0,28,6078,3,0,0,0,0,0,0,0,0,'Hatecrest Screamer-Renew'),(12340,12340,5336,4,0,0,1,0,32,20822,8,0,6,0,0,0,0,0,0,'Hatecrest Sorceress-Frostbolt'),(12340,12340,5336,4,0,0,1,0,26,10185,7,0,3,0,0,0,0,0,0,'Hatecrest Sorceress-Blizzard'),(12340,12340,5337,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Hatecrest Siren-Lightning Bolt'),(12340,12340,5343,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Lady Szallah-Lightning Bolt'),(12340,12340,5346,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Bloodroar the Stalker-Enrage'),(12340,12340,5346,4,0,0,1,0,22,3264,11,0,4,0,0,0,0,0,0,'Bloodroar the Stalker-Blood Howl'),(12340,12340,5347,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Antilus the Soarer-Rend'),(12340,12340,5349,4,0,0,1,0,25,15117,8,0,6,0,0,0,0,0,0,'Arash-ethis-Chain Lightning'),(12340,12340,5349,4,0,0,1,0,27,12553,8,0,6,0,0,0,0,0,0,'Arash-ethis-Shock'),(12340,12340,5350,4,0,0,1,0,27,13298,8,0,6,0,0,0,0,0,0,'Qirot-Poison'),(12340,12340,5354,4,0,0,1,0,26,11922,8,0,6,0,0,0,0,0,0,'Gnarl Leafbrother-Entangling Roots'),(12340,12340,5355,4,0,0,1,0,19,33483,8,0,6,0,0,0,0,0,0,'Firewing Defender-Mana Tap'),(12340,12340,5355,4,0,0,1,0,15,33390,11,0,4,0,0,0,0,0,0,'Firewing Defender-Arcane Torrent'),(12340,12340,5355,4,0,0,1,0,23,11976,8,0,6,0,0,0,0,0,0,'Firewing Defender-Strike'),(12340,12340,5357,4,0,0,1,0,30,23391,8,0,6,0,0,0,0,0,0,'Land Walker-Boulder'),(12340,12340,5358,4,0,0,1,0,25,45,7,0,4,0,0,0,0,0,0,'Cliff Giant-War Stomp'),(12340,12340,5362,4,0,0,1,0,25,11014,3,0,0,0,0,0,0,0,0,'Northspring Harpy-Flow of the Northspring'),(12340,12340,5363,4,0,0,1,0,25,11014,3,0,0,0,0,0,0,0,0,'Northspring Roguefeather-Flow of the Northspring'),(12340,12340,5363,4,0,0,1,0,28,3391,8,0,6,0,0,0,0,0,0,'Northspring Roguefeather-Thrash'),(12340,12340,5363,4,0,0,1,0,27,6595,8,0,6,0,0,0,0,0,0,'Northspring Roguefeather-Exploit Weakness'),(12340,12340,5364,4,0,0,1,0,25,11014,3,0,0,0,0,0,0,0,0,'Northspring Slayer-Flow of the Northspring'),(12340,12340,5364,4,0,0,1,0,30,7160,8,0,6,0,0,0,0,0,0,'Northspring Slayer-Execute'),(12340,12340,5366,4,0,0,1,0,25,11014,3,0,0,0,0,0,0,0,0,'Northspring Windcaller-Flow of the Northspring'),(12340,12340,5366,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Northspring Windcaller-Lightning Bolt'),(12340,12340,5366,4,0,0,1,0,20,6728,11,0,6,0,0,0,0,0,0,'Northspring Windcaller-Enveloping Winds'),(12340,12340,5387,4,0,0,1,0,100,8401,8,0,6,0,0,0,0,0,0,'High Explorer Magellas-Fireball'),(12340,12340,5387,4,0,0,1,0,100,7322,8,0,6,0,0,0,0,0,0,'High Explorer Magellas-Frostbolt'),(12340,12340,5400,4,0,0,1,0,100,7102,8,0,6,0,0,0,0,0,0,'Zekkis-Contagion of Rot'),(12340,12340,5400,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Zekkis-Shadow Word: Pain'),(12340,12340,5402,4,0,0,1,0,17,9128,10,0,0,0,0,0,0,0,0,'Khan Hratha-Battle Shout'),(12340,12340,5402,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Khan Hratha-Cleave'),(12340,12340,5419,4,0,0,1,0,14,5106,5,0,3,0,0,0,0,0,0,'Glasshide Basilisk-Crystal Flash'),(12340,12340,5420,4,0,0,1,0,14,3635,5,0,6,0,0,0,0,0,0,'Glasshide Gazer-Crystal Gaze'),(12340,12340,5421,4,0,0,1,0,14,11020,5,0,6,0,0,0,0,0,0,'Glasshide Petrifier-Petrify'),(12340,12340,5423,4,0,0,1,0,23,6607,5,0,6,0,0,0,0,0,0,'Scorpid Tail Lasher-Lash'),(12340,12340,5424,4,0,0,1,0,24,5416,8,0,6,0,0,0,0,0,0,'Scorpid Dunestalker-Venom Sting'),(12340,12340,5427,4,0,0,1,0,22,3150,11,0,6,0,0,0,0,0,0,'Rabid Blisterpaw-Rabies'),(12340,12340,5429,4,0,0,1,0,34,11021,8,0,6,0,0,0,0,0,0,'Fire Roc-Flamespit'),(12340,12340,5441,4,0,0,1,0,23,744,8,0,6,0,0,0,0,0,0,'Hazzali Wasp-Poison'),(12340,12340,5446,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Tamed Spider-Web'),(12340,12340,5446,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Tamed Spider-Poison'),(12340,12340,5446,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Tamed Spider-Weak Poison'),(12340,12340,5450,4,0,0,1,0,24,5416,8,0,6,0,0,0,0,0,0,'Hazzali Stinger-Venom Sting'),(12340,12340,5451,4,0,0,1,0,26,10722,9,0,4,0,0,0,0,0,0,'Hazzali Swarmer-Silithid Swarm'),(12340,12340,5453,4,0,0,1,0,25,6016,11,0,6,0,0,0,0,0,0,'Hazzali Tunneler-Pierce Armor'),(12340,12340,5454,4,0,0,1,0,22,8374,7,0,3,0,0,0,0,0,0,'Hazzali Sandreaver-Arcing Smash'),(12340,12340,5455,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Wasp-Thrash'),(12340,12340,5455,4,0,0,1,0,23,744,8,0,6,0,0,0,0,0,0,'Centipaar Wasp-Poison'),(12340,12340,5456,4,0,0,1,0,24,5416,8,0,6,0,0,0,0,0,0,'Centipaar Stinger-Venom Sting'),(12340,12340,5456,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Stinger-Thrash'),(12340,12340,5457,4,0,0,1,0,26,10722,9,0,4,0,0,0,0,0,0,'Centipaar Swarmer-Silithid Swarm'),(12340,12340,5457,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Swarmer-Thrash'),(12340,12340,5458,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Worker-Thrash'),(12340,12340,5459,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Tunneler-Thrash'),(12340,12340,5459,4,0,0,1,0,25,6016,11,0,6,0,0,0,0,0,0,'Centipaar Tunneler-Pierce Armor'),(12340,12340,5460,4,0,0,1,0,26,8374,7,0,3,0,0,0,0,0,0,'Centipaar Sandreaver-Arcing Smash'),(12340,12340,5460,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Centipaar Sandreaver-Thrash'),(12340,12340,5462,4,0,0,1,0,34,11538,8,0,6,0,0,0,0,0,0,'Sea Spray-Frostbolt'),(12340,12340,5462,4,0,0,1,0,23,10987,7,0,4,0,0,0,0,0,0,'Sea Spray-Geyser'),(12340,12340,5465,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Land Rager-Enrage'),(12340,12340,5467,4,0,0,1,0,26,45,7,0,4,0,0,0,0,0,0,'Deep Dweller-War Stomp'),(12340,12340,5469,4,0,0,1,0,23,9791,11,0,6,0,0,0,0,0,0,'Dune Smasher-Head Crack'),(12340,12340,5470,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Raging Dune Smasher-Enrage'),(12340,12340,5471,4,0,0,1,0,28,25710,8,0,6,0,0,0,0,0,0,'Dunemaul Ogre-Heroic Strike'),(12340,12340,5472,4,0,0,1,0,23,13730,11,0,4,0,0,0,0,0,0,'Dunemaul Enforcer-Demoralizing Shout'),(12340,12340,5473,4,0,0,1,0,34,9053,8,0,6,0,0,0,0,0,0,'Dunemaul Ogre Mage-Fireball'),(12340,12340,5473,4,0,0,1,0,23,11436,11,0,6,0,0,0,0,0,0,'Dunemaul Ogre Mage-Slow'),(12340,12340,5473,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Dunemaul Ogre Mage-Bloodlust'),(12340,12340,5474,4,0,0,1,0,34,10966,8,0,6,0,0,0,0,0,0,'Dunemaul Brute-Uppercut'),(12340,12340,5475,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Dunemaul Warlock-Shadow Bolt'),(12340,12340,5475,4,0,0,1,0,28,2941,8,0,6,0,0,0,0,0,0,'Dunemaul Warlock-Immolate'),(12340,12340,5475,4,0,0,1,0,22,6909,6,0,6,0,0,0,0,0,0,'Dunemaul Warlock-Curse of Thorns'),(12340,12340,5481,4,0,0,1,0,26,11922,8,0,6,0,0,0,0,0,0,'Thistleshrub Dew Collector-Entangling Roots'),(12340,12340,5485,4,0,0,1,0,23,8376,9,0,4,0,0,0,0,0,0,'Thistleshrub Rootshaper-Earthgrab Totem'),(12340,12340,5595,4,0,1,1,0,0,10894,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Shadow Word: Pain'),(12340,12340,5595,4,0,1,1,0,0,17800,10,0,0,0,0,0,0,0,0,'Ironforge Guard-Shadow Mastery'),(12340,12340,5595,4,0,1,1,0,0,25295,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Serpent Sting'),(12340,12340,5595,4,0,1,1,0,0,9826,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Pounce Bleed'),(12340,12340,5595,4,0,1,1,0,0,9827,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Pounce'),(12340,12340,5595,4,0,1,1,0,0,27615,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Kidney Shot'),(12340,12340,5595,4,0,1,1,0,0,20615,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Intercept'),(12340,12340,5595,4,0,1,1,0,0,11286,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Gouge'),(12340,12340,5595,4,0,1,1,0,0,10181,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Frostbolt'),(12340,12340,5595,4,0,1,1,0,0,11700,10,0,6,0,0,0,0,0,0,'Ironforge Guard-Drain Life'),(12340,12340,5595,4,0,1,1,0,0,12867,10,0,0,0,0,0,0,0,0,'Ironforge Guard-Deep Wounds'),(12340,12340,5595,4,0,1,1,0,0,11719,6,0,6,0,0,0,0,0,0,'Ironforge Guard-Curse of Tongues'),(12340,12340,5595,4,0,1,1,0,0,20924,8,0,0,0,0,0,0,0,0,'Ironforge Guard-Consecration'),(12340,12340,5595,4,0,1,1,0,0,10161,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Cone of Cold'),(12340,12340,5595,4,0,1,1,0,0,22914,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Concussive Shot'),(12340,12340,5595,4,0,1,1,0,0,14030,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Hooked Net'),(12340,12340,5595,4,0,1,1,0,0,10308,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Hammer of Justice'),(12340,12340,5595,4,0,1,1,0,0,10151,8,0,6,0,0,0,0,0,0,'Ironforge Guard-Fireball'),(12340,12340,5595,4,0,1,1,0,0,11713,6,0,6,0,0,0,0,0,0,'Ironforge Guard-Curse of Agony'),(12340,12340,5595,4,0,1,1,0,0,1833,3,0,6,0,0,0,0,0,0,'Ironforge Guard-Cheap Shot'),(12340,12340,5595,4,0,1,1,0,3,24317,10,0,6,0,0,0,0,0,0,'Ironforge Guard-Sunder Armor'),(12340,12340,5595,4,0,1,1,0,12,23931,8,0,0,0,0,0,0,0,0,'Ironforge Guard-Thunderclap'),(12340,12340,5600,4,0,0,1,0,24,25710,8,0,6,0,0,0,0,0,0,'Khan Dez\'hepah-Heroic Strike'),(12340,12340,5601,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Khan Jehn-Shield Bash'),(12340,12340,5601,4,0,0,1,0,29,27991,11,0,6,0,0,0,0,0,0,'Khan Jehn-Sunder Armor'),(12340,12340,5602,4,0,0,1,0,29,9080,11,0,6,0,0,0,0,0,0,'Khan Shaka-Hamstring'),(12340,12340,5602,4,0,0,1,0,23,11971,8,0,6,0,0,0,0,0,0,'Khan Shaka-Sunder Armor'),(12340,12340,5615,4,0,0,1,0,26,22416,8,0,6,0,0,0,0,0,0,'Wastewander Rogue-Backstab'),(12340,12340,5616,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Wastewander Thief-Disarm'),(12340,12340,5617,4,0,0,1,0,34,20825,8,0,6,0,0,0,0,0,0,'Wastewander Shadow Mage-Shadow Bolt'),(12340,12340,5617,4,0,0,1,0,28,20826,8,0,6,0,0,0,0,0,0,'Wastewander Shadow Mage-Immolate'),(12340,12340,5617,4,0,0,1,0,21,12746,9,0,4,0,0,0,0,0,0,'Wastewander Shadow Mage-Summon Voidwalker'),(12340,12340,5618,4,0,0,1,0,26,22416,8,0,6,0,0,0,0,0,0,'Wastewander Bandit-Backstab'),(12340,12340,5618,4,0,0,1,0,24,38863,8,0,6,0,0,0,0,0,0,'Wastewander Bandit-Gouge'),(12340,12340,5623,4,0,0,1,0,26,7160,8,0,6,0,0,0,0,0,0,'Wastewander Assassin-Execute'),(12340,12340,5643,4,0,0,1,0,33,9739,8,0,6,0,0,0,0,0,0,'Tyranis Malem-Wrath'),(12340,12340,5643,4,0,0,1,0,28,15798,8,0,6,0,0,0,0,0,0,'Tyranis Malem-Moonfire'),(12340,12340,5645,4,0,0,1,0,26,7159,8,0,6,0,0,0,0,0,0,'Sandfury Hideskinner-Backstab'),(12340,12340,5646,4,0,0,1,0,34,10277,8,0,6,0,0,0,0,0,0,'Sandfury Axe Thrower-Throw'),(12340,12340,5647,4,0,0,1,0,34,20823,8,0,6,0,0,0,0,0,0,'Sandfury Firecaller-Fireball'),(12340,12340,5647,4,0,0,1,0,21,11990,7,0,3,0,0,0,0,0,0,'Sandfury Firecaller-Rain of Fire'),(12340,12340,5648,4,0,0,1,0,25,11659,8,0,6,0,0,0,0,0,0,'Sandfury Shadowcaster-Shadow Bolt'),(12340,12340,5649,4,0,0,1,0,25,11898,8,0,6,0,0,0,0,0,0,'Sandfury Blood Drinker-Blood Leech'),(12340,12340,5650,4,0,0,1,0,25,3256,8,0,6,0,0,0,0,0,0,'Sandfury Witch Doctor-Plague Cloud'),(12340,12340,5682,4,0,0,1,0,15,2054,2,0,0,0,0,0,0,0,0,'Dalin Forgewright-Heal'),(12340,12340,5682,4,0,0,1,0,15,6075,2,0,0,0,0,0,0,0,0,'Dalin Forgewright-Renew'),(12340,12340,5683,4,0,0,1,0,25,1776,8,0,6,0,0,0,0,0,0,'Comar Villard-Gouge'),(12340,12340,5718,4,0,0,1,0,28,20667,7,0,3,0,0,0,0,0,0,'Rothos-Corrosive Acid Breath'),(12340,12340,5756,4,0,0,1,0,25,5416,8,0,6,0,0,0,0,0,0,'Deviate Venomwing-Venom Sting'),(12340,12340,5760,4,0,0,1,0,28,13737,8,0,6,0,0,0,0,0,0,'Lord Azrethoc-Mortal Strike'),(12340,12340,5771,4,0,0,1,0,22,12741,6,0,6,0,0,0,0,0,0,'Jugkar Grim\'rod-Curse of Weakness'),(12340,12340,5771,4,0,0,1,0,34,12471,8,0,6,0,0,0,0,0,0,'Jugkar Grim\'rod-Shadow Bolt'),(12340,12340,5771,4,0,0,1,0,25,20787,8,0,6,0,0,0,0,0,0,'Jugkar Grim\'rod-Immolate'),(12340,12340,5785,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Sister Hatelash-Lightning Bolt'),(12340,12340,5785,4,0,0,1,0,10,6960,10,0,0,0,0,0,0,0,0,'Sister Hatelash-Lightning Barrier'),(12340,12340,5786,4,0,0,1,0,15,12024,1,0,6,0,0,0,0,0,0,'Snagglespear-Net'),(12340,12340,5807,4,0,0,1,0,20,12166,8,0,6,0,0,0,0,0,0,'The Rake-Muscle Tear'),(12340,12340,5808,4,0,0,1,0,18,12555,8,0,6,0,0,0,0,0,0,'Warlord Kolkanis-Pummel'),(12340,12340,5808,4,0,0,1,0,18,8078,8,0,6,0,0,0,0,0,0,'Warlord Kolkanis-Thunderclap'),(12340,12340,5809,4,0,0,1,0,18,11972,8,0,6,0,0,0,0,0,0,'Watch Commander Zalaphil-Shield Bash'),(12340,12340,5822,4,0,0,1,0,45,9613,8,0,6,0,0,0,0,0,0,'Felweaver Scornn-Shadow Bolt'),(12340,12340,5823,4,0,0,1,0,10,5416,8,0,6,0,0,0,0,0,0,'Death Flayer-Venom Sting'),(12340,12340,5824,4,0,0,1,0,25,25710,8,0,6,0,0,0,0,0,0,'Captain Flat Tusk-Heroic Strike'),(12340,12340,5826,4,0,0,1,0,25,547,2,0,0,0,0,0,0,0,0,'Geolord Mottle-Healing Wave'),(12340,12340,5826,4,0,0,1,0,20,324,10,0,0,0,0,0,0,0,0,'Geolord Mottle-Lightning Shield'),(12340,12340,5827,4,0,0,1,0,11,6268,8,0,6,0,0,0,0,0,0,'Brontus-Rushing Charge'),(12340,12340,5827,4,0,0,1,0,12,6016,8,0,6,0,0,0,0,0,0,'Brontus-Pierce Armor'),(12340,12340,5828,4,0,0,1,0,22,3247,11,0,6,0,0,0,0,0,0,'Humar the Pridelord-Agonizing Pain'),(12340,12340,5829,4,0,0,1,0,13,7951,8,0,6,0,0,0,0,0,0,'Snort the Heckler-Toxic Spit'),(12340,12340,5830,4,0,0,1,0,11,6982,7,0,4,0,0,0,0,0,0,'Sister Rathtalon-Gust of Wind'),(12340,12340,5830,4,0,0,1,0,13,6728,8,0,6,0,0,0,0,0,0,'Sister Rathtalon-Enveloping Winds'),(12340,12340,5830,4,0,0,1,0,21,6535,7,0,4,0,0,0,0,0,0,'Sister Rathtalon-Lightning Cloud'),(12340,12340,5831,4,0,0,1,0,12,6016,8,0,6,0,0,0,0,0,0,'Swiftmane-Pierce Armor'),(12340,12340,5832,4,0,0,1,0,23,6254,8,0,6,0,0,0,0,0,0,'Thunderstomp-Chained Bolt'),(12340,12340,5833,4,0,0,1,0,27,15549,8,0,6,0,0,0,0,0,0,'Margol the Rager-Chained Bolt'),(12340,12340,5833,4,0,0,1,0,28,8147,7,0,4,0,0,0,0,0,0,'Margol the Rager-Thunderclap'),(12340,12340,5834,4,0,0,1,0,40,13375,8,0,6,0,0,0,0,0,0,'Azzere the Skyblade-Fireball'),(12340,12340,5834,4,0,0,1,0,20,6725,7,0,4,0,0,0,0,0,0,'Azzere the Skyblade-Flame Spike'),(12340,12340,5835,4,0,0,1,0,22,9080,11,0,6,0,0,0,0,0,0,'Foreman Grills-Hamstring'),(12340,12340,5836,4,0,0,1,0,12,8209,9,0,4,0,0,0,0,0,0,'Engineer Whirleygig-Explosive Sheep'),(12340,12340,5836,4,0,0,1,0,12,7979,9,0,4,0,0,0,0,0,0,'Engineer Whirleygig-Compact Harvest Reaper'),(12340,12340,5838,4,0,0,1,0,12,7992,8,0,6,0,0,0,0,0,0,'Brokespear-Slowing Poison'),(12340,12340,5838,4,0,0,1,0,30,10277,8,0,6,0,0,0,0,0,0,'Brokespear-Throw'),(12340,12340,5839,4,0,0,1,0,28,8858,7,0,3,0,0,0,0,0,0,'Dark Iron Geologist-Bomb'),(12340,12340,5839,4,0,0,1,0,34,20823,8,0,6,0,0,0,0,0,0,'Dark Iron Geologist-Fireball'),(12340,12340,5840,4,0,0,1,0,28,11983,7,0,4,0,0,0,0,0,0,'Dark Iron Steamsmith-Steam Jet'),(12340,12340,5841,4,0,0,1,0,33,15496,8,0,6,0,0,0,0,0,0,'Rocklance-Cleave'),(12340,12340,5841,4,0,0,1,0,23,11971,11,0,6,0,0,0,0,0,0,'Rocklance-Sunder Armor'),(12340,12340,5843,4,0,1,1,0,0,12734,3,0,0,0,0,0,0,0,0,'Slave Worker-Ground Smash'),(12340,12340,5843,4,0,1,1,0,0,11572,8,0,6,0,0,0,0,0,0,'Slave Worker-Rend'),(12340,12340,5843,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Slave Worker-Net'),(12340,12340,5844,4,0,0,1,0,20,11977,8,0,6,0,0,0,0,0,0,'Dark Iron Slaver-Rend'),(12340,12340,5844,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Dark Iron Slaver-Net'),(12340,12340,5846,4,0,0,1,0,23,5115,10,0,0,0,0,0,0,0,0,'Dark Iron Taskmaster-Battle Command'),(12340,12340,5847,4,0,0,1,0,13,6979,8,0,6,0,0,0,0,0,0,'Heggin Stonewhisker-Fire Shot'),(12340,12340,5847,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Heggin Stonewhisker-Shoot'),(12340,12340,5848,4,0,0,1,0,16,5242,10,0,0,0,0,0,0,0,0,'Malgin Barleybrew-Battle Shout'),(12340,12340,5848,4,0,0,1,0,13,3631,10,0,0,0,0,0,0,0,0,'Malgin Barleybrew-Battle Fury'),(12340,12340,5849,4,0,0,1,0,18,7978,7,0,4,0,0,0,0,0,0,'Digger Flameforge-Throw Dynamite'),(12340,12340,5849,4,0,0,1,0,22,6253,2,0,6,0,0,0,0,0,0,'Digger Flameforge-Backhand'),(12340,12340,5850,4,0,1,1,0,44,11770,8,0,6,0,0,0,0,0,0,'Blazing Elemental-Fire Shield'),(12340,12340,5850,4,0,1,1,0,0,11572,8,0,6,0,0,0,0,0,0,'Blazing Elemental-Rend'),(12340,12340,5850,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Blazing Elemental-Net'),(12340,12340,5852,4,0,0,1,0,28,10733,7,0,3,0,0,0,0,0,0,'Inferno Elemental-Flame Spray'),(12340,12340,5854,4,0,0,1,0,28,5568,7,0,4,0,0,0,0,0,0,'Heavy War Golem-Trample'),(12340,12340,5854,4,0,0,1,0,28,12612,7,0,4,0,0,0,0,0,0,'Heavy War Golem-Stomp'),(12340,12340,5855,4,0,0,1,0,28,11970,7,0,4,0,0,0,0,0,0,'Magma Elemental-Fire Nova'),(12340,12340,5856,4,0,0,1,0,22,745,1,0,6,0,0,0,0,0,0,'Glassweb Spider-Web'),(12340,12340,5857,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Searing Lava Spider-Web'),(12340,12340,5857,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Searing Lava Spider-Weak Poison'),(12340,12340,5858,4,0,0,1,0,34,11985,8,0,6,0,0,0,0,0,0,'Greater Lava Spider-Fireball'),(12340,12340,5859,4,0,0,1,0,24,40505,8,0,6,0,0,0,0,0,0,'Hagg Taurenbane-Cleave'),(12340,12340,5859,4,0,0,1,0,12,13730,11,0,4,0,0,0,0,0,0,'Hagg Taurenbane-Demoralizing Shout'),(12340,12340,5859,4,0,0,1,0,19,9080,8,0,6,0,0,0,0,0,0,'Hagg Taurenbane-Hamstring'),(12340,12340,5860,4,0,0,1,0,34,11824,8,0,6,0,0,0,0,0,0,'Twilight Dark Shaman-Shock'),(12340,12340,5860,4,0,0,1,0,25,7289,11,0,6,0,0,0,0,0,0,'Twilight Dark Shaman-Shrink'),(12340,12340,5860,4,0,0,1,0,27,11986,2,0,0,0,0,0,0,0,0,'Twilight Dark Shaman-Healing Wave'),(12340,12340,5862,4,0,0,1,0,25,11436,11,0,6,0,0,0,0,0,0,'Twilight Geomancer-Slow'),(12340,12340,5862,4,0,0,1,0,34,9053,8,0,6,0,0,0,0,0,0,'Twilight Geomancer-Fireball'),(12340,12340,5862,4,0,0,1,0,27,11990,7,0,3,0,0,0,0,0,0,'Twilight Geomancer-Rain of Fire'),(12340,12340,5863,4,0,0,1,0,14,600,10,0,0,0,0,0,0,0,0,'Geopriest Gukk\'rok-Power Word: Shield'),(12340,12340,5863,4,0,0,1,0,17,2054,3,0,0,0,0,0,0,0,0,'Geopriest Gukk\'rok-Heal'),(12340,12340,5863,4,0,0,1,0,12,6075,3,0,0,0,0,0,0,0,0,'Geopriest Gukk\'rok-Renew'),(12340,12340,5864,4,0,0,1,0,12,6016,8,0,6,0,0,0,0,0,0,'Swinegart Spearhide-Pierce Armor'),(12340,12340,5865,4,0,0,1,0,22,8210,9,0,4,0,0,0,0,0,0,'Dishu-Savannah Cubs'),(12340,12340,5873,4,0,0,1,0,100,8072,8,0,6,0,0,0,0,0,0,'Stoneskin Totem-Stoneskin'),(12340,12340,5874,4,0,0,1,0,100,8076,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem-Strength of Earth'),(12340,12340,5879,4,0,0,1,0,100,8349,8,0,6,0,0,0,0,0,0,'Fire Nova Totem-Fire Nova'),(12340,12340,5893,4,0,0,1,0,25,134,10,0,0,0,0,0,0,0,0,'Minor Manifestation of Fire-Fire Shield'),(12340,12340,5893,4,0,0,1,0,25,8050,8,0,6,0,0,0,0,0,0,'Minor Manifestation of Fire-Flame Shock'),(12340,12340,5915,4,0,0,1,0,31,12161,8,0,6,0,0,0,0,0,0,'Brother Ravenoak-Maul'),(12340,12340,5915,4,0,0,1,0,22,8716,11,0,6,0,0,0,0,0,0,'Brother Ravenoak-Low Swipe'),(12340,12340,5916,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Sentinel Amarassan-Wrath'),(12340,12340,5916,4,0,0,1,0,27,5217,10,0,0,0,0,0,0,0,0,'Sentinel Amarassan-Tiger\'s Fury'),(12340,12340,5916,4,0,0,1,0,14,5759,10,0,0,0,0,0,0,0,0,'Sentinel Amarassan-Cat Form'),(12340,12340,5919,4,0,0,1,0,100,8156,8,0,6,0,0,0,0,0,0,'Stoneskin Totem II-Stoneskin'),(12340,12340,5920,4,0,0,1,0,100,8157,8,0,6,0,0,0,0,0,0,'Stoneskin Totem III-Stoneskin'),(12340,12340,5921,4,0,0,1,0,100,8162,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem II-Strength of Earth'),(12340,12340,5922,4,0,0,1,0,100,8163,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem III-Strength of Earth'),(12340,12340,5926,4,0,0,1,0,100,8182,8,0,6,0,0,0,0,0,0,'Frost Resistance Totem-Frost Resistance'),(12340,12340,5927,4,0,0,1,0,100,8185,8,0,6,0,0,0,0,0,0,'Fire Resistance Totem-Fire Resistance'),(12340,12340,5928,4,0,0,1,0,29,3405,8,0,6,0,0,0,0,0,0,'Sorrow Wing-Soul Rend'),(12340,12340,5928,4,0,0,1,0,24,3388,11,0,6,0,0,0,0,0,0,'Sorrow Wing-Deadly Leech Poison'),(12340,12340,5930,4,0,0,1,0,32,3356,8,0,6,0,0,0,0,0,0,'Sister Riven-Flame Lash'),(12340,12340,5930,4,0,0,1,0,25,6725,7,0,3,0,0,0,0,0,0,'Sister Riven-Flame Spike'),(12340,12340,5930,4,0,0,1,0,23,184,10,0,0,0,0,0,0,0,0,'Sister Riven-Fire Shield II'),(12340,12340,5931,4,0,0,1,0,23,6533,1,0,6,0,0,0,0,0,0,'Foreman Rigger-Net'),(12340,12340,5931,4,0,0,1,0,26,6016,11,0,6,0,0,0,0,0,0,'Foreman Rigger-Pierce Armor'),(12340,12340,5932,4,0,0,1,0,17,16508,5,0,6,0,0,0,0,0,0,'Taskmaster Whipfang-Intimidating Roar'),(12340,12340,5933,4,0,0,1,0,23,6192,10,0,0,0,0,0,0,0,0,'Achellios the Banished-Battle Shout'),(12340,12340,5934,4,0,0,1,0,23,8256,8,0,6,0,0,0,0,0,0,'Heartrazor-Lethal Toxin'),(12340,12340,5937,4,0,0,1,0,29,8257,8,0,6,0,0,0,0,0,0,'Vile Sting-Venom Sting'),(12340,12340,5975,4,0,0,1,0,21,6742,10,0,0,0,0,0,0,0,0,'Dreadmaul Ogre Mage-Bloodlust'),(12340,12340,5975,4,0,0,1,0,38,20823,8,0,6,0,0,0,0,0,0,'Dreadmaul Ogre Mage-Fireball'),(12340,12340,5977,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Dreadmaul Mauler-Thrash'),(12340,12340,5978,4,0,0,1,0,38,20298,8,0,6,0,0,0,0,0,0,'Dreadmaul Warlock-Shadow Bolt'),(12340,12340,5979,4,0,0,1,0,27,11963,11,0,6,0,0,0,0,0,0,'Wretched Lost One-Enfeeble'),(12340,12340,5979,4,0,0,1,0,33,11962,8,0,6,0,0,0,0,0,0,'Wretched Lost One-Immolate'),(12340,12340,5982,4,0,0,1,0,33,7160,8,0,6,0,0,0,0,0,0,'Black Slayer-Execute'),(12340,12340,5988,4,0,0,1,0,17,5416,8,0,6,0,0,0,0,0,0,'Scorpok Stinger-Venom Sting'),(12340,12340,5990,4,0,0,1,0,10,3635,1,0,6,0,0,0,0,0,0,'Redstone Basilisk-Crystal Gaze'),(12340,12340,5991,4,0,0,1,0,12,5106,1,0,3,0,0,0,0,0,0,'Redstone Crystalhide-Crystal Flash'),(12340,12340,5992,4,0,0,1,0,21,6268,10,0,0,0,0,0,0,0,0,'Ashmane Boar-Rushing Charge'),(12340,12340,5993,4,0,0,1,0,31,11970,7,0,4,0,0,0,0,0,0,'Helboar-Fire Nova'),(12340,12340,6004,4,0,0,1,0,37,10277,8,0,6,0,0,0,0,0,0,'Shadowsworn Cultist-Throw'),(12340,12340,6005,4,0,0,1,0,31,8646,8,0,6,0,0,0,0,0,0,'Shadowsworn Thug-Snap Kick'),(12340,12340,6005,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Shadowsworn Thug-Thrash'),(12340,12340,6005,4,0,0,1,0,32,11978,8,0,6,0,0,0,0,0,0,'Shadowsworn Thug-Kick'),(12340,12340,6006,4,0,0,1,0,31,11015,7,0,4,0,0,0,0,0,0,'Shadowsworn Adept-Blood Leech'),(12340,12340,6006,4,0,0,1,0,28,7154,2,0,0,0,0,0,0,0,0,'Shadowsworn Adept-Dark Offering'),(12340,12340,6007,4,0,0,1,0,38,15496,8,0,6,0,0,0,0,0,0,'Shadowsworn Enforcer-Cleave'),(12340,12340,6008,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Shadowsworn Warlock-Shadow Bolt'),(12340,12340,6009,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Shadowsworn Dreadweaver-Shadow Bolt'),(12340,12340,6010,4,0,0,1,0,31,13321,8,0,6,0,0,0,0,0,0,'Felhound-Mana Burn'),(12340,12340,6016,4,0,0,1,0,100,8263,8,0,6,0,0,0,0,0,0,'Elemental Protection Totem-Elemental Protection Totem Aura'),(12340,12340,6069,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Maraudine Khan Guard-Shield Bash'),(12340,12340,6069,4,0,0,1,0,29,11971,11,0,6,0,0,0,0,0,0,'Maraudine Khan Guard-Sunder Armor'),(12340,12340,6070,4,0,0,1,0,29,12548,8,0,6,0,0,0,0,0,0,'Maraudine Khan Advisor-Frost Shock'),(12340,12340,6070,4,0,0,1,0,21,11986,2,0,0,0,0,0,0,0,0,'Maraudine Khan Advisor-Healing Wave'),(12340,12340,6072,4,0,0,1,0,27,18557,8,0,6,0,0,0,0,0,0,'Diathorus the Seeker-Drain Life'),(12340,12340,6109,4,0,0,1,0,100,21097,8,0,6,0,0,0,0,0,0,'Azuregos-Manastorm'),(12340,12340,6109,4,0,0,1,0,100,21098,8,0,6,0,0,0,0,0,0,'Azuregos-Chill'),(12340,12340,6109,4,0,0,1,0,100,22479,8,0,6,0,0,0,0,0,0,'Azuregos-Frost Breath'),(12340,12340,6109,4,0,0,1,0,100,23187,8,0,6,0,0,0,0,0,0,'Azuregos-Frost Burn'),(12340,12340,6110,4,0,0,1,0,100,8502,8,0,6,0,0,0,0,0,0,'Fire Nova Totem II-Fire Nova'),(12340,12340,6111,4,0,0,1,0,100,8503,8,0,6,0,0,0,0,0,0,'Fire Nova Totem III-Fire Nova'),(12340,12340,6113,4,0,1,1,0,7,7386,10,0,6,0,0,0,0,0,0,'Vejrek-Sunder Armor'),(12340,12340,6115,4,0,0,1,0,16,11428,8,0,6,0,0,0,0,0,0,'Roaming Felguard-Knockdown'),(12340,12340,6116,4,0,0,1,0,21,12542,6,0,6,0,0,0,0,0,0,'Highborne Apparition-Fear'),(12340,12340,6117,4,0,0,1,0,33,20822,8,0,6,0,0,0,0,0,0,'Highborne Lichling-Frostbolt'),(12340,12340,6117,4,0,0,1,0,33,12544,10,0,0,0,0,0,0,0,0,'Highborne Lichling-Frost Armor'),(12340,12340,6118,4,0,0,1,0,26,21007,6,0,6,0,0,0,0,0,0,'Varo\'then\'s Ghost-Curse of Weakness'),(12340,12340,6126,4,0,0,1,0,22,7098,6,0,6,0,0,0,0,0,0,'Haldarr Trickster-Curse of Mending'),(12340,12340,6127,4,0,0,1,0,21,11939,9,0,4,0,0,0,0,0,0,'Haldarr Felsworn-Summon Imp'),(12340,12340,6127,4,0,0,1,0,33,20825,8,0,6,0,0,0,0,0,0,'Haldarr Felsworn-Shadow Bolt'),(12340,12340,6129,4,0,0,1,0,22,12548,8,0,6,0,0,0,0,0,0,'Draconic Magelord-Frost Shock'),(12340,12340,6129,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Draconic Magelord-Frostbolt'),(12340,12340,6131,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Draconic Mageweaver-Frostbolt'),(12340,12340,6131,4,0,0,1,0,21,12557,7,0,3,0,0,0,0,0,0,'Draconic Mageweaver-Cone of Cold'),(12340,12340,6137,4,0,0,1,0,26,13443,8,0,6,0,0,0,0,0,0,'Arkkoran Pincer-Rend'),(12340,12340,6138,4,0,0,1,0,20,12550,10,0,0,0,0,0,0,0,0,'Arkkoran Oracle-Lightning Shield'),(12340,12340,6138,4,0,0,1,0,35,11824,8,0,6,0,0,0,0,0,0,'Arkkoran Oracle-Shock'),(12340,12340,6138,4,0,0,1,0,22,11986,2,0,0,0,0,0,0,0,0,'Arkkoran Oracle-Healing Wave'),(12340,12340,6140,4,0,0,1,0,18,7367,11,0,6,0,0,0,0,0,0,'Hetaera-Infected Bite'),(12340,12340,6140,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Hetaera-Thrash'),(12340,12340,6143,4,0,0,1,0,24,5568,7,0,4,0,0,0,0,0,0,'Servant of Arkkoroc-Trample'),(12340,12340,6144,4,0,0,1,0,34,10101,8,0,6,0,0,0,0,0,0,'Son of Arkkoroc-Knock Away'),(12340,12340,6147,4,0,0,1,0,27,8147,7,0,4,0,0,0,0,0,0,'Cliff Thunderer-Thunderclap'),(12340,12340,6148,4,0,0,1,0,27,11876,7,0,4,0,0,0,0,0,0,'Cliff Walker-War Stomp'),(12340,12340,6167,4,0,0,1,0,22,3396,11,0,6,0,0,0,0,0,0,'Chimaera Matriarch-Corrosive Poison'),(12340,12340,6170,4,0,0,1,0,24,3424,10,0,0,0,0,0,0,0,0,'Gutspill-Tainted Howl'),(12340,12340,6180,4,0,0,1,0,15,25710,8,0,6,0,0,0,0,0,0,'Defias Raider-Heroic Strike'),(12340,12340,6181,4,0,1,1,0,100,1833,3,0,6,0,0,0,0,0,0,'Jordan Stilwell-Cheap Shot'),(12340,12340,6184,4,0,0,1,0,22,16498,11,0,6,0,0,0,0,0,0,'Timbermaw Pathfinder-Faerie Fire'),(12340,12340,6185,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Timbermaw Warrior-Strike'),(12340,12340,6185,4,0,0,1,0,22,11977,8,0,6,0,0,0,0,0,0,'Timbermaw Warrior-Rend'),(12340,12340,6186,4,0,0,1,0,23,8262,9,0,4,0,0,0,0,0,0,'Timbermaw Totemic-Elemental Protection Totem'),(12340,12340,6186,4,0,0,1,0,24,5605,9,0,4,0,0,0,0,0,0,'Timbermaw Totemic-Healing Ward'),(12340,12340,6187,4,0,0,1,0,20,9128,10,0,0,0,0,0,0,0,0,'Timbermaw Den Watcher-Battle Shout'),(12340,12340,6188,4,0,0,1,0,28,20295,8,0,6,0,0,0,0,0,0,'Timbermaw Shaman-Lightning Bolt'),(12340,12340,6188,4,0,0,1,0,23,6535,7,0,3,0,0,0,0,0,0,'Timbermaw Shaman-Lightning Cloud'),(12340,12340,6188,4,0,0,1,0,22,11986,2,0,0,0,0,0,0,0,0,'Timbermaw Shaman-Healing Wave'),(12340,12340,6189,4,0,0,1,0,25,8078,7,0,3,0,0,0,0,0,0,'Timbermaw Ursa-Thunderclap'),(12340,12340,6190,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Spitelash Warrior-Disarm'),(12340,12340,6193,4,0,0,1,0,24,3589,11,0,4,0,0,0,0,0,0,'Spitelash Screamer-Deafening Screech'),(12340,12340,6194,4,0,0,1,0,31,12548,8,0,6,0,0,0,0,0,0,'Spitelash Serpent Guard-Frost Shock'),(12340,12340,6195,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Spitelash Siren-Shoot'),(12340,12340,6195,4,0,0,1,0,23,11640,2,0,0,0,0,0,0,0,0,'Spitelash Siren-Renew'),(12340,12340,6195,4,0,0,1,0,24,11831,7,0,4,0,0,0,0,0,0,'Spitelash Siren-Frost Nova'),(12340,12340,6195,4,0,0,1,0,26,12551,8,0,6,0,0,0,0,0,0,'Spitelash Siren-Frost Shot'),(12340,12340,6196,4,0,0,1,0,34,11976,8,0,6,0,0,0,0,0,0,'Spitelash Myrmidon-Strike'),(12340,12340,6198,4,0,0,1,0,27,11969,7,0,4,0,0,0,0,0,0,'Blood Elf Surveyor-Fire Nova'),(12340,12340,6199,4,0,0,1,0,33,20823,8,0,6,0,0,0,0,0,0,'Blood Elf Reclaimer-Fireball'),(12340,12340,6199,4,0,0,1,0,24,11642,2,0,0,0,0,0,0,0,0,'Blood Elf Reclaimer-Heal'),(12340,12340,6199,4,0,0,1,0,23,11640,2,0,0,0,0,0,0,0,0,'Blood Elf Reclaimer-Renew'),(12340,12340,6200,4,0,0,1,0,29,11981,8,0,6,0,0,0,0,0,0,'Legashi Satyr-Mana Burn'),(12340,12340,6201,4,0,0,1,0,23,12540,8,0,6,0,0,0,0,0,0,'Legashi Rogue-Gouge'),(12340,12340,6201,4,0,0,1,0,29,7159,8,0,6,0,0,0,0,0,0,'Legashi Rogue-Backstab'),(12340,12340,6202,4,0,0,1,0,33,20823,8,0,6,0,0,0,0,0,0,'Legashi Hellcaller-Fireball'),(12340,12340,6202,4,0,0,1,0,27,11990,7,0,3,0,0,0,0,0,0,'Legashi Hellcaller-Rain of Fire'),(12340,12340,6206,4,0,0,1,0,100,9770,8,0,6,0,0,0,0,0,0,'Caverndeep Burrower-Radiation'),(12340,12340,6206,4,0,0,1,0,100,16145,8,0,6,0,0,0,0,0,0,'Caverndeep Burrower-Sunder Armor'),(12340,12340,6206,4,0,0,1,0,100,9776,8,0,6,0,0,0,0,0,0,'Caverndeep Burrower-Irradiated'),(12340,12340,6208,4,0,0,1,0,100,9770,8,0,6,0,0,0,0,0,0,'Caverndeep Invader-Radiation'),(12340,12340,6208,4,0,0,1,0,100,12540,8,0,6,0,0,0,0,0,0,'Caverndeep Invader-Gouge'),(12340,12340,6209,4,0,0,1,0,100,10851,8,0,6,0,0,0,0,0,0,'Caverndeep Looter-Grab Weapon'),(12340,12340,6213,4,0,0,1,0,100,9771,8,0,6,0,0,0,0,0,0,'Irradiated Invader-Radiation Bolt'),(12340,12340,6213,4,0,0,1,0,100,9770,8,0,6,0,0,0,0,0,0,'Irradiated Invader-Radiation'),(12340,12340,6213,4,0,0,1,0,100,9769,8,0,6,0,0,0,0,0,0,'Irradiated Invader-Radiation'),(12340,12340,6215,4,0,0,1,0,100,6409,8,0,6,0,0,0,0,0,0,'Chomper-Cheap Shot'),(12340,12340,6218,4,0,0,1,0,100,10341,8,0,6,0,0,0,0,0,0,'Irradiated Slime-Radiation Cloud'),(12340,12340,6218,4,0,0,1,0,100,9459,8,0,6,0,0,0,0,0,0,'Irradiated Slime-Corrosive Ooze'),(12340,12340,6219,4,0,0,1,0,100,9459,8,0,6,0,0,0,0,0,0,'Corrosive Lurker-Corrosive Ooze'),(12340,12340,6219,4,0,0,1,0,100,10341,8,0,6,0,0,0,0,0,0,'Corrosive Lurker-Radiation Cloud'),(12340,12340,6219,4,0,0,1,0,100,11638,8,0,6,0,0,0,0,0,0,'Corrosive Lurker-Radiation Poisoning'),(12340,12340,6220,4,0,0,1,0,100,8211,8,0,6,0,0,0,0,0,0,'Irradiated Horror-Chain Burn'),(12340,12340,6220,4,0,0,1,0,100,10341,8,0,6,0,0,0,0,0,0,'Irradiated Horror-Radiation Cloud'),(12340,12340,6220,4,0,0,1,0,100,9459,8,0,6,0,0,0,0,0,0,'Irradiated Horror-Corrosive Ooze'),(12340,12340,6221,4,0,1,1,0,0,10855,3,0,6,0,0,0,0,0,0,'Addled Leper-Lag'),(12340,12340,6221,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Addled Leper-Forbearance'),(12340,12340,6221,4,0,1,1,0,0,10852,3,0,0,0,0,0,0,0,0,'Addled Leper-Battle Net'),(12340,12340,6221,4,0,1,1,0,0,1777,8,0,6,0,0,0,0,0,0,'Addled Leper-Gouge'),(12340,12340,6221,4,0,1,1,0,0,589,8,0,6,0,0,0,0,0,0,'Addled Leper-Shadow Word: Pain'),(12340,12340,6221,4,0,1,1,0,0,8124,4,0,0,0,0,0,0,0,0,'Addled Leper-Psychic Scream'),(12340,12340,6221,4,0,1,1,0,0,12850,8,0,6,0,0,0,0,0,0,'Addled Leper-Deep Wounds'),(12340,12340,6221,4,0,0,1,0,0,3408,10,0,5,0,0,0,0,0,0,'Addled Leper-Crippling Poison'),(12340,12340,6221,4,0,1,1,0,0,7922,3,0,6,0,0,0,0,0,0,'Addled Leper-Charge Stun'),(12340,12340,6221,4,0,1,1,0,3,1715,8,0,6,0,0,0,0,0,0,'Addled Leper-Hamstring'),(12340,12340,6221,4,0,1,1,0,6,1608,8,0,6,0,0,0,0,0,0,'Addled Leper-Heroic Strike'),(12340,12340,6221,4,0,1,1,0,20,6660,8,0,6,0,0,0,0,0,0,'Addled Leper-Shoot'),(12340,12340,6222,4,0,0,1,0,100,13398,8,0,6,0,0,0,0,0,0,'Leprous Technician-Throw Wrench'),(12340,12340,6222,4,0,0,1,0,100,12024,8,0,6,0,0,0,0,0,0,'Leprous Technician-Net'),(12340,12340,6223,4,0,0,1,0,100,6660,8,0,6,0,0,0,0,0,0,'Leprous Defender-Shoot'),(12340,12340,6223,4,0,0,1,0,100,2643,8,0,6,0,0,0,0,0,0,'Leprous Defender-Multi-Shot'),(12340,12340,6223,4,0,0,1,0,100,5116,8,0,6,0,0,0,0,0,0,'Leprous Defender-Concussive Shot'),(12340,12340,6225,4,0,0,1,0,100,10346,8,0,6,0,0,0,0,0,0,'Mechano-Tank-Machine Gun'),(12340,12340,6225,4,0,0,1,0,100,17174,8,0,6,0,0,0,0,0,0,'Mechano-Tank-Concussive Shot'),(12340,12340,6226,4,0,0,1,0,100,11306,8,0,6,0,0,0,0,0,0,'Mechano-Flamewalker-Fire Nova'),(12340,12340,6226,4,0,0,1,0,100,10733,8,0,6,0,0,0,0,0,0,'Mechano-Flamewalker-Flame Spray'),(12340,12340,6227,4,0,0,1,0,100,22519,8,0,6,0,0,0,0,0,0,'Mechano-Frostwalker-Ice Nova'),(12340,12340,6227,4,0,0,1,0,100,11264,8,0,6,0,0,0,0,0,0,'Mechano-Frostwalker-Ice Blast'),(12340,12340,6228,4,0,0,1,0,100,3053,8,0,6,0,0,0,0,0,0,'Dark Iron Ambassador-Fire Shield Effect II'),(12340,12340,6228,4,0,0,1,0,100,16412,8,0,6,0,0,0,0,0,0,'Dark Iron Ambassador-Fireball'),(12340,12340,6229,4,0,0,1,0,100,16169,8,0,6,0,0,0,0,0,0,'Crowd Pummeler 9-60-Arcing Smash'),(12340,12340,6229,4,0,0,1,0,100,5568,8,0,6,0,0,0,0,0,0,'Crowd Pummeler 9-60-Trample'),(12340,12340,6229,4,0,0,1,0,100,10887,8,0,6,0,0,0,0,0,0,'Crowd Pummeler 9-60-Crowd Pummel'),(12340,12340,6230,4,0,0,1,0,100,6533,8,0,6,0,0,0,0,0,0,'Peacekeeper Security Suit-Net'),(12340,12340,6230,4,0,0,1,0,100,11820,8,0,6,0,0,0,0,0,0,'Peacekeeper Security Suit-Electrified Net'),(12340,12340,6230,4,0,0,1,0,100,11084,8,0,6,0,0,0,0,0,0,'Peacekeeper Security Suit-Shock'),(12340,12340,6234,4,0,0,1,0,100,11820,8,0,6,0,0,0,0,0,0,'Mechanized Guardian-Electrified Net'),(12340,12340,6235,4,0,0,1,0,100,11082,8,0,6,0,0,0,0,0,0,'Electrocutioner 6000-Megavolt'),(12340,12340,6235,4,0,0,1,0,100,11085,8,0,6,0,0,0,0,0,0,'Electrocutioner 6000-Chain Bolt'),(12340,12340,6235,4,0,0,1,0,100,11084,8,0,6,0,0,0,0,0,0,'Electrocutioner 6000-Shock'),(12340,12340,6239,4,0,0,1,0,30,6982,3,0,6,0,0,0,0,0,0,'Cyclonian-Gust of Wind'),(12340,12340,6239,4,0,0,1,0,45,18670,8,0,6,0,0,0,0,0,0,'Cyclonian-Knock Away'),(12340,12340,6239,4,0,0,1,0,25,17207,10,0,0,0,0,0,0,0,0,'Cyclonian-Whirlwind'),(12340,12340,6268,4,0,0,1,0,33,2691,8,0,6,0,0,0,0,0,0,'Summoned Felhunter-Mana Burn'),(12340,12340,6347,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Young Wavethrasher-Thrash'),(12340,12340,6348,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Wavethrasher-Thrash'),(12340,12340,6349,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Great Wavethrasher-Thrash'),(12340,12340,6350,4,0,0,1,0,26,13444,11,0,6,0,0,0,0,0,0,'Makrinni Razorclaw-Sunder Armor'),(12340,12340,6351,4,0,0,1,0,23,11642,2,0,0,0,0,0,0,0,0,'Storm Bay Oracle-Heal'),(12340,12340,6351,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Storm Bay Oracle-Lightning Bolt'),(12340,12340,6366,4,0,0,1,0,10,11642,3,0,0,0,0,0,0,0,0,'Kurzen Mindslave-Heal'),(12340,12340,6370,4,0,0,1,0,33,20822,8,0,6,0,0,0,0,0,0,'Makrinni Scrabbler-Frostbolt'),(12340,12340,6370,4,0,0,1,0,24,11642,10,0,0,0,0,0,0,0,0,'Makrinni Scrabbler-Heal'),(12340,12340,6371,4,0,0,1,0,28,11976,8,0,6,0,0,0,0,0,0,'Storm Bay Warrior-Strike'),(12340,12340,6371,4,0,0,1,0,22,12555,8,0,6,0,0,0,0,0,0,'Storm Bay Warrior-Pummel'),(12340,12340,6372,4,0,0,1,0,22,3604,11,0,6,0,0,0,0,0,0,'Makrinni Snapclaw-Tendon Rip'),(12340,12340,6375,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Thunderhead Hippogryph-Shock'),(12340,12340,6377,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Thunderhead Stagwing-Shock'),(12340,12340,6377,4,0,0,1,0,23,11019,7,0,3,0,0,0,0,0,0,'Thunderhead Stagwing-Wing Flap'),(12340,12340,6378,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Thunderhead Skystormer-Shock'),(12340,12340,6379,4,0,0,1,0,22,6535,7,0,3,0,0,0,0,0,0,'Thunderhead Patriarch-Lightning Cloud'),(12340,12340,6379,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Thunderhead Patriarch-Shock'),(12340,12340,6380,4,0,0,1,0,28,36594,8,0,6,0,0,0,0,0,0,'Thunderhead Consort-Lightning Breath'),(12340,12340,6380,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Thunderhead Consort-Shock'),(12340,12340,6391,4,0,1,1,0,8,12555,3,0,6,0,0,0,0,0,0,'Holdout Warrior-Pummel'),(12340,12340,6391,4,0,1,1,0,8,11998,8,0,6,0,0,0,0,0,0,'Holdout Warrior-Strike'),(12340,12340,6407,4,0,0,1,0,100,6660,8,0,6,0,0,0,0,0,0,'Holdout Technician-Shoot'),(12340,12340,6407,4,0,0,1,0,100,8858,8,0,6,0,0,0,0,0,0,'Holdout Technician-Bomb'),(12340,12340,6488,4,0,0,1,0,100,19644,8,0,6,0,0,0,0,0,0,'Fallen Champion-Strike'),(12340,12340,6488,4,0,0,1,0,100,21949,8,0,6,0,0,0,0,0,0,'Fallen Champion-Rend'),(12340,12340,6488,4,0,0,1,0,100,19642,8,0,6,0,0,0,0,0,0,'Fallen Champion-Cleave'),(12340,12340,6494,4,0,0,1,0,19,6253,8,0,6,0,0,0,0,0,0,'Tazan-Backhand'),(12340,12340,6498,4,0,0,1,0,26,14099,8,0,6,0,0,0,0,0,0,'Devilsaur-Mighty Blow'),(12340,12340,6500,4,0,0,1,0,21,14100,5,0,4,0,0,0,0,0,0,'Tyrant Devilsaur-Terrifying Roar'),(12340,12340,6501,4,0,0,1,0,24,15652,8,0,6,0,0,0,0,0,0,'Stegodon-Head Smash'),(12340,12340,6501,4,0,0,1,0,20,6268,8,0,6,0,0,0,0,0,0,'Stegodon-Rushing Charge'),(12340,12340,6502,4,0,0,1,0,24,14102,8,0,6,0,0,0,0,0,0,'Plated Stegodon-Head Smash'),(12340,12340,6503,4,0,0,1,0,24,14102,8,0,6,0,0,0,0,0,0,'Spiked Stegodon-Head Smash'),(12340,12340,6504,4,0,0,1,0,24,14102,8,0,6,0,0,0,0,0,0,'Thunderstomp Stegodon-Head Smash'),(12340,12340,6504,4,0,0,1,0,21,15548,7,0,4,0,0,0,0,0,0,'Thunderstomp Stegodon-Thunderclap'),(12340,12340,6505,4,0,0,1,0,24,13443,8,0,6,0,0,0,0,0,0,'Ravasaur-Rend'),(12340,12340,6507,4,0,0,1,0,24,13443,8,0,6,0,0,0,0,0,0,'Ravasaur Hunter-Rend'),(12340,12340,6507,4,0,0,1,0,17,3604,11,0,6,0,0,0,0,0,0,'Ravasaur Hunter-Tendon Rip'),(12340,12340,6509,4,0,0,1,0,24,6607,2,0,6,0,0,0,0,0,0,'Bloodpetal Lasher-Lash'),(12340,12340,6510,4,0,0,1,0,23,14112,8,0,6,0,0,0,0,0,0,'Bloodpetal Flayer-Flaying Vine'),(12340,12340,6512,4,0,0,1,0,26,11922,1,0,6,0,0,0,0,0,0,'Bloodpetal Trapper-Entangling Roots'),(12340,12340,6513,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Un\'Goro Stomper-Enrage'),(12340,12340,6516,4,0,0,1,0,24,12553,8,0,6,0,0,0,0,0,0,'Un\'Goro Thunderer-Shock'),(12340,12340,6518,4,0,0,1,0,24,7279,11,0,4,0,0,0,0,0,0,'Tar Lurker-Black Sludge'),(12340,12340,6519,4,0,0,1,0,19,11640,3,0,0,0,0,0,0,0,0,'Tar Lord-Renew'),(12340,12340,6519,4,0,0,1,0,22,12747,8,0,6,0,0,0,0,0,0,'Tar Lord-Entangling Roots'),(12340,12340,6520,4,0,0,1,0,22,13878,8,0,6,0,0,0,0,0,0,'Scorching Elemental-Scorch'),(12340,12340,6523,4,0,0,1,0,31,7891,8,0,6,0,0,0,0,0,0,'Dark Iron Rifleman-Gift of Ragnaros'),(12340,12340,6523,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Dark Iron Rifleman-Shoot'),(12340,12340,6527,4,0,0,1,0,27,5568,7,0,4,0,0,0,0,0,0,'Tar Creeper-Trample'),(12340,12340,6550,4,0,0,1,0,32,11824,8,0,6,0,0,0,0,0,0,'Mana Surge-Shock'),(12340,12340,6550,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Mana Surge-Lightning Bolt'),(12340,12340,6551,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Wasp-Silithid Pox'),(12340,12340,6552,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Worker-Silithid Pox'),(12340,12340,6553,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Reaver-Silithid Pox'),(12340,12340,6553,4,0,0,1,0,25,40504,8,0,6,0,0,0,0,0,0,'Gorishi Reaver-Cleave'),(12340,12340,6554,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Stinger-Silithid Pox'),(12340,12340,6555,4,0,0,1,0,26,14120,11,0,6,0,0,0,0,0,0,'Gorishi Tunneler-Tunneler Acid'),(12340,12340,6555,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Tunneler-Silithid Pox'),(12340,12340,6557,4,0,0,1,0,21,16050,11,0,6,0,0,0,0,0,0,'Primal Ooze-Slowing Ooze'),(12340,12340,6557,4,0,0,1,0,24,14146,9,0,4,0,0,0,0,0,0,'Primal Ooze-Clone'),(12340,12340,6559,4,0,0,1,0,19,14147,11,0,6,0,0,0,0,0,0,'Glutinous Ooze-Acid Slime'),(12340,12340,6570,4,0,0,1,0,25,18072,8,0,6,0,0,0,0,0,0,'Fenwick Thatros-Uppercut'),(12340,12340,6581,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Ravasaur Matriarch-Rend'),(12340,12340,6582,4,0,0,1,0,18,12097,11,0,6,0,0,0,0,0,0,'Clutchmother Zavas-Pierce Armor'),(12340,12340,6582,4,0,0,1,0,24,14205,9,0,4,0,0,0,0,0,0,'Clutchmother Zavas-Gorishi Egg'),(12340,12340,6582,4,0,0,1,0,26,40504,8,0,6,0,0,0,0,0,0,'Clutchmother Zavas-Cleave'),(12340,12340,6583,4,0,0,1,0,32,15549,8,0,6,0,0,0,0,0,0,'Gruff-Chained Bolt'),(12340,12340,6583,4,0,0,1,0,27,15548,7,0,4,0,0,0,0,0,0,'Gruff-Thunderclap'),(12340,12340,6584,4,0,0,1,0,27,15550,7,0,4,0,0,0,0,0,0,'King Mosh-Trample'),(12340,12340,6584,4,0,0,1,0,23,14100,5,0,4,0,0,0,0,0,0,'King Mosh-Terrifying Roar'),(12340,12340,6584,4,0,0,1,0,25,14331,8,0,6,0,0,0,0,0,0,'King Mosh-Vicious Rend'),(12340,12340,6584,4,0,0,1,0,8,13847,10,0,0,0,0,0,0,0,0,'King Mosh-Recklessness'),(12340,12340,6585,4,0,0,1,0,24,10966,8,0,6,0,0,0,0,0,0,'Uhk\'loc-Uppercut'),(12340,12340,6585,4,0,0,1,0,26,12555,8,0,6,0,0,0,0,0,0,'Uhk\'loc-Pummel'),(12340,12340,6585,4,0,0,1,0,21,9128,10,0,0,0,0,0,0,0,0,'Uhk\'loc-Battle Shout'),(12340,12340,6646,4,0,0,1,0,24,5568,7,0,4,0,0,0,0,0,0,'Monnos the Elder-Trample'),(12340,12340,6646,4,0,0,1,0,34,10101,8,0,6,0,0,0,0,0,0,'Monnos the Elder-Knock Away'),(12340,12340,6646,4,0,0,1,0,24,11876,7,0,4,0,0,0,0,0,0,'Monnos the Elder-War Stomp'),(12340,12340,6647,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Magister Hawkhelm-Shoot'),(12340,12340,6648,4,0,0,1,0,26,13445,8,0,6,0,0,0,0,0,0,'Antilos-Rend'),(12340,12340,6648,4,0,0,1,0,28,40505,8,0,6,0,0,0,0,0,0,'Antilos-Cleave'),(12340,12340,6648,4,0,0,1,0,25,5708,7,0,3,0,0,0,0,0,0,'Antilos-Swoop'),(12340,12340,6649,4,0,0,1,0,30,20299,7,0,3,0,0,0,0,0,0,'Lady Sesspira-Forked Lightning'),(12340,12340,6649,4,0,0,1,0,36,15547,8,0,6,0,0,0,0,0,0,'Lady Sesspira-Shoot'),(12340,12340,6649,4,0,0,1,0,30,15495,8,0,6,0,0,0,0,0,0,'Lady Sesspira-Explosive Shot'),(12340,12340,6650,4,0,0,1,0,24,18812,3,0,6,0,0,0,0,0,0,'General Fangferror-Knockdown'),(12340,12340,6651,4,0,0,1,0,23,12747,8,0,6,0,0,0,0,0,0,'Gatekeeper Rageroar-Entangling Roots'),(12340,12340,6651,4,0,0,1,0,33,13584,8,0,6,0,0,0,0,0,0,'Gatekeeper Rageroar-Strike'),(12340,12340,6788,4,0,0,1,0,15,3242,8,0,6,0,0,0,0,0,0,'Den Mother-Ravage'),(12340,12340,6789,4,0,0,1,0,15,3242,8,0,6,0,0,0,0,0,0,'Thistle Cub-Ravage'),(12340,12340,6846,4,0,0,1,0,25,676,8,0,6,0,0,0,0,0,0,'Defias Dockmaster-Disarm'),(12340,12340,6866,4,0,0,1,0,10,6713,8,0,6,0,0,0,0,0,0,'Defias Bodyguard-Disarm'),(12340,12340,6866,4,0,0,1,0,10,7159,8,0,6,0,0,0,0,0,0,'Defias Bodyguard-Backstab'),(12340,12340,6927,4,0,0,1,0,15,8646,8,0,6,0,0,0,0,0,0,'Defias Dockworker-Snap Kick'),(12340,12340,7015,4,0,0,1,0,27,11976,8,0,6,0,0,0,0,0,0,'Flagglemurk the Cruel-Strike'),(12340,12340,7015,4,0,0,1,0,17,11428,8,0,6,0,0,0,0,0,0,'Flagglemurk the Cruel-Knockdown'),(12340,12340,7016,4,0,0,1,0,35,6660,8,0,6,0,0,0,0,0,0,'Lady Vespira-Shoot'),(12340,12340,7016,4,0,0,1,0,15,12548,7,0,4,0,0,0,0,0,0,'Lady Vespira-Frost Shock'),(12340,12340,7017,4,0,0,1,0,22,12057,8,0,6,0,0,0,0,0,0,'Lord Sinslayer-Strike'),(12340,12340,7017,4,0,0,1,0,18,13586,7,0,4,0,0,0,0,0,0,'Lord Sinslayer-Aqua Jet'),(12340,12340,7025,4,0,0,1,0,36,12170,8,0,6,0,0,0,0,0,0,'Blackrock Soldier-Revenge'),(12340,12340,7025,4,0,0,1,0,24,3248,10,0,0,0,0,0,0,0,0,'Blackrock Soldier-Improved Blocking'),(12340,12340,7026,4,0,0,1,0,38,20823,8,0,6,0,0,0,0,0,0,'Blackrock Sorcerer-Fireball'),(12340,12340,7026,4,0,0,1,0,32,20827,7,0,3,0,0,0,0,0,0,'Blackrock Sorcerer-Flamestrike'),(12340,12340,7027,4,0,0,1,0,37,9080,8,0,6,0,0,0,0,0,0,'Blackrock Slayer-Hamstring'),(12340,12340,7028,4,0,0,1,0,32,20826,8,0,6,0,0,0,0,0,0,'Blackrock Warlock-Immolate'),(12340,12340,7028,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Blackrock Warlock-Shadow Bolt'),(12340,12340,7033,4,0,0,1,0,28,13382,7,0,4,0,0,0,0,0,0,'Firegut Ogre-Torch'),(12340,12340,7034,4,0,0,1,0,28,13382,7,0,4,0,0,0,0,0,0,'Firegut Ogre Mage-Torch'),(12340,12340,7034,4,0,0,1,0,14,6742,10,0,0,0,0,0,0,0,0,'Firegut Ogre Mage-Bloodlust'),(12340,12340,7035,4,0,0,1,0,26,10101,8,0,6,0,0,0,0,0,0,'Firegut Brute-Knock Away'),(12340,12340,7035,4,0,0,1,0,28,13382,7,0,4,0,0,0,0,0,0,'Firegut Brute-Torch'),(12340,12340,7036,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Thaurissan Spy-Poison'),(12340,12340,7037,4,0,0,1,0,32,10452,8,0,6,0,0,0,0,0,0,'Thaurissan Firewalker-Flame Buffet'),(12340,12340,7038,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Thaurissan Agent-Shoot'),(12340,12340,7039,4,0,0,1,0,26,10966,8,0,6,0,0,0,0,0,0,'War Reaver-Uppercut'),(12340,12340,7039,4,0,0,1,0,26,3391,8,0,6,0,0,0,0,0,0,'War Reaver-Thrash'),(12340,12340,7040,4,0,0,1,0,31,15284,8,0,6,0,0,0,0,0,0,'Black Dragonspawn-Cleave'),(12340,12340,7040,4,0,0,1,0,32,12054,8,0,6,0,0,0,0,0,0,'Black Dragonspawn-Rend'),(12340,12340,7041,4,0,0,1,0,38,9053,8,0,6,0,0,0,0,0,0,'Black Wyrmkin-Fireball'),(12340,12340,7042,4,0,0,1,0,31,13340,8,0,6,0,0,0,0,0,0,'Flamescale Dragonspawn-Fire Blast'),(12340,12340,7043,4,0,0,1,0,28,9574,8,0,6,0,0,0,0,0,0,'Flamescale Wyrmkin-Flame Buffet'),(12340,12340,7043,4,0,0,1,0,31,13341,8,0,6,0,0,0,0,0,0,'Flamescale Wyrmkin-Fire Blast'),(12340,12340,7044,4,0,0,1,0,34,38974,7,0,3,0,0,0,0,0,0,'Black Drake-Flame Breath'),(12340,12340,7045,4,0,0,1,0,31,37638,7,0,3,0,0,0,0,0,0,'Scalding Drake-Flame Breath'),(12340,12340,7046,4,0,0,1,0,31,37638,7,0,3,0,0,0,0,0,0,'Searscale Drake-Flame Breath'),(12340,12340,7047,4,0,0,1,0,38,13375,8,0,6,0,0,0,0,0,0,'Black Broodling-Fireball'),(12340,12340,7048,4,0,0,1,0,26,13375,8,0,6,0,0,0,0,0,0,'Scalding Broodling-Fireball'),(12340,12340,7049,4,0,0,1,0,31,13342,8,0,6,0,0,0,0,0,0,'Flamescale Broodling-Fire Blast'),(12340,12340,7049,4,0,0,1,0,38,13375,8,0,6,0,0,0,0,0,0,'Flamescale Broodling-Fireball'),(12340,12340,7068,4,0,0,1,0,27,15654,8,0,6,0,0,0,0,0,0,'Condemned Acolyte-Shadow Word: Pain'),(12340,12340,7068,4,0,0,1,0,21,25058,2,0,0,0,0,0,0,0,0,'Condemned Acolyte-Renew'),(12340,12340,7069,4,0,0,1,0,23,15615,8,0,6,0,0,0,0,0,0,'Condemned Monk-Pummel'),(12340,12340,7070,4,0,0,1,0,29,25054,8,0,6,0,0,0,0,0,0,'Condemned Cleric-Holy Smite'),(12340,12340,7070,4,0,0,1,0,20,15586,2,0,0,0,0,0,0,0,0,'Condemned Cleric-Heal'),(12340,12340,7071,4,0,0,1,0,21,13005,3,0,6,0,0,0,0,0,0,'Cursed Paladin-Hammer of Justice'),(12340,12340,7072,4,0,0,1,0,29,15580,8,0,6,0,0,0,0,0,0,'Cursed Justicar-Strike'),(12340,12340,7075,4,0,0,1,0,34,12675,8,0,6,0,0,0,0,0,0,'Writhing Mage-Frostbolt'),(12340,12340,7079,4,0,0,1,0,100,10341,8,0,6,0,0,0,0,0,0,'Viscous Fallout-Radiation Cloud'),(12340,12340,7079,4,0,0,1,0,100,9459,8,0,6,0,0,0,0,0,0,'Viscous Fallout-Corrosive Ooze'),(12340,12340,7092,4,0,0,1,0,23,3335,11,0,4,0,0,0,0,0,0,'Tainted Ooze-Dark Sludge'),(12340,12340,7093,4,0,0,1,0,26,21067,8,0,6,0,0,0,0,0,0,'Vile Ooze-Poison Bolt'),(12340,12340,7093,4,0,0,1,0,23,22595,7,0,4,0,0,0,0,0,0,'Vile Ooze-Poison Shock'),(12340,12340,7097,4,0,0,1,0,28,5708,7,0,3,0,0,0,0,0,0,'Ironbeak Owl-Swoop'),(12340,12340,7098,4,0,0,1,0,21,3589,11,0,4,0,0,0,0,0,0,'Ironbeak Screecher-Deafening Screech'),(12340,12340,7099,4,0,0,1,0,29,13443,8,0,6,0,0,0,0,0,0,'Ironbeak Hunter-Rend'),(12340,12340,7100,4,0,0,1,0,26,11922,8,0,6,0,0,0,0,0,0,'Warpwood Moss Flayer-Entangling Roots'),(12340,12340,7101,4,0,0,1,0,26,3391,8,0,6,0,0,0,0,0,0,'Warpwood Shredder-Thrash'),(12340,12340,7101,4,0,0,1,0,28,13443,11,0,6,0,0,0,0,0,0,'Warpwood Shredder-Rend'),(12340,12340,7104,4,0,0,1,0,27,12058,8,0,6,0,0,0,0,0,0,'Dessecus-Chain Lightning'),(12340,12340,7104,4,0,0,1,0,22,8293,7,0,3,0,0,0,0,0,0,'Dessecus-Lightning Cloud'),(12340,12340,7105,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Satyr-Jadefire'),(12340,12340,7106,4,0,0,1,0,36,7159,8,0,6,0,0,0,0,0,0,'Jadefire Rogue-Backstab'),(12340,12340,7106,4,0,0,1,0,24,13579,8,0,6,0,0,0,0,0,0,'Jadefire Rogue-Gouge'),(12340,12340,7106,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Rogue-Jadefire'),(12340,12340,7107,4,0,0,1,0,24,11980,6,0,6,0,0,0,0,0,0,'Jadefire Trickster-Curse of Weakness'),(12340,12340,7107,4,0,0,1,0,24,13338,6,0,6,0,0,0,0,0,0,'Jadefire Trickster-Curse of Tongues'),(12340,12340,7107,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Trickster-Jadefire'),(12340,12340,7107,4,0,0,1,0,20,12888,11,0,6,0,0,0,0,0,0,'Jadefire Trickster-Cause Insanity'),(12340,12340,7108,4,0,0,1,0,22,13443,8,0,6,0,0,0,0,0,0,'Jadefire Betrayer-Rend'),(12340,12340,7108,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Betrayer-Jadefire'),(12340,12340,7108,4,0,0,1,0,26,40505,8,0,6,0,0,0,0,0,0,'Jadefire Betrayer-Cleave'),(12340,12340,7109,4,0,0,1,0,24,11443,8,0,6,0,0,0,0,0,0,'Jadefire Felsworn-Cripple'),(12340,12340,7109,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Felsworn-Jadefire'),(12340,12340,7109,4,0,0,1,0,36,9613,8,0,6,0,0,0,0,0,0,'Jadefire Felsworn-Shadow Bolt'),(12340,12340,7110,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Shadowstalker-Jadefire'),(12340,12340,7111,4,0,0,1,0,22,13578,10,0,0,0,0,0,0,0,0,'Jadefire Hellcaller-Jadefire'),(12340,12340,7111,4,0,0,1,0,36,20823,8,0,6,0,0,0,0,0,0,'Jadefire Hellcaller-Fireball'),(12340,12340,7111,4,0,0,1,0,24,11990,7,0,4,0,0,0,0,0,0,'Jadefire Hellcaller-Rain of Fire'),(12340,12340,7112,4,0,0,1,0,29,11639,8,0,6,0,0,0,0,0,0,'Jaedenar Cultist-Shadow Word: Pain'),(12340,12340,7112,4,0,0,1,0,23,11980,6,0,6,0,0,0,0,0,0,'Jaedenar Cultist-Curse of Weakness'),(12340,12340,7112,4,0,0,1,0,34,20825,8,0,6,0,0,0,0,0,0,'Jaedenar Cultist-Shadow Bolt'),(12340,12340,7113,4,0,0,1,0,24,11972,8,0,6,0,0,0,0,0,0,'Jaedenar Guardian-Shield Bash'),(12340,12340,7113,4,0,0,1,0,22,3248,10,0,0,0,0,0,0,0,0,'Jaedenar Guardian-Improved Blocking'),(12340,12340,7114,4,0,0,1,0,27,11977,8,0,6,0,0,0,0,0,0,'Jaedenar Enforcer-Rend'),(12340,12340,7115,4,0,0,1,0,29,20832,8,0,6,0,0,0,0,0,0,'Jaedenar Adept-Fire Blast'),(12340,12340,7115,4,0,0,1,0,34,20823,8,0,6,0,0,0,0,0,0,'Jaedenar Adept-Fireball'),(12340,12340,7118,4,0,0,1,0,27,11962,8,0,6,0,0,0,0,0,0,'Jaedenar Darkweaver-Immolate'),(12340,12340,7118,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Jaedenar Darkweaver-Shadow Bolt'),(12340,12340,7120,4,0,0,1,0,19,11939,9,0,4,0,0,0,0,0,0,'Jaedenar Warlock-Summon Imp'),(12340,12340,7120,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Jaedenar Warlock-Shadow Bolt'),(12340,12340,7120,4,0,0,1,0,18,8699,10,0,0,0,0,0,0,0,0,'Jaedenar Warlock-Unholy Frenzy'),(12340,12340,7125,4,0,0,1,0,31,13321,8,0,6,0,0,0,0,0,0,'Jaedenar Hound-Mana Burn'),(12340,12340,7132,4,0,0,1,0,26,13582,8,0,6,0,0,0,0,0,0,'Toxic Horror-Deadly Poison'),(12340,12340,7132,4,0,0,1,0,24,7947,8,0,6,0,0,0,0,0,0,'Toxic Horror-Localized Toxin'),(12340,12340,7135,4,0,0,1,0,23,10966,8,0,6,0,0,0,0,0,0,'Infernal Bodyguard-Uppercut'),(12340,12340,7137,4,0,0,1,0,23,10101,8,0,6,0,0,0,0,0,0,'Immolatus-Knock Away'),(12340,12340,7139,4,0,0,1,0,21,45,7,0,4,0,0,0,0,0,0,'Irontree Stomper-War Stomp'),(12340,12340,7149,4,0,0,1,0,23,5337,11,0,6,0,0,0,0,0,0,'Withered Protector-Wither Strike'),(12340,12340,7153,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Warrior-Curse of the Deadwood'),(12340,12340,7153,4,0,0,1,0,34,13584,8,0,6,0,0,0,0,0,0,'Deadwood Warrior-Strike'),(12340,12340,7154,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Gardener-Curse of the Deadwood'),(12340,12340,7154,4,0,0,1,0,27,12160,3,0,0,0,0,0,0,0,0,'Deadwood Gardener-Rejuvenation'),(12340,12340,7154,4,0,0,1,0,25,11986,3,0,0,0,0,0,0,0,0,'Deadwood Gardener-Healing Wave'),(12340,12340,7155,4,0,0,1,0,24,6685,8,0,6,0,0,0,0,0,0,'Deadwood Pathfinder-Piercing Shot'),(12340,12340,7155,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Deadwood Pathfinder-Shoot'),(12340,12340,7155,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Pathfinder-Curse of the Deadwood'),(12340,12340,7156,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Den Watcher-Curse of the Deadwood'),(12340,12340,7157,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Avenger-Curse of the Deadwood'),(12340,12340,7157,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Deadwood Avenger-Enrage'),(12340,12340,7158,4,0,0,1,0,27,12058,8,0,6,0,0,0,0,0,0,'Deadwood Shaman-Chain Lightning'),(12340,12340,7158,4,0,0,1,0,21,13585,10,0,0,0,0,0,0,0,0,'Deadwood Shaman-Lightning Shield'),(12340,12340,7158,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Deadwood Shaman-Curse of the Deadwood'),(12340,12340,7158,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Deadwood Shaman-Lightning Bolt'),(12340,12340,7234,4,0,0,1,0,5,3391,8,0,6,0,0,0,0,0,0,'Ferocitas the Dream Eater-Thrash'),(12340,12340,7235,4,0,0,1,0,63,5177,8,0,6,0,0,0,0,0,0,'Gnarlpine Mystic-Wrath'),(12340,12340,7235,4,0,0,1,0,60,9739,8,0,6,0,0,0,0,0,0,'Gnarlpine Mystic-Wrath'),(12340,12340,7246,4,0,0,1,0,25,5019,8,0,6,0,0,0,0,0,0,'Sandfury Shadowhunter-Shoot'),(12340,12340,7247,4,0,0,1,0,25,11016,8,0,6,0,0,0,0,0,0,'Sandfury Soul Eater-Soul Bite'),(12340,12340,7318,4,0,1,1,0,100,7090,10,0,0,0,0,0,0,0,0,'Rageclaw-Bear Form'),(12340,12340,7318,4,0,0,1,0,30,12161,8,0,6,0,0,0,0,0,0,'Rageclaw-Maul'),(12340,12340,7335,4,0,0,1,0,25,6780,8,0,6,0,0,0,0,0,0,'Death\'s Head Geomancer-Wrath'),(12340,12340,7337,4,0,0,1,0,25,11660,8,0,6,0,0,0,0,0,0,'Death\'s Head Necromancer-Shadow Bolt'),(12340,12340,7340,4,0,0,1,0,100,17312,8,0,6,0,0,0,0,0,0,'Skeletal Shadowcaster-Mind Flay'),(12340,12340,7340,4,0,0,1,0,100,992,8,0,6,0,0,0,0,0,0,'Skeletal Shadowcaster-Shadow Word: Pain'),(12340,12340,7340,4,0,0,1,0,100,984,8,0,6,0,0,0,0,0,0,'Skeletal Shadowcaster-Smite'),(12340,12340,7341,4,0,0,1,0,100,9672,8,0,6,0,0,0,0,0,0,'Skeletal Frostweaver-Frostbolt'),(12340,12340,7342,4,0,0,1,0,100,705,8,0,6,0,0,0,0,0,0,'Skeletal Summoner-Shadow Bolt'),(12340,12340,7342,4,0,0,1,0,100,1014,8,0,6,0,0,0,0,0,0,'Skeletal Summoner-Curse of Agony'),(12340,12340,7347,4,0,0,1,0,25,12541,8,0,6,0,0,0,0,0,0,'Boneflayer Ghoul-Ghoul Rot'),(12340,12340,7352,4,0,0,1,0,25,17506,8,0,6,0,0,0,0,0,0,'Frozen Soul-Soul Breaker'),(12340,12340,7353,4,0,0,1,0,25,512,8,0,6,0,0,0,0,0,0,'Freezing Spirit-Chains of Ice'),(12340,12340,7354,4,0,0,1,0,100,10892,8,0,6,0,0,0,0,0,0,'Ragglesnout-Shadow Word: Pain'),(12340,12340,7354,4,0,0,1,0,100,11659,8,0,6,0,0,0,0,0,0,'Ragglesnout-Shadow Bolt'),(12340,12340,7356,4,0,0,1,0,100,12947,8,0,6,0,0,0,0,0,0,'Plaguemaw the Rotting-Withered Touch'),(12340,12340,7356,4,0,0,1,0,100,12946,8,0,6,0,0,0,0,0,0,'Plaguemaw the Rotting-Putrid Stench'),(12340,12340,7357,4,0,0,1,0,100,10148,8,0,6,0,0,0,0,0,0,'Mordresh Fire Eye-Fireball'),(12340,12340,7357,4,0,0,1,0,100,12470,8,0,6,0,0,0,0,0,0,'Mordresh Fire Eye-Fire Nova'),(12340,12340,7360,4,0,0,1,0,17,11972,8,0,6,0,0,0,0,0,0,'Dun Garok Soldier-Shield Bash'),(12340,12340,7366,4,0,0,1,0,100,10403,8,0,6,0,0,0,0,0,0,'Stoneskin Totem IV-Stoneskin'),(12340,12340,7367,4,0,0,1,0,100,10404,8,0,6,0,0,0,0,0,0,'Stoneskin Totem V-Stoneskin'),(12340,12340,7368,4,0,0,1,0,100,10405,8,0,6,0,0,0,0,0,0,'Stoneskin Totem VI-Stoneskin'),(12340,12340,7369,4,0,0,1,0,1,10448,8,0,6,0,0,0,0,0,0,'Deadwind Brute-Flame Shock'),(12340,12340,7370,4,0,0,1,0,24,18267,6,0,6,0,0,0,0,0,0,'Restless Shade-Curse of Weakness'),(12340,12340,7370,4,0,0,1,0,21,38240,11,0,6,0,0,0,0,0,0,'Restless Shade-Chilling Touch'),(12340,12340,7371,4,0,0,1,0,24,10966,8,0,6,0,0,0,0,0,0,'Deadwind Mauler-Uppercut'),(12340,12340,7372,4,0,0,1,0,39,20825,8,0,6,0,0,0,0,0,0,'Deadwind Warlock-Shadow Bolt'),(12340,12340,7376,4,0,0,1,0,33,13443,8,0,6,0,0,0,0,0,0,'Sky Shadow-Rend'),(12340,12340,7379,4,0,0,1,0,39,20824,8,0,6,0,0,0,0,0,0,'Deadwind Ogre Mage-Lightning Bolt'),(12340,12340,7379,4,0,0,1,0,22,12550,10,0,0,0,0,0,0,0,0,'Deadwind Ogre Mage-Lightning Shield'),(12340,12340,7400,4,0,0,1,0,100,10435,8,0,6,0,0,0,0,0,0,'Searing Totem V-Attack'),(12340,12340,7402,4,0,0,1,0,100,10436,8,0,6,0,0,0,0,0,0,'Searing Totem VI-Attack'),(12340,12340,7403,4,0,0,1,0,100,10441,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem IV-Strength of Earth'),(12340,12340,7404,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Galak Flame Guard-Demoralizing Shout'),(12340,12340,7412,4,0,0,1,0,100,10476,8,0,6,0,0,0,0,0,0,'Frost Resistance Totem II-Frost Resistance'),(12340,12340,7413,4,0,0,1,0,100,10477,8,0,6,0,0,0,0,0,0,'Frost Resistance Totem III-Frost Resistance'),(12340,12340,7414,4,0,0,1,0,100,10491,8,0,6,0,0,0,0,0,0,'Mana Spring Totem II-Mana Spring'),(12340,12340,7415,4,0,0,1,0,100,10493,8,0,6,0,0,0,0,0,0,'Mana Spring Totem III-Mana Spring'),(12340,12340,7416,4,0,0,1,0,100,10494,8,0,6,0,0,0,0,0,0,'Mana Spring Totem IV-Mana Spring'),(12340,12340,7424,4,0,0,1,0,100,10534,8,0,6,0,0,0,0,0,0,'Fire Resistance Totem II-Fire Resistance'),(12340,12340,7425,4,0,0,1,0,100,10535,8,0,6,0,0,0,0,0,0,'Fire Resistance Totem III-Fire Resistance'),(12340,12340,7429,4,0,0,1,0,26,9616,3,0,0,0,0,0,0,0,0,'Frostmaul Preserver-Wild Regeneration'),(12340,12340,7433,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Frostsaber Huntress-Enrage'),(12340,12340,7433,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Frostsaber Huntress-Rend'),(12340,12340,7434,4,0,0,1,0,10,15716,10,0,0,0,0,0,0,0,0,'Frostsaber Pride Watcher-Enrage'),(12340,12340,7435,4,0,0,1,0,21,9080,11,0,6,0,0,0,0,0,0,'Cobalt Wyrmkin-Hamstring'),(12340,12340,7435,4,0,0,1,0,26,15580,8,0,6,0,0,0,0,0,0,'Cobalt Wyrmkin-Strike'),(12340,12340,7436,4,0,0,1,0,21,6713,11,0,6,0,0,0,0,0,0,'Cobalt Scalebane-Disarm'),(12340,12340,7436,4,0,0,1,0,23,15655,8,0,6,0,0,0,0,0,0,'Cobalt Scalebane-Shield Slam'),(12340,12340,7436,4,0,0,1,0,25,11977,8,0,6,0,0,0,0,0,0,'Cobalt Scalebane-Rend'),(12340,12340,7437,4,0,0,1,0,21,15784,10,0,0,0,0,0,0,0,0,'Cobalt Mageweaver-Frost Armor'),(12340,12340,7437,4,0,0,1,0,33,15043,8,0,6,0,0,0,0,0,0,'Cobalt Mageweaver-Frostbolt'),(12340,12340,7438,4,0,0,1,0,16,17205,10,0,0,0,0,0,0,0,0,'Winterfall Ursa-Winterfall Firewater'),(12340,12340,7439,4,0,0,1,0,16,17205,10,0,0,0,0,0,0,0,0,'Winterfall Shaman-Winterfall Firewater'),(12340,12340,7439,4,0,0,1,0,24,13585,10,0,0,0,0,0,0,0,0,'Winterfall Shaman-Lightning Shield'),(12340,12340,7439,4,0,0,1,0,25,11431,3,0,0,0,0,0,0,0,0,'Winterfall Shaman-Healing Touch'),(12340,12340,7439,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Winterfall Shaman-Lightning Bolt'),(12340,12340,7440,4,0,0,1,0,17,17205,10,0,0,0,0,0,0,0,0,'Winterfall Den Watcher-Winterfall Firewater'),(12340,12340,7441,4,0,0,1,0,16,17205,10,0,0,0,0,0,0,0,0,'Winterfall Totemic-Winterfall Firewater'),(12340,12340,7441,4,0,0,1,0,21,15787,9,0,4,0,0,0,0,0,0,'Winterfall Totemic-Moonflare Totem'),(12340,12340,7441,4,0,0,1,0,21,15786,9,0,4,0,0,0,0,0,0,'Winterfall Totemic-Earthbind Totem'),(12340,12340,7442,4,0,0,1,0,17,17205,10,0,0,0,0,0,0,0,0,'Winterfall Pathfinder-Winterfall Firewater'),(12340,12340,7442,4,0,0,1,0,26,16498,11,0,6,0,0,0,0,0,0,'Winterfall Pathfinder-Faerie Fire'),(12340,12340,7442,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Winterfall Pathfinder-Shoot'),(12340,12340,7443,4,0,0,1,0,29,15793,8,0,0,0,0,0,0,0,0,'Shardtooth Mauler-Maul'),(12340,12340,7444,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Shardtooth Bear-Tendon Rip'),(12340,12340,7445,4,0,0,1,0,18,15971,11,0,4,0,0,0,0,0,0,'Elder Shardtooth-Demoralizing Roar'),(12340,12340,7446,4,0,0,1,0,18,3150,11,0,6,0,0,0,0,0,0,'Rabid Shardtooth-Rabies'),(12340,12340,7447,4,0,0,1,0,24,16552,8,0,6,0,0,0,0,0,0,'Fledgling Chillwind-Venom Spit'),(12340,12340,7448,4,0,0,1,0,28,15797,8,0,6,0,0,0,0,0,0,'Chillwind Chimaera-Lightning Breath'),(12340,12340,7449,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Chillwind Ravager-Enrage'),(12340,12340,7450,4,0,0,1,0,18,15848,11,0,6,0,0,0,0,0,0,'Ragged Owlbeast-Festering Rash'),(12340,12340,7451,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Raging Owlbeast-Enrage'),(12340,12340,7451,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Raging Owlbeast-Rend'),(12340,12340,7453,4,0,0,1,0,22,12160,3,0,0,0,0,0,0,0,0,'Moontouched Owlbeast-Rejuvenation'),(12340,12340,7453,4,0,0,1,0,26,15798,8,0,6,0,0,0,0,0,0,'Moontouched Owlbeast-Moonfire'),(12340,12340,7454,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Berserk Owlbeast-Enrage'),(12340,12340,7456,4,0,0,1,0,22,3589,11,0,4,0,0,0,0,0,0,'Winterspring Screecher-Deafening Screech'),(12340,12340,7457,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Rogue Ice Thistle-Tendon Rip'),(12340,12340,7458,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Ice Thistle Yeti-Tendon Rip'),(12340,12340,7459,4,0,0,1,0,22,6268,8,0,0,0,0,0,0,0,0,'Ice Thistle Matriarch-Rushing Charge'),(12340,12340,7460,4,0,0,1,0,28,3131,8,0,6,0,0,0,0,0,0,'Ice Thistle Patriarch-Frost Breath'),(12340,12340,7461,4,0,0,1,0,24,17883,8,0,6,0,0,0,0,0,0,'Hederine Initiate-Immolate'),(12340,12340,7461,4,0,0,1,0,26,15232,8,0,6,0,0,0,0,0,0,'Hederine Initiate-Shadow Bolt'),(12340,12340,7462,4,0,0,1,0,26,15980,8,0,6,0,0,0,0,0,0,'Hederine Manastalker-Mana Burn'),(12340,12340,7462,4,0,0,1,0,24,13738,8,0,6,0,0,0,0,0,0,'Hederine Manastalker-Rend'),(12340,12340,7463,4,0,0,1,0,26,7160,8,0,6,0,0,0,0,0,0,'Hederine Slayer-Execute'),(12340,12340,7463,4,0,0,1,0,26,16856,8,0,6,0,0,0,0,0,0,'Hederine Slayer-Mortal Strike'),(12340,12340,7463,4,0,0,1,0,24,15284,8,0,6,0,0,0,0,0,0,'Hederine Slayer-Cleave'),(12340,12340,7467,4,0,0,1,0,100,10596,8,0,6,0,0,0,0,0,0,'Nature Resistance Totem-Nature Resistance'),(12340,12340,7468,4,0,0,1,0,100,10598,8,0,6,0,0,0,0,0,0,'Nature Resistance Totem II-Nature Resistance'),(12340,12340,7469,4,0,0,1,0,100,10599,8,0,6,0,0,0,0,0,0,'Nature Resistance Totem III-Nature Resistance'),(12340,12340,7505,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Bloodmage Drazial-Fireball'),(12340,12340,7505,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Bloodmage Drazial-Frostbolt'),(12340,12340,7506,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Bloodmage Lynnore-Fireball'),(12340,12340,7506,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Bloodmage Lynnore-Frostbolt'),(12340,12340,7523,4,0,0,1,0,22,14868,6,0,6,0,0,0,0,0,0,'Suffering Highborne-Curse of Agony'),(12340,12340,7524,4,0,0,1,0,28,13860,8,0,6,0,0,0,0,0,0,'Anguished Highborne-Mind Blast'),(12340,12340,7584,4,0,0,1,0,25,16561,3,0,0,0,0,0,0,0,0,'Wandering Forest Walker-Regrowth'),(12340,12340,7603,4,0,0,1,0,100,11264,8,0,6,0,0,0,0,0,0,'Leprous Assistant-Ice Blast'),(12340,12340,7603,4,0,0,1,0,100,12024,8,0,6,0,0,0,0,0,0,'Leprous Assistant-Net'),(12340,12340,7664,4,0,0,1,0,36,12745,7,0,4,0,0,0,0,0,0,'Razelikh the Defiler-Mana Burn'),(12340,12340,7664,4,0,0,1,0,27,13459,11,0,6,0,0,0,0,0,0,'Razelikh the Defiler-Decimate'),(12340,12340,7664,4,0,0,1,0,30,10854,7,0,3,0,0,0,0,0,0,'Razelikh the Defiler-Flames of Chaos'),(12340,12340,7664,4,0,0,1,0,33,8255,8,0,6,0,0,0,0,0,0,'Razelikh the Defiler-Strong Cleave'),(12340,12340,7664,4,0,0,1,0,22,8269,10,0,0,0,0,0,0,0,0,'Razelikh the Defiler-Frenzy'),(12340,12340,7665,4,0,0,1,0,33,10101,8,0,6,0,0,0,0,0,0,'Grol the Destroyer-Knock Away'),(12340,12340,7665,4,0,0,1,0,31,12734,7,0,4,0,0,0,0,0,0,'Grol the Destroyer-Ground Smash'),(12340,12340,7666,4,0,0,1,0,25,13323,11,0,6,0,0,0,0,0,0,'Archmage Allistarj-Polymorph'),(12340,12340,7666,4,0,0,1,0,38,12466,8,0,6,0,0,0,0,0,0,'Archmage Allistarj-Fireball'),(12340,12340,7666,4,0,0,1,0,32,14145,8,0,6,0,0,0,0,0,0,'Archmage Allistarj-Fire Blast'),(12340,12340,7666,4,0,0,1,0,38,12737,8,0,6,0,0,0,0,0,0,'Archmage Allistarj-Frostbolt'),(12340,12340,7666,4,0,0,1,0,24,12738,11,0,6,0,0,0,0,0,0,'Archmage Allistarj-Amplify Damage'),(12340,12340,7667,4,0,0,1,0,32,12742,8,0,6,0,0,0,0,0,0,'Lady Sevine-Immolate'),(12340,12340,7667,4,0,0,1,0,30,12741,6,0,6,0,0,0,0,0,0,'Lady Sevine-Curse of Weakness'),(12340,12340,7667,4,0,0,1,0,26,12740,9,0,4,0,0,0,0,0,0,'Lady Sevine-Summon Infernal Servant'),(12340,12340,7667,4,0,0,1,0,38,12739,8,0,6,0,0,0,0,0,0,'Lady Sevine-Shadow Bolt'),(12340,12340,7725,4,0,0,1,0,20,6533,1,0,6,0,0,0,0,0,0,'Grimtotem Raider-Net'),(12340,12340,7725,4,0,0,1,0,28,15284,8,0,6,0,0,0,0,0,0,'Grimtotem Raider-Cleave'),(12340,12340,7726,4,0,0,1,0,28,12160,3,0,0,0,0,0,0,0,0,'Grimtotem Naturalist-Rejuvenation'),(12340,12340,7726,4,0,0,1,0,18,19030,10,0,0,0,0,0,0,0,0,'Grimtotem Naturalist-Bear Form'),(12340,12340,7726,4,0,0,1,0,17,15727,11,0,4,0,0,0,0,0,0,'Grimtotem Naturalist-Demoralizing Roar'),(12340,12340,7726,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Grimtotem Naturalist-Wrath'),(12340,12340,7726,4,0,0,1,0,28,12161,8,0,6,0,0,0,0,0,0,'Grimtotem Naturalist-Maul'),(12340,12340,7727,4,0,0,1,0,32,930,8,0,6,0,0,0,0,0,0,'Grimtotem Shaman-Chain Lightning'),(12340,12340,7727,4,0,0,1,0,24,8499,9,0,4,0,0,0,0,0,0,'Grimtotem Shaman-Fire Nova'),(12340,12340,7727,4,0,0,1,0,25,8005,3,0,0,0,0,0,0,0,0,'Grimtotem Shaman-Healing Wave'),(12340,12340,7728,4,0,0,1,0,32,12745,8,0,6,0,0,0,0,0,0,'Kirith the Damned-Mana Burn'),(12340,12340,7728,4,0,0,1,0,30,12097,11,0,6,0,0,0,0,0,0,'Kirith the Damned-Pierce Armor'),(12340,12340,7730,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Stonetalon Grunt-Enrage'),(12340,12340,7734,4,0,0,1,0,31,40504,8,0,6,0,0,0,0,0,0,'Ilifar-Cleave'),(12340,12340,7734,4,0,0,1,0,38,9613,8,0,6,0,0,0,0,0,0,'Ilifar-Shadow Bolt'),(12340,12340,7767,4,0,0,1,0,28,2691,8,0,6,0,0,0,0,0,0,'Witherbark Felhunter-Mana Burn'),(12340,12340,7800,4,0,0,1,0,25,9775,8,0,6,0,0,0,0,0,0,'Mekgineer Thermaplugg-Irradiated'),(12340,12340,7803,4,0,0,1,0,24,5416,8,0,6,0,0,0,0,0,0,'Scorpid Duneburrower-Venom Sting'),(12340,12340,7805,4,0,0,1,0,24,7160,8,0,6,0,0,0,0,0,0,'Wastewander Scofflaw-Execute'),(12340,12340,7808,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Marauding Owlbeast-Enrage'),(12340,12340,7809,4,0,0,1,0,24,7160,8,0,6,0,0,0,0,0,0,'Vilebranch Ambusher-Execute'),(12340,12340,7843,4,0,1,1,0,7,6660,8,0,6,0,0,0,0,0,0,'Gnomeregan Evacuee-Shoot'),(12340,12340,7843,4,0,1,1,0,7,1608,8,0,6,0,0,0,0,0,0,'Gnomeregan Evacuee-Heroic Strike'),(12340,12340,7843,4,0,1,1,0,7,1715,8,0,6,0,0,0,0,0,0,'Gnomeregan Evacuee-Hamstring'),(12340,12340,7844,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Fire Nova Totem IV-Fireball'),(12340,12340,7844,4,0,0,1,0,100,11306,8,0,6,0,0,0,0,0,0,'Fire Nova Totem IV-Fire Nova'),(12340,12340,7845,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Fire Nova Totem V-Fireball'),(12340,12340,7845,4,0,0,1,0,100,11307,8,0,6,0,0,0,0,0,0,'Fire Nova Totem V-Fire Nova'),(12340,12340,7846,4,0,0,1,0,33,40504,8,0,6,0,0,0,0,0,0,'Teremus the Devourer-Cleave'),(12340,12340,7846,4,0,0,1,0,28,11130,8,0,6,0,0,0,0,0,0,'Teremus the Devourer-Knock Away'),(12340,12340,7846,4,0,0,1,0,36,38974,7,0,3,0,0,0,0,0,0,'Teremus the Devourer-Flame Breath'),(12340,12340,7846,4,0,0,1,0,34,12667,7,0,4,0,0,0,0,0,0,'Teremus the Devourer-Soul Consumption'),(12340,12340,7855,4,0,0,1,0,29,11976,8,0,6,0,0,0,0,0,0,'Southsea Pirate-Strike'),(12340,12340,7856,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Southsea Freebooter-Shoot'),(12340,12340,7857,4,0,0,1,0,24,3148,11,0,6,0,0,0,0,0,0,'Southsea Dock Worker-Head Crack'),(12340,12340,7858,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Southsea Swashbuckler-Disarm'),(12340,12340,7864,4,0,0,1,0,22,11963,11,0,6,0,0,0,0,0,0,'Lingering Highborne-Enfeeble'),(12340,12340,7872,4,0,0,1,0,24,11433,7,0,3,0,0,0,0,0,0,'Death\'s Head Cultist-Death & Decay'),(12340,12340,7872,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Death\'s Head Cultist-Shadow Bolt'),(12340,12340,7873,4,0,0,1,0,19,11430,8,0,6,0,0,0,0,0,0,'Razorfen Battleguard-Slam'),(12340,12340,7874,4,0,0,1,0,18,11431,3,0,0,0,0,0,0,0,0,'Razorfen Thornweaver-Healing Touch'),(12340,12340,7874,4,0,0,1,0,16,7966,10,0,0,0,0,0,0,0,0,'Razorfen Thornweaver-Thorns Aura'),(12340,12340,7886,4,0,0,1,0,22,3443,10,0,0,0,0,0,0,0,0,'Spitelash Enchantress-Enchanted Quickness'),(12340,12340,7886,4,0,0,1,0,30,12548,8,0,6,0,0,0,0,0,0,'Spitelash Enchantress-Frost Shock'),(12340,12340,7895,4,0,0,1,0,12,11413,11,0,6,0,0,0,0,0,0,'Ambassador Bloodrage-Echoes of Lordaeron'),(12340,12340,7895,4,0,0,1,0,40,9613,8,0,6,0,0,0,0,0,0,'Ambassador Bloodrage-Shadow Bolt'),(12340,12340,7899,4,0,0,1,0,29,11976,8,0,6,0,0,0,0,0,0,'Treasure Hunting Pirate-Strike'),(12340,12340,7901,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Treasure Hunting Swashbuckler-Disarm'),(12340,12340,7902,4,0,0,1,0,29,11976,8,0,6,0,0,0,0,0,0,'Treasure Hunting Buccaneer-Strike'),(12340,12340,7915,4,0,0,1,0,25,11504,8,0,6,0,0,0,0,0,0,'Walking Bomb-Walking Bomb Effect'),(12340,12340,7956,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Kindal Moonweaver-Shoot'),(12340,12340,7956,4,0,0,1,0,27,14443,8,0,6,0,0,0,0,0,0,'Kindal Moonweaver-Multi-Shot'),(12340,12340,7977,4,0,0,1,0,21,6016,11,0,6,0,0,0,0,0,0,'Gammerita-Pierce Armor'),(12340,12340,7995,4,0,0,1,0,20,11641,11,0,6,0,0,0,0,0,0,'Vile Priestess Hexx-Hex'),(12340,12340,7995,4,0,0,1,0,27,11639,8,0,6,0,0,0,0,0,0,'Vile Priestess Hexx-Shadow Word: Pain'),(12340,12340,7995,4,0,0,1,0,23,11642,2,0,0,0,0,0,0,0,0,'Vile Priestess Hexx-Heal'),(12340,12340,7996,4,0,0,1,0,21,11640,2,0,0,0,0,0,0,0,0,'Qiaga the Keeper-Renew'),(12340,12340,7996,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Qiaga the Keeper-Shadow Word: Pain'),(12340,12340,7996,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Qiaga the Keeper-Shadow Bolt'),(12340,12340,8035,4,0,0,1,0,25,11504,8,0,6,0,0,0,0,0,0,'Dark Iron Land Mine-Walking Bomb Effect'),(12340,12340,8075,4,0,0,1,0,32,9532,8,0,6,0,0,0,0,0,0,'Edana Hatetalon-Lightning Bolt'),(12340,12340,8075,4,0,0,1,0,25,12058,8,0,6,0,0,0,0,0,0,'Edana Hatetalon-Chain Lightning'),(12340,12340,8075,4,0,0,1,0,23,8293,7,0,3,0,0,0,0,0,0,'Edana Hatetalon-Lightning Cloud'),(12340,12340,8095,4,0,0,1,0,25,11020,8,0,6,0,0,0,0,0,0,'Sul\'lithuz Sandcrawler-Petrify'),(12340,12340,8136,4,0,0,1,0,30,8058,8,0,6,0,0,0,0,0,0,'Lord Shalzaru-Frost Shock'),(12340,12340,8196,4,0,0,1,0,28,18144,7,0,3,0,0,0,0,0,0,'Occulus-Swoop'),(12340,12340,8196,4,0,0,1,0,28,20717,7,0,3,0,0,0,0,0,0,'Occulus-Sand Breath'),(12340,12340,8196,4,0,0,1,0,29,10833,8,0,6,0,0,0,0,0,0,'Occulus-Arcane Blast'),(12340,12340,8197,4,0,0,1,0,26,40504,7,0,3,0,0,0,0,0,0,'Chronalis-Cleave'),(12340,12340,8197,4,0,0,1,0,32,20717,7,0,3,0,0,0,0,0,0,'Chronalis-Sand Breath'),(12340,12340,8198,4,0,0,1,0,27,20717,7,0,3,0,0,0,0,0,0,'Tick-Sand Breath'),(12340,12340,8198,4,0,0,1,0,29,21073,7,0,4,0,0,0,0,0,0,'Tick-Arcane Explosion'),(12340,12340,8199,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Warleader Krazzilak-Disarm'),(12340,12340,8199,4,0,0,1,0,27,9080,11,0,6,0,0,0,0,0,0,'Warleader Krazzilak-Hamstring'),(12340,12340,8199,4,0,0,1,0,26,17230,11,0,6,0,0,0,0,0,0,'Warleader Krazzilak-Infected Wound'),(12340,12340,8199,4,0,0,1,0,29,18103,5,0,6,0,0,0,0,0,0,'Warleader Krazzilak-Backhand'),(12340,12340,8200,4,0,0,1,0,34,20824,8,0,6,0,0,0,0,0,0,'Jin\'Zallah the Sandbringer-Lightning Bolt'),(12340,12340,8200,4,0,0,1,0,26,7272,11,0,4,0,0,0,0,0,0,'Jin\'Zallah the Sandbringer-Dust Cloud'),(12340,12340,8200,4,0,0,1,0,23,10132,9,0,4,0,0,0,0,0,0,'Jin\'Zallah the Sandbringer-Sand Storms'),(12340,12340,8201,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Omgorn the Lost-Enrage'),(12340,12340,8201,4,0,0,1,0,24,16856,8,0,6,0,0,0,0,0,0,'Omgorn the Lost-Mortal Strike'),(12340,12340,8202,4,0,0,1,0,26,11975,7,0,4,0,0,0,0,0,0,'Cyclok the Mad-Arcane Explosion'),(12340,12340,8202,4,0,0,1,0,34,20829,8,0,6,0,0,0,0,0,0,'Cyclok the Mad-Arcane Bolt'),(12340,12340,8202,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Cyclok the Mad-Bloodlust'),(12340,12340,8203,4,0,0,1,0,29,11976,8,0,6,0,0,0,0,0,0,'Kregg Keelhaul-Strike'),(12340,12340,8203,4,0,0,1,0,31,40504,8,0,6,0,0,0,0,0,0,'Kregg Keelhaul-Cleave'),(12340,12340,8204,4,0,0,1,0,28,6016,11,0,6,0,0,0,0,0,0,'Soriid the Devourer-Pierce Armor'),(12340,12340,8204,4,0,0,1,0,25,13445,8,0,6,0,0,0,0,0,0,'Soriid the Devourer-Rend'),(12340,12340,8205,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Haarka the Ravenous-Thrash'),(12340,12340,8205,4,0,0,1,0,27,21081,11,0,6,0,0,0,0,0,0,'Haarka the Ravenous-Sunder Armor'),(12340,12340,8207,4,0,0,1,0,24,16843,8,0,6,0,0,0,0,0,0,'Greater Firebird-Crimson Fury'),(12340,12340,8207,4,0,0,1,0,27,11970,7,0,4,0,0,0,0,0,0,'Greater Firebird-Fire Nova'),(12340,12340,8210,4,0,0,1,0,23,13584,8,0,6,0,0,0,0,0,0,'Razortalon-Strike'),(12340,12340,8210,4,0,0,1,0,21,13443,8,0,6,0,0,0,0,0,0,'Razortalon-Rend'),(12340,12340,8210,4,0,0,1,0,15,3604,11,0,6,0,0,0,0,0,0,'Razortalon-Tendon Rip'),(12340,12340,8211,4,0,0,1,0,22,3264,11,0,4,0,0,0,0,0,0,'Old Cliff Jumper-Blood Howl'),(12340,12340,8211,4,0,0,1,0,15,3604,11,0,6,0,0,0,0,0,0,'Old Cliff Jumper-Tendon Rip'),(12340,12340,8212,4,0,0,1,0,22,7279,11,0,4,0,0,0,0,0,0,'The Reak-Black Sludge'),(12340,12340,8214,4,0,0,1,0,24,15495,8,0,6,0,0,0,0,0,0,'Jalinde Summerdrake-Explosive Shot'),(12340,12340,8214,4,0,0,1,0,22,8806,8,0,6,0,0,0,0,0,0,'Jalinde Summerdrake-Poisoned Shot'),(12340,12340,8214,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Jalinde Summerdrake-Shoot'),(12340,12340,8215,4,0,0,1,0,23,11876,7,0,4,0,0,0,0,0,0,'Grimungous-War Stomp'),(12340,12340,8215,4,0,0,1,0,28,5568,7,0,4,0,0,0,0,0,0,'Grimungous-Trample'),(12340,12340,8216,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Retherokk the Berserker-Thrash'),(12340,12340,8216,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Retherokk the Berserker-Enrage'),(12340,12340,8217,4,0,0,1,0,20,3443,10,0,0,0,0,0,0,0,0,'Mith\'rethis the Enchanter-Enchanted Quickness'),(12340,12340,8217,4,0,0,1,0,22,11436,11,0,6,0,0,0,0,0,0,'Mith\'rethis the Enchanter-Slow'),(12340,12340,8217,4,0,0,1,0,29,15654,8,0,6,0,0,0,0,0,0,'Mith\'rethis the Enchanter-Shadow Word: Pain'),(12340,12340,8218,4,0,1,1,0,3,11279,8,0,6,0,0,0,0,0,0,'Witherheart the Stalker-Backstab'),(12340,12340,8219,4,0,0,1,0,28,17228,7,0,4,0,0,0,0,0,0,'Zul\'arek Hatefowler-Shadow Bolt Volley'),(12340,12340,8278,4,0,0,1,0,34,5213,8,0,6,0,0,0,0,0,0,'Smoldar-Molten Metal'),(12340,12340,8280,4,0,0,1,0,28,13321,8,0,6,0,0,0,0,0,0,'Shleipnarr-Mana Burn'),(12340,12340,8282,4,0,0,1,0,23,13323,8,0,6,0,0,0,0,0,0,'Highlord Mastrogonde-Polymorph'),(12340,12340,8282,4,0,0,1,0,23,11974,10,0,0,0,0,0,0,0,0,'Highlord Mastrogonde-Power Word: Shield'),(12340,12340,8282,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Highlord Mastrogonde-Shadow Bolt'),(12340,12340,8282,4,0,0,1,0,28,11639,8,0,6,0,0,0,0,0,0,'Highlord Mastrogonde-Shadow Word: Pain'),(12340,12340,8283,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Slave Master Blackheart-Shoot'),(12340,12340,8283,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Slave Master Blackheart-Net'),(12340,12340,8296,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Mojo the Twisted-Shadow Bolt'),(12340,12340,8297,4,0,0,1,0,38,15284,8,0,6,0,0,0,0,0,0,'Magronos the Unyielding-Cleave'),(12340,12340,8297,4,0,0,1,0,12,8599,10,0,0,0,0,0,0,0,0,'Magronos the Unyielding-Enrage'),(12340,12340,8297,4,0,0,1,0,32,9080,11,0,6,0,0,0,0,0,0,'Magronos the Unyielding-Hamstring'),(12340,12340,8298,4,0,0,1,0,38,20824,8,0,6,0,0,0,0,0,0,'Akubar the Seer-Lightning Bolt'),(12340,12340,8299,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Spiteflayer-Thrash'),(12340,12340,8299,4,0,0,1,0,27,15042,6,0,6,0,0,0,0,0,0,'Spiteflayer-Curse of Blood'),(12340,12340,8300,4,0,0,1,0,32,7367,8,0,6,0,0,0,0,0,0,'Ravage-Infected Bite'),(12340,12340,8300,4,0,0,1,0,38,19448,8,0,6,0,0,0,0,0,0,'Ravage-Poison'),(12340,12340,8301,4,0,0,1,0,30,5416,8,0,6,0,0,0,0,0,0,'Clack the Reaver-Venom Sting'),(12340,12340,8301,4,0,0,1,0,33,16790,8,0,6,0,0,0,0,0,0,'Clack the Reaver-Knockdown'),(12340,12340,8304,4,0,0,1,0,31,6253,8,0,6,0,0,0,0,0,0,'Dreadscorn-Backhand'),(12340,12340,8304,4,0,0,1,0,18,21049,10,0,0,0,0,0,0,0,0,'Dreadscorn-Bloodlust'),(12340,12340,8304,4,0,0,1,0,38,12057,8,0,6,0,0,0,0,0,0,'Dreadscorn-Strike'),(12340,12340,8319,4,0,0,1,0,100,15653,8,0,6,0,0,0,0,0,0,'Nightmare Whelp-Acid Spit'),(12340,12340,8324,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Atal\'ai Skeleton-Shadow Word: Pain'),(12340,12340,8379,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Archmage Xylem-Fireball'),(12340,12340,8379,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Archmage Xylem-Frostbolt'),(12340,12340,8391,4,0,1,1,0,7,12734,3,0,0,0,0,0,0,0,0,'Lathoric the Black-Ground Smash'),(12340,12340,8391,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Lathoric the Black-Net'),(12340,12340,8400,4,0,0,1,0,27,10101,8,0,6,0,0,0,0,0,0,'Obsidion-Knock Away'),(12340,12340,8400,4,0,0,1,0,28,12734,7,0,4,0,0,0,0,0,0,'Obsidion-Ground Smash'),(12340,12340,8408,4,0,0,1,0,20,10968,11,0,4,0,0,0,0,0,0,'Warlord Krellian-Demoralizing Roar'),(12340,12340,8408,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Warlord Krellian-Strike'),(12340,12340,8409,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Caravan Master Tset-Frostbolt'),(12340,12340,8437,4,0,0,1,0,100,11672,8,0,6,0,0,0,0,0,0,'Hakkari Minion-Corruption'),(12340,12340,8438,4,0,0,1,0,100,11672,8,0,6,0,0,0,0,0,0,'Hakkari Bloodkeeper-Corruption'),(12340,12340,8438,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Hakkari Bloodkeeper-Shadow Bolt'),(12340,12340,8444,4,0,0,1,0,25,11436,11,0,6,0,0,0,0,0,0,'Trade Master Kovic-Slow'),(12340,12340,8444,4,0,0,1,0,34,9053,8,0,6,0,0,0,0,0,0,'Trade Master Kovic-Fireball'),(12340,12340,8444,4,0,0,1,0,27,11990,7,0,3,0,0,0,0,0,0,'Trade Master Kovic-Rain of Fire'),(12340,12340,8479,4,0,1,1,0,100,10230,8,0,0,0,0,0,0,0,0,'Kalaran Windblade-Frost Nova'),(12340,12340,8497,4,0,0,1,0,100,11672,8,0,6,0,0,0,0,0,0,'Nightmare Suppressor-Corruption'),(12340,12340,8503,4,0,1,1,0,82,143,8,0,6,0,0,0,0,0,0,'Gibblewilt-Fireball'),(12340,12340,8504,4,0,1,1,0,0,13553,8,0,6,0,0,0,0,0,0,'Dark Iron Sentry-Serpent Sting'),(12340,12340,8504,4,0,1,1,0,0,10892,8,0,6,0,0,0,0,0,0,'Dark Iron Sentry-Shadow Word: Pain'),(12340,12340,8504,4,0,1,1,0,0,6533,1,0,6,0,0,0,0,0,0,'Dark Iron Sentry-Net'),(12340,12340,8518,4,0,0,1,0,34,10277,8,0,6,0,0,0,0,0,0,'Rynthariel the Keymaster-Throw'),(12340,12340,8518,4,0,0,1,0,26,7992,11,0,6,0,0,0,0,0,0,'Rynthariel the Keymaster-Slowing Poison'),(12340,12340,8519,4,0,0,1,0,27,14099,8,0,6,0,0,0,0,0,0,'Blighted Surge-Mighty Blow'),(12340,12340,8519,4,0,0,1,0,33,16554,8,0,6,0,0,0,0,0,0,'Blighted Surge-Toxic Bolt'),(12340,12340,8520,4,0,0,1,0,33,14099,8,0,6,0,0,0,0,0,0,'Plague Ravager-Mighty Blow'),(12340,12340,8521,4,0,0,1,0,33,14099,8,0,6,0,0,0,0,0,0,'Blighted Horror-Mighty Blow'),(12340,12340,8521,4,0,0,1,0,10,12542,4,0,6,0,0,0,0,0,0,'Blighted Horror-Fear'),(12340,12340,8522,4,0,0,1,0,33,14099,8,0,6,0,0,0,0,0,0,'Plague Monstrosity-Mighty Blow'),(12340,12340,8523,4,0,0,1,0,25,11976,8,0,6,0,0,0,0,0,0,'Scourge Soldier-Strike'),(12340,12340,8524,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Cursed Mage-Fireball'),(12340,12340,8524,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Cursed Mage-Frostbolt'),(12340,12340,8530,4,0,0,1,0,100,3589,8,0,6,0,0,0,0,0,0,'Cannibal Ghoul-Deafening Screech'),(12340,12340,8540,4,0,0,1,0,28,5884,11,0,6,0,0,0,0,0,0,'Torn Screamer-Banshee Curse'),(12340,12340,8541,4,0,0,1,0,28,5884,6,0,6,0,0,0,0,0,0,'Hate Shrieker-Banshee Curse'),(12340,12340,8541,4,0,0,1,0,22,3589,7,0,4,0,0,0,0,0,0,'Hate Shrieker-Deafening Screech'),(12340,12340,8543,4,0,0,1,0,27,14099,8,0,6,0,0,0,0,0,0,'Stitched Horror-Mighty Blow'),(12340,12340,8544,4,0,0,1,0,23,11428,3,0,6,0,0,0,0,0,0,'Gangled Golem-Knockdown'),(12340,12340,8546,4,0,0,1,0,23,8646,3,0,6,0,0,0,0,0,0,'Dark Adept-Snap Kick'),(12340,12340,8547,4,0,0,1,0,34,16583,8,0,6,0,0,0,0,0,0,'Death Cultist-Shadow Shock'),(12340,12340,8548,4,0,0,1,0,16,12040,10,0,0,0,0,0,0,0,0,'Vile Tutor-Shadow Shield'),(12340,12340,8550,4,0,0,1,0,9,16592,10,0,0,0,0,0,0,0,0,'Shadowmage-Shadowform'),(12340,12340,8550,4,0,0,1,0,34,20825,8,0,6,0,0,0,0,0,0,'Shadowmage-Shadow Bolt'),(12340,12340,8551,4,0,0,1,0,100,5110,8,0,6,0,0,0,0,0,0,'Dark Summoner-Summon Living Flame'),(12340,12340,8553,4,0,0,1,0,26,11443,8,0,6,0,0,0,0,0,0,'Necromancer-Cripple'),(12340,12340,8553,4,0,0,1,0,22,12420,9,0,3,0,0,0,0,0,0,'Necromancer-Summon Skeletal Servant'),(12340,12340,8555,4,0,0,1,0,22,31600,9,0,3,0,0,0,0,0,0,'Crypt Stalker-Crypt Scarabs'),(12340,12340,8556,4,0,0,1,0,20,745,1,0,6,0,0,0,0,0,0,'Crypt Walker-Web'),(12340,12340,8557,4,0,0,1,0,22,17169,9,0,3,0,0,0,0,0,0,'Crypt Horror-Summon Carrion Scarab'),(12340,12340,8560,4,0,0,1,0,13,9080,8,0,6,0,0,0,0,0,0,'Mossflayer Scout-Hamstring'),(12340,12340,8561,4,0,0,1,0,26,17171,8,0,6,0,0,0,0,0,0,'Mossflayer Shadowhunter-Shadow Shot'),(12340,12340,8561,4,0,0,1,0,31,16100,8,0,6,0,0,0,0,0,0,'Mossflayer Shadowhunter-Shoot'),(12340,12340,8562,4,0,0,1,0,16,17172,11,0,6,0,0,0,0,0,0,'Mossflayer Cannibal-Hex'),(12340,12340,8562,4,0,0,1,0,24,17173,8,0,6,0,0,0,0,0,0,'Mossflayer Cannibal-Drain Life'),(12340,12340,8563,4,0,0,1,0,26,11971,8,0,6,0,0,0,0,0,0,'Woodsman-Sunder Armor'),(12340,12340,8564,4,0,0,1,0,31,15547,8,0,6,0,0,0,0,0,0,'Ranger-Shoot'),(12340,12340,8564,4,0,0,1,0,28,17174,8,0,6,0,0,0,0,0,0,'Ranger-Concussive Shot'),(12340,12340,8564,4,0,0,1,0,25,14443,7,0,3,0,0,0,0,0,0,'Ranger-Multi-Shot'),(12340,12340,8565,4,0,0,1,0,23,16498,11,0,6,0,0,0,0,0,0,'Pathstrider-Faerie Fire'),(12340,12340,8566,4,0,0,1,0,34,15620,8,0,6,0,0,0,0,0,0,'Dark Iron Lookout-Shoot'),(12340,12340,8567,4,0,0,1,0,25,16345,8,0,6,0,0,0,0,0,0,'Glutton-Disease Cloud'),(12340,12340,8578,4,0,0,1,0,33,20823,8,0,6,0,0,0,0,0,0,'Magus Rimtori-Fireball'),(12340,12340,8578,4,0,0,1,0,27,11831,7,0,4,0,0,0,0,0,0,'Magus Rimtori-Frost Nova'),(12340,12340,8581,4,0,0,1,0,28,12170,8,0,6,0,0,0,0,0,0,'Blood Elf Defender-Revenge'),(12340,12340,8581,4,0,0,1,0,23,12169,10,0,0,0,0,0,0,0,0,'Blood Elf Defender-Shield Block'),(12340,12340,8600,4,0,0,1,1,21,6605,4,0,4,0,0,0,0,0,0,'Plaguebat-Terrifying Screech'),(12340,12340,8605,4,0,0,1,0,23,16449,11,0,6,0,0,0,0,0,0,'Carrion Devourer-Maggot Slime'),(12340,12340,8605,4,0,0,1,0,28,17197,7,0,4,0,0,0,0,0,0,'Carrion Devourer-Maggot Goo'),(12340,12340,8636,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Morta\'gya the Keeper-Shadow Word: Pain'),(12340,12340,8636,4,0,0,1,0,21,11640,2,0,0,0,0,0,0,0,0,'Morta\'gya the Keeper-Renew'),(12340,12340,8636,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Morta\'gya the Keeper-Shadow Bolt'),(12340,12340,8637,4,0,0,1,0,34,11976,8,0,6,0,0,0,0,0,0,'Dark Iron Watchman-Strike'),(12340,12340,8660,4,0,0,1,0,28,15797,8,0,6,0,0,0,0,0,0,'The Evalcharr-Lightning Breath'),(12340,12340,8660,4,0,0,1,0,32,21549,8,0,6,0,0,0,0,0,0,'The Evalcharr-Fireball'),(12340,12340,8667,4,0,0,1,0,21,6982,5,0,4,0,0,0,0,0,0,'Gusting Vortex-Gust of Wind'),(12340,12340,8675,4,0,0,1,0,31,13321,8,0,6,0,0,0,0,0,0,'Felbeast-Mana Burn'),(12340,12340,8716,4,0,0,1,0,28,13704,4,0,4,0,0,0,0,0,0,'Dreadlord-Psychic Scream'),(12340,12340,8716,4,0,0,1,0,33,17287,8,0,6,0,0,0,0,0,0,'Dreadlord-Mind Blast'),(12340,12340,8717,4,0,0,1,0,32,15284,8,0,6,0,0,0,0,0,0,'Felguard Elite-Cleave'),(12340,12340,8717,4,0,0,1,0,36,16046,7,0,4,0,0,0,0,0,0,'Felguard Elite-Blast Wave'),(12340,12340,8717,4,0,0,1,0,30,13737,8,0,6,0,0,0,0,0,0,'Felguard Elite-Mortal Strike'),(12340,12340,8718,4,0,0,1,0,38,20817,8,0,6,0,0,0,0,0,0,'Manahound-Mana Burn'),(12340,12340,8718,4,0,0,1,0,26,3604,11,0,6,0,0,0,0,0,0,'Manahound-Tendon Rip'),(12340,12340,8718,4,0,0,1,0,31,14331,8,0,6,0,0,0,0,0,0,'Manahound-Vicious Rend'),(12340,12340,8761,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Mosshoof Courser-Enrage'),(12340,12340,8762,4,0,0,1,0,22,745,1,0,6,0,0,0,0,0,0,'Timberweb Recluse-Web'),(12340,12340,8763,4,0,0,1,0,34,9532,8,0,6,0,0,0,0,0,0,'Mistwing Rogue-Lightning Bolt'),(12340,12340,8764,4,0,0,1,0,27,8806,8,0,6,0,0,0,0,0,0,'Mistwing Ravager-Poisoned Shot'),(12340,12340,8766,4,0,0,1,0,28,6907,11,0,6,0,0,0,0,0,0,'Forest Ooze-Diseased Slime'),(12340,12340,8890,4,0,0,1,0,100,24317,8,0,6,0,0,0,0,0,0,'Anvilrage Warden-Sunder Armor'),(12340,12340,8890,4,0,0,1,0,100,19644,8,0,6,0,0,0,0,0,0,'Anvilrage Warden-Strike'),(12340,12340,8891,4,0,0,1,0,100,30901,8,0,6,0,0,0,0,0,0,'Anvilrage Guardsman-Sunder Armor'),(12340,12340,8891,4,0,0,1,0,100,27581,8,0,6,0,0,0,0,0,0,'Anvilrage Guardsman-Disarm'),(12340,12340,8891,4,0,0,1,0,100,34510,8,0,6,0,0,0,0,0,0,'Anvilrage Guardsman-Stun'),(12340,12340,8892,4,0,0,1,0,100,29560,8,0,6,0,0,0,0,0,0,'Anvilrage Footman-Kick'),(12340,12340,8892,4,0,0,1,0,100,19644,8,0,6,0,0,0,0,0,0,'Anvilrage Footman-Strike'),(12340,12340,8893,4,0,0,1,0,100,40082,8,0,6,0,0,0,0,0,0,'Anvilrage Soldier-Hooked Net'),(12340,12340,8893,4,0,0,1,0,100,30901,8,0,6,0,0,0,0,0,0,'Anvilrage Soldier-Sunder Armor'),(12340,12340,8894,4,0,0,1,0,100,8812,8,0,6,0,0,0,0,0,0,'Anvilrage Medic-Heal'),(12340,12340,8894,4,0,0,1,0,100,10961,8,0,6,0,0,0,0,0,0,'Anvilrage Medic-Prayer of Healing'),(12340,12340,8894,4,0,0,1,0,100,10947,8,0,6,0,0,0,0,0,0,'Anvilrage Medic-Mind Blast'),(12340,12340,8895,4,0,0,1,0,100,25292,8,0,6,0,0,0,0,0,0,'Anvilrage Officer-Holy Light'),(12340,12340,8898,4,0,0,1,0,100,17143,8,0,6,0,0,0,0,0,0,'Anvilrage Marshal-Holy Strike'),(12340,12340,8898,4,0,0,1,0,100,10293,8,0,6,0,0,0,0,0,0,'Anvilrage Marshal-Devotion Aura'),(12340,12340,8898,4,0,0,1,0,100,25292,8,0,6,0,0,0,0,0,0,'Anvilrage Marshal-Holy Light'),(12340,12340,8933,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Cave Creeper-Web'),(12340,12340,8933,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Cave Creeper-Poison'),(12340,12340,8933,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Cave Creeper-Weak Poison'),(12340,12340,8956,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Angerclaw Bear-Enrage'),(12340,12340,8957,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Angerclaw Grizzly-Enrage'),(12340,12340,8957,4,0,0,1,0,23,8716,3,0,6,0,0,0,0,0,0,'Angerclaw Grizzly-Low Swipe'),(12340,12340,8958,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Angerclaw Mauler-Enrage'),(12340,12340,8958,4,0,0,1,0,30,15793,8,0,6,0,0,0,0,0,0,'Angerclaw Mauler-Maul'),(12340,12340,8959,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Felpaw Wolf-Infected Wound'),(12340,12340,8960,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Felpaw Scavenger-Infected Wound'),(12340,12340,8960,4,0,0,1,0,23,3604,11,0,6,0,0,0,0,0,0,'Felpaw Scavenger-Tendon Rip'),(12340,12340,8961,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Felpaw Ravager-Thrash'),(12340,12340,8961,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Felpaw Ravager-Infected Wound'),(12340,12340,8976,4,0,0,1,0,31,38974,7,0,3,0,0,0,0,0,0,'Hematos-Flame Breath'),(12340,12340,8977,4,0,0,1,0,14,6742,10,0,0,0,0,0,0,0,0,'Krom\'Grul-Bloodlust'),(12340,12340,8977,4,0,0,1,0,28,13381,7,0,4,0,0,0,0,0,0,'Krom\'Grul-Torch'),(12340,12340,8978,4,0,0,1,0,24,11802,9,0,4,0,0,0,0,0,0,'Thauris Balgarr-Dark Iron Land Mine'),(12340,12340,8978,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'Thauris Balgarr-Net'),(12340,12340,8978,4,0,0,1,0,26,6660,8,0,6,0,0,0,0,0,0,'Thauris Balgarr-Shoot'),(12340,12340,8979,4,0,0,1,0,9,8269,10,0,0,0,0,0,0,0,0,'Gruklash-Frenzy'),(12340,12340,8979,4,0,0,1,0,24,12555,8,0,6,0,0,0,0,0,0,'Gruklash-Pummel'),(12340,12340,8979,4,0,0,1,0,26,6253,8,0,6,0,0,0,0,0,0,'Gruklash-Backhand'),(12340,12340,8981,4,0,0,1,0,26,10966,8,0,6,0,0,0,0,0,0,'Malfunctioning Reaver-Uppercut'),(12340,12340,8981,4,0,0,1,0,26,3391,8,0,6,0,0,0,0,0,0,'Malfunctioning Reaver-Thrash'),(12340,12340,9026,4,0,0,1,0,34,13341,8,0,6,0,0,0,0,0,0,'Overmaster Pyron-Fire Blast'),(12340,12340,9026,4,0,0,1,0,28,12470,7,0,4,0,0,0,0,0,0,'Overmaster Pyron-Fire Nova'),(12340,12340,9078,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Shadowmage Vivian Lagrave-Frostbolt'),(12340,12340,9078,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Shadowmage Vivian Lagrave-Fireball'),(12340,12340,9079,4,0,0,1,0,25,24976,8,0,6,0,0,0,0,0,0,'Hierophant Theodora Mulvadania-Insect Swarm'),(12340,12340,9084,4,0,0,1,0,25,12867,8,0,6,0,0,0,0,0,0,'Thunderheart-Deep Wounds'),(12340,12340,9162,4,0,0,1,0,17,3604,11,0,6,0,0,0,0,0,0,'Young Diemetradon-Tendon Rip'),(12340,12340,9163,4,0,0,1,0,19,13692,11,0,6,0,0,0,0,0,0,'Diemetradon-Dire Growl'),(12340,12340,9164,4,0,0,1,0,23,12555,8,0,6,0,0,0,0,0,0,'Elder Diemetradon-Pummel'),(12340,12340,9165,4,0,0,1,0,25,5708,7,0,3,0,0,0,0,0,0,'Fledgling Pterrordax-Swoop'),(12340,12340,9166,4,0,0,1,0,21,6605,5,0,4,0,0,0,0,0,0,'Pterrordax-Terrifying Screech'),(12340,12340,9167,4,0,0,1,0,21,7399,5,0,6,0,0,0,0,0,0,'Frenzied Pterrordax-Terrify'),(12340,12340,9176,4,0,0,1,0,23,12734,7,0,4,0,0,0,0,0,0,'Gor\'tesh-Ground Smash'),(12340,12340,9176,4,0,0,1,0,26,10101,8,0,6,0,0,0,0,0,0,'Gor\'tesh-Knock Away'),(12340,12340,9197,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Spirestone Battle Mage-Fireball'),(12340,12340,9197,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Spirestone Battle Mage-Frostbolt'),(12340,12340,9198,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Spirestone Mystic-Shadow Word: Pain'),(12340,12340,9198,4,0,0,1,0,100,10947,8,0,6,0,0,0,0,0,0,'Spirestone Mystic-Mind Blast'),(12340,12340,9239,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Smolderthorn Mystic-Shadow Word: Pain'),(12340,12340,9239,4,0,0,1,0,100,10946,8,0,6,0,0,0,0,0,0,'Smolderthorn Mystic-Mind Blast'),(12340,12340,9267,4,0,0,1,0,100,16075,8,0,6,0,0,0,0,0,0,'Smolderthorn Axe Thrower-Throw Axe'),(12340,12340,9318,4,0,0,1,0,34,11985,8,0,6,0,0,0,0,0,0,'Incendosaur-Fireball'),(12340,12340,9336,4,0,0,1,0,12,6533,1,0,6,0,0,0,0,0,0,'Boss Copperplug-Net'),(12340,12340,9336,4,0,0,1,0,20,9143,7,0,4,0,0,0,0,0,0,'Boss Copperplug-Bomb'),(12340,12340,9356,4,0,0,1,0,25,19276,8,0,6,0,0,0,0,0,0,'Innkeeper Shul\'kar-Devouring Plague'),(12340,12340,9376,4,0,0,1,0,25,17277,7,0,4,0,0,0,0,0,0,'Blazerunner-Blast Wave'),(12340,12340,9450,4,0,0,1,0,19,25058,2,0,0,0,0,0,0,0,0,'Scarlet Curate-Renew'),(12340,12340,9450,4,0,0,1,0,32,25054,8,0,6,0,0,0,0,0,0,'Scarlet Curate-Holy Smite'),(12340,12340,9451,4,0,0,1,0,14,18100,10,0,0,0,0,0,0,0,0,'Scarlet Archmage-Frost Armor'),(12340,12340,9451,4,0,0,1,0,28,15244,7,0,3,0,0,0,0,0,0,'Scarlet Archmage-Cone of Cold'),(12340,12340,9451,4,0,0,1,0,32,15242,8,0,6,0,0,0,0,0,0,'Scarlet Archmage-Fireball'),(12340,12340,9451,4,0,0,1,0,25,15122,11,0,6,0,0,0,0,0,0,'Scarlet Archmage-Counterspell'),(12340,12340,9453,4,0,0,1,0,31,15089,8,0,6,0,0,0,0,0,0,'Aquementas-Frost Shock'),(12340,12340,9453,4,0,0,1,0,27,13586,7,0,4,0,0,0,0,0,0,'Aquementas-Aqua Jet'),(12340,12340,9454,4,0,0,1,0,26,13443,8,0,6,0,0,0,0,0,0,'Xavathras-Rend'),(12340,12340,9454,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Xavathras-Enrage'),(12340,12340,9456,4,0,0,1,0,33,11976,8,0,6,0,0,0,0,0,0,'Warlord Krom\'zar-Strike'),(12340,12340,9458,4,0,0,1,0,100,10277,8,0,6,0,0,0,0,0,0,'Horde Axe Thrower-Throw'),(12340,12340,9461,4,0,0,1,0,16,13459,11,0,6,0,0,0,0,0,0,'Frenzied Black Drake-Decimate'),(12340,12340,9461,4,0,0,1,0,28,9574,8,0,6,0,0,0,0,0,0,'Frenzied Black Drake-Flame Buffet'),(12340,12340,9461,4,0,0,1,0,31,37638,7,0,3,0,0,0,0,0,0,'Frenzied Black Drake-Flame Breath'),(12340,12340,9461,4,0,0,1,0,7,8269,10,0,0,0,0,0,0,0,0,'Frenzied Black Drake-Frenzy'),(12340,12340,9462,4,0,0,1,0,20,13583,6,0,6,0,0,0,0,0,0,'Chieftain Bloodmaw-Curse of the Deadwood'),(12340,12340,9464,4,0,0,1,0,31,15793,8,0,6,0,0,0,0,0,0,'Overlord Ror-Maul'),(12340,12340,9464,4,0,0,1,0,31,14100,5,0,4,0,0,0,0,0,0,'Overlord Ror-Terrifying Roar'),(12340,12340,9496,4,0,0,1,0,13,14206,9,0,4,0,0,0,0,0,0,'Gorishi Egg-Summon Gorishi Grub'),(12340,12340,9516,4,0,0,1,0,24,16247,6,0,6,0,0,0,0,0,0,'Lord Banehollow-Curse of Thorns'),(12340,12340,9516,4,0,0,1,0,28,17399,7,0,4,0,0,0,0,0,0,'Lord Banehollow-Shadow Shock'),(12340,12340,9517,4,0,0,1,0,28,16583,8,0,6,0,0,0,0,0,0,'Shadow Lord Fel\'dan-Shadow Shock'),(12340,12340,9517,4,0,0,1,0,23,9081,7,0,4,0,0,0,0,0,0,'Shadow Lord Fel\'dan-Shadow Bolt Volley'),(12340,12340,9517,4,0,0,1,0,34,20825,8,0,6,0,0,0,0,0,0,'Shadow Lord Fel\'dan-Shadow Bolt'),(12340,12340,9518,4,0,0,1,0,22,17227,6,0,6,0,0,0,0,0,0,'Rakaiah-Curse of Weakness'),(12340,12340,9518,4,0,0,1,0,31,15968,8,0,6,0,0,0,0,0,0,'Rakaiah-Lash of Pain'),(12340,12340,9523,4,0,0,1,0,21,6535,7,0,4,0,0,0,0,0,0,'Kolkar Stormseer-Lightning Cloud'),(12340,12340,9523,4,0,0,1,0,24,9532,8,0,6,0,0,0,0,0,0,'Kolkar Stormseer-Lightning Bolt'),(12340,12340,9524,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Kolkar Invader-Strike'),(12340,12340,9524,4,0,0,1,0,12,8014,11,0,6,0,0,0,0,0,0,'Kolkar Invader-Tetanus'),(12340,12340,9524,4,0,0,1,0,14,6268,8,0,6,0,0,0,0,0,0,'Kolkar Invader-Rushing Charge'),(12340,12340,9598,4,0,0,1,0,24,5337,11,0,6,0,0,0,0,0,0,'Arei-Wither Strike'),(12340,12340,9622,4,0,0,1,0,26,8374,7,0,3,0,0,0,0,0,0,'U\'cha-Arcing Smash'),(12340,12340,9622,4,0,0,1,0,24,11428,8,0,6,0,0,0,0,0,0,'U\'cha-Knockdown'),(12340,12340,9637,4,0,0,1,0,100,15037,8,0,6,0,0,0,0,0,0,'Scorching Totem-Attack'),(12340,12340,9656,4,0,0,1,0,100,3204,8,0,6,0,0,0,0,0,0,'Pet Bombling-Sapper Explode'),(12340,12340,9683,4,0,0,1,0,24,13443,8,0,6,0,0,0,0,0,0,'Lar\'korwi Mate-Rend'),(12340,12340,9683,4,0,0,1,0,17,3604,11,0,6,0,0,0,0,0,0,'Lar\'korwi Mate-Tendon Rip'),(12340,12340,9684,4,0,0,1,0,24,13443,8,0,6,0,0,0,0,0,0,'Lar\'korwi-Rend'),(12340,12340,9684,4,0,0,1,0,17,3604,11,0,6,0,0,0,0,0,0,'Lar\'korwi-Tendon Rip'),(12340,12340,9690,4,0,0,1,0,23,7367,11,0,6,0,0,0,0,0,0,'Ember Worg-Infected Bite'),(12340,12340,9691,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Venomtip Scorpid-Poison'),(12340,12340,9694,4,0,0,1,0,23,3604,11,0,6,0,0,0,0,0,0,'Slavering Ember Worg-Tendon Rip'),(12340,12340,9695,4,0,0,1,0,26,5416,8,0,6,0,0,0,0,0,0,'Deathlash Scorpid-Venom Sting'),(12340,12340,9697,4,0,0,1,0,26,13443,8,0,6,0,0,0,0,0,0,'Giant Ember Worg-Rend'),(12340,12340,9698,4,0,0,1,0,29,15661,8,0,6,0,0,0,0,0,0,'Firetail Scorpid-Immolate'),(12340,12340,9698,4,0,0,1,0,26,5416,8,0,6,0,0,0,0,0,0,'Firetail Scorpid-Venom Sting'),(12340,12340,9717,4,0,0,1,0,100,3428,8,0,6,0,0,0,0,0,0,'Bloodaxe Summoner-Summon Flesh Eating Worms'),(12340,12340,9776,4,0,0,1,0,26,15664,8,0,6,0,0,0,0,0,0,'Flamekin Spitter-Venom Spit'),(12340,12340,9777,4,0,0,1,0,29,3391,8,0,6,0,0,0,0,0,0,'Flamekin Sprite-Thrash'),(12340,12340,9778,4,0,0,1,0,38,15665,8,0,6,0,0,0,0,0,0,'Flamekin Torcher-Fireball'),(12340,12340,9779,4,0,0,1,0,14,15716,10,0,0,0,0,0,0,0,0,'Flamekin Rager-Enrage'),(12340,12340,9817,4,0,0,1,0,100,20816,8,0,6,0,0,0,0,0,0,'Blackhand Dreadweaver-Shadow Bolt'),(12340,12340,9818,4,0,0,1,0,100,32192,8,0,6,0,0,0,0,0,0,'Blackhand Summoner-Frost Nova'),(12340,12340,9818,4,0,0,1,0,100,18108,8,0,6,0,0,0,0,0,0,'Blackhand Summoner-Fireball'),(12340,12340,9819,4,0,0,1,0,100,35178,8,0,6,0,0,0,0,0,0,'Blackhand Veteran-Shield Bash'),(12340,12340,9860,4,0,0,1,0,26,12888,11,0,6,0,0,0,0,0,0,'Salia-Cause Insanity'),(12340,12340,9861,4,0,0,1,0,29,11639,8,0,6,0,0,0,0,0,0,'Moora-Shadow Word: Pain'),(12340,12340,9862,4,0,0,1,0,31,10966,8,0,6,0,0,0,0,0,0,'Jaedenar Legionnaire-Uppercut'),(12340,12340,9877,4,0,0,1,0,29,11962,8,0,6,0,0,0,0,0,0,'Prince Xavalis-Immolate'),(12340,12340,9877,4,0,0,1,0,24,13578,10,0,0,0,0,0,0,0,0,'Prince Xavalis-Jadefire'),(12340,12340,9878,4,0,0,1,0,30,15661,8,0,6,0,0,0,0,0,0,'Entropic Beast-Immolate'),(12340,12340,9916,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Jarquia-Enrage'),(12340,12340,9978,4,0,1,1,0,30,13554,8,0,6,0,0,0,0,0,0,'Wesley-Serpent Sting'),(12340,12340,9978,4,0,1,1,0,70,6141,8,0,0,0,0,0,0,0,0,'Wesley-Blizzard'),(12340,12340,10038,4,0,1,1,0,0,10894,8,0,6,0,0,0,0,0,0,'Night Watch Guard-Shadow Word: Pain'),(12340,12340,10038,4,0,1,1,0,0,14325,10,0,6,0,0,0,0,0,0,'Night Watch Guard-Hunter\'s Mark'),(12340,12340,10038,4,0,1,1,0,0,7373,8,0,6,0,0,0,0,0,0,'Night Watch Guard-Hamstring'),(12340,12340,10038,4,0,1,1,0,0,10308,3,0,6,0,0,0,0,0,0,'Night Watch Guard-Hammer of Justice'),(12340,12340,10038,4,0,1,1,0,0,20924,8,0,0,0,0,0,0,0,0,'Night Watch Guard-Consecration'),(12340,12340,10038,4,0,1,1,0,0,25295,8,0,6,0,0,0,0,0,0,'Night Watch Guard-Serpent Sting'),(12340,12340,10038,4,0,1,1,0,7,11556,10,0,0,0,0,0,0,0,0,'Night Watch Guard-Demoralizing Shout'),(12340,12340,10040,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Hive Guard-Silithid Pox'),(12340,12340,10040,4,0,0,1,0,26,14120,11,0,6,0,0,0,0,0,0,'Gorishi Hive Guard-Tunneler Acid'),(12340,12340,10041,4,0,0,1,0,23,8137,11,0,6,0,0,0,0,0,0,'Gorishi Hive Queen-Silithid Pox'),(12340,12340,10058,4,0,0,1,0,25,3408,8,0,6,0,0,0,0,0,0,'Greth-Crippling Poison'),(12340,12340,10077,4,0,0,1,0,23,3604,11,0,6,0,0,0,0,0,0,'Deathmaw-Tendon Rip'),(12340,12340,10078,4,0,0,1,0,26,9053,8,0,6,0,0,0,0,0,0,'Terrorspark-Fireball'),(12340,12340,10078,4,0,0,1,0,23,11968,10,0,0,0,0,0,0,0,0,'Terrorspark-Fire Shield'),(12340,12340,10083,4,0,0,1,0,100,23462,8,0,6,0,0,0,0,0,0,'Rage Talon Flamescale-Fire Nova'),(12340,12340,10119,4,0,0,1,0,35,15743,7,0,4,0,0,0,0,0,0,'Volchan-Flamecrack'),(12340,12340,10119,4,0,0,1,0,31,12470,7,0,4,0,0,0,0,0,0,'Volchan-Fire Nova'),(12340,12340,10157,4,0,0,1,0,21,16561,2,0,0,0,0,0,0,0,0,'Moonkin Oracle-Regrowth'),(12340,12340,10157,4,0,0,1,0,26,15798,8,0,6,0,0,0,0,0,0,'Moonkin Oracle-Moonfire'),(12340,12340,10157,4,0,0,1,0,33,9739,8,0,6,0,0,0,0,0,0,'Moonkin Oracle-Wrath'),(12340,12340,10158,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Moonkin-Thrash'),(12340,12340,10160,4,0,0,1,0,13,13443,8,0,6,0,0,0,0,0,0,'Raging Moonkin-Rend'),(12340,12340,10160,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Raging Moonkin-Enrage'),(12340,12340,10161,4,0,0,1,0,100,145,8,0,6,0,0,0,0,0,0,'Rookery Whelp-Fireball'),(12340,12340,10162,4,0,0,1,0,100,20741,8,0,6,0,0,0,0,0,0,'Lord Victor Nefarius-Shadow Bolt Volley'),(12340,12340,10162,4,0,0,1,0,100,24668,8,0,6,0,0,0,0,0,0,'Lord Victor Nefarius-Shadow Bolt'),(12340,12340,10183,4,0,0,1,0,100,15789,8,0,6,0,0,0,0,0,0,'Moonflare Totem-Moonflare'),(12340,12340,10196,4,0,0,1,0,21,9128,10,0,0,0,0,0,0,0,0,'General Colbatann-Battle Shout'),(12340,12340,10196,4,0,0,1,0,21,13730,11,0,4,0,0,0,0,0,0,'General Colbatann-Demoralizing Shout'),(12340,12340,10196,4,0,0,1,0,26,11971,11,0,6,0,0,0,0,0,0,'General Colbatann-Sunder Armor'),(12340,12340,10197,4,0,0,1,0,22,14100,5,0,4,0,0,0,0,0,0,'Mezzir the Howler-Terrifying Roar'),(12340,12340,10197,4,0,0,1,0,19,15971,11,0,4,0,0,0,0,0,0,'Mezzir the Howler-Demoralizing Roar'),(12340,12340,10197,4,0,0,1,0,28,3131,8,0,6,0,0,0,0,0,0,'Mezzir the Howler-Frost Breath'),(12340,12340,10198,4,0,0,1,0,25,40504,8,0,6,0,0,0,0,0,0,'Kashoch the Reaver-Cleave'),(12340,12340,10199,4,0,0,1,0,26,15793,8,0,0,0,0,0,0,0,0,'Grizzle Snowpaw-Maul'),(12340,12340,10199,4,0,0,1,0,24,12548,8,0,6,0,0,0,0,0,0,'Grizzle Snowpaw-Frost Shock'),(12340,12340,10200,4,0,0,1,0,21,7399,5,0,6,0,0,0,0,0,0,'Rak\'shiri-Terrify'),(12340,12340,10201,4,0,0,1,0,25,17146,8,0,6,0,0,0,0,0,0,'Lady Hederine-Shadow Word: Pain'),(12340,12340,10202,4,0,0,1,0,24,16099,7,0,3,0,0,0,0,0,0,'Azurous-Frost Breath'),(12340,12340,10217,4,0,0,1,0,100,16168,8,0,6,0,0,0,0,0,0,'Flame Buffet Totem-Flame Buffet'),(12340,12340,10258,4,0,0,1,0,100,24317,8,0,6,0,0,0,0,0,0,'Rookery Guardian-Sunder Armor'),(12340,12340,10317,4,0,0,1,0,100,12461,8,0,6,0,0,0,0,0,0,'Blackhand Elite-Backhand'),(12340,12340,10318,4,0,0,1,0,100,11286,8,0,6,0,0,0,0,0,0,'Blackhand Assassin-Gouge'),(12340,12340,10319,4,0,0,1,0,100,30688,8,0,6,0,0,0,0,0,0,'Blackhand Iron Guard-Shield Slam'),(12340,12340,10321,4,0,0,1,0,24,9573,7,0,3,0,0,0,0,0,0,'Emberstrife-Flame Breath'),(12340,12340,10321,4,0,0,1,0,25,40504,8,0,6,0,0,0,0,0,0,'Emberstrife-Cleave'),(12340,12340,10321,4,0,0,1,0,11,8269,10,0,0,0,0,0,0,0,0,'Emberstrife-Frenzy'),(12340,12340,10323,4,0,0,1,0,15,6533,1,0,6,0,0,0,0,0,0,'Murkdeep-Net'),(12340,12340,10323,4,0,0,1,0,15,11971,11,0,6,0,0,0,0,0,0,'Murkdeep-Sunder Armor'),(12340,12340,10356,4,0,0,1,0,10,13443,8,0,6,0,0,0,0,0,0,'Bayne-Rend'),(12340,12340,10356,4,0,0,1,0,10,3604,8,0,6,0,0,0,0,0,0,'Bayne-Tendon Rip'),(12340,12340,10357,4,0,0,1,0,20,8281,8,0,6,0,0,0,0,0,0,'Ressan the Needler-Sonic Burst'),(12340,12340,10358,4,0,0,1,0,13,7068,11,0,6,0,0,0,0,0,0,'Fellicent\'s Shade-Veil of Shadow'),(12340,12340,10358,4,0,0,1,0,30,37361,8,0,6,0,0,0,0,0,0,'Fellicent\'s Shade-Arcane Bolt'),(12340,12340,10359,4,0,0,1,0,20,3583,8,0,6,0,0,0,0,0,0,'Sri\'skulk-Deadly Poison'),(12340,12340,10371,4,0,0,1,0,100,28168,8,0,6,0,0,0,0,0,0,'Rage Talon Captain-Arcing Smash'),(12340,12340,10371,4,0,0,1,0,100,27580,8,0,6,0,0,0,0,0,0,'Rage Talon Captain-Mortal Strike'),(12340,12340,10372,4,0,0,1,0,100,23462,8,0,6,0,0,0,0,0,0,'Rage Talon Fire Tongue-Fire Nova'),(12340,12340,10372,4,0,0,1,0,100,25668,8,0,6,0,0,0,0,0,0,'Rage Talon Fire Tongue-Flame Buffet'),(12340,12340,10373,4,0,0,1,0,13,11980,6,0,6,0,0,0,0,0,0,'Xabraxxis-Curse of Weakness'),(12340,12340,10373,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Xabraxxis-Shadow Word: Pain'),(12340,12340,10373,4,0,0,1,0,13,8599,10,0,0,0,0,0,0,0,0,'Xabraxxis-Enrage'),(12340,12340,10374,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Spire Spider-Web'),(12340,12340,10374,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Spire Spider-Poison'),(12340,12340,10374,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Spire Spider-Weak Poison'),(12340,12340,10375,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Spire Spiderling-Web'),(12340,12340,10375,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Spire Spiderling-Poison'),(12340,12340,10375,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Spire Spiderling-Weak Poison'),(12340,12340,10382,4,0,0,1,0,100,15043,8,0,6,0,0,0,0,0,0,'Mangled Cadaver-Frostbolt'),(12340,12340,10385,4,0,0,1,0,100,22687,8,0,6,0,0,0,0,0,0,'Ghostly Citizen-Veil of Shadow'),(12340,12340,10390,4,0,0,1,0,100,15580,8,0,6,0,0,0,0,0,0,'Skeletal Guardian-Strike'),(12340,12340,10390,4,0,0,1,0,100,16406,8,0,6,0,0,0,0,0,0,'Skeletal Guardian-Rend'),(12340,12340,10391,4,0,0,1,0,100,15580,8,0,6,0,0,0,0,0,0,'Skeletal Berserker-Strike'),(12340,12340,10391,4,0,0,1,0,100,23600,8,0,6,0,0,0,0,0,0,'Skeletal Berserker-Piercing Howl'),(12340,12340,10391,4,0,0,1,0,100,16406,8,0,6,0,0,0,0,0,0,'Skeletal Berserker-Rend'),(12340,12340,10394,4,0,0,1,0,100,17439,8,0,6,0,0,0,0,0,0,'Black Guard Sentry-Shadow Shock'),(12340,12340,10406,4,0,0,1,0,100,12538,8,0,6,0,0,0,0,0,0,'Ghoul Ravener-Ravenous Claw'),(12340,12340,10406,4,0,0,1,0,100,15608,8,0,6,0,0,0,0,0,0,'Ghoul Ravener-Ravenous Claw'),(12340,12340,10406,4,0,0,1,0,100,16172,8,0,6,0,0,0,0,0,0,'Ghoul Ravener-Head Crack'),(12340,12340,10407,4,0,0,1,0,100,18200,8,0,6,0,0,0,0,0,0,'Fleshflayer Ghoul-Rend'),(12340,12340,10407,4,0,0,1,0,100,9791,8,0,6,0,0,0,0,0,0,'Fleshflayer Ghoul-Head Crack'),(12340,12340,10407,4,0,0,1,0,100,16458,8,0,6,0,0,0,0,0,0,'Fleshflayer Ghoul-Ghoul Plague'),(12340,12340,10412,4,0,0,1,0,100,15471,8,0,6,0,0,0,0,0,0,'Crypt Crawler-Enveloping Web'),(12340,12340,10412,4,0,0,1,0,100,3589,8,0,6,0,0,0,0,0,0,'Crypt Crawler-Deafening Screech'),(12340,12340,10412,4,0,0,1,0,100,16430,8,0,6,0,0,0,0,0,0,'Crypt Crawler-Soul Tap'),(12340,12340,10413,4,0,0,1,0,100,22412,8,0,6,0,0,0,0,0,0,'Crypt Beast-Virulent Poison'),(12340,12340,10413,4,0,0,1,0,100,4962,8,0,6,0,0,0,0,0,0,'Crypt Beast-Encasing Webs'),(12340,12340,10413,4,0,0,1,0,100,3589,8,0,6,0,0,0,0,0,0,'Crypt Beast-Deafening Screech'),(12340,12340,10415,4,0,0,1,0,100,512,8,0,6,0,0,0,0,0,0,'Ash\'ari Crystal-Chains of Ice'),(12340,12340,10415,4,0,0,1,0,100,1010,8,0,6,0,0,0,0,0,0,'Ash\'ari Crystal-Curse of Idiocy'),(12340,12340,10416,4,0,0,1,0,100,16866,8,0,6,0,0,0,0,0,0,'Bile Spewer-Venom Spit'),(12340,12340,10418,4,0,0,1,0,100,33871,8,0,6,0,0,0,0,0,0,'Crimson Guardsman-Shield Bash'),(12340,12340,10419,4,0,0,1,0,100,11831,8,0,6,0,0,0,0,0,0,'Crimson Conjuror-Frost Nova'),(12340,12340,10419,4,0,0,1,0,100,23412,8,0,6,0,0,0,0,0,0,'Crimson Conjuror-Frostbolt'),(12340,12340,10420,4,0,0,1,0,100,17287,8,0,6,0,0,0,0,0,0,'Crimson Initiate-Mind Blast'),(12340,12340,10420,4,0,0,1,0,100,22645,8,0,6,0,0,0,0,0,0,'Crimson Initiate-Frost Nova'),(12340,12340,10421,4,0,0,1,0,100,13005,8,0,6,0,0,0,0,0,0,'Crimson Defender-Hammer of Justice'),(12340,12340,10421,4,0,0,1,0,100,20005,8,0,6,0,0,0,0,0,0,'Crimson Defender-Chilled'),(12340,12340,10422,4,0,0,1,0,100,15451,8,0,6,0,0,0,0,0,0,'Crimson Sorcerer-Arcane Bolt'),(12340,12340,10422,4,0,0,1,0,100,16927,8,0,6,0,0,0,0,0,0,'Crimson Sorcerer-Chilled'),(12340,12340,10422,4,0,0,1,0,100,16144,8,0,6,0,0,0,0,0,0,'Crimson Sorcerer-Fire Blast'),(12340,12340,10422,4,0,0,1,0,100,15534,8,0,6,0,0,0,0,0,0,'Crimson Sorcerer-Polymorph'),(12340,12340,10423,4,0,0,1,0,100,36176,8,0,6,0,0,0,0,0,0,'Crimson Priest-Holy Smite'),(12340,12340,10423,4,0,0,1,0,100,36947,8,0,6,0,0,0,0,0,0,'Crimson Priest-Holy Fire'),(12340,12340,10424,4,0,0,1,0,100,36647,8,0,6,0,0,0,0,0,0,'Crimson Gallant-Crusader Strike'),(12340,12340,10424,4,0,0,1,0,100,17143,8,0,6,0,0,0,0,0,0,'Crimson Gallant-Holy Strike'),(12340,12340,10425,4,0,0,1,0,100,13020,8,0,6,0,0,0,0,0,0,'Crimson Battle Mage-Blast Wave'),(12340,12340,10425,4,0,0,1,0,100,23413,8,0,6,0,0,0,0,0,0,'Crimson Battle Mage-Arcane Explosion'),(12340,12340,10426,4,0,0,1,0,100,22645,8,0,6,0,0,0,0,0,0,'Crimson Inquisitor-Frost Nova'),(12340,12340,10426,4,0,0,1,0,100,17165,8,0,6,0,0,0,0,0,0,'Crimson Inquisitor-Mind Flay'),(12340,12340,10426,4,0,0,1,0,100,22947,8,0,6,0,0,0,0,0,0,'Crimson Inquisitor-Mana Burn'),(12340,12340,10442,4,0,0,1,0,100,22414,8,0,6,0,0,0,0,0,0,'Chromatic Whelp-Lightning Bolt'),(12340,12340,10442,4,0,0,1,0,100,23512,8,0,6,0,0,0,0,0,0,'Chromatic Whelp-Fireball Volley'),(12340,12340,10447,4,0,0,1,0,100,30014,8,0,6,0,0,0,0,0,0,'Chromatic Dragonspawn-Cleave'),(12340,12340,10447,4,0,0,1,0,100,32370,8,0,6,0,0,0,0,0,0,'Chromatic Dragonspawn-Frostbolt'),(12340,12340,10467,4,0,0,1,0,100,16191,8,0,6,0,0,0,0,0,0,'Mana Tide Totem-Mana Tide'),(12340,12340,10469,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Scholomance Adept-Frostbolt'),(12340,12340,10469,4,0,0,1,0,100,10473,8,0,6,0,0,0,0,0,0,'Scholomance Adept-Frost Shock'),(12340,12340,10469,4,0,0,1,0,100,10161,8,0,6,0,0,0,0,0,0,'Scholomance Adept-Cone of Cold'),(12340,12340,10470,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Scholomance Neophyte-Shadow Bolt'),(12340,12340,10470,4,0,0,1,0,100,18807,8,0,6,0,0,0,0,0,0,'Scholomance Neophyte-Mind Flay'),(12340,12340,10471,4,0,0,1,0,100,18807,8,0,6,0,0,0,0,0,0,'Scholomance Acolyte-Mind Flay'),(12340,12340,10472,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Scholomance Occultist-Frostbolt'),(12340,12340,10472,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Scholomance Occultist-Call of the Grave'),(12340,12340,10472,4,0,0,1,0,100,10161,8,0,6,0,0,0,0,0,0,'Scholomance Occultist-Cone of Cold'),(12340,12340,10477,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Scholomance Necromancer-Frostbolt'),(12340,12340,10477,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Scholomance Necromancer-Shadow Bolt'),(12340,12340,10477,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Scholomance Necromancer-Call of the Grave'),(12340,12340,10479,4,0,0,1,0,100,30138,8,0,6,0,0,0,0,0,0,'Skulking Corpse-Shadow Shock'),(12340,12340,10480,4,0,0,1,0,100,17689,8,0,6,0,0,0,0,0,0,'Unstable Corpse-Disease Burst'),(12340,12340,10480,4,0,0,1,0,100,18270,8,0,6,0,0,0,0,0,0,'Unstable Corpse-Dark Plague'),(12340,12340,10481,4,0,0,1,0,100,18270,8,0,6,0,0,0,0,0,0,'Reanimated Corpse-Dark Plague'),(12340,12340,10485,4,0,0,1,0,100,24063,8,0,6,0,0,0,0,0,0,'Risen Aberration-Disease Cloud'),(12340,12340,10485,4,0,0,1,0,100,18270,8,0,6,0,0,0,0,0,0,'Risen Aberration-Dark Plague'),(12340,12340,10485,4,0,0,1,0,100,12021,8,0,6,0,0,0,0,0,0,'Risen Aberration-Fixate'),(12340,12340,10486,4,0,0,1,0,100,17504,8,0,6,0,0,0,0,0,0,'Risen Warrior-Rend'),(12340,12340,10486,4,0,0,1,0,100,26554,8,0,6,0,0,0,0,0,0,'Risen Warrior-Thunderclap'),(12340,12340,10486,4,0,0,1,0,100,35011,8,0,6,0,0,0,0,0,0,'Risen Warrior-Knockdown'),(12340,12340,10487,4,0,0,1,0,100,27559,8,0,6,0,0,0,0,0,0,'Risen Protector-Silence'),(12340,12340,10487,4,0,0,1,0,100,20691,8,0,6,0,0,0,0,0,0,'Risen Protector-Cleave'),(12340,12340,10487,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Risen Protector-Call of the Grave'),(12340,12340,10487,4,0,0,1,0,100,30138,8,0,6,0,0,0,0,0,0,'Risen Protector-Shadow Shock'),(12340,12340,10488,4,0,0,1,0,100,12292,8,0,6,0,0,0,0,0,0,'Risen Construct-Death Wish'),(12340,12340,10488,4,0,0,1,0,100,28168,8,0,6,0,0,0,0,0,0,'Risen Construct-Arcing Smash'),(12340,12340,10489,4,0,0,1,0,20,29684,8,0,6,0,0,0,0,0,0,'Risen Guard-Shield Slam'),(12340,12340,10489,4,0,0,1,0,20,25051,8,0,6,0,0,0,0,0,0,'Risen Guard-Sunder Armor'),(12340,12340,10491,4,0,0,1,0,100,17715,8,0,6,0,0,0,0,0,0,'Risen Bonewarder-Consuming Shadows'),(12340,12340,10491,4,0,0,1,0,100,27559,8,0,6,0,0,0,0,0,0,'Risen Bonewarder-Silence'),(12340,12340,10491,4,0,0,1,0,100,20276,8,0,6,0,0,0,0,0,0,'Risen Bonewarder-Knockdown'),(12340,12340,10495,4,0,0,1,0,100,24063,8,0,6,0,0,0,0,0,0,'Diseased Ghoul-Disease Cloud'),(12340,12340,10495,4,0,0,1,0,100,18270,8,0,6,0,0,0,0,0,0,'Diseased Ghoul-Dark Plague'),(12340,12340,10497,4,0,0,1,0,100,30138,8,0,6,0,0,0,0,0,0,'Ragged Ghoul-Shadow Shock'),(12340,12340,10498,4,0,0,1,0,100,18278,8,0,6,0,0,0,0,0,0,'Spectral Tutor-Silence'),(12340,12340,10498,4,0,0,1,0,100,29405,8,0,6,0,0,0,0,0,0,'Spectral Tutor-Mana Burn'),(12340,12340,10498,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Spectral Tutor-Call of the Grave'),(12340,12340,10500,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Spectral Teacher-Frostbolt'),(12340,12340,10500,4,0,0,1,0,100,18647,8,0,6,0,0,0,0,0,0,'Spectral Teacher-Banish'),(12340,12340,10556,4,0,0,1,0,100,17743,8,0,6,0,0,0,0,0,0,'Lazy Peon-Peon Sleeping'),(12340,12340,10559,4,0,0,1,0,28,8398,7,0,4,0,0,0,0,0,0,'Lady Vespia-Frostbolt Volley'),(12340,12340,10559,4,0,0,1,0,18,13586,7,0,4,0,0,0,0,0,0,'Lady Vespia-Aqua Jet'),(12340,12340,10580,4,0,1,1,0,50,8713,8,0,0,0,0,0,0,0,0,'Fetid Zombie-Overwhelming Musk'),(12340,12340,10605,4,0,0,1,0,24,17137,2,0,0,0,0,0,0,0,0,'Scarlet Medic-Flash Heal'),(12340,12340,10605,4,0,0,1,0,25,11640,2,0,0,0,0,0,0,0,0,'Scarlet Medic-Renew'),(12340,12340,10608,4,0,0,1,0,24,12039,2,0,0,0,0,0,0,0,0,'Scarlet Priest-Heal'),(12340,12340,10608,4,0,0,1,0,25,8362,2,0,0,0,0,0,0,0,0,'Scarlet Priest-Renew'),(12340,12340,10608,4,0,0,1,0,19,13864,10,0,0,0,0,0,0,0,0,'Scarlet Priest-Power Word: Fortitude'),(12340,12340,10608,4,0,0,1,0,32,15498,8,0,6,0,0,0,0,0,0,'Scarlet Priest-Holy Smite'),(12340,12340,10610,4,0,1,1,0,100,12834,10,0,0,0,0,0,0,0,0,'Angus-Deep Wounds'),(12340,12340,10611,4,0,1,1,0,20,2974,8,0,6,0,0,0,0,0,0,'Shorty-Wing Clip'),(12340,12340,10611,4,0,1,1,0,20,13549,8,0,6,0,0,0,0,0,0,'Shorty-Serpent Sting'),(12340,12340,10611,4,0,1,1,0,20,980,6,0,6,0,0,0,0,0,0,'Shorty-Curse of Agony'),(12340,12340,10611,4,0,1,1,0,20,3409,3,0,6,0,0,0,0,0,0,'Shorty-Crippling Poison'),(12340,12340,10617,4,0,0,1,0,25,6190,8,0,6,0,0,0,0,0,0,'Galak Messenger-Demoralizing Shout'),(12340,12340,10638,4,0,0,1,0,25,2823,8,0,6,0,0,0,0,0,0,'Kanati Greycloud-Deadly Poison'),(12340,12340,10639,4,0,0,1,0,32,3391,8,0,6,0,0,0,0,0,0,'Rorgish Jowl-Thrash'),(12340,12340,10640,4,0,0,1,0,13,12160,3,0,0,0,0,0,0,0,0,'Oakpaw-Rejuvenation'),(12340,12340,10641,4,0,0,1,0,32,10101,8,0,6,0,0,0,0,0,0,'Branch Snapper-Knock Away'),(12340,12340,10641,4,0,0,1,0,12,3583,8,0,6,0,0,0,0,0,0,'Branch Snapper-Deadly Poison'),(12340,12340,10642,4,0,0,1,0,14,5276,8,0,6,0,0,0,0,0,0,'Eck\'alom-Freeze'),(12340,12340,10642,4,0,0,1,0,32,21030,8,0,6,0,0,0,0,0,0,'Eck\'alom-Frost Shock'),(12340,12340,10643,4,0,0,1,0,18,3264,11,0,6,0,0,0,0,0,0,'Mugglefin-Blood Howl'),(12340,12340,10644,4,0,0,1,0,21,8715,7,0,4,0,0,0,0,0,0,'Mist Howler-Terrifying Howl'),(12340,12340,10644,4,0,0,1,0,22,3604,8,0,6,0,0,0,0,0,0,'Mist Howler-Tendon Rip'),(12340,12340,10644,4,0,0,1,0,18,13443,8,0,6,0,0,0,0,0,0,'Mist Howler-Rend'),(12340,12340,10646,4,0,0,1,0,25,13534,8,0,6,0,0,0,0,0,0,'Lakota Windsong-Disarm'),(12340,12340,10647,4,0,0,1,0,13,6925,2,0,0,0,0,0,0,0,0,'Prince Raze-Gift of the Xavian'),(12340,12340,10647,4,0,0,1,0,21,11969,7,0,4,0,0,0,0,0,0,'Prince Raze-Fire Nova'),(12340,12340,10647,4,0,0,1,0,26,9053,8,0,6,0,0,0,0,0,0,'Prince Raze-Fireball'),(12340,12340,10647,4,0,0,1,0,32,16570,8,0,6,0,0,0,0,0,0,'Prince Raze-Charged Arcane Bolt'),(12340,12340,10659,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Cobalt Whelp-Rend'),(12340,12340,10659,4,0,0,1,0,26,15089,8,0,6,0,0,0,0,0,0,'Cobalt Whelp-Frost Shock'),(12340,12340,10660,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Cobalt Broodling-Frostbolt'),(12340,12340,10660,4,0,0,1,0,25,35332,8,0,6,0,0,0,0,0,0,'Cobalt Broodling-Drain Mana'),(12340,12340,10661,4,0,0,1,0,27,16340,7,0,3,0,0,0,0,0,0,'Spell Eater-Frost Breath'),(12340,12340,10662,4,0,0,1,0,24,17012,11,0,6,0,0,0,0,0,0,'Spellmaw-Devour Magic'),(12340,12340,10662,4,0,0,1,0,27,16099,7,0,3,0,0,0,0,0,0,'Spellmaw-Frost Breath'),(12340,12340,10663,4,0,0,1,0,27,16099,7,0,3,0,0,0,0,0,0,'Manaclaw-Frost Breath'),(12340,12340,10664,4,0,0,1,0,18,12738,11,0,6,0,0,0,0,0,0,'Scryer-Amplify Damage'),(12340,12340,10664,4,0,0,1,0,27,16099,7,0,3,0,0,0,0,0,0,'Scryer-Frost Breath'),(12340,12340,10684,4,0,0,1,0,26,13860,8,0,6,0,0,0,0,0,0,'Remorseful Highborne-Mind Blast'),(12340,12340,10696,4,0,0,1,0,28,11972,8,0,6,0,0,0,0,0,0,'Refuge Pointe Defender-Shield Bash'),(12340,12340,10697,4,0,0,1,0,100,16866,8,0,6,0,0,0,0,0,0,'Bile Slime-Venom Spit'),(12340,12340,10717,4,0,0,1,0,20,11436,11,0,6,0,0,0,0,0,0,'Temporal Parasite-Slow'),(12340,12340,10720,4,0,0,1,0,22,6533,1,0,6,0,0,0,0,0,0,'Galak Assassin-Net'),(12340,12340,10737,4,0,0,1,0,22,14100,5,0,4,0,0,0,0,0,0,'Shy-Rotam-Terrifying Roar'),(12340,12340,10737,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Shy-Rotam-Rend'),(12340,12340,10737,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Shy-Rotam-Tendon Rip'),(12340,12340,10738,4,0,0,1,0,29,15793,8,0,0,0,0,0,0,0,0,'High Chief Winterfall-Maul'),(12340,12340,10738,4,0,0,1,0,25,12548,8,0,6,0,0,0,0,0,0,'High Chief Winterfall-Frost Shock'),(12340,12340,10741,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Sian-Rotam-Rend'),(12340,12340,10741,4,0,0,1,0,22,14100,5,0,4,0,0,0,0,0,0,'Sian-Rotam-Terrifying Roar'),(12340,12340,10741,4,0,0,1,0,18,3604,11,0,6,0,0,0,0,0,0,'Sian-Rotam-Tendon Rip'),(12340,12340,10756,4,0,0,1,0,22,17276,8,0,6,0,0,0,0,0,0,'Scalding Elemental-Scald'),(12340,12340,10757,4,0,0,1,0,29,11983,7,0,4,0,0,0,0,0,0,'Boiling Elemental-Steam Jet'),(12340,12340,10758,4,0,0,1,0,21,6713,11,0,6,0,0,0,0,0,0,'Grimtotem Bandit-Disarm'),(12340,12340,10758,4,0,0,1,0,24,11978,8,0,6,0,0,0,0,0,0,'Grimtotem Bandit-Kick'),(12340,12340,10759,4,0,0,1,0,20,5605,9,0,4,0,0,0,0,0,0,'Grimtotem Stomper-Healing Ward'),(12340,12340,10759,4,0,0,1,0,29,13281,8,0,6,0,0,0,0,0,0,'Grimtotem Stomper-Earth Shock'),(12340,12340,10760,4,0,0,1,0,17,11436,11,0,6,0,0,0,0,0,0,'Grimtotem Geomancer-Slow'),(12340,12340,10760,4,0,0,1,0,21,20813,7,0,3,0,0,0,0,0,0,'Grimtotem Geomancer-Flamestrike'),(12340,12340,10760,4,0,0,1,0,33,20811,8,0,6,0,0,0,0,0,0,'Grimtotem Geomancer-Fireball'),(12340,12340,10761,4,0,0,1,0,25,15496,8,0,6,0,0,0,0,0,0,'Grimtotem Reaver-Cleave'),(12340,12340,10761,4,0,0,1,0,24,11976,8,0,6,0,0,0,0,0,0,'Grimtotem Reaver-Strike'),(12340,12340,10801,4,0,0,1,0,24,12097,11,0,6,0,0,0,0,0,0,'Jabbering Ghoul-Pierce Armor'),(12340,12340,10801,4,0,0,1,0,11,15716,10,0,0,0,0,0,0,0,0,'Jabbering Ghoul-Enrage'),(12340,12340,10802,4,0,0,1,0,21,11640,2,0,0,0,0,0,0,0,0,'Hitah\'ya the Keeper-Renew'),(12340,12340,10802,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Hitah\'ya the Keeper-Shadow Bolt'),(12340,12340,10802,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Hitah\'ya the Keeper-Shadow Word: Pain'),(12340,12340,10806,4,0,0,1,0,29,15793,8,0,0,0,0,0,0,0,0,'Ursius-Maul'),(12340,12340,10806,4,0,0,1,0,21,15971,11,0,4,0,0,0,0,0,0,'Ursius-Demoralizing Roar'),(12340,12340,10807,4,0,0,1,0,24,16552,8,0,6,0,0,0,0,0,0,'Brumeran-Venom Spit'),(12340,12340,10807,4,0,0,1,0,28,15797,8,0,6,0,0,0,0,0,0,'Brumeran-Lightning Breath'),(12340,12340,10807,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Brumeran-Enrage'),(12340,12340,10812,4,0,0,1,0,100,17286,8,0,6,0,0,0,0,0,0,'Grand Crusader Dathrohan-Crusader\'s Hammer'),(12340,12340,10812,4,0,0,1,0,100,20830,8,0,6,0,0,0,0,0,0,'Grand Crusader Dathrohan-Mind Blast'),(12340,12340,10814,4,0,0,1,0,100,20276,8,0,6,0,0,0,0,0,0,'Chromatic Elite Guard-Knockdown'),(12340,12340,10816,4,0,0,1,0,23,17014,10,0,0,0,0,0,0,0,0,'Wandering Skeleton-Bone Shards'),(12340,12340,10817,4,0,0,1,0,28,15284,7,0,4,0,0,0,0,0,0,'Duggan Wildhammer-Cleave'),(12340,12340,10817,4,0,0,1,0,34,15547,8,0,6,0,0,0,0,0,0,'Duggan Wildhammer-Shoot'),(12340,12340,10822,4,0,0,1,0,21,17207,10,0,0,0,0,0,0,0,0,'Warlord Thresh\'jin-Whirlwind'),(12340,12340,10822,4,0,0,1,0,26,11971,8,0,6,0,0,0,0,0,0,'Warlord Thresh\'jin-Sunder Armor'),(12340,12340,10822,4,0,0,1,0,22,9080,8,0,6,0,0,0,0,0,0,'Warlord Thresh\'jin-Hamstring'),(12340,12340,10823,4,0,0,1,0,26,15039,8,0,6,0,0,0,0,0,0,'Zul\'Brin Warpbranch-Flame Shock'),(12340,12340,10823,4,0,0,1,0,20,12491,2,0,0,0,0,0,0,0,0,'Zul\'Brin Warpbranch-Healing Wave'),(12340,12340,10823,4,0,0,1,0,29,20831,8,0,6,0,0,0,0,0,0,'Zul\'Brin Warpbranch-Chain Lightning'),(12340,12340,10823,4,0,0,1,0,16,17172,11,0,6,0,0,0,0,0,0,'Zul\'Brin Warpbranch-Hex'),(12340,12340,10824,4,0,0,1,0,25,11978,8,0,6,0,0,0,0,0,0,'Ranger Lord Hawkspear-Kick'),(12340,12340,10824,4,0,0,1,0,32,12057,8,0,6,0,0,0,0,0,0,'Ranger Lord Hawkspear-Strike'),(12340,12340,10824,4,0,0,1,0,31,15547,8,0,6,0,0,0,0,0,0,'Ranger Lord Hawkspear-Shoot'),(12340,12340,10827,4,0,0,1,0,27,17173,8,0,6,0,0,0,0,0,0,'Deathspeaker Selendre-Drain Life'),(12340,12340,10827,4,0,0,1,0,21,13338,11,0,6,0,0,0,0,0,0,'Deathspeaker Selendre-Curse of Tongues'),(12340,12340,10827,4,0,0,1,0,34,12471,8,0,6,0,0,0,0,0,0,'Deathspeaker Selendre-Shadow Bolt'),(12340,12340,10836,4,0,0,1,0,18,16128,11,0,6,0,0,0,0,0,0,'Farmer Dalson-Infected Bite'),(12340,12340,10836,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Farmer Dalson-Thrash'),(12340,12340,10836,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Farmer Dalson-Enrage'),(12340,12340,10882,4,0,0,1,0,19,17213,6,0,6,0,0,0,0,0,0,'Arikara-Curse of Vengeance'),(12340,12340,10882,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Arikara-Enrage'),(12340,12340,10896,4,0,0,1,0,26,11977,8,0,6,0,0,0,0,0,0,'Arnak Grimtotem-Rend'),(12340,12340,10896,4,0,0,1,0,24,10966,8,0,6,0,0,0,0,0,0,'Arnak Grimtotem-Uppercut'),(12340,12340,10917,4,0,0,1,0,100,14517,8,0,6,0,0,0,0,0,0,'Aurius-Crusader Strike'),(12340,12340,10925,4,0,0,1,0,25,3391,8,0,6,0,0,0,0,0,0,'Rotting Worm-Thrash'),(12340,12340,10938,4,0,0,1,0,23,12542,4,0,6,0,0,0,0,0,0,'Redpath the Corrupted-Fear'),(12340,12340,10938,4,0,0,1,0,18,16244,11,0,4,0,0,0,0,0,0,'Redpath the Corrupted-Demoralizing Shout'),(12340,12340,10938,4,0,0,1,0,32,15580,8,0,6,0,0,0,0,0,0,'Redpath the Corrupted-Strike'),(12340,12340,10938,4,0,0,1,0,20,6253,3,0,6,0,0,0,0,0,0,'Redpath the Corrupted-Backhand'),(12340,12340,10940,4,0,0,1,0,31,15089,8,0,6,0,0,0,0,0,0,'Ghost of the Past-Frost Shock'),(12340,12340,10943,4,0,0,1,0,18,16333,11,0,6,0,0,0,0,0,0,'Decrepit Guardian-Debilitating Touch'),(12340,12340,10946,4,0,0,1,0,24,15608,8,0,6,0,0,0,0,0,0,'Horgus the Ravager-Ravenous Claw'),(12340,12340,10946,4,0,0,1,0,21,3391,8,0,6,0,0,0,0,0,0,'Horgus the Ravager-Thrash'),(12340,12340,10947,4,0,0,1,0,26,5337,8,0,6,0,0,0,0,0,0,'Darrowshire Betrayer-Wither Strike'),(12340,12340,10951,4,0,0,1,0,24,13584,8,0,6,0,0,0,0,0,0,'Marauding Corpse-Strike'),(12340,12340,10952,4,0,0,1,0,22,11972,8,0,6,0,0,0,0,0,0,'Marauding Skeleton-Shield Bash'),(12340,12340,10952,4,0,0,1,0,13,9080,8,0,6,0,0,0,0,0,0,'Marauding Skeleton-Hamstring'),(12340,12340,10953,4,0,0,1,0,24,15608,8,0,6,0,0,0,0,0,0,'Servant of Horgus-Ravenous Claw'),(12340,12340,10954,4,0,0,1,0,25,15583,8,0,6,0,0,0,0,0,0,'Bloodletter-Rupture'),(12340,12340,10954,4,0,0,1,0,33,15667,8,0,6,0,0,0,0,0,0,'Bloodletter-Sinister Strike'),(12340,12340,11023,4,0,0,1,0,27,15580,8,0,6,0,0,0,0,0,0,'Weldon Barov-Strike'),(12340,12340,11023,4,0,0,1,0,27,15284,7,0,3,0,0,0,0,0,0,'Weldon Barov-Cleave'),(12340,12340,11023,4,0,0,1,0,20,9080,11,0,6,0,0,0,0,0,0,'Weldon Barov-Hamstring'),(12340,12340,11023,4,0,0,1,0,21,16244,11,0,4,0,0,0,0,0,0,'Weldon Barov-Demoralizing Shout'),(12340,12340,11043,4,0,0,1,0,100,36033,8,0,6,0,0,0,0,0,0,'Crimson Monk-Kick'),(12340,12340,11043,4,0,0,1,0,100,17145,8,0,6,0,0,0,0,0,0,'Crimson Monk-Blast Wave'),(12340,12340,11054,4,0,0,1,0,100,38094,8,0,6,0,0,0,0,0,0,'Crimson Rifleman-Shoot'),(12340,12340,11075,4,0,0,1,0,18,3427,11,0,6,0,0,0,0,0,0,'Cauldron Lord Bilemaw-Infected Wound'),(12340,12340,11075,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Cauldron Lord Bilemaw-Rend'),(12340,12340,11075,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Cauldron Lord Bilemaw-Thrash'),(12340,12340,11076,4,0,0,1,0,27,17173,8,0,6,0,0,0,0,0,0,'Cauldron Lord Razarch-Drain Life'),(12340,12340,11076,4,0,0,1,0,21,17204,9,0,4,0,0,0,0,0,0,'Cauldron Lord Razarch-Summon Skeleton'),(12340,12340,11076,4,0,0,1,0,33,12471,8,0,6,0,0,0,0,0,0,'Cauldron Lord Razarch-Shadow Bolt'),(12340,12340,11077,4,0,0,1,0,27,17173,8,0,6,0,0,0,0,0,0,'Cauldron Lord Malvinious-Drain Life'),(12340,12340,11077,4,0,0,1,0,33,12471,8,0,6,0,0,0,0,0,0,'Cauldron Lord Malvinious-Shadow Bolt'),(12340,12340,11077,4,0,0,1,0,21,17204,9,0,4,0,0,0,0,0,0,'Cauldron Lord Malvinious-Summon Skeleton'),(12340,12340,11078,4,0,0,1,0,21,12946,7,0,4,0,0,0,0,0,0,'Cauldron Lord Soulwrath-Putrid Stench'),(12340,12340,11078,4,0,0,1,0,27,10966,8,0,6,0,0,0,0,0,0,'Cauldron Lord Soulwrath-Uppercut'),(12340,12340,11078,4,0,0,1,0,24,10101,8,0,6,0,0,0,0,0,0,'Cauldron Lord Soulwrath-Knock Away'),(12340,12340,11136,4,0,0,1,0,100,16249,8,0,6,0,0,0,0,0,0,'Freed Soul-Frostbolt'),(12340,12340,11136,4,0,0,1,0,100,16449,8,0,6,0,0,0,0,0,0,'Freed Soul-Maggot Slime'),(12340,12340,11141,4,0,0,1,0,27,15493,3,0,0,0,0,0,0,0,0,'Spirit of Trey Lightforge-Holy Light'),(12340,12340,11141,4,0,0,1,0,34,18164,8,0,6,0,0,0,0,0,0,'Spirit of Trey Lightforge-Shadow Bolt'),(12340,12340,11216,4,0,0,1,0,100,15438,8,0,6,0,0,0,0,0,0,'Eva Sarkhoff-Thorns'),(12340,12340,11216,4,0,0,1,0,100,6950,8,0,6,0,0,0,0,0,0,'Eva Sarkhoff-Faerie Fire'),(12340,12340,11216,4,0,0,1,0,100,10277,8,0,6,0,0,0,0,0,0,'Eva Sarkhoff-Throw'),(12340,12340,11218,4,0,0,1,0,10,18309,10,0,0,0,0,0,0,0,0,'Kerlonian Evershade-Bear Form'),(12340,12340,11256,4,0,0,1,0,100,8260,8,0,6,0,0,0,0,0,0,'Manifestation of Water-Rushing Charge'),(12340,12340,11257,4,0,0,1,0,100,10161,8,0,6,0,0,0,0,0,0,'Scholomance Handler-Cone of Cold'),(12340,12340,11257,4,0,0,1,0,100,13021,8,0,6,0,0,0,0,0,0,'Scholomance Handler-Blast Wave'),(12340,12340,11257,4,0,0,1,0,100,20883,8,0,6,0,0,0,0,0,0,'Scholomance Handler-Arcane Blast'),(12340,12340,11260,4,0,0,1,0,100,8260,8,0,6,0,0,0,0,0,0,'Northshire Peasant-Rushing Charge'),(12340,12340,11262,4,0,0,1,0,100,20228,8,0,6,0,0,0,0,0,0,'Onyxian Whelp-Pyroblast'),(12340,12340,11263,4,0,0,1,0,100,12020,8,0,6,0,0,0,0,0,0,'Spectral Projection-Call of the Grave'),(12340,12340,11263,4,0,0,1,0,100,18278,8,0,6,0,0,0,0,0,0,'Spectral Projection-Silence'),(12340,12340,11263,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Spectral Projection-Frostbolt'),(12340,12340,11276,4,0,0,1,0,100,8260,8,0,6,0,0,0,0,0,0,'Azshara Sentinel-Rushing Charge'),(12340,12340,11284,4,0,0,1,0,100,10161,8,0,6,0,0,0,0,0,0,'Dark Shade-Cone of Cold'),(12340,12340,11284,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Dark Shade-Shadow Bolt'),(12340,12340,11288,4,0,0,1,0,26,5337,8,0,6,0,0,0,0,0,0,'Spectral Betrayer-Wither Strike'),(12340,12340,11291,4,0,0,1,0,21,4974,11,0,6,0,0,0,0,0,0,'Unliving Mossflayer-Wither Touch'),(12340,12340,11291,4,0,0,1,0,26,11428,3,0,6,0,0,0,0,0,0,'Unliving Mossflayer-Knockdown'),(12340,12340,11324,4,0,0,1,0,25,1088,8,0,6,0,0,0,0,0,0,'Searing Blade Warlock-Shadow Bolt'),(12340,12340,11346,4,0,0,1,0,15,16006,8,0,6,0,0,0,0,0,0,'Hakkari Oracle-Chain Lightning'),(12340,12340,11346,4,0,0,1,0,15,15501,8,0,6,0,0,0,0,0,0,'Hakkari Oracle-Earth Shock'),(12340,12340,11346,4,0,0,1,0,15,15982,3,0,0,0,0,0,0,0,0,'Hakkari Oracle-Healing Wave'),(12340,12340,11350,4,0,0,1,0,100,16075,8,0,6,0,0,0,0,0,0,'Gurubashi Axe Thrower-Throw Axe'),(12340,12340,11355,4,0,0,1,0,5,18501,10,0,0,0,0,0,0,0,0,'Gurubashi Warrior-Enrage'),(12340,12340,11355,4,0,0,1,0,5,11428,8,0,6,0,0,0,0,0,0,'Gurubashi Warrior-Knockdown'),(12340,12340,11439,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Illusion of Jandice Barov-Fireball'),(12340,12340,11440,4,0,0,1,0,22,15284,8,0,6,0,0,0,0,0,0,'Gordok Enforcer-Cleave'),(12340,12340,11440,4,0,0,1,0,26,11976,8,0,6,0,0,0,0,0,0,'Gordok Enforcer-Strike'),(12340,12340,11441,4,0,0,1,0,100,13737,8,0,6,0,0,0,0,0,0,'Gordok Brute-Mortal Strike'),(12340,12340,11441,4,0,0,1,0,100,20677,8,0,6,0,0,0,0,0,0,'Gordok Brute-Cleave'),(12340,12340,11441,4,0,0,1,0,100,24317,8,0,6,0,0,0,0,0,0,'Gordok Brute-Sunder Armor'),(12340,12340,11442,4,0,0,1,0,22,3391,8,0,6,0,0,0,0,0,0,'Gordok Mauler-Thrash'),(12340,12340,11442,4,0,0,1,0,10,8269,10,0,0,0,0,0,0,0,0,'Gordok Mauler-Frenzy'),(12340,12340,11443,4,0,0,1,0,32,20823,8,0,6,0,0,0,0,0,0,'Gordok Ogre-Mage-Fireball'),(12340,12340,11443,4,0,0,1,0,10,6742,10,0,0,0,0,0,0,0,0,'Gordok Ogre-Mage-Bloodlust'),(12340,12340,11444,4,0,0,1,0,100,20832,8,0,6,0,0,0,0,0,0,'Gordok Mage-Lord-Fire Blast'),(12340,12340,11444,4,0,0,1,0,100,16102,8,0,6,0,0,0,0,0,0,'Gordok Mage-Lord-Flamestrike'),(12340,12340,11444,4,0,0,1,0,100,15530,8,0,6,0,0,0,0,0,0,'Gordok Mage-Lord-Frostbolt'),(12340,12340,11444,4,0,0,1,0,100,16170,8,0,6,0,0,0,0,0,0,'Gordok Mage-Lord-Bloodlust'),(12340,12340,11447,4,0,0,1,0,25,21749,7,0,4,0,0,0,0,0,0,'Mushgog-Thorn Volley'),(12340,12340,11447,4,0,0,1,0,22,22948,8,0,6,0,0,0,0,0,0,'Mushgog-Spore Cloud'),(12340,12340,11447,4,0,0,1,0,23,22127,8,0,6,0,0,0,0,0,0,'Mushgog-Entangling Roots'),(12340,12340,11447,4,0,0,1,0,14,22951,9,0,6,0,0,0,0,0,0,'Mushgog-Summon Player'),(12340,12340,11450,4,0,0,1,0,100,22572,8,0,6,0,0,0,0,0,0,'Gordok Reaver-Bruising Blow'),(12340,12340,11450,4,0,0,1,0,100,22916,8,0,6,0,0,0,0,0,0,'Gordok Reaver-Uppercut'),(12340,12340,11457,4,0,0,1,0,100,19474,8,0,6,0,0,0,0,0,0,'Wildspawn Hellcaller-Rain of Fire'),(12340,12340,11466,4,0,0,1,0,100,6251,8,0,6,0,0,0,0,0,0,'Highborne Summoner-Summon Crimson Cannon'),(12340,12340,11497,4,0,0,1,0,14,22951,9,0,6,0,0,0,0,0,0,'The Razza-Summon Player'),(12340,12340,11497,4,0,0,1,0,22,22937,8,0,6,0,0,0,0,0,0,'The Razza-Poison Bolt'),(12340,12340,11497,4,0,0,1,0,23,16033,8,0,6,0,0,0,0,0,0,'The Razza-Chain Lightning'),(12340,12340,11498,4,0,0,1,0,28,15708,8,0,6,0,0,0,0,0,0,'Skarr the Unbreakable-Mortal Strike'),(12340,12340,11498,4,0,0,1,0,26,11428,2,0,6,0,0,0,0,0,0,'Skarr the Unbreakable-Knockdown'),(12340,12340,11498,4,0,0,1,0,23,15496,8,0,6,0,0,0,0,0,0,'Skarr the Unbreakable-Cleave'),(12340,12340,11498,4,0,0,1,0,14,22951,9,0,6,0,0,0,0,0,0,'Skarr the Unbreakable-Summon Player'),(12340,12340,11551,4,0,0,1,0,100,16469,8,0,6,0,0,0,0,0,0,'Necrofiend-Web Explosion'),(12340,12340,11551,4,0,0,1,0,100,25349,8,0,6,0,0,0,0,0,0,'Necrofiend-Deadly Poison V'),(12340,12340,11552,4,0,0,1,0,100,10934,8,0,6,0,0,0,0,0,0,'Timbermaw Mystic-Smite'),(12340,12340,11552,4,0,0,1,0,100,10946,8,0,6,0,0,0,0,0,0,'Timbermaw Mystic-Mind Blast'),(12340,12340,11559,4,0,0,1,0,23,18166,9,0,4,0,0,0,0,0,0,'Outcast Necromancer-Summon Magram Ravager'),(12340,12340,11559,4,0,0,1,0,35,20298,8,0,6,0,0,0,0,0,0,'Outcast Necromancer-Shadow Bolt'),(12340,12340,11561,4,0,0,1,0,28,11978,8,0,6,0,0,0,0,0,0,'Undead Ravager-Kick'),(12340,12340,11562,4,0,0,1,0,20,12544,10,0,0,0,0,0,0,0,0,'Drysnap Crawler-Frost Armor'),(12340,12340,11562,4,0,0,1,0,23,12548,8,0,6,0,0,0,0,0,0,'Drysnap Crawler-Frost Shock'),(12340,12340,11563,4,0,0,1,0,28,13444,11,0,6,0,0,0,0,0,0,'Drysnap Pincer-Sunder Armor'),(12340,12340,11563,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Drysnap Pincer-Rend'),(12340,12340,11577,4,0,0,1,0,32,11824,8,0,6,0,0,0,0,0,0,'Whirlwind Stormwalker-Shock'),(12340,12340,11578,4,0,0,1,0,24,13443,8,0,6,0,0,0,0,0,0,'Whirlwind Shredder-Rend'),(12340,12340,11582,4,0,0,1,0,100,261,8,0,6,0,0,0,0,0,0,'Scholomance Dark Summoner-Summon Skeleton'),(12340,12340,11611,4,0,0,1,0,27,13953,8,0,6,0,0,0,0,0,0,'Cavalier Durgen-Holy Strike'),(12340,12340,11611,4,0,0,1,0,21,13005,3,0,6,0,0,0,0,0,0,'Cavalier Durgen-Hammer of Justice'),(12340,12340,11613,4,0,0,1,0,32,11976,8,0,6,0,0,0,0,0,0,'Huntsman Radley-Strike'),(12340,12340,11613,4,0,0,1,1,21,18262,9,0,4,0,0,0,0,0,0,'Huntsman Radley-Call Bloodshot'),(12340,12340,11613,4,0,0,1,0,25,14443,7,0,3,0,0,0,0,0,0,'Huntsman Radley-Multi-Shot'),(12340,12340,11613,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Huntsman Radley-Shoot'),(12340,12340,11614,4,0,0,1,0,18,13692,11,0,6,0,0,0,0,0,0,'Bloodshot-Dire Growl'),(12340,12340,11637,4,0,1,1,0,5,14295,8,0,0,0,0,0,0,0,0,'Servant of Alexi Barov-Volley'),(12340,12340,11637,4,0,1,1,0,5,19482,8,0,0,0,0,0,0,0,0,'Servant of Alexi Barov-War Stomp'),(12340,12340,11637,4,0,1,1,0,5,6358,3,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Seduction'),(12340,12340,11637,4,0,1,1,0,5,3043,0,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Scorpid Sting'),(12340,12340,11637,4,0,1,1,0,5,9835,8,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Moonfire'),(12340,12340,11637,4,0,1,1,0,5,25304,8,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Frostbolt'),(12340,12340,11637,4,0,1,1,0,9,10230,8,0,0,0,0,0,0,0,0,'Servant of Alexi Barov-Frost Nova'),(12340,12340,11637,4,0,1,1,0,5,1543,0,0,0,0,0,0,0,0,0,'Servant of Alexi Barov-Flare'),(12340,12340,11637,4,0,1,1,0,5,11700,10,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Drain Life'),(12340,12340,11637,4,0,1,1,0,9,12721,8,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Deep Wounds'),(12340,12340,11637,4,0,1,1,0,9,11713,6,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Curse of Agony'),(12340,12340,11637,4,0,1,1,0,5,22914,3,0,6,0,0,0,0,0,0,'Servant of Alexi Barov-Concussive Shot'),(12340,12340,11637,4,0,1,1,0,9,10187,8,0,0,0,0,0,0,0,0,'Servant of Alexi Barov-Blizzard'),(12340,12340,11658,4,0,0,1,0,100,19813,8,0,6,0,0,0,0,0,0,'Molten Giant-Knockback'),(12340,12340,11658,4,0,0,1,0,100,4283,8,0,6,0,0,0,0,0,0,'Molten Giant-Stomp'),(12340,12340,11659,4,0,0,1,0,100,4283,8,0,6,0,0,0,0,0,0,'Molten Destroyer-Stomp'),(12340,12340,11659,4,0,0,1,0,100,19813,8,0,6,0,0,0,0,0,0,'Molten Destroyer-Knockback'),(12340,12340,11661,4,0,0,1,0,100,21081,8,0,6,0,0,0,0,0,0,'Flamewaker-Sunder Armor'),(12340,12340,11661,4,0,0,1,0,100,19730,8,0,6,0,0,0,0,0,0,'Flamewaker-Strike'),(12340,12340,11662,4,0,0,1,0,100,23952,8,0,6,0,0,0,0,0,0,'Flamewaker Priest-Shadow Word: Pain'),(12340,12340,11662,4,0,0,1,0,100,20294,8,0,6,0,0,0,0,0,0,'Flamewaker Priest-Immolate'),(12340,12340,11663,4,0,0,1,0,100,24668,8,0,6,0,0,0,0,0,0,'Flamewaker Healer-Shadow Bolt'),(12340,12340,11663,4,0,0,1,0,100,23952,8,0,6,0,0,0,0,0,0,'Flamewaker Healer-Shadow Word: Pain'),(12340,12340,11663,4,0,0,1,0,100,10960,8,0,6,0,0,0,0,0,0,'Flamewaker Healer-Prayer of Healing'),(12340,12340,11664,4,0,0,1,0,100,20623,8,0,6,0,0,0,0,0,0,'Flamewaker Elite-Fire Blast'),(12340,12340,11666,4,0,0,1,0,100,19635,8,0,6,0,0,0,0,0,0,'Firewalker-Incite Flames'),(12340,12340,11667,4,0,0,1,0,100,19631,8,0,6,0,0,0,0,0,0,'Flameguard-Melt Armor'),(12340,12340,11668,4,0,0,1,0,100,19393,8,0,6,0,0,0,0,0,0,'Firelord-Soul Burn'),(12340,12340,11669,4,0,0,1,0,100,20203,8,0,6,0,0,0,0,0,0,'Flame Imp-Fire Nova'),(12340,12340,11671,4,0,0,1,0,100,19778,8,0,6,0,0,0,0,0,0,'Core Hound-Demoralizing Shout'),(12340,12340,11671,4,0,0,1,0,100,19771,8,0,6,0,0,0,0,0,0,'Core Hound-Serrated Bite'),(12340,12340,11672,4,0,0,1,0,100,22689,8,0,6,0,0,0,0,0,0,'Core Rager-Mangle'),(12340,12340,11672,4,0,0,1,0,100,19319,8,0,6,0,0,0,0,0,0,'Core Rager-Vicious Bite'),(12340,12340,11673,4,0,0,1,0,100,19364,8,0,6,0,0,0,0,0,0,'Ancient Core Hound-Ground Stomp'),(12340,12340,11673,4,0,0,1,0,100,19365,8,0,6,0,0,0,0,0,0,'Ancient Core Hound-Ancient Dread'),(12340,12340,11673,4,0,0,1,0,100,19369,8,0,6,0,0,0,0,0,0,'Ancient Core Hound-Ancient Despair'),(12340,12340,11673,4,0,0,1,0,100,19367,8,0,6,0,0,0,0,0,0,'Ancient Core Hound-Withering Heat'),(12340,12340,11685,4,0,0,1,0,28,16568,8,0,6,0,0,0,0,0,0,'Maraudine Priest-Mind Flay'),(12340,12340,11685,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Maraudine Priest-Shadow Word: Pain'),(12340,12340,11686,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Ghostly Raider-Shoot'),(12340,12340,11686,4,0,0,1,0,26,17174,8,0,6,0,0,0,0,0,0,'Ghostly Raider-Concussive Shot'),(12340,12340,11686,4,0,0,1,0,23,6533,1,0,6,0,0,0,0,0,0,'Ghostly Raider-Net'),(12340,12340,11687,4,0,0,1,0,27,11976,8,0,6,0,0,0,0,0,0,'Ghostly Marauder-Strike'),(12340,12340,11697,4,0,0,1,0,32,9613,8,0,6,0,0,0,0,0,0,'Mannoroc Lasher-Shadow Bolt'),(12340,12340,11713,4,0,0,1,0,35,3391,8,0,6,0,0,0,0,0,0,'Blackwood Tracker-Thrash'),(12340,12340,11713,4,0,0,1,0,15,6950,11,0,6,0,0,0,0,0,0,'Blackwood Tracker-Faerie Fire'),(12340,12340,11714,4,0,0,1,0,15,6950,11,0,6,0,0,0,0,0,0,'Marosh the Devious-Faerie Fire'),(12340,12340,11722,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Hive\'Ashi Defender-Disarm'),(12340,12340,11727,4,0,0,1,0,25,19448,8,0,6,0,0,0,0,0,0,'Hive\'Zora Wasp-Poison'),(12340,12340,11728,4,0,0,1,0,26,40504,8,0,6,0,0,0,0,0,0,'Hive\'Zora Reaver-Cleave'),(12340,12340,11728,4,0,0,1,0,24,16790,8,0,6,0,0,0,0,0,0,'Hive\'Zora Reaver-Knockdown'),(12340,12340,11729,4,0,0,1,0,25,7951,8,0,6,0,0,0,0,0,0,'Hive\'Zora Hive Sister-Toxic Spit'),(12340,12340,11730,4,0,0,1,0,26,744,8,0,6,0,0,0,0,0,0,'Hive\'Regal Ambusher-Poison'),(12340,12340,11732,4,0,0,1,0,25,7508,7,0,3,0,0,0,0,0,0,'Hive\'Regal Spitfire-Increased Strength 06'),(12340,12340,11732,4,0,0,1,0,23,21047,8,0,6,0,0,0,0,0,0,'Hive\'Regal Spitfire-Corrosive Acid Spit'),(12340,12340,11733,4,0,0,1,0,24,3584,11,0,6,0,0,0,0,0,0,'Hive\'Regal Slavemaker-Volatile Infection'),(12340,12340,11734,4,0,0,1,0,26,19471,8,0,6,0,0,0,0,0,0,'Hive\'Regal Hive Lord-Berserker Charge'),(12340,12340,11735,4,0,0,1,0,20,5416,8,0,6,0,0,0,0,0,0,'Stonelash Scorpid-Venom Sting'),(12340,12340,11736,4,0,0,1,0,22,3604,11,0,6,0,0,0,0,0,0,'Stonelash Pincer-Tendon Rip'),(12340,12340,11736,4,0,0,1,0,20,5416,8,0,6,0,0,0,0,0,0,'Stonelash Pincer-Venom Sting'),(12340,12340,11737,4,0,0,1,0,22,3391,8,0,6,0,0,0,0,0,0,'Stonelash Flayer-Thrash'),(12340,12340,11737,4,0,0,1,0,20,5416,8,0,6,0,0,0,0,0,0,'Stonelash Flayer-Venom Sting'),(12340,12340,11738,4,0,0,1,0,26,744,8,0,6,0,0,0,0,0,0,'Sand Skitterer-Poison'),(12340,12340,11739,4,0,0,1,0,26,744,8,0,6,0,0,0,0,0,0,'Rock Stalker-Poison'),(12340,12340,11739,4,0,0,1,0,23,745,1,0,6,0,0,0,0,0,0,'Rock Stalker-Web'),(12340,12340,11740,4,0,0,1,0,26,22911,8,0,6,0,0,0,0,0,0,'Dredge Striker-Charge'),(12340,12340,11741,4,0,0,1,0,20,6607,2,0,6,0,0,0,0,0,0,'Dredge Crusher-Lash'),(12340,12340,11744,4,0,0,1,0,21,19514,10,0,0,0,0,0,0,0,0,'Dust Stormer-Lightning Shield'),(12340,12340,11744,4,0,0,1,0,25,19513,7,0,3,0,0,0,0,0,0,'Dust Stormer-Lightning Cloud'),(12340,12340,11745,4,0,0,1,0,28,12553,8,0,6,0,0,0,0,0,0,'Cyclone Warrior-Shock'),(12340,12340,11745,4,0,0,1,0,21,15535,11,0,6,0,0,0,0,0,0,'Cyclone Warrior-Enveloping Winds'),(12340,12340,11746,4,0,0,1,0,23,5568,7,0,4,0,0,0,0,0,0,'Desert Rumbler-Trample'),(12340,12340,11747,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Desert Rager-Enrage'),(12340,12340,11747,4,0,0,1,0,26,13728,8,0,6,0,0,0,0,0,0,'Desert Rager-Earth Shock'),(12340,12340,11777,4,0,0,1,0,35,5568,7,0,4,0,0,0,0,0,0,'Shadowshard Rumbler-Trample'),(12340,12340,11778,4,0,0,1,0,27,11428,8,0,6,0,0,0,0,0,0,'Shadowshard Smasher-Knockdown'),(12340,12340,11778,4,0,0,1,0,30,10101,8,0,6,0,0,0,0,0,0,'Shadowshard Smasher-Knock Away'),(12340,12340,11781,4,0,0,1,0,26,21055,11,0,6,0,0,0,0,0,0,'Ambershard Crusher-Crush Armor'),(12340,12340,11782,4,0,0,1,0,27,13728,8,0,6,0,0,0,0,0,0,'Ambershard Destroyer-Earth Shock'),(12340,12340,11782,4,0,0,1,0,23,19701,8,0,6,0,0,0,0,0,0,'Ambershard Destroyer-Boulder'),(12340,12340,11785,4,0,0,1,0,19,11020,11,0,6,0,0,0,0,0,0,'Ambereye Basilisk-Petrify'),(12340,12340,11786,4,0,0,1,0,23,40504,8,0,6,0,0,0,0,0,0,'Ambereye Reaver-Cleave'),(12340,12340,11786,4,0,0,1,0,19,11020,11,0,6,0,0,0,0,0,0,'Ambereye Reaver-Petrify'),(12340,12340,11787,4,0,0,1,0,27,14120,11,0,6,0,0,0,0,0,0,'Rock Borer-Tunneler Acid'),(12340,12340,11788,4,0,0,1,0,35,44477,8,0,6,0,0,0,0,0,0,'Rock Worm-Acid Spit'),(12340,12340,11803,4,0,0,1,0,29,22427,8,0,6,0,0,0,0,0,0,'Twilight Keeper Exeter-Concussion Blow'),(12340,12340,11803,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Twilight Keeper Exeter-Mortal Strike'),(12340,12340,11804,4,0,0,1,0,28,17366,7,0,4,0,0,0,0,0,0,'Twilight Keeper Havunth-Fire Nova'),(12340,12340,11804,4,0,0,1,0,31,13339,8,0,6,0,0,0,0,0,0,'Twilight Keeper Havunth-Fire Blast'),(12340,12340,11838,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Wildpaw Mystic-Shadow Word: Pain'),(12340,12340,11838,4,0,0,1,0,100,10934,8,0,6,0,0,0,0,0,0,'Wildpaw Mystic-Smite'),(12340,12340,11859,4,0,0,1,0,100,4629,8,0,6,0,0,0,0,0,0,'Doomguard-Rain of Fire'),(12340,12340,11859,4,0,0,1,0,100,20549,8,0,6,0,0,0,0,0,0,'Doomguard-War Stomp'),(12340,12340,11859,4,0,0,1,0,100,20812,8,0,6,0,0,0,0,0,0,'Doomguard-Cripple'),(12340,12340,11859,4,0,0,1,0,100,21949,8,0,6,0,0,0,0,0,0,'Doomguard-Rend'),(12340,12340,11873,4,0,0,1,0,32,11981,8,0,6,0,0,0,0,0,0,'Spectral Attendant-Mana Burn'),(12340,12340,11873,4,0,0,1,0,32,13860,8,0,6,0,0,0,0,0,0,'Spectral Attendant-Mind Blast'),(12340,12340,11873,4,0,0,1,0,25,11443,8,0,6,0,0,0,0,0,0,'Spectral Attendant-Cripple'),(12340,12340,11878,4,0,0,1,0,21,13704,4,0,3,0,0,0,0,0,0,'Nathanos Blightcaller-Psychic Scream'),(12340,12340,11878,4,0,0,1,0,26,18649,8,0,6,0,0,0,0,0,0,'Nathanos Blightcaller-Shadow Shot'),(12340,12340,11878,4,0,0,1,0,20,6253,3,0,6,0,0,0,0,0,0,'Nathanos Blightcaller-Backhand'),(12340,12340,11878,4,0,0,1,0,23,18651,8,0,6,0,0,0,0,0,0,'Nathanos Blightcaller-Multi-Shot'),(12340,12340,11878,4,0,0,1,0,31,16100,8,0,6,0,0,0,0,0,0,'Nathanos Blightcaller-Shoot'),(12340,12340,11880,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Twilight Avenger-Enrage'),(12340,12340,11880,4,0,0,1,0,15,8602,10,0,0,0,0,0,0,0,0,'Twilight Avenger-Vengeance'),(12340,12340,11881,4,0,0,1,0,32,13728,8,0,6,0,0,0,0,0,0,'Twilight Geolord-Earth Shock'),(12340,12340,11881,4,0,0,1,0,28,9483,8,0,6,0,0,0,0,0,0,'Twilight Geolord-Boulder'),(12340,12340,11882,4,0,0,1,0,32,9053,8,0,6,0,0,0,0,0,0,'Twilight Stonecaller-Fireball'),(12340,12340,11882,4,0,0,1,0,24,11020,11,0,6,0,0,0,0,0,0,'Twilight Stonecaller-Petrify'),(12340,12340,11883,4,0,0,1,0,29,12058,8,0,6,0,0,0,0,0,0,'Twilight Master-Chain Lightning'),(12340,12340,11883,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Twilight Master-Frost Nova'),(12340,12340,11883,4,0,0,1,0,32,9672,8,0,6,0,0,0,0,0,0,'Twilight Master-Frostbolt'),(12340,12340,11883,4,0,0,1,0,29,13339,8,0,6,0,0,0,0,0,0,'Twilight Master-Fire Blast'),(12340,12340,11885,4,0,0,1,0,22,13445,8,0,6,0,0,0,0,0,0,'Blighthound-Rend'),(12340,12340,11886,4,0,0,1,0,24,14516,8,0,6,0,0,0,0,0,0,'Mercutio Filthgorger-Strike'),(12340,12340,11886,4,0,0,1,0,20,12540,2,0,6,0,0,0,0,0,0,'Mercutio Filthgorger-Gouge'),(12340,12340,11886,4,0,0,1,0,28,11971,11,0,6,0,0,0,0,0,0,'Mercutio Filthgorger-Sunder Armor'),(12340,12340,11896,4,0,0,1,0,33,6917,8,0,6,0,0,0,0,0,0,'Borelgore-Venom Spit'),(12340,12340,11896,4,0,0,1,0,28,5568,7,0,4,0,0,0,0,0,0,'Borelgore-Trample'),(12340,12340,11897,4,0,0,1,0,28,8281,7,0,4,0,0,0,0,0,0,'Duskwing-Sonic Burst'),(12340,12340,11911,4,0,0,1,0,27,15607,8,0,6,0,0,0,0,0,0,'Grimtotem Mercenary-Throw'),(12340,12340,11911,4,0,0,1,0,23,12555,8,0,6,0,0,0,0,0,0,'Grimtotem Mercenary-Pummel'),(12340,12340,11912,4,0,0,1,0,25,6268,8,0,6,0,0,0,0,0,0,'Grimtotem Brute-Rushing Charge'),(12340,12340,11913,4,0,0,1,0,32,20802,8,0,6,0,0,0,0,0,0,'Grimtotem Sorcerer-Lightning Bolt'),(12340,12340,11913,4,0,0,1,0,21,12160,3,0,0,0,0,0,0,0,0,'Grimtotem Sorcerer-Rejuvenation'),(12340,12340,11914,4,0,0,1,0,24,45,7,0,4,0,0,0,0,0,0,'Gorehoof the Black-War Stomp'),(12340,12340,11915,4,0,0,1,0,25,13281,8,0,6,0,0,0,0,0,0,'Gogger Rock Keeper-Earth Shock'),(12340,12340,11917,4,0,0,1,0,32,20793,8,0,6,0,0,0,0,0,0,'Gogger Geomancer-Fireball'),(12340,12340,11917,4,0,0,1,0,24,11990,7,0,3,0,0,0,0,0,0,'Gogger Geomancer-Rain of Fire'),(12340,12340,11920,4,0,0,1,0,27,10966,8,0,6,0,0,0,0,0,0,'Goggeroc-Uppercut'),(12340,12340,11920,4,0,0,1,0,27,8646,8,0,6,0,0,0,0,0,0,'Goggeroc-Snap Kick'),(12340,12340,11921,4,0,0,1,0,20,5416,8,0,6,0,0,0,0,0,0,'Besseleth-Venom Sting'),(12340,12340,11921,4,0,0,1,0,20,745,1,0,6,0,0,0,0,0,0,'Besseleth-Web'),(12340,12340,11980,4,0,0,1,0,27,38853,10,0,0,0,0,0,0,0,0,'Zuluhed the Whacked-Nether Infusion'),(12340,12340,11980,4,0,0,1,0,23,38876,9,0,4,0,0,0,0,0,0,'Zuluhed the Whacked-Demon Portal'),(12340,12340,12037,4,0,0,1,0,37,17156,8,0,6,0,0,0,0,0,0,'Ursol\'lok-Maul'),(12340,12340,12046,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Gor\'marok the Ravager-Enrage'),(12340,12340,12046,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Gor\'marok the Ravager-Cleave'),(12340,12340,12046,4,0,0,1,0,24,16856,8,0,6,0,0,0,0,0,0,'Gor\'marok the Ravager-Mortal Strike'),(12340,12340,12047,4,0,1,1,0,8,15495,8,0,0,0,0,0,0,0,0,'Stormpike Mountaineer-Explosive Shot'),(12340,12340,12076,4,0,0,1,0,100,19641,8,0,6,0,0,0,0,0,0,'Lava Elemental-Pyroclast Barrage'),(12340,12340,12099,4,0,0,1,0,100,20294,8,0,6,0,0,0,0,0,0,'Firesworn-Immolate'),(12340,12340,12100,4,0,0,1,0,100,19642,8,0,6,0,0,0,0,0,0,'Lava Reaver-Cleave'),(12340,12340,12100,4,0,0,1,0,100,19644,8,0,6,0,0,0,0,0,0,'Lava Reaver-Strike'),(12340,12340,12101,4,0,0,1,0,100,25787,8,0,6,0,0,0,0,0,0,'Lava Surger-Surge'),(12340,12340,12119,4,0,0,1,0,100,20677,8,0,6,0,0,0,0,0,0,'Flamewaker Protector-Cleave'),(12340,12340,12119,4,0,0,1,0,100,20740,8,0,6,0,0,0,0,0,0,'Flamewaker Protector-Dominate Mind'),(12340,12340,12123,4,0,0,1,0,15,3391,8,0,6,0,0,0,0,0,0,'Reef Shark-Thrash'),(12340,12340,12126,4,0,1,1,0,50,18819,8,0,3,0,0,0,0,0,0,'Lord Tirion Fordring-Holy Cleave'),(12340,12340,12126,4,0,1,1,0,25,17143,10,0,0,0,0,0,0,0,0,'Lord Tirion Fordring-Holy Strike'),(12340,12340,12128,4,0,0,1,0,24,14518,8,0,6,0,0,0,0,0,0,'Crimson Elite-Crusader Strike'),(12340,12340,12128,4,0,0,1,0,27,17143,8,0,6,0,0,0,0,0,0,'Crimson Elite-Holy Strike'),(12340,12340,12138,4,0,0,1,0,28,3391,8,0,6,0,0,0,0,0,0,'Lunaclaw-Thrash'),(12340,12340,12141,4,0,0,1,0,100,18977,8,0,6,0,0,0,0,0,0,'Ice Totem-Frost'),(12340,12340,12143,4,0,0,1,0,100,20228,8,0,6,0,0,0,0,0,0,'Son of Flame-Pyroblast'),(12340,12340,12156,4,0,0,1,0,100,16075,8,0,6,0,0,0,0,0,0,'Winterax Axe Thrower-Throw Axe'),(12340,12340,12178,4,0,0,1,0,20,21327,9,0,4,0,0,0,0,0,0,'Tortured Druid-Summon Hive\'Ashi Drones'),(12340,12340,12178,4,0,0,1,0,32,23380,8,0,6,0,0,0,0,0,0,'Tortured Druid-Moonfire'),(12340,12340,12178,4,0,0,1,0,24,23381,3,0,0,0,0,0,0,0,0,'Tortured Druid-Healing Touch'),(12340,12340,12179,4,0,0,1,0,20,21327,9,0,4,0,0,0,0,0,0,'Tortured Sentinel-Summon Hive\'Ashi Drones'),(12340,12340,12204,4,0,0,1,0,31,12548,8,0,6,0,0,0,0,0,0,'Spitelash Raider-Frost Shock'),(12340,12340,12205,4,0,0,1,0,32,20297,8,0,6,0,0,0,0,0,0,'Spitelash Witch-Frostbolt'),(12340,12340,12205,4,0,0,1,0,28,20299,7,0,3,0,0,0,0,0,0,'Spitelash Witch-Forked Lightning'),(12340,12340,12205,4,0,0,1,0,20,12550,10,0,0,0,0,0,0,0,0,'Spitelash Witch-Lightning Shield'),(12340,12340,12248,4,0,0,1,0,24,18270,8,0,6,0,0,0,0,0,0,'Infiltrator Hameya-Dark Plague'),(12340,12340,12248,4,0,0,1,0,21,11977,8,0,6,0,0,0,0,0,0,'Infiltrator Hameya-Rend'),(12340,12340,12250,4,0,0,1,0,28,40504,7,0,3,0,0,0,0,0,0,'Zaeldarr the Outcast-Cleave'),(12340,12340,12250,4,0,0,1,0,26,19128,3,0,6,0,0,0,0,0,0,'Zaeldarr the Outcast-Knockdown'),(12340,12340,12261,4,0,0,1,0,18,4974,11,0,6,0,0,0,0,0,0,'Infected Mossflayer-Wither Touch'),(12340,12340,12261,4,0,0,1,0,23,11428,3,0,6,0,0,0,0,0,0,'Infected Mossflayer-Knockdown'),(12340,12340,12262,4,0,0,1,0,20,18328,11,0,4,0,0,0,0,0,0,'Ziggurat Protector-Incapacitating Shout'),(12340,12340,12263,4,0,0,1,0,20,18328,11,0,4,0,0,0,0,0,0,'Slaughterhouse Protector-Incapacitating Shout'),(12340,12340,12265,4,0,0,1,0,100,18108,8,0,6,0,0,0,0,0,0,'Lava Spawn-Fireball'),(12340,12340,12319,4,0,0,1,0,33,707,8,0,6,0,0,0,0,0,0,'Burning Blade Toxicologist-Immolate'),(12340,12340,12319,4,0,0,1,0,13,980,6,0,6,0,0,0,0,0,0,'Burning Blade Toxicologist-Curse of Agony'),(12340,12340,12321,4,0,0,1,0,28,9734,8,0,6,0,0,0,0,0,0,'Stormscale Toxicologist-Holy Smite'),(12340,12340,12322,4,0,0,1,0,31,15547,8,0,6,0,0,0,0,0,0,'Quel\'Lithien Protector-Shoot'),(12340,12340,12322,4,0,0,1,0,25,11978,8,0,6,0,0,0,0,0,0,'Quel\'Lithien Protector-Kick'),(12340,12340,12322,4,0,0,1,0,32,12057,8,0,6,0,0,0,0,0,0,'Quel\'Lithien Protector-Strike'),(12340,12340,12337,4,0,0,1,0,20,17143,10,0,0,0,0,0,0,0,0,'Crimson Courier-Holy Strike'),(12340,12340,12337,4,0,0,1,0,15,19726,10,0,0,0,0,0,0,0,0,'Crimson Courier-Resistance Aura'),(12340,12340,12337,4,0,0,1,0,18,15493,2,0,0,0,0,0,0,0,0,'Crimson Courier-Holy Light'),(12340,12340,12337,4,0,0,1,0,20,13005,3,0,6,0,0,0,0,0,0,'Crimson Courier-Hammer of Justice'),(12340,12340,12339,4,0,0,1,0,24,17146,8,0,6,0,0,0,0,0,0,'Demetria-Shadow Word: Pain'),(12340,12340,12339,4,0,0,1,0,24,13704,4,0,3,0,0,0,0,0,0,'Demetria-Psychic Scream'),(12340,12340,12339,4,0,0,1,0,27,17165,8,0,6,0,0,0,0,0,0,'Demetria-Mind Flay'),(12340,12340,12339,4,0,0,1,0,34,17194,8,0,6,0,0,0,0,0,0,'Demetria-Mind Blast'),(12340,12340,12347,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Enraged Reef Crawler-Enrage'),(12340,12340,12352,4,0,0,1,0,26,13005,3,0,6,0,0,0,0,0,0,'Scarlet Trooper-Hammer of Justice'),(12340,12340,12352,4,0,0,1,0,21,15493,2,0,0,0,0,0,0,0,0,'Scarlet Trooper-Holy Light'),(12340,12340,12352,4,0,0,1,0,18,13874,10,0,0,0,0,0,0,0,0,'Scarlet Trooper-Divine Shield'),(12340,12340,12369,4,0,0,1,0,23,15496,8,0,6,0,0,0,0,0,0,'Lord Kragaru-Cleave'),(12340,12340,12369,4,0,0,1,0,27,12555,8,0,6,0,0,0,0,0,0,'Lord Kragaru-Pummel'),(12340,12340,12377,4,0,0,1,0,21,7713,11,0,4,0,0,0,0,0,0,'Wailing Spectre-Wailing Dead'),(12340,12340,12377,4,0,0,1,0,23,32938,7,0,4,0,0,0,0,0,0,'Wailing Spectre-Cry of the Dead'),(12340,12340,12378,4,0,0,1,0,39,20825,8,0,6,0,0,0,0,0,0,'Damned Soul-Shadow Bolt'),(12340,12340,12378,4,0,0,1,0,35,13748,8,0,6,0,0,0,0,0,0,'Damned Soul-Arcane Bolt'),(12340,12340,12379,4,0,0,1,0,26,38621,8,0,6,0,0,0,0,0,0,'Unliving Caretaker-Debilitating Strike'),(12340,12340,12380,4,0,0,1,0,26,11978,8,0,6,0,0,0,0,0,0,'Unliving Resident-Kick'),(12340,12340,12380,4,0,0,1,0,25,11971,11,0,6,0,0,0,0,0,0,'Unliving Resident-Sunder Armor'),(12340,12340,12381,4,0,0,1,0,98,32110,8,0,6,0,0,0,0,0,0,'Ley Sprite-Spark'),(12340,12340,12382,4,0,0,1,1,2,16333,11,0,6,0,0,0,0,0,0,'Mana Sprite-Debilitating Touch'),(12340,12340,12382,4,0,0,1,0,98,32110,8,0,6,0,0,0,0,0,0,'Mana Sprite-Spark'),(12340,12340,12387,4,0,0,1,0,27,11975,7,0,4,0,0,0,0,0,0,'Large Vile Slime-Arcane Explosion'),(12340,12340,12387,4,0,0,1,0,33,37361,8,0,6,0,0,0,0,0,0,'Large Vile Slime-Arcane Bolt'),(12340,12340,12387,4,0,0,1,0,28,16843,8,0,6,0,0,0,0,0,0,'Large Vile Slime-Crimson Fury'),(12340,12340,12396,4,0,0,1,0,21,15090,10,0,0,0,0,0,0,0,0,'Doomguard Commander-Dispel Magic'),(12340,12340,12396,4,0,0,1,0,25,20812,11,0,6,0,0,0,0,0,0,'Doomguard Commander-Cripple'),(12340,12340,12396,4,0,0,1,0,28,16005,7,0,3,0,0,0,0,0,0,'Doomguard Commander-Rain of Fire'),(12340,12340,12418,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Gordok Hyena-Rend'),(12340,12340,12420,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Blackwing Mage-Frostbolt'),(12340,12340,12420,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Blackwing Mage-Fireball'),(12340,12340,12431,4,0,0,1,0,25,13445,8,0,6,0,0,0,0,0,0,'Gorefang-Rend'),(12340,12340,12432,4,0,0,1,0,15,13446,8,0,6,0,0,0,0,0,0,'Old Vicejaw-Strike'),(12340,12340,12433,4,0,0,1,0,22,12040,10,0,0,0,0,0,0,0,0,'Krethis Shadowspinner-Shadow Shield'),(12340,12340,12433,4,0,0,1,0,35,17439,8,0,6,0,0,0,0,0,0,'Krethis Shadowspinner-Shadow Shock'),(12340,12340,12475,4,0,0,1,0,18,20656,11,0,6,0,0,0,0,0,0,'Emeraldon Tree Warder-Faerie Fire'),(12340,12340,12475,4,0,0,1,0,22,20654,8,0,6,0,0,0,0,0,0,'Emeraldon Tree Warder-Entangling Roots'),(12340,12340,12477,4,0,0,1,0,23,15708,8,0,6,0,0,0,0,0,0,'Verdantine Boughguard-Mortal Strike'),(12340,12340,12477,4,0,0,1,0,28,20666,7,0,3,0,0,0,0,0,0,'Verdantine Boughguard-Cleave'),(12340,12340,12478,4,0,0,1,0,27,20665,2,0,0,0,0,0,0,0,0,'Verdantine Oracle-Regrowth'),(12340,12340,12478,4,0,0,1,0,21,20664,2,0,0,0,0,0,0,0,0,'Verdantine Oracle-Rejuvenation'),(12340,12340,12479,4,0,0,1,0,15,20656,11,0,6,0,0,0,0,0,0,'Verdantine Tree Warder-Faerie Fire'),(12340,12340,12479,4,0,0,1,0,28,20654,7,0,3,0,0,0,0,0,0,'Verdantine Tree Warder-Entangling Roots'),(12340,12340,12496,4,0,0,1,0,24,6605,4,0,4,0,0,0,0,0,0,'Dreamtracker-Terrifying Screech'),(12340,12340,12496,4,0,0,1,0,28,20667,7,0,3,0,0,0,0,0,0,'Dreamtracker-Corrosive Acid Breath'),(12340,12340,12497,4,0,0,1,0,23,20667,7,0,3,0,0,0,0,0,0,'Dreamroarer-Corrosive Acid Breath'),(12340,12340,12497,4,0,0,1,0,17,20668,11,0,6,0,0,0,0,0,0,'Dreamroarer-Sleepwalk'),(12340,12340,12498,4,0,0,1,0,100,18435,8,0,6,0,0,0,0,0,0,'Dreamstalker-Flame Breath'),(12340,12340,12576,4,0,0,1,0,25,33333,8,0,6,0,0,0,0,0,0,'Grish Longrunner-Weakened Soul Reduction'),(12340,12340,12579,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Bloodfury Ripper-Enrage'),(12340,12340,12579,4,0,0,1,0,22,13443,8,0,6,0,0,0,0,0,0,'Bloodfury Ripper-Rend'),(12340,12340,12759,4,0,0,1,0,37,9672,8,0,6,0,0,0,0,0,0,'Tideress-Frostbolt'),(12340,12340,12779,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Archmage Gaiman-Frostbolt'),(12340,12340,12779,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Archmage Gaiman-Fireball'),(12340,12340,12800,4,0,0,1,0,27,20627,8,0,6,0,0,0,0,0,0,'Chimaerok-Lightning Breath'),(12340,12340,12800,4,0,0,1,0,24,20629,8,0,6,0,0,0,0,0,0,'Chimaerok-Corrosive Venom Spit'),(12340,12340,12800,4,0,0,1,0,23,18144,7,0,3,0,0,0,0,0,0,'Chimaerok-Swoop'),(12340,12340,12801,4,0,0,1,0,27,20630,8,0,6,0,0,0,0,0,0,'Arcane Chimaerok-Lightning Breath'),(12340,12340,12801,4,0,0,1,0,24,20537,11,0,6,0,0,0,0,0,0,'Arcane Chimaerok-Counterspell'),(12340,12340,12801,4,0,0,1,0,21,20223,10,0,0,0,0,0,0,0,0,'Arcane Chimaerok-Magic Reflection'),(12340,12340,12802,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Chimaerok Devourer-Enrage'),(12340,12340,12802,4,0,0,1,0,24,20539,8,0,6,0,0,0,0,0,0,'Chimaerok Devourer-Fatal Bite'),(12340,12340,12803,4,0,0,1,0,32,20543,8,0,6,0,0,0,0,0,0,'Lord Lakmaeran-Lightning Breath'),(12340,12340,12803,4,0,0,1,0,23,20542,7,0,4,0,0,0,0,0,0,'Lord Lakmaeran-Static Conduit'),(12340,12340,12803,4,0,0,1,0,24,20545,10,0,0,0,0,0,0,0,0,'Lord Lakmaeran-Lightning Shield'),(12340,12340,12803,4,0,0,1,0,11,8269,10,0,0,0,0,0,0,0,0,'Lord Lakmaeran-Frenzy'),(12340,12340,12806,4,0,0,1,0,100,19798,8,0,6,0,0,0,0,0,0,'Magmakin-Earthquake'),(12340,12340,12806,4,0,0,1,0,100,19496,8,0,6,0,0,0,0,0,0,'Magmakin-Magma Shackles'),(12340,12340,12856,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Ashenvale Outrunner-Shoot'),(12340,12340,12856,4,0,0,1,0,21,18545,8,0,6,0,0,0,0,0,0,'Ashenvale Outrunner-Scorpid Sting'),(12340,12340,12856,4,0,0,1,0,21,8646,8,0,6,0,0,0,0,0,0,'Ashenvale Outrunner-Snap Kick'),(12340,12340,12860,4,0,0,1,0,19,12097,8,0,6,0,0,0,0,0,0,'Duriel Moonfire-Pierce Armor'),(12340,12340,12860,4,0,0,1,0,27,11428,8,0,6,0,0,0,0,0,0,'Duriel Moonfire-Knockdown'),(12340,12340,12865,4,0,0,1,0,40,9613,8,0,6,0,0,0,0,0,0,'Ambassador Malcin-Shadow Bolt'),(12340,12340,12876,4,0,0,1,0,25,13586,8,0,6,0,0,0,0,0,0,'Baron Aquanis-Aqua Jet'),(12340,12340,12896,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Silverwing Sentinel-Shoot'),(12340,12340,12899,4,0,0,1,0,21,16095,8,0,6,0,0,0,0,0,0,'Axtroz-Vicious Rend'),(12340,12340,12899,4,0,0,1,0,28,20712,7,0,3,0,0,0,0,0,0,'Axtroz-Flame Breath'),(12340,12340,12900,4,0,0,1,0,26,20667,7,0,3,0,0,0,0,0,0,'Somnus-Corrosive Acid Breath'),(12340,12340,12900,4,0,0,1,0,31,18368,8,0,6,0,0,0,0,0,0,'Somnus-Strike'),(12340,12340,12900,4,0,0,1,0,31,20989,11,0,6,0,0,0,0,0,0,'Somnus-Sleep'),(12340,12340,12900,4,0,0,1,0,23,12882,7,0,3,0,0,0,0,0,0,'Somnus-Wing Flap'),(12340,12340,12902,4,0,0,1,0,25,512,8,0,6,0,0,0,0,0,0,'Lorgus Jett-Chains of Ice'),(12340,12340,12922,4,0,0,1,0,100,20801,8,0,6,0,0,0,0,0,0,'Imp Minion-Firebolt'),(12340,12340,12940,4,0,0,1,0,17,6607,8,0,6,0,0,0,0,0,0,'Vorsha the Lasher-Lash'),(12340,12340,12940,4,0,0,1,0,16,3391,8,0,6,0,0,0,0,0,0,'Vorsha the Lasher-Thrash'),(12340,12340,12976,4,0,0,1,0,24,6728,11,0,6,0,0,0,0,0,0,'Kolkar Waylayer-Enveloping Winds'),(12340,12340,12976,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Kolkar Waylayer-Lightning Bolt'),(12340,12340,12977,4,0,0,1,0,24,25710,8,0,6,0,0,0,0,0,0,'Kolkar Ambusher-Heroic Strike'),(12340,12340,13019,4,0,0,1,0,25,11829,7,0,3,0,0,0,0,0,0,'Burning Blade Seer-Flamestrike'),(12340,12340,13019,4,0,0,1,0,30,9658,8,0,6,0,0,0,0,0,0,'Burning Blade Seer-Flame Buffet'),(12340,12340,13076,4,0,1,1,0,63,6660,8,0,6,0,0,0,0,0,0,'Dun Morogh Mountaineer-Shoot'),(12340,12340,13082,4,0,1,1,0,3,6754,8,0,6,0,0,0,0,0,0,'Milton Beats-Slap!'),(12340,12340,13082,4,0,1,1,0,8,18328,10,0,0,0,0,0,0,0,0,'Milton Beats-Incapacitating Shout'),(12340,12340,13118,4,0,0,1,0,100,11972,8,0,6,0,0,0,0,0,0,'Crimson Bodyguard-Shield Bash'),(12340,12340,13118,4,0,0,1,0,100,13534,8,0,6,0,0,0,0,0,0,'Crimson Bodyguard-Disarm'),(12340,12340,13197,4,0,0,1,0,100,22460,8,0,6,0,0,0,0,0,0,'Fel Lash-Arcane Explosion'),(12340,12340,13197,4,0,0,1,0,100,22272,8,0,6,0,0,0,0,0,0,'Fel Lash-Arcane Missiles'),(12340,12340,13546,4,0,1,1,0,5,10308,3,0,6,0,0,0,0,0,0,'Seasoned Coldmine Explorer-Hammer of Justice'),(12340,12340,13546,4,0,1,1,0,10,10199,8,0,6,0,0,0,0,0,0,'Seasoned Coldmine Explorer-Fire Blast'),(12340,12340,13546,4,0,1,1,0,14,10150,8,0,6,0,0,0,0,0,0,'Seasoned Coldmine Explorer-Fireball'),(12340,12340,13546,4,0,1,1,0,19,7321,3,0,6,0,0,0,0,0,0,'Seasoned Coldmine Explorer-Chilled'),(12340,12340,13546,4,0,1,1,0,24,10160,8,0,6,0,0,0,0,0,0,'Seasoned Coldmine Explorer-Cone of Cold'),(12340,12340,13956,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Winterax Mystic-Shadow Word: Pain'),(12340,12340,13956,4,0,0,1,0,100,10894,8,0,6,0,0,0,0,0,0,'Winterax Mystic-Shadow Word: Pain'),(12340,12340,14122,4,0,0,1,0,100,22422,8,0,6,0,0,0,0,0,0,'Massive Geyser-Water'),(12340,12340,14225,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Prince Kellen-Enrage'),(12340,12340,14232,4,0,0,1,0,26,3147,8,0,6,0,0,0,0,0,0,'Dart-Rend Flesh'),(12340,12340,14344,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Mongress-Enrage'),(12340,12340,14357,4,0,0,1,0,0,8406,8,0,6,0,0,0,0,0,0,'Lake Thresher-Frostbolt'),(12340,12340,14372,4,0,0,1,0,17,17205,10,0,0,0,0,0,0,0,0,'Winterfall Ambusher-Winterfall Firewater'),(12340,12340,14388,4,0,0,1,0,31,37638,7,0,3,0,0,0,0,0,0,'Rogue Black Drake-Flame Breath'),(12340,12340,14396,4,0,0,1,0,100,22909,8,0,6,0,0,0,0,0,0,'Eye of Immol\'thar-Eye of Immol\'thar'),(12340,12340,14424,4,0,0,1,0,24,22127,8,0,6,0,0,0,0,0,0,'Mirelow-Entangling Roots'),(12340,12340,14425,4,0,1,1,0,19,6547,8,0,6,0,0,0,0,0,0,'Gnawbone-Rend'),(12340,12340,14426,4,0,0,1,0,23,3391,8,0,6,0,0,0,0,0,0,'Harb Foulmountain-Thrash'),(12340,12340,14426,4,0,0,1,0,22,45,7,0,4,0,0,0,0,0,0,'Harb Foulmountain-War Stomp'),(12340,12340,14427,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Gibblesnik-Sunder Armor'),(12340,12340,14428,4,0,0,1,0,10,15971,11,0,4,0,0,0,0,0,0,'Uruson-Demoralizing Roar'),(12340,12340,14430,4,0,0,1,0,75,3604,11,0,6,0,0,0,0,0,0,'Duskstalker-Tendon Rip'),(12340,12340,14431,4,0,0,1,0,3,3589,11,0,6,0,0,0,0,0,0,'Fury Shelda-Deafening Screech'),(12340,12340,14432,4,0,0,1,0,21,12057,8,0,6,0,0,0,0,0,0,'Threggil-Strike'),(12340,12340,14432,4,0,0,1,0,30,11976,8,0,6,0,0,0,0,0,0,'Threggil-Strike'),(12340,12340,14435,4,0,0,1,0,27,23009,8,0,6,0,0,0,0,0,0,'Prince Thunderaan-Tendrils of Air'),(12340,12340,14435,4,0,0,1,0,31,23011,8,0,6,0,0,0,0,0,0,'Prince Thunderaan-Tears of the Wind Seeker'),(12340,12340,14445,4,0,0,1,0,22,12533,7,0,3,0,0,0,0,0,0,'Lord Captain Wyrmak-Acid Breath'),(12340,12340,14445,4,0,0,1,0,27,15496,7,0,3,0,0,0,0,0,0,'Lord Captain Wyrmak-Cleave'),(12340,12340,14446,4,0,0,1,0,33,3391,8,0,6,0,0,0,0,0,0,'Fingat-Thrash'),(12340,12340,14447,4,0,0,1,0,24,13579,8,0,6,0,0,0,0,0,0,'Gilmorian-Gouge'),(12340,12340,14447,4,0,0,1,0,33,19472,8,0,6,0,0,0,0,0,0,'Gilmorian-Sinister Strike'),(12340,12340,14448,4,0,0,1,0,26,21748,7,0,4,0,0,0,0,0,0,'Molt Thorn-Thorn Volley'),(12340,12340,14454,4,0,0,1,0,28,23104,8,0,6,0,0,0,0,0,0,'The Windreaver-Shock'),(12340,12340,14454,4,0,0,1,0,22,23103,11,0,6,0,0,0,0,0,0,'The Windreaver-Enveloping Winds'),(12340,12340,14454,4,0,0,1,0,32,23106,8,0,6,0,0,0,0,0,0,'The Windreaver-Chain Lightning'),(12340,12340,14454,4,0,0,1,0,27,23105,7,0,3,0,0,0,0,0,0,'The Windreaver-Lightning Cloud'),(12340,12340,14455,4,0,0,1,0,21,17207,7,0,3,0,0,0,0,0,0,'Whirling Invader-Whirlwind'),(12340,12340,14457,4,0,0,1,0,22,14907,7,0,4,0,0,0,0,0,0,'Princess Tempestria-Frost Nova'),(12340,12340,14457,4,0,0,1,0,24,10987,7,0,4,0,0,0,0,0,0,'Princess Tempestria-Geyser'),(12340,12340,14457,4,0,0,1,0,33,23102,8,0,6,0,0,0,0,0,0,'Princess Tempestria-Frostbolt'),(12340,12340,14457,4,0,0,1,0,27,22746,7,0,3,0,0,0,0,0,0,'Princess Tempestria-Cone of Cold'),(12340,12340,14458,4,0,0,1,0,26,19133,8,0,6,0,0,0,0,0,0,'Watery Invader-Frost Shock'),(12340,12340,14460,4,0,0,1,0,25,23113,7,0,4,0,0,0,0,0,0,'Blazing Invader-Blast Wave'),(12340,12340,14461,4,0,0,1,0,25,15285,7,0,4,0,0,0,0,0,0,'Baron Charr-Fireball Volley'),(12340,12340,14461,4,0,0,1,0,28,9574,8,0,6,0,0,0,0,0,0,'Baron Charr-Flame Buffet'),(12340,12340,14462,4,0,0,1,0,22,11428,8,0,6,0,0,0,0,0,0,'Thundering Invader-Knockdown'),(12340,12340,14462,4,0,0,1,0,26,23114,8,0,6,0,0,0,0,0,0,'Thundering Invader-Earth Shock'),(12340,12340,14464,4,0,0,1,0,22,6524,7,0,4,0,0,0,0,0,0,'Avalanchion-Ground Tremor'),(12340,12340,14464,4,0,0,1,0,28,23392,8,0,6,0,0,0,0,0,0,'Avalanchion-Boulder'),(12340,12340,14464,4,0,0,1,0,27,5568,7,0,4,0,0,0,0,0,0,'Avalanchion-Trample'),(12340,12340,14467,4,0,0,1,0,31,10101,8,0,6,0,0,0,0,0,0,'Kroshius-Knock Away'),(12340,12340,14471,4,0,0,1,0,30,16727,7,0,4,0,0,0,0,0,0,'Setis-War Stomp'),(12340,12340,14471,4,0,0,1,0,27,10887,7,0,4,0,0,0,0,0,0,'Setis-Crowd Pummel'),(12340,12340,14473,4,0,0,1,0,26,13445,8,0,6,0,0,0,0,0,0,'Lapress-Rend'),(12340,12340,14474,4,0,0,1,0,24,21067,8,0,6,0,0,0,0,0,0,'Zora-Poison Bolt'),(12340,12340,14475,4,0,0,1,0,23,12097,11,0,6,0,0,0,0,0,0,'Rex Ashil-Pierce Armor'),(12340,12340,14476,4,0,0,1,0,26,17170,8,0,6,0,0,0,0,0,0,'Krellack-Fatal Sting'),(12340,12340,14477,4,0,0,1,0,23,5568,7,0,4,0,0,0,0,0,0,'Grubthor-Trample'),(12340,12340,14478,4,0,0,1,0,26,15659,8,0,6,0,0,0,0,0,0,'Huricanian-Chain Lightning'),(12340,12340,14479,4,0,0,1,0,37,19816,8,0,6,0,0,0,0,0,0,'Twilight Lord Everun-Fireball'),(12340,12340,14479,4,0,0,1,0,28,17439,8,0,6,0,0,0,0,0,0,'Twilight Lord Everun-Shadow Shock'),(12340,12340,14487,4,0,0,1,0,67,6306,11,0,0,0,0,0,0,0,0,'Gluggle-Acid Splash'),(12340,12340,14488,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Roloch-Cleave'),(12340,12340,14491,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Kurmokk-Enrage'),(12340,12340,14512,4,0,0,1,0,100,23244,8,0,6,0,0,0,0,0,0,'Corrupted Spirit-Corrupted Stamina'),(12340,12340,14513,4,0,0,1,0,100,17504,8,0,6,0,0,0,0,0,0,'Malicious Spirit-Rend'),(12340,12340,14513,4,0,0,1,0,100,12867,8,0,6,0,0,0,0,0,0,'Malicious Spirit-Deep Wounds'),(12340,12340,14514,4,0,0,1,0,100,11556,8,0,6,0,0,0,0,0,0,'Banal Spirit-Demoralizing Shout'),(12340,12340,14514,4,0,0,1,0,100,8140,8,0,6,0,0,0,0,0,0,'Banal Spirit-Befuddlement'),(12340,12340,14518,4,0,0,1,0,100,11556,8,0,6,0,0,0,0,0,0,'Aspect of Banality-Demoralizing Shout'),(12340,12340,14518,4,0,0,1,0,100,8140,8,0,6,0,0,0,0,0,0,'Aspect of Banality-Befuddlement'),(12340,12340,14518,4,0,0,1,0,100,23262,8,0,6,0,0,0,0,0,0,'Aspect of Banality-Demoralize'),(12340,12340,14519,4,0,0,1,0,100,10894,8,0,6,0,0,0,0,0,0,'Aspect of Corruption-Shadow Word: Pain'),(12340,12340,14519,4,0,0,1,0,100,23244,8,0,6,0,0,0,0,0,0,'Aspect of Corruption-Corrupted Stamina'),(12340,12340,14520,4,0,0,1,0,100,17504,8,0,6,0,0,0,0,0,0,'Aspect of Malice-Rend'),(12340,12340,14520,4,0,0,1,0,100,12867,8,0,6,0,0,0,0,0,0,'Aspect of Malice-Deep Wounds'),(12340,12340,14520,4,0,0,1,0,100,24673,8,0,6,0,0,0,0,0,0,'Aspect of Malice-Curse of Blood'),(12340,12340,14521,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Aspect of Shadow-Shadow Bolt'),(12340,12340,14521,4,0,0,1,0,100,30138,8,0,6,0,0,0,0,0,0,'Aspect of Shadow-Shadow Shock'),(12340,12340,14522,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Ur\'dan-Shadow Bolt'),(12340,12340,14522,4,0,0,1,0,18,8699,10,0,0,0,0,0,0,0,0,'Ur\'dan-Unholy Frenzy'),(12340,12340,14523,4,0,0,1,0,19,11939,9,0,4,0,0,0,0,0,0,'Ulathek-Summon Imp'),(12340,12340,14523,4,0,0,1,0,18,8699,10,0,0,0,0,0,0,0,0,'Ulathek-Unholy Frenzy'),(12340,12340,14523,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Ulathek-Shadow Bolt'),(12340,12340,14527,4,0,0,1,0,29,23206,8,0,6,0,0,0,0,0,0,'Simone the Inconspicuous-Chain Lightning'),(12340,12340,14527,4,0,0,1,0,21,23205,11,0,6,0,0,0,0,0,0,'Simone the Inconspicuous-Temptress\' Kiss'),(12340,12340,14564,4,0,0,1,0,27,7713,11,0,4,0,0,0,0,0,0,'Terrordale Spirit-Wailing Dead'),(12340,12340,14621,4,0,0,1,0,23,13323,8,0,6,0,0,0,0,0,0,'Overseer Maltorius-Polymorph'),(12340,12340,14621,4,0,0,1,0,23,11974,10,0,0,0,0,0,0,0,0,'Overseer Maltorius-Power Word: Shield'),(12340,12340,14621,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Overseer Maltorius-Shadow Bolt'),(12340,12340,14621,4,0,0,1,0,28,11639,8,0,6,0,0,0,0,0,0,'Overseer Maltorius-Shadow Word: Pain'),(12340,12340,14622,4,0,1,1,0,50,11665,8,0,6,0,0,0,0,0,0,'Thorium Brotherhood Lookout-Immolate'),(12340,12340,14628,4,0,1,1,0,50,10892,8,0,6,0,0,0,0,0,0,'Evonice Sootsmoker-Shadow Word: Pain'),(12340,12340,14661,4,0,0,1,0,23,6607,8,0,6,0,0,0,0,0,0,'Stinglasher-Lash'),(12340,12340,14661,4,0,0,1,0,23,5416,8,0,6,0,0,0,0,0,0,'Stinglasher-Venom Sting'),(12340,12340,14662,4,0,0,1,0,100,133,8,0,6,0,0,0,0,0,0,'Corrupted Fire Nova Totem V-Fireball'),(12340,12340,14662,4,0,0,1,0,100,11307,8,0,6,0,0,0,0,0,0,'Corrupted Fire Nova Totem V-Fire Nova'),(12340,12340,14663,4,0,0,1,0,100,10405,8,0,6,0,0,0,0,0,0,'Corrupted Stoneskin Totem VI-Stoneskin'),(12340,12340,14682,4,0,0,1,0,25,19134,8,0,6,0,0,0,0,0,0,'Sever-Frightening Shout'),(12340,12340,14686,4,0,0,1,0,25,17631,8,0,6,0,0,0,0,0,0,'Lady Falther\'ess-Wail of Souls'),(12340,12340,14739,4,0,0,1,0,100,6060,8,0,6,0,0,0,0,0,0,'Mystic Yayo\'jin-Smite'),(12340,12340,14739,4,0,0,1,0,100,10892,8,0,6,0,0,0,0,0,0,'Mystic Yayo\'jin-Shadow Word: Pain'),(12340,12340,14748,4,0,0,1,0,24,7160,8,0,6,0,0,0,0,0,0,'Vilebranch Kidnapper-Execute'),(12340,12340,14757,4,0,1,1,0,1,23923,8,0,6,0,0,0,0,0,0,'Elder Torntusk-Shield Slam'),(12340,12340,14757,4,0,1,1,0,2,10892,8,0,6,0,0,0,0,0,0,'Elder Torntusk-Shadow Word: Pain'),(12340,12340,14757,4,0,1,1,0,1,11641,10,0,6,0,0,0,0,0,0,'Elder Torntusk-Hex'),(12340,12340,14861,4,0,0,1,0,100,27224,8,0,6,0,0,0,0,0,0,'Blood Steward of Kirtonos-Curse of Weakness'),(12340,12340,14861,4,0,0,1,0,100,30900,8,0,6,0,0,0,0,0,0,'Blood Steward of Kirtonos-Curse of Impotence'),(12340,12340,14861,4,0,0,1,0,100,3609,8,0,6,0,0,0,0,0,0,'Blood Steward of Kirtonos-Paralyzing Poison'),(12340,12340,14862,4,0,0,1,0,29,23774,8,0,6,0,0,0,0,0,0,'Emissary Roman\'khan-System Shock'),(12340,12340,14862,4,0,0,1,0,24,23772,7,0,4,0,0,0,0,0,0,'Emissary Roman\'khan-Wilt'),(12340,12340,14881,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Spider-Web'),(12340,12340,14881,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Spider-Poison'),(12340,12340,14881,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Spider-Weak Poison'),(12340,12340,14887,4,0,1,1,0,0,27610,4,0,0,0,0,0,0,0,0,'Ysondre-Psychic Scream'),(12340,12340,14887,4,0,4,1,0,0,25040,10,0,6,0,0,0,0,0,0,'Ysondre-Mark of Nature'),(12340,12340,14887,4,0,1,1,0,0,1161,0,0,0,0,0,0,0,0,0,'Ysondre-Challenging Shout'),(12340,12340,14887,4,0,1,1,0,0,12721,8,0,6,0,0,0,0,0,0,'Ysondre-Deep Wounds'),(12340,12340,14887,4,0,1,1,0,1,18278,10,0,6,0,0,0,0,0,0,'Ysondre-Silence'),(12340,12340,14887,4,0,1,1,0,3,9835,8,0,6,0,0,0,0,0,0,'Ysondre-Moonfire'),(12340,12340,14887,4,0,1,1,0,5,15847,8,0,0,0,0,0,0,0,0,'Ysondre-Tail Sweep'),(12340,12340,14887,4,0,1,1,0,9,24819,8,0,0,0,0,0,0,0,0,'Ysondre-Lightning Wave'),(12340,12340,14887,4,0,1,1,0,14,1090,10,0,6,0,0,0,0,0,0,'Ysondre-Sleep'),(12340,12340,14887,4,0,1,1,0,39,24818,10,0,6,0,0,0,0,0,0,'Ysondre-Noxious Breath'),(12340,12340,14888,4,0,1,1,0,0,12021,10,0,6,0,0,0,0,0,0,'Lethon-Fixate'),(12340,12340,14888,4,0,1,1,0,0,10909,10,0,6,0,0,0,0,0,0,'Lethon-Mind Vision'),(12340,12340,14888,4,0,1,1,0,0,16359,8,0,0,0,0,0,0,0,0,'Lethon-Corrosive Acid Breath'),(12340,12340,14888,4,0,4,1,0,0,25040,10,0,6,0,0,0,0,0,0,'Lethon-Mark of Nature'),(12340,12340,14888,4,0,1,1,0,2,15847,8,0,0,0,0,0,0,0,0,'Lethon-Tail Sweep'),(12340,12340,14888,4,0,1,1,0,3,24811,10,0,0,0,0,0,0,0,0,'Lethon-Draw Spirit'),(12340,12340,14888,4,0,1,1,0,10,1090,10,0,6,0,0,0,0,0,0,'Lethon-Sleep'),(12340,12340,14888,4,0,1,1,0,21,24818,10,0,6,0,0,0,0,0,0,'Lethon-Noxious Breath'),(12340,12340,14889,4,0,1,1,0,0,14268,8,0,6,0,0,0,0,0,0,'Emeriss-Alliance Flag'),(12340,12340,14889,4,0,1,1,0,0,27610,4,0,0,0,0,0,0,0,0,'Emeriss-Psychic Scream'),(12340,12340,14889,4,0,1,1,0,0,5246,4,0,0,0,0,0,0,0,0,'Emeriss-Intimidating Shout'),(12340,12340,14889,4,0,1,1,0,0,17928,4,0,0,0,0,0,0,0,0,'Emeriss-Howl of Terror'),(12340,12340,14889,4,0,1,1,0,0,7373,8,0,6,0,0,0,0,0,0,'Emeriss-Hamstring'),(12340,12340,14889,4,0,1,1,0,0,16359,8,0,0,0,0,0,0,0,0,'Emeriss-Corrosive Acid Breath'),(12340,12340,14889,4,0,1,1,0,0,10894,8,0,6,0,0,0,0,0,0,'Emeriss-Shadow Word: Pain'),(12340,12340,14889,4,0,1,1,0,0,23601,8,0,6,0,0,0,0,0,0,'Emeriss-Scatter Shot'),(12340,12340,14889,4,0,1,1,0,0,9853,8,0,6,0,0,0,0,0,0,'Emeriss-Entangling Roots'),(12340,12340,14889,4,0,1,1,0,0,9835,8,0,6,0,0,0,0,0,0,'Emeriss-Moonfire'),(12340,12340,14889,4,0,1,1,0,0,10909,10,0,6,0,0,0,0,0,0,'Emeriss-Mind Vision'),(12340,12340,14889,4,0,1,1,0,0,10161,8,0,6,0,0,0,0,0,0,'Emeriss-Cone of Cold'),(12340,12340,14889,4,0,4,1,0,0,25040,10,0,6,0,0,0,0,0,0,'Emeriss-Mark of Nature'),(12340,12340,14889,4,0,1,1,0,0,10230,8,0,0,0,0,0,0,0,0,'Emeriss-Frost Nova'),(12340,12340,14889,4,0,1,1,0,2,21547,10,0,0,0,0,0,0,0,0,'Emeriss-Spore Cloud'),(12340,12340,14889,4,0,1,1,0,2,3586,10,0,6,0,0,0,0,0,0,'Emeriss-Volatile Infection'),(12340,12340,14889,4,0,1,1,0,2,15847,8,0,0,0,0,0,0,0,0,'Emeriss-Tail Sweep'),(12340,12340,14889,4,0,1,1,0,8,1090,10,0,6,0,0,0,0,0,0,'Emeriss-Sleep'),(12340,12340,14889,4,0,1,1,0,18,24910,8,0,6,0,0,0,0,0,0,'Emeriss-Corruption of the Earth'),(12340,12340,14889,4,0,1,1,0,33,24818,10,0,6,0,0,0,0,0,0,'Emeriss-Noxious Breath'),(12340,12340,14890,4,0,4,1,0,0,25040,10,0,6,0,0,0,0,0,0,'Taerar-Mark of Nature'),(12340,12340,14890,4,0,1,1,0,0,25771,10,0,6,0,0,0,0,0,0,'Taerar-Forbearance'),(12340,12340,14890,4,0,1,1,0,0,12021,10,0,6,0,0,0,0,0,0,'Taerar-Fixate'),(12340,12340,14890,4,0,1,1,0,0,21992,8,0,0,0,0,0,0,0,0,'Taerar-Thunderfury'),(12340,12340,14890,4,0,1,1,0,0,27610,4,0,0,0,0,0,0,0,0,'Taerar-Psychic Scream'),(12340,12340,14890,4,0,1,1,0,0,12323,3,0,0,0,0,0,0,0,0,'Taerar-Piercing Howl'),(12340,12340,14890,4,0,1,1,0,0,14325,10,0,6,0,0,0,0,0,0,'Taerar-Hunter\'s Mark'),(12340,12340,14890,4,0,1,1,0,0,3600,10,0,6,0,0,0,0,0,0,'Taerar-Earthbind'),(12340,12340,14890,4,0,1,1,0,0,12766,8,0,0,0,0,0,0,0,0,'Taerar-Poison Cloud'),(12340,12340,14890,4,0,1,1,0,0,9853,8,0,6,0,0,0,0,0,0,'Taerar-Entangling Roots'),(12340,12340,14890,4,0,1,1,0,0,5246,4,0,0,0,0,0,0,0,0,'Taerar-Intimidating Shout'),(12340,12340,14890,4,0,1,1,0,0,24839,8,0,0,0,0,0,0,0,0,'Taerar-Acid Breath'),(12340,12340,14890,4,0,1,1,0,2,20883,8,0,6,0,0,0,0,0,0,'Taerar-Arcane Blast'),(12340,12340,14890,4,0,1,1,0,5,18431,4,0,6,0,0,0,0,0,0,'Taerar-Bellowing Roar'),(12340,12340,14890,4,0,1,1,0,6,15847,8,0,0,0,0,0,0,0,0,'Taerar-Tail Sweep'),(12340,12340,14890,4,0,1,1,0,11,1090,10,0,6,0,0,0,0,0,0,'Taerar-Sleep'),(12340,12340,14890,4,0,1,1,0,52,24818,10,0,6,0,0,0,0,0,0,'Taerar-Noxious Breath'),(12340,12340,14983,4,0,1,1,0,1,11297,1,0,6,0,0,0,0,0,0,'Field Marshal Oslight-Sap'),(12340,12340,14983,4,0,1,1,0,5,7373,8,0,6,0,0,0,0,0,0,'Field Marshal Oslight-Hamstring'),(12340,12340,14983,4,0,1,1,0,5,12721,8,0,6,0,0,0,0,0,0,'Field Marshal Oslight-Deep Wounds'),(12340,12340,14989,4,0,0,1,0,100,6306,8,0,6,0,0,0,0,0,0,'Poisonous Cloud-Acid Splash'),(12340,12340,15022,4,0,1,1,0,1,10473,8,0,6,0,0,0,0,0,0,'Deathstalker Mortis-Frost Shock'),(12340,12340,15112,4,0,0,1,0,100,24178,8,0,6,0,0,0,0,0,0,'Brain Wash Totem-Will of Hakkar'),(12340,12340,15124,4,0,1,1,0,17,20615,3,0,6,0,0,0,0,0,0,'Targot Jinglepocket-Intercept'),(12340,12340,15124,4,0,1,1,0,17,1715,8,0,6,0,0,0,0,0,0,'Targot Jinglepocket-Hamstring'),(12340,12340,15124,4,0,1,1,0,17,676,10,0,6,0,0,0,0,0,0,'Targot Jinglepocket-Disarm'),(12340,12340,15124,4,0,1,1,0,17,12809,3,0,6,0,0,0,0,0,0,'Targot Jinglepocket-Concussion Blow'),(12340,12340,15124,4,0,1,1,0,33,72,8,0,6,0,0,0,0,0,0,'Targot Jinglepocket-Shield Bash'),(12340,12340,15126,4,0,0,1,0,29,17207,10,0,0,0,0,0,0,0,0,'Rutherford Twing-Whirlwind'),(12340,12340,15126,4,0,0,1,0,24,15708,8,0,6,0,0,0,0,0,0,'Rutherford Twing-Mortal Strike'),(12340,12340,15126,4,0,0,1,0,28,6253,8,0,6,0,0,0,0,0,0,'Rutherford Twing-Backhand'),(12340,12340,15126,4,0,0,1,0,15,22911,8,0,6,0,0,0,0,0,0,'Rutherford Twing-Charge'),(12340,12340,15127,4,0,0,1,0,28,6253,8,0,6,0,0,0,0,0,0,'Samuel Hawke-Backhand'),(12340,12340,15127,4,0,0,1,0,29,17207,10,0,0,0,0,0,0,0,0,'Samuel Hawke-Whirlwind'),(12340,12340,15127,4,0,0,1,0,24,15708,8,0,6,0,0,0,0,0,0,'Samuel Hawke-Mortal Strike'),(12340,12340,15127,4,0,0,1,0,28,15284,8,0,6,0,0,0,0,0,0,'Samuel Hawke-Cleave'),(12340,12340,15128,4,0,1,1,0,0,21552,8,0,6,0,0,0,0,0,0,'Defiler Elite-Mortal Strike'),(12340,12340,15128,4,0,1,1,0,0,9834,8,0,6,0,0,0,0,0,0,'Defiler Elite-Moonfire'),(12340,12340,15128,4,0,1,1,0,0,7373,8,0,6,0,0,0,0,0,0,'Defiler Elite-Hamstring'),(12340,12340,15128,4,0,1,1,0,0,11556,10,0,0,0,0,0,0,0,0,'Defiler Elite-Demoralizing Shout'),(12340,12340,15128,4,0,1,1,0,10,1672,8,0,6,0,0,0,0,0,0,'Defiler Elite-Shield Bash'),(12340,12340,15128,4,0,1,1,0,14,11609,8,0,6,0,0,0,0,0,0,'Defiler Elite-Cleave'),(12340,12340,15130,4,0,0,1,0,28,11972,8,0,6,0,0,0,0,0,0,'League of Arathor Elite-Shield Bash'),(12340,12340,15130,4,0,0,1,0,32,15496,8,0,6,0,0,0,0,0,0,'League of Arathor Elite-Cleave'),(12340,12340,15177,4,0,0,1,0,25,17926,8,0,6,0,0,0,0,0,0,'Cloud Skydancer-Death Coil'),(12340,12340,15184,4,0,0,1,0,25,30223,8,0,6,0,0,0,0,0,0,'Cenarion Hold Infantry-Cleave'),(12340,12340,15196,4,0,0,1,0,24,18670,8,0,6,0,0,0,0,0,0,'Deathclasp-Knock Away'),(12340,12340,15196,4,0,0,1,0,20,3609,2,0,6,0,0,0,0,0,0,'Deathclasp-Paralyzing Poison'),(12340,12340,15200,4,0,0,1,0,28,17165,8,0,6,0,0,0,0,0,0,'Twilight Keeper Mayna-Mind Flay'),(12340,12340,15200,4,0,0,1,0,24,15654,8,0,6,0,0,0,0,0,0,'Twilight Keeper Mayna-Shadow Word: Pain'),(12340,12340,15200,4,0,0,1,0,18,22884,5,0,4,0,0,0,0,0,0,'Twilight Keeper Mayna-Psychic Scream'),(12340,12340,15202,4,0,0,1,0,32,19816,8,0,6,0,0,0,0,0,0,'Vyral the Vile-Fireball'),(12340,12340,15202,4,0,0,1,0,30,17439,8,0,6,0,0,0,0,0,0,'Vyral the Vile-Shadow Shock'),(12340,12340,15203,4,0,0,1,0,30,2549,7,0,4,0,0,0,0,0,0,'Prince Skaldrenox-Seasoned Wolf Kabob'),(12340,12340,15203,4,0,0,1,0,27,15284,8,0,6,0,0,0,0,0,0,'Prince Skaldrenox-Cleave'),(12340,12340,15203,4,0,0,1,0,23,25050,11,0,6,0,0,0,0,0,0,'Prince Skaldrenox-Mark of Flames'),(12340,12340,15204,4,0,0,1,0,25,25060,7,0,3,0,0,0,0,0,0,'High Marshal Whirlaxis-Updraft'),(12340,12340,15204,4,0,0,1,0,34,20627,8,0,6,0,0,0,0,0,0,'High Marshal Whirlaxis-Lightning Breath'),(12340,12340,15204,4,0,0,1,0,21,25020,10,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis-Lightning Shield'),(12340,12340,15205,4,0,0,1,0,23,25056,7,0,4,0,0,0,0,0,0,'Baron Kazum-Stomp'),(12340,12340,15205,4,0,0,1,0,28,17547,8,0,6,0,0,0,0,0,0,'Baron Kazum-Mortal Strike'),(12340,12340,15206,4,0,0,1,0,30,22424,7,0,4,0,0,0,0,0,0,'The Duke of Cynders-Blast Wave'),(12340,12340,15206,4,0,0,1,0,30,18399,7,0,3,0,0,0,0,0,0,'The Duke of Cynders-Flamestrike'),(12340,12340,15206,4,0,0,1,0,34,25028,8,0,6,0,0,0,0,0,0,'The Duke of Cynders-Fire Blast'),(12340,12340,15207,4,0,0,1,0,28,3391,8,0,6,0,0,0,0,0,0,'The Duke of Fathoms-Thrash'),(12340,12340,15207,4,0,0,1,0,24,18670,8,0,6,0,0,0,0,0,0,'The Duke of Fathoms-Knock Away'),(12340,12340,15207,4,0,0,1,0,24,16790,8,0,6,0,0,0,0,0,0,'The Duke of Fathoms-Knockdown'),(12340,12340,15208,4,0,0,1,0,28,13446,8,0,6,0,0,0,0,0,0,'The Duke of Shards-Strike'),(12340,12340,15208,4,0,0,1,0,25,6524,7,0,4,0,0,0,0,0,0,'The Duke of Shards-Ground Tremor'),(12340,12340,15208,4,0,0,1,0,23,8078,7,0,4,0,0,0,0,0,0,'The Duke of Shards-Thunderclap'),(12340,12340,15209,4,0,0,1,0,23,11989,7,0,4,0,0,0,0,0,0,'Crimson Templar-Fireball Volley'),(12340,12340,15209,4,0,0,1,0,29,16536,8,0,6,0,0,0,0,0,0,'Crimson Templar-Flame Buffet'),(12340,12340,15211,4,0,0,1,0,23,14907,7,0,4,0,0,0,0,0,0,'Azure Templar-Frost Nova'),(12340,12340,15211,4,0,0,1,0,28,12548,8,0,6,0,0,0,0,0,0,'Azure Templar-Frost Shock'),(12340,12340,15212,4,0,0,1,0,21,19514,10,0,0,0,0,0,0,0,0,'Hoary Templar-Lightning Shield'),(12340,12340,15213,4,0,0,1,0,29,12058,8,0,6,0,0,0,0,0,0,'Twilight Overlord-Chain Lightning'),(12340,12340,15213,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Twilight Overlord-Frost Nova'),(12340,12340,15213,4,0,0,1,0,32,9672,8,0,6,0,0,0,0,0,0,'Twilight Overlord-Frostbolt'),(12340,12340,15213,4,0,0,1,0,29,13339,8,0,6,0,0,0,0,0,0,'Twilight Overlord-Fire Blast'),(12340,12340,15220,4,0,0,1,0,30,25034,7,0,3,0,0,0,0,0,0,'The Duke of Zephyrs-Forked Lightning'),(12340,12340,15220,4,0,0,1,0,30,12882,7,0,3,0,0,0,0,0,0,'The Duke of Zephyrs-Wing Flap'),(12340,12340,15220,4,0,0,1,0,26,44417,7,0,3,0,0,0,0,0,0,'The Duke of Zephyrs-Lightning Cloud'),(12340,12340,15220,4,0,0,1,0,22,15535,11,0,6,0,0,0,0,0,0,'The Duke of Zephyrs-Enveloping Winds'),(12340,12340,15260,4,0,0,1,0,32,24957,8,0,6,0,0,0,0,0,0,'Demented Druid Spirit-Moonfire'),(12340,12340,15260,4,0,0,1,0,17,6726,8,0,6,0,0,0,0,0,0,'Demented Druid Spirit-Silence'),(12340,12340,15273,4,0,0,1,0,35,37361,8,0,6,0,0,0,0,0,0,'Arcane Wraith-Arcane Bolt'),(12340,12340,15274,4,0,0,1,0,35,25046,7,0,4,0,0,0,0,0,0,'Mana Wyrm-Arcane Torrent'),(12340,12340,15274,4,0,0,1,0,15,25602,11,0,6,0,0,0,0,0,0,'Mana Wyrm-Faerie Fire'),(12340,12340,15286,4,0,0,1,0,24,19471,8,0,6,0,0,0,0,0,0,'Xil\'xix-Berserker Charge'),(12340,12340,15288,4,0,0,1,0,25,16636,8,0,6,0,0,0,0,0,0,'Aluntir-Berserker Charge'),(12340,12340,15290,4,0,0,1,0,23,19471,8,0,6,0,0,0,0,0,0,'Arakis-Berserker Charge'),(12340,12340,15294,4,0,0,1,0,15,31325,3,0,0,0,0,0,0,0,0,'Feral Tender-Renew'),(12340,12340,15298,4,0,0,1,0,12,25603,11,0,6,0,0,0,0,0,0,'Tainted Arcane Wraith-Slow'),(12340,12340,15304,4,0,0,1,0,100,10494,8,0,6,0,0,0,0,0,0,'Ancient Mana Spring Totem-Mana Spring'),(12340,12340,15305,4,0,0,1,0,31,25053,7,0,4,0,0,0,0,0,0,'Lord Skwol-Venom Spit'),(12340,12340,15305,4,0,0,1,0,34,3391,7,0,4,0,0,0,0,0,0,'Lord Skwol-Thrash'),(12340,12340,15307,4,0,0,1,0,24,18813,8,0,6,0,0,0,0,0,0,'Earthen Templar-Knock Away'),(12340,12340,15307,4,0,0,1,0,21,22127,8,0,6,0,0,0,0,0,0,'Earthen Templar-Entangling Roots'),(12340,12340,15308,4,0,0,1,0,29,12058,8,0,6,0,0,0,0,0,0,'Twilight Prophet-Chain Lightning'),(12340,12340,15308,4,0,0,1,0,26,11831,7,0,4,0,0,0,0,0,0,'Twilight Prophet-Frost Nova'),(12340,12340,15308,4,0,0,1,0,26,17366,7,0,4,0,0,0,0,0,0,'Twilight Prophet-Fire Nova'),(12340,12340,15308,4,0,0,1,0,23,22884,5,0,4,0,0,0,0,0,0,'Twilight Prophet-Psychic Scream'),(12340,12340,15367,4,0,0,1,0,20,16568,8,0,6,0,0,0,0,0,0,'Felendren the Banished-Mind Flay'),(12340,12340,15407,4,0,0,1,0,20,15496,8,0,6,0,0,0,0,0,0,'Chieftain Zul\'Marosh-Cleave'),(12340,12340,15407,4,0,0,1,15,10,11971,11,0,6,0,0,0,0,0,0,'Chieftain Zul\'Marosh-Sunder Armor'),(12340,12340,15408,4,0,0,1,0,15,3148,11,0,6,0,0,0,0,0,0,'Spearcrafter Otembe-Head Crack'),(12340,12340,15409,4,0,0,1,0,10,11442,11,0,6,0,0,0,0,0,0,'Old Whitebark-Withered Touch'),(12340,12340,15430,4,0,0,1,0,25,40132,8,0,6,0,0,0,0,0,0,'Earth Elemental Totem-Summon Earth Elemental'),(12340,12340,15440,4,0,0,1,0,25,3815,8,0,6,0,0,0,0,0,0,'Captain Blackanvil-Poison Cloud'),(12340,12340,15444,4,0,0,1,0,28,15791,8,0,6,0,0,0,0,0,0,'Arcanist Nozzlespring-Arcane Missiles'),(12340,12340,15444,4,0,0,1,0,33,13375,8,0,6,0,0,0,0,0,0,'Arcanist Nozzlespring-Fireball'),(12340,12340,15447,4,0,0,1,0,25,2895,8,0,6,0,0,0,0,0,0,'Wrath of Air Totem-Wrath of Air Totem'),(12340,12340,15449,4,0,0,1,0,25,25262,8,0,6,0,0,0,0,0,0,'Hive\'Zora Abomination-Abomination Spit'),(12340,12340,15449,4,0,0,1,0,25,25198,7,0,3,0,0,0,0,0,0,'Hive\'Zora Abomination-Poison Cloud'),(12340,12340,15449,4,0,0,1,0,23,25260,5,0,6,0,0,0,0,0,0,'Hive\'Zora Abomination-Wings of Despair'),(12340,12340,15464,4,0,0,1,0,100,25362,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem V-Strength of Earth'),(12340,12340,15479,4,0,0,1,0,25,25527,8,0,6,0,0,0,0,0,0,'Strength of Earth Totem VI-Strength of Earth'),(12340,12340,15482,4,0,0,1,0,25,25535,8,0,6,0,0,0,0,0,0,'Fire Nova Totem VI-Fire Nova'),(12340,12340,15483,4,0,0,1,0,25,25537,8,0,6,0,0,0,0,0,0,'Fire Nova Totem VII-Fire Nova'),(12340,12340,15486,4,0,0,1,0,25,25559,8,0,6,0,0,0,0,0,0,'Frost Resistance Totem IV-Frost Resistance'),(12340,12340,15487,4,0,0,1,0,25,25562,8,0,6,0,0,0,0,0,0,'Fire Resistance Totem IV-Fire Resistance'),(12340,12340,15489,4,0,0,1,0,25,25569,8,0,6,0,0,0,0,0,0,'Mana Spring Totem V-Mana Spring'),(12340,12340,15490,4,0,0,1,0,25,25573,8,0,6,0,0,0,0,0,0,'Nature Resistance Totem IV-Nature Resistance'),(12340,12340,15491,4,0,0,1,0,27,24839,7,0,3,0,0,0,0,0,0,'Eranikus, Tyrant of the Dream-Acid Breath'),(12340,12340,15491,4,0,0,1,0,27,25586,7,0,4,0,0,0,0,0,0,'Eranikus, Tyrant of the Dream-Shadow Bolt Volley'),(12340,12340,15491,4,0,0,1,0,24,24818,8,0,6,0,0,0,0,0,0,'Eranikus, Tyrant of the Dream-Noxious Breath'),(12340,12340,15541,4,0,0,1,0,20,23600,11,0,4,0,0,0,0,0,0,'Twilight Marauder Morna-Piercing Howl'),(12340,12340,15541,4,0,0,1,0,26,16856,8,0,6,0,0,0,0,0,0,'Twilight Marauder Morna-Mortal Strike'),(12340,12340,15541,4,0,0,1,0,28,15572,11,0,6,0,0,0,0,0,0,'Twilight Marauder Morna-Sunder Armor'),(12340,12340,15542,4,0,0,1,0,24,22911,8,0,6,0,0,0,0,0,0,'Twilight Marauder-Charge'),(12340,12340,15542,4,0,0,1,0,20,23600,11,0,4,0,0,0,0,0,0,'Twilight Marauder-Piercing Howl'),(12340,12340,15542,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Twilight Marauder-Enrage'),(12340,12340,15552,4,0,0,1,0,24,25774,7,0,4,0,0,0,0,0,0,'Doctor Weavil-Mind Shatter'),(12340,12340,15571,4,0,0,1,0,21,25744,8,0,6,0,0,0,0,0,0,'Maws-Rampage'),(12340,12340,15571,4,0,0,1,0,27,25743,7,0,4,0,0,0,0,0,0,'Maws-Dark Water'),(12340,12340,15571,4,0,0,1,0,14,19812,11,0,6,0,0,0,0,0,0,'Maws-Enrage'),(12340,12340,15607,4,0,0,1,0,100,15530,8,0,6,0,0,0,0,0,0,'Elder Farwhisper-Frostbolt'),(12340,12340,15607,4,0,0,1,0,100,15531,8,0,6,0,0,0,0,0,0,'Elder Farwhisper-Frost Nova'),(12340,12340,15607,4,0,0,1,0,100,16458,8,0,6,0,0,0,0,0,0,'Elder Farwhisper-Ghoul Plague'),(12340,12340,15608,4,0,0,1,0,25,38151,8,0,6,0,0,0,0,0,0,'Medivh-Mana Shield'),(12340,12340,15613,4,0,0,1,0,21,15507,10,0,0,0,0,0,0,0,0,'Merok Longstride-Lightning Shield'),(12340,12340,15613,4,0,0,1,0,24,15982,3,0,0,0,0,0,0,0,0,'Merok Longstride-Healing Wave'),(12340,12340,15613,4,0,0,1,0,27,15616,8,0,6,0,0,0,0,0,0,'Merok Longstride-Flame Shock'),(12340,12340,15615,4,0,0,1,0,32,17194,8,0,6,0,0,0,0,0,0,'Shadow Priestess Shai-Mind Blast'),(12340,12340,15615,4,0,0,1,0,26,17146,8,0,6,0,0,0,0,0,0,'Shadow Priestess Shai-Shadow Word: Pain'),(12340,12340,15615,4,0,0,1,0,24,17138,3,0,0,0,0,0,0,0,0,'Shadow Priestess Shai-Flash Heal'),(12340,12340,15617,4,0,0,1,0,27,10277,8,0,6,0,0,0,0,0,0,'Orgrimmar Legion Axe Thrower-Throw'),(12340,12340,15620,4,0,0,1,0,23,25821,8,0,6,0,0,0,0,0,0,'Hive\'Regal Hunter-Killer-Charge'),(12340,12340,15620,4,0,0,1,0,27,40504,8,0,6,0,0,0,0,0,0,'Hive\'Regal Hunter-Killer-Cleave'),(12340,12340,15620,4,0,0,1,0,27,25815,5,0,6,0,0,0,0,0,0,'Hive\'Regal Hunter-Killer-Frightening Shriek'),(12340,12340,15620,4,0,0,1,0,27,15588,7,0,4,0,0,0,0,0,0,'Hive\'Regal Hunter-Killer-Thunderclap'),(12340,12340,15623,4,0,0,1,0,27,16046,7,0,4,0,0,0,0,0,0,'Xandivious-Blast Wave'),(12340,12340,15623,4,0,0,1,0,32,11639,8,0,6,0,0,0,0,0,0,'Xandivious-Shadow Word: Pain'),(12340,12340,15623,4,0,0,1,0,24,11980,6,0,6,0,0,0,0,0,0,'Xandivious-Curse of Weakness'),(12340,12340,15623,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Xandivious-Enrage'),(12340,12340,15625,4,0,1,1,0,0,19482,8,0,0,0,0,0,0,0,0,'Twilight Corrupter-War Stomp'),(12340,12340,15625,4,0,1,1,0,0,10894,8,0,6,0,0,0,0,0,0,'Twilight Corrupter-Shadow Word: Pain'),(12340,12340,15625,4,0,1,1,0,0,12826,9,0,6,0,0,0,0,0,0,'Twilight Corrupter-Polymorph'),(12340,12340,15625,4,0,1,1,0,0,11556,10,0,0,0,0,0,0,0,0,'Twilight Corrupter-Demoralizing Shout'),(12340,12340,15625,4,0,1,1,0,0,10308,3,0,6,0,0,0,0,0,0,'Twilight Corrupter-Hammer of Justice'),(12340,12340,15625,4,0,1,1,0,0,10187,8,0,0,0,0,0,0,0,0,'Twilight Corrupter-Blizzard'),(12340,12340,15625,4,0,1,1,0,0,25806,0,0,6,0,0,0,0,0,0,'Twilight Corrupter-Creature of Nightmare'),(12340,12340,15625,4,0,1,1,0,1,25771,10,0,6,0,0,0,0,0,0,'Twilight Corrupter-Forbearance'),(12340,12340,15625,4,0,1,1,0,49,25805,10,0,6,0,0,0,0,0,0,'Twilight Corrupter-Soul Corruption'),(12340,12340,15637,4,0,0,1,0,25,13584,8,0,6,0,0,0,0,0,0,'Withered Green Keeper-Strike'),(12340,12340,15641,4,0,0,1,0,60,10277,8,0,6,0,0,0,0,0,0,'Amani Axe Thrower-Throw'),(12340,12340,15642,4,0,0,1,0,15,11639,11,0,6,0,0,0,0,0,0,'Amani Shadowpriest-Shadow Word: Pain'),(12340,12340,15643,4,0,0,1,1,5,8599,10,0,0,0,0,0,0,0,0,'Amani Berserker-Enrage'),(12340,12340,15645,4,0,0,1,0,20,29098,8,0,6,0,0,0,0,0,0,'Wretched Thug-Bitter Withdrawal'),(12340,12340,15647,4,0,0,1,0,35,15798,8,0,6,0,0,0,0,0,0,'Mana Stalker-Moonfire'),(12340,12340,15648,4,0,0,1,0,15,25602,11,0,6,0,0,0,0,0,0,'Manawraith-Faerie Fire'),(12340,12340,15648,4,0,0,1,0,20,29109,7,0,4,0,0,0,0,0,0,'Manawraith-Arcane Residue'),(12340,12340,15649,4,0,0,1,0,100,34889,8,0,6,0,0,0,0,0,0,'Feral Dragonhawk Hatchling-Fire Breath'),(12340,12340,15654,4,0,0,1,0,30,11976,8,0,6,0,0,0,0,0,0,'Plaguebone Pillager-Strike'),(12340,12340,15656,4,0,0,1,0,5,8599,10,0,0,0,0,0,0,0,0,'Angershade-Enrage'),(12340,12340,15657,4,0,0,1,1,5,8599,10,0,0,0,0,0,0,0,0,'Darkwraith-Enrage'),(12340,12340,15658,4,0,0,1,0,20,3234,8,0,6,0,0,0,0,0,0,'Rotlimb Marauder-Disease Touch'),(12340,12340,15668,4,0,0,1,0,15,26661,4,0,6,0,0,0,0,0,0,'Grimscale Murloc-Fear'),(12340,12340,15669,4,0,0,1,0,10,17137,3,0,0,0,0,0,0,0,0,'Grimscale Oracle-Flash Heal'),(12340,12340,15670,4,0,0,1,0,10,7365,11,0,6,0,0,0,0,0,0,'Grimscale Forager-Bottle of Poison'),(12340,12340,15685,4,0,0,1,0,24,6713,11,0,6,0,0,0,0,0,0,'Southsea Kidnapper-Disarm'),(12340,12340,15692,4,0,1,1,0,15,11572,8,0,6,0,0,0,0,0,0,'Dark Iron Kidnapper-Rend'),(12340,12340,15692,4,0,1,1,0,2,6533,1,0,6,0,0,0,0,0,0,'Dark Iron Kidnapper-Net'),(12340,12340,15741,4,0,0,1,0,25,26167,8,0,6,0,0,0,0,0,0,'Colossus of Regal-Colossal Smash'),(12340,12340,15742,4,0,0,1,0,25,26167,8,0,6,0,0,0,0,0,0,'Colossus of Ashi-Colossal Smash'),(12340,12340,15743,4,0,0,1,0,28,19632,8,0,6,0,0,0,0,0,0,'Colossal Anubisath Warbringer-Cleave'),(12340,12340,15760,4,0,1,1,0,25,2070,1,0,6,0,0,0,0,0,0,'Winter Reveler-Sap'),(12340,12340,15760,4,0,1,1,0,25,865,8,0,0,0,0,0,0,0,0,'Winter Reveler-Frost Nova'),(12340,12340,15760,4,0,1,1,0,25,8401,8,0,6,0,0,0,0,0,0,'Winter Reveler-Fireball'),(12340,12340,15937,4,0,0,1,0,20,12058,8,0,6,0,0,0,0,0,0,'Mmmrrrggglll-Chain Lightning'),(12340,12340,15937,4,0,0,1,0,10,12491,3,0,0,0,0,0,0,0,0,'Mmmrrrggglll-Healing Wave'),(12340,12340,15937,4,0,0,1,0,15,21030,8,0,6,0,0,0,0,0,0,'Mmmrrrggglll-Frost Shock'),(12340,12340,15950,4,0,0,1,0,45,20802,8,0,6,0,0,0,0,0,0,'Grimscale Seer-Lightning Bolt'),(12340,12340,15965,4,0,0,1,0,15,13860,8,0,6,0,0,0,0,0,0,'Duskwither Apprentice-Mind Blast'),(12340,12340,15966,4,0,0,1,0,25,25602,11,0,6,0,0,0,0,0,0,'Mana Serpent-Faerie Fire'),(12340,12340,15974,4,0,0,1,0,100,745,8,0,6,0,0,0,0,0,0,'Dread Creeper-Web'),(12340,12340,15974,4,0,0,1,0,100,744,8,0,6,0,0,0,0,0,0,'Dread Creeper-Poison'),(12340,12340,15974,4,0,0,1,0,100,6751,8,0,6,0,0,0,0,0,0,'Dread Creeper-Weak Poison'),(12340,12340,16043,4,0,0,1,0,29,23114,8,0,6,0,0,0,0,0,0,'Magma Lord Bokk-Earth Shock'),(12340,12340,16043,4,0,0,1,0,26,6524,7,0,4,0,0,0,0,0,0,'Magma Lord Bokk-Ground Tremor'),(12340,12340,16043,4,0,0,1,0,26,10101,8,0,6,0,0,0,0,0,0,'Magma Lord Bokk-Knock Away'),(12340,12340,16072,4,0,0,1,0,28,17207,8,0,6,0,0,0,0,0,0,'Tidelord Rrurgaz-Whirlwind'),(12340,12340,16072,4,0,0,1,0,25,15588,7,0,4,0,0,0,0,0,0,'Tidelord Rrurgaz-Thunderclap'),(12340,12340,16072,4,0,0,1,0,20,16244,11,0,4,0,0,0,0,0,0,'Tidelord Rrurgaz-Demoralizing Shout'),(12340,12340,16072,4,0,0,1,0,21,16509,8,0,6,0,0,0,0,0,0,'Tidelord Rrurgaz-Rend'),(12340,12340,16116,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Archmage Angela Dosantos-Frostbolt'),(12340,12340,16116,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Archmage Angela Dosantos-Fireball'),(12340,12340,16117,4,0,0,1,0,19,3385,10,0,0,0,0,0,0,0,0,'Plagued Swine-Boar Charge'),(12340,12340,16143,4,0,0,1,0,22,12542,4,0,6,0,0,0,0,0,0,'Shadow of Doom-Fear'),(12340,12340,16143,4,0,0,1,0,28,16568,8,0,6,0,0,0,0,0,0,'Shadow of Doom-Mind Flay'),(12340,12340,16162,4,0,0,1,0,30,14873,8,0,6,0,0,0,0,0,0,'Wretched Hooligan-Sinister Strike'),(12340,12340,16162,4,0,0,1,0,20,29098,8,0,6,0,0,0,0,0,0,'Wretched Hooligan-Bitter Withdrawal'),(12340,12340,16170,4,0,0,1,0,100,29291,8,0,6,0,0,0,0,0,0,'Coldmist Stalker-Chilling Poison'),(12340,12340,16184,4,0,0,1,0,20,15471,1,0,6,0,0,0,0,0,0,'Nerubian Overseer-Enveloping Web'),(12340,12340,16184,4,0,0,1,0,22,12420,9,0,3,0,0,0,0,0,0,'Nerubian Overseer-Summon Skeletal Servant'),(12340,12340,16245,4,0,0,1,0,26,13444,11,0,6,0,0,0,0,0,0,'Luzran-Sunder Armor'),(12340,12340,16245,4,0,0,1,0,24,31389,8,0,6,0,0,0,0,0,0,'Luzran-Knock Away'),(12340,12340,16245,4,0,0,1,0,27,40504,7,0,3,0,0,0,0,0,0,'Luzran-Cleave'),(12340,12340,16246,4,0,0,1,0,31,3396,8,0,6,0,0,0,0,0,0,'Knucklerot-Corrosive Poison'),(12340,12340,16246,4,0,0,1,0,24,8014,11,0,6,0,0,0,0,0,0,'Knucklerot-Tetanus'),(12340,12340,16247,4,0,0,1,0,23,3148,11,0,6,0,0,0,0,0,0,'Borgoth the Bloodletter-Head Crack'),(12340,12340,16247,4,0,0,1,0,34,13445,8,0,6,0,0,0,0,0,0,'Borgoth the Bloodletter-Rend'),(12340,12340,16248,4,0,0,1,0,34,11639,8,0,6,0,0,0,0,0,0,'Jurion the Deceiver-Shadow Word: Pain'),(12340,12340,16249,4,0,0,1,0,32,20792,8,0,6,0,0,0,0,0,0,'Masophet the Black-Frostbolt'),(12340,12340,16249,4,0,0,1,0,27,16568,8,0,6,0,0,0,0,0,0,'Masophet the Black-Mind Flay'),(12340,12340,16250,4,0,0,1,0,27,11972,8,0,6,0,0,0,0,0,0,'Mirdoran the Fallen-Shield Bash'),(12340,12340,16250,4,0,0,1,0,31,11971,11,0,6,0,0,0,0,0,0,'Mirdoran the Fallen-Sunder Armor'),(12340,12340,16292,4,0,0,1,0,33,9672,8,0,6,0,0,0,0,0,0,'Aquantion-Frostbolt'),(12340,12340,16294,4,0,0,1,0,80,9053,8,0,6,0,0,0,0,0,0,'Aldaron the Reckless-Fireball'),(12340,12340,16300,4,0,0,1,0,26,6951,11,0,6,0,0,0,0,0,0,'Risen Creeper-Decayed Strength'),(12340,12340,16301,4,0,0,1,0,29,6958,8,0,6,0,0,0,0,0,0,'Risen Hungerer-Blood Leech'),(12340,12340,16302,4,0,0,1,0,24,8282,6,0,6,0,0,0,0,0,0,'Risen Stalker-Curse of Blood'),(12340,12340,16303,4,0,0,1,0,33,11976,8,0,6,0,0,0,0,0,0,'Dreadbone Skeleton-Strike'),(12340,12340,16304,4,0,0,1,0,28,29054,8,0,6,0,0,0,0,0,0,'Arcane Devourer-Devour Mana'),(12340,12340,16305,4,0,0,1,0,27,11972,8,0,6,0,0,0,0,0,0,'Dreadbone Sentinel-Shield Bash'),(12340,12340,16305,4,0,0,1,0,31,11971,11,0,6,0,0,0,0,0,0,'Dreadbone Sentinel-Sunder Armor'),(12340,12340,16307,4,0,0,1,0,33,20793,8,0,6,0,0,0,0,0,0,'Deathcage Scryer-Fireball'),(12340,12340,16308,4,0,0,1,0,33,20792,8,0,6,0,0,0,0,0,0,'Deathcage Sorcerer-Frostbolt'),(12340,12340,16308,4,0,0,1,0,24,12748,7,0,4,0,0,0,0,0,0,'Deathcage Sorcerer-Frost Nova'),(12340,12340,16309,4,0,0,1,0,7,8599,10,0,0,0,0,0,0,0,0,'Gangled Cannibal-Enrage'),(12340,12340,16310,4,0,0,1,0,31,29106,7,0,4,0,0,0,0,0,0,'Mana Shifter-Arcane Explosion'),(12340,12340,16310,4,0,0,1,0,24,29058,8,0,6,0,0,0,0,0,0,'Mana Shifter-Drain Mana'),(12340,12340,16311,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Phantasmal Watcher-Shadow Bolt'),(12340,12340,16313,4,0,0,1,0,32,13584,8,0,6,0,0,0,0,0,0,'Nerubis Guard-Strike'),(12340,12340,16313,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Nerubis Guard-Poison'),(12340,12340,16313,4,0,0,1,0,28,28887,11,0,6,0,0,0,0,0,0,'Nerubis Guard-Wither Strike'),(12340,12340,16314,4,0,0,1,0,33,28993,8,0,6,0,0,0,0,0,0,'Fallen Ranger-Banshee Wail'),(12340,12340,16315,4,0,0,1,0,34,11639,8,0,6,0,0,0,0,0,0,'Deatholme Acolyte-Shadow Word: Pain'),(12340,12340,16315,4,0,0,1,0,24,20798,10,0,0,0,0,0,0,0,0,'Deatholme Acolyte-Demon Skin'),(12340,12340,16316,4,0,0,1,0,21,5810,10,0,0,0,0,0,0,0,0,'Stonewing Tracker-Stone Skin'),(12340,12340,16317,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Deatholme Necromancer-Shadow Bolt'),(12340,12340,16317,4,0,0,1,0,18,29066,9,0,3,0,0,0,0,0,0,'Deatholme Necromancer-Summon Dreadbone Skeleton'),(12340,12340,16318,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Deatholme Darkmage-Shadow Bolt'),(12340,12340,16318,4,0,0,1,0,22,18267,6,0,6,0,0,0,0,0,0,'Deatholme Darkmage-Curse of Weakness'),(12340,12340,16320,4,0,0,1,0,22,14868,6,0,6,0,0,0,0,0,0,'Eye of Dar\'Khan-Curse of Agony'),(12340,12340,16320,4,0,0,1,0,21,8140,11,0,6,0,0,0,0,0,0,'Eye of Dar\'Khan-Befuddlement'),(12340,12340,16321,4,0,0,1,0,24,7713,11,0,4,0,0,0,0,0,0,'Wailer-Wailing Dead'),(12340,12340,16322,4,0,0,1,0,16,8016,11,0,6,0,0,0,0,0,0,'Gangled Flesheater-Spirit Decay'),(12340,12340,16323,4,0,0,1,0,30,13860,8,0,6,0,0,0,0,0,0,'Phantasmal Seeker-Mind Blast'),(12340,12340,16323,4,0,0,1,0,24,30900,11,0,6,0,0,0,0,0,0,'Phantasmal Seeker-Curse of Impotence'),(12340,12340,16324,4,0,0,1,0,24,3147,8,0,6,0,0,0,0,0,0,'Stonewing Slayer-Rend Flesh'),(12340,12340,16325,4,0,0,1,0,17,31379,10,0,0,0,0,0,0,0,0,'Quel\'dorei Ghost-Evasion'),(12340,12340,16326,4,0,0,1,0,17,31379,10,0,0,0,0,0,0,0,0,'Quel\'dorei Wraith-Evasion'),(12340,12340,16327,4,0,0,1,0,24,7140,11,0,6,0,0,0,0,0,0,'Ravening Apparition-Expose Weakness'),(12340,12340,16328,4,0,0,1,0,7,8599,10,0,0,0,0,0,0,0,0,'Vengeful Apparition-Enrage'),(12340,12340,16329,4,0,0,1,0,33,20791,8,0,6,0,0,0,0,0,0,'Dar\'Khan Drathir-Shadow Bolt'),(12340,12340,16329,4,0,0,1,0,22,21068,8,0,6,0,0,0,0,0,0,'Dar\'Khan Drathir-Corruption'),(12340,12340,16329,4,0,0,1,0,19,38660,4,0,6,0,0,0,0,0,0,'Dar\'Khan Drathir-Fear'),(12340,12340,16330,4,0,0,1,0,33,14873,8,0,6,0,0,0,0,0,0,'Sentinel Spy-Sinister Strike'),(12340,12340,16330,4,0,0,1,0,25,7159,8,0,6,0,0,0,0,0,0,'Sentinel Spy-Backstab'),(12340,12340,16331,4,0,0,1,0,23,25602,11,0,6,0,0,0,0,0,0,'Darnassian Druid-Faerie Fire'),(12340,12340,16331,4,0,0,1,0,25,11431,2,0,0,0,0,0,0,0,0,'Darnassian Druid-Healing Touch'),(12340,12340,16332,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Darnassian Huntress-Shoot'),(12340,12340,16332,4,0,0,1,0,31,11976,8,0,6,0,0,0,0,0,0,'Darnassian Huntress-Strike'),(12340,12340,16333,4,0,0,1,0,25,7159,8,0,6,0,0,0,0,0,0,'Sentinel Infiltrator-Backstab'),(12340,12340,16333,4,0,0,1,0,27,12540,8,0,6,0,0,0,0,0,0,'Sentinel Infiltrator-Gouge'),(12340,12340,16335,4,0,0,1,0,23,6016,11,0,6,0,0,0,0,0,0,'Blackpaw Scavenger-Pierce Armor'),(12340,12340,16337,4,0,0,1,0,34,20802,8,0,6,0,0,0,0,0,0,'Blackpaw Shaman-Lightning Bolt'),(12340,12340,16337,4,0,0,1,0,16,28902,10,0,0,0,0,0,0,0,0,'Blackpaw Shaman-Bloodlust'),(12340,12340,16339,4,0,0,1,0,26,31390,8,0,6,0,0,0,0,0,0,'Arcane Reaver-Knockdown'),(12340,12340,16340,4,0,0,1,0,33,12555,8,0,6,0,0,0,0,0,0,'Shadowpine Ripper-Pummel'),(12340,12340,16341,4,0,0,1,0,21,12550,10,0,0,0,0,0,0,0,0,'Shadowpine Witch-Lightning Shield'),(12340,12340,16343,4,0,0,1,0,26,7154,2,0,0,0,0,0,0,0,0,'Shadowpine Oracle-Dark Offering'),(12340,12340,16344,4,0,0,1,0,33,10277,8,0,6,0,0,0,0,0,0,'Shadowpine Headhunter-Throw'),(12340,12340,16345,4,0,0,1,0,17,28902,10,0,0,0,0,0,0,0,0,'Shadowpine Catlord-Bloodlust'),(12340,12340,16345,4,0,0,1,0,19,28904,9,0,3,0,0,0,0,0,0,'Shadowpine Catlord-Summon Ghostclaw Lynx'),(12340,12340,16346,4,0,0,1,0,24,29044,11,0,6,0,0,0,0,0,0,'Shadowpine Hexxer-Hex'),(12340,12340,16346,4,0,0,1,0,21,17201,10,0,0,0,0,0,0,0,0,'Shadowpine Hexxer-Dispel Magic'),(12340,12340,16349,4,0,0,1,0,28,6595,8,0,6,0,0,0,0,0,0,'Ghostclaw Ravager-Exploit Weakness'),(12340,12340,16350,4,0,0,1,0,27,11918,8,0,6,0,0,0,0,0,0,'Spindleweb Spider-Poison'),(12340,12340,16351,4,0,0,1,0,27,11918,8,0,6,0,0,0,0,0,0,'Spindleweb Lurker-Poison'),(12340,12340,16352,4,0,0,1,0,27,11918,8,0,6,0,0,0,0,0,0,'Greater Spindleweb-Poison'),(12340,12340,16354,4,0,0,1,0,24,29363,8,0,6,0,0,0,0,0,0,'Vampiric Mistbat-Draining Touch'),(12340,12340,16355,4,0,0,1,0,31,3234,8,0,6,0,0,0,0,0,0,'Lesser Scourgebat-Disease Touch'),(12340,12340,16357,4,0,0,1,0,27,744,8,0,6,0,0,0,0,0,0,'Anok\'suten-Poison'),(12340,12340,16357,4,0,0,1,0,33,13584,8,0,6,0,0,0,0,0,0,'Anok\'suten-Strike'),(12340,12340,16357,4,0,0,1,0,23,28887,11,0,6,0,0,0,0,0,0,'Anok\'suten-Wither Strike'),(12340,12340,16358,4,0,0,1,0,33,20802,8,0,6,0,0,0,0,0,0,'Kel\'gash the Wicked-Lightning Bolt'),(12340,12340,16358,4,0,0,1,0,27,28900,8,0,6,0,0,0,0,0,0,'Kel\'gash the Wicked-Chain Lightning'),(12340,12340,16358,4,0,0,1,0,23,7289,11,0,6,0,0,0,0,0,0,'Kel\'gash the Wicked-Shrink'),(12340,12340,16381,4,0,0,1,0,100,10179,8,0,6,0,0,0,0,0,0,'Archmage Tarsis Kir-Moldir-Frostbolt'),(12340,12340,16381,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Archmage Tarsis Kir-Moldir-Fireball'),(12340,12340,16383,4,0,0,1,0,3,28314,8,0,6,0,0,0,0,0,0,'Flameshocker-Flameshocker\'s Touch'),(12340,12340,16383,4,0,0,1,0,100,28323,8,0,6,0,0,0,0,0,0,'Flameshocker-Flameshocker\'s Revenge'),(12340,12340,16403,4,0,0,1,0,33,10277,8,0,6,0,0,0,0,0,0,'Withered Grimscale-Throw'),(12340,12340,16403,4,0,0,1,0,24,7901,11,0,6,0,0,0,0,0,0,'Withered Grimscale-Decayed Agility'),(12340,12340,16427,4,0,0,1,0,100,28457,8,0,6,0,0,0,0,0,0,'Soldier of the Frozen Wastes-Dark Blast'),(12340,12340,16428,4,0,0,1,0,100,25646,8,0,6,0,0,0,0,0,0,'Unstoppable Abomination-Mortal Wound'),(12340,12340,16429,4,0,0,1,0,100,28459,8,0,6,0,0,0,0,0,0,'Soul Weaver-Wail of Souls'),(12340,12340,16441,4,0,0,1,0,100,28470,8,0,6,0,0,0,0,0,0,'Guardian of Icecrown-Blood Tap'),(12340,12340,16469,4,0,0,1,0,27,16568,8,0,6,0,0,0,0,0,0,'Shadowpine Shadowcaster-Mind Flay'),(12340,12340,16469,4,0,0,1,0,24,31394,11,0,6,0,0,0,0,0,0,'Shadowpine Shadowcaster-Mark of Shadow'),(12340,12340,16507,4,0,0,1,0,10,25212,8,0,6,0,0,0,0,0,0,'Shattered Hand Sentry-Hamstring'),(12340,12340,16519,4,0,0,1,0,19,7160,8,0,6,0,0,0,0,0,0,'Shadowy Executioner-Execute'),(12340,12340,16521,4,0,0,1,0,6,25602,11,0,6,0,0,0,0,0,0,'Blood Elf Scout-Faerie Fire'),(12340,12340,16522,4,0,0,1,0,40,9487,8,0,6,0,0,0,0,0,0,'Surveyor Candress-Fireball'),(12340,12340,16523,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Scatter Shot'),(12340,12340,16523,4,0,0,1,0,10,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Rain of Fire'),(12340,12340,16523,4,0,0,1,0,10,25225,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Sunder Armor'),(12340,12340,16523,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Incendiary Shot'),(12340,12340,16523,4,0,0,1,0,12,36054,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Deathblow'),(12340,12340,16523,4,0,0,1,0,10,26864,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Hemorrhage'),(12340,12340,16523,4,0,0,1,0,10,30330,8,0,6,0,0,0,0,0,0,'Shattered Hand Savage-Mortal Strike'),(12340,12340,16593,4,0,0,1,0,10,30584,8,0,6,0,0,0,0,0,0,'Shattered Hand Brawler-Fear'),(12340,12340,16593,4,0,0,1,0,9,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Brawler-Rain of Fire'),(12340,12340,16593,4,0,0,1,0,9,38768,8,0,6,0,0,0,0,0,0,'Shattered Hand Brawler-Kick'),(12340,12340,16593,4,0,0,1,0,10,10909,8,0,6,0,0,0,0,0,0,'Shattered Hand Brawler-Mind Vision'),(12340,12340,16593,4,0,0,1,0,8,36020,8,0,0,0,0,0,0,0,0,'Shattered Hand Brawler-Curse of the Shattered Hand'),(12340,12340,16699,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Fear'),(12340,12340,16699,4,0,0,1,0,10,40248,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Impaling Bolt'),(12340,12340,16699,4,0,0,1,0,8,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Rain of Fire'),(12340,12340,16699,4,0,0,1,0,20,25231,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Cleave'),(12340,12340,16699,4,0,0,1,0,10,26864,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Hemorrhage'),(12340,12340,16699,4,0,0,1,0,10,36054,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Deathblow'),(12340,12340,16699,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Shattered Hand Reaver-Curse of the Shattered Hand'),(12340,12340,16699,4,0,0,1,0,18,41388,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Uppercut'),(12340,12340,16699,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Incendiary Shot'),(12340,12340,16699,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Reaver-Scatter Shot'),(12340,12340,16700,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Shattered Hand Legionnaire-Curse of the Shattered Hand'),(12340,12340,16700,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Fear'),(12340,12340,16700,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Incendiary Shot'),(12340,12340,16700,4,0,0,1,0,8,6554,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Pummel'),(12340,12340,16700,4,0,0,1,0,12,26864,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Hemorrhage'),(12340,12340,16700,4,0,0,1,0,10,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Rain of Fire'),(12340,12340,16700,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Legionnaire-Scatter Shot'),(12340,12340,16704,4,0,0,1,0,10,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Sharpshooter-Rain of Fire'),(12340,12340,16704,4,0,0,1,0,10,40411,8,0,6,0,0,0,0,0,0,'Shattered Hand Sharpshooter-Viper\'s Sting'),(12340,12340,16704,4,0,0,1,0,30,29575,8,0,6,0,0,0,0,0,0,'Shattered Hand Sharpshooter-Shoot'),(12340,12340,16704,4,0,0,1,0,12,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Sharpshooter-Scatter Shot'),(12340,12340,16704,4,0,0,1,0,25,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Sharpshooter-Incendiary Shot'),(12340,12340,16769,4,0,0,1,0,19,33483,8,0,6,0,0,0,0,0,0,'Firewing Warlock-Mana Tap'),(12340,12340,16769,4,0,0,1,0,15,33390,11,0,4,0,0,0,0,0,0,'Firewing Warlock-Arcane Torrent'),(12340,12340,16769,4,0,0,1,0,29,11962,8,0,6,0,0,0,0,0,0,'Firewing Warlock-Immolate'),(12340,12340,16769,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Firewing Warlock-Shadow Bolt'),(12340,12340,16769,4,0,0,1,0,11,32932,10,0,0,0,0,0,0,0,0,'Firewing Warlock-Sun Shield'),(12340,12340,16772,4,0,0,1,0,32,8646,8,0,6,0,0,0,0,0,0,'Bonechewer Devastator-Snap Kick'),(12340,12340,16810,4,0,0,1,0,37,9613,8,0,6,0,0,0,0,0,0,'Bonechewer Backbreaker-Shadow Bolt'),(12340,12340,16810,4,0,0,1,0,23,16583,8,0,6,0,0,0,0,0,0,'Bonechewer Backbreaker-Shadow Shock'),(12340,12340,16810,4,0,0,1,0,11,6742,10,0,0,0,0,0,0,0,0,'Bonechewer Backbreaker-Bloodlust'),(12340,12340,16844,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Crust Burster-Poison'),(12340,12340,16844,4,0,0,1,0,17,32738,8,0,6,0,0,0,0,0,0,'Crust Burster-Bore'),(12340,12340,16857,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Marauding Crust Burster-Poison'),(12340,12340,16863,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Deranged Helboar-Enrage'),(12340,12340,16867,4,0,0,1,0,17,11976,8,0,6,0,0,0,0,0,0,'Shattered Hand Grunt-Strike'),(12340,12340,16867,4,0,0,1,0,17,11978,8,0,6,0,0,0,0,0,0,'Shattered Hand Grunt-Kick'),(12340,12340,16870,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Shattered Hand Captain-Toughen'),(12340,12340,16870,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Shattered Hand Captain-Cleave'),(12340,12340,16871,4,0,0,1,0,17,11976,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Grunt-Strike'),(12340,12340,16871,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bleeding Hollow Grunt-Enrage'),(12340,12340,16873,4,0,0,1,0,22,32062,9,0,4,0,0,0,0,0,0,'Bleeding Hollow Dark Shaman-Fire Nova Totem'),(12340,12340,16873,4,0,0,1,0,12,6742,10,0,0,0,0,0,0,0,0,'Bleeding Hollow Dark Shaman-Bloodlust'),(12340,12340,16873,4,0,0,1,0,12,12550,10,0,0,0,0,0,0,0,0,'Bleeding Hollow Dark Shaman-Lightning Shield'),(12340,12340,16876,4,0,0,1,0,17,34113,8,0,6,0,0,0,0,0,0,'Bonechewer Mutant-Bonechewer Bite'),(12340,12340,16876,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bonechewer Mutant-Enrage'),(12340,12340,16878,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Shattered Hand Berserker-Enrage'),(12340,12340,16878,4,0,0,1,0,17,35570,8,0,6,0,0,0,0,0,0,'Shattered Hand Berserker-Charge'),(12340,12340,16880,4,0,0,1,0,12,33909,10,0,0,0,0,0,0,0,0,'Hulking Helboar-Hulk'),(12340,12340,16901,4,0,0,1,0,14,32722,11,0,6,0,0,0,0,0,0,'Blistering Rot-Blistering Rot'),(12340,12340,16904,4,0,0,1,0,17,11976,8,0,6,0,0,0,0,0,0,'Unyielding Footman-Strike'),(12340,12340,16904,4,0,0,1,0,12,11972,8,0,6,0,0,0,0,0,0,'Unyielding Footman-Shield Bash'),(12340,12340,16905,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Unyielding Sorcerer-Fireball'),(12340,12340,16905,4,0,0,1,0,21,11829,7,0,4,0,0,0,0,0,0,'Unyielding Sorcerer-Flamestrike'),(12340,12340,16905,4,0,0,1,0,21,11831,7,0,4,0,0,0,0,0,0,'Unyielding Sorcerer-Frost Nova'),(12340,12340,16906,4,0,0,1,0,17,22911,8,0,6,0,0,0,0,0,0,'Unyielding Knight-Charge'),(12340,12340,16906,4,0,0,1,0,18,33910,3,0,0,0,0,0,0,0,0,'Unyielding Knight-Heal Other'),(12340,12340,16925,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Fear'),(12340,12340,16925,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Scatter Shot'),(12340,12340,16925,4,0,0,1,0,8,27212,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Rain of Fire'),(12340,12340,16925,4,0,0,1,0,20,25231,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Cleave'),(12340,12340,16925,4,0,0,1,0,18,41388,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Uppercut'),(12340,12340,16925,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Incendiary Shot'),(12340,12340,16925,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Bonechewer Raider-Curse of the Shattered Hand'),(12340,12340,16925,4,0,0,1,0,10,36054,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Deathblow'),(12340,12340,16925,4,0,0,1,0,10,26864,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Hemorrhage'),(12340,12340,16925,4,0,0,1,0,10,40248,8,0,6,0,0,0,0,0,0,'Bonechewer Raider-Impaling Bolt'),(12340,12340,16927,4,0,0,1,1,14,33896,10,0,0,0,0,0,0,0,0,'Stonescythe Whelp-Desperate Defense'),(12340,12340,16928,4,0,0,1,1,14,33896,10,0,0,0,0,0,0,0,0,'Stonescythe Ambusher-Desperate Defense'),(12340,12340,16929,4,0,0,1,1,14,33896,10,0,0,0,0,0,0,0,0,'Stonescythe Alpha-Desperate Defense'),(12340,12340,16929,4,0,0,1,0,23,33911,11,0,6,0,0,0,0,0,0,'Stonescythe Alpha-Tear Armor'),(12340,12340,16932,4,0,0,1,0,22,33781,8,0,6,0,0,0,0,0,0,'Razorfang Hatchling-Ravage'),(12340,12340,16933,4,0,0,1,0,23,3242,8,0,6,0,0,0,0,0,0,'Razorfang Ravager-Ravage'),(12340,12340,16934,4,0,0,1,0,19,33781,8,0,6,0,0,0,0,0,0,'Quillfang Ravager-Ravage'),(12340,12340,16934,4,0,0,1,0,18,33968,7,0,4,0,0,0,0,0,0,'Quillfang Ravager-Corrosive Mist'),(12340,12340,16937,4,0,0,1,0,16,32734,10,0,0,0,0,0,0,0,0,'Dreghood Geomancer-Earth Shield'),(12340,12340,16937,4,0,0,1,0,32,34083,8,0,6,0,0,0,0,0,0,'Dreghood Geomancer-Fireball'),(12340,12340,16938,4,0,0,1,0,12,31553,11,0,6,0,0,0,0,0,0,'Dreghood Brute-Hamstring'),(12340,12340,16939,4,0,0,1,0,9,34239,8,0,6,0,0,0,0,0,0,'Void Baron Galaxis-Absorb Life'),(12340,12340,16939,4,0,0,1,0,17,34236,9,0,4,0,0,0,0,0,0,'Void Baron Galaxis-Baron\'s Summons'),(12340,12340,16943,4,0,0,1,0,31,36225,7,0,4,0,0,0,0,0,0,'Cyber-Rage Forgelord-Chaos Nova'),(12340,12340,16943,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Cyber-Rage Forgelord-Enrage'),(12340,12340,16945,4,0,0,1,0,18,31705,0,0,6,0,0,0,0,0,0,'Mo\'arg Engineer-Magnetic Pull'),(12340,12340,16945,4,0,0,1,0,17,15976,8,0,6,0,0,0,0,0,0,'Mo\'arg Engineer-Puncture'),(12340,12340,16945,4,0,0,1,0,19,32005,8,0,6,0,0,0,0,0,0,'Mo\'arg Engineer-Thorium Drill'),(12340,12340,16946,4,0,0,1,0,27,32735,8,0,6,0,0,0,0,0,0,'Mo\'arg Forgefiend-Saw Blade'),(12340,12340,16946,4,0,0,1,0,19,36486,8,0,6,0,0,0,0,0,0,'Mo\'arg Forgefiend-Slime Spray'),(12340,12340,16947,4,0,0,1,0,12,32003,8,0,6,0,0,0,0,0,0,'Gan\'arg Servant-Power Burn'),(12340,12340,16948,4,0,0,1,0,34,40062,7,0,3,0,0,0,0,0,0,'Gan\'arg Engineer-Throw Dynamite'),(12340,12340,16949,4,0,0,1,0,26,36208,11,0,6,0,0,0,0,0,0,'Gan\'arg Mekgineer-Steal Weapon'),(12340,12340,16949,4,0,0,1,0,35,36825,8,0,6,0,0,0,0,0,0,'Gan\'arg Mekgineer-Drain Life'),(12340,12340,16950,4,0,0,1,0,27,11981,8,0,6,0,0,0,0,0,0,'Netherhound-Mana Burn'),(12340,12340,16951,4,0,0,1,0,24,37488,7,0,4,0,0,0,0,0,0,'Terrorfiend-Fel Flames'),(12340,12340,16951,4,0,0,1,0,21,45,7,0,4,0,0,0,0,0,0,'Terrorfiend-War Stomp'),(12340,12340,16952,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Anger Guard-Cleave'),(12340,12340,16952,4,0,0,1,0,12,22911,8,0,6,0,0,0,0,0,0,'Anger Guard-Charge'),(12340,12340,16954,4,0,0,1,0,21,15496,8,0,6,0,0,0,0,0,0,'Forge Camp Legionnaire-Cleave'),(12340,12340,16954,4,0,0,1,0,18,32736,8,0,6,0,0,0,0,0,0,'Forge Camp Legionnaire-Mortal Strike'),(12340,12340,16959,4,0,0,1,0,13,33675,9,0,4,0,0,0,0,0,0,'Dread Tactician-Summon Infernals'),(12340,12340,16960,4,0,0,1,0,23,21987,8,0,6,0,0,0,0,0,0,'Sister of Grief-Lash of Pain'),(12340,12340,16964,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Warlord Morkh-Enrage'),(12340,12340,16966,4,0,0,1,0,28,9532,8,0,6,0,0,0,0,0,0,'Haal\'eshi Windwalker-Lightning Bolt'),(12340,12340,16966,4,0,0,1,0,18,32717,7,0,4,0,0,0,0,0,0,'Haal\'eshi Windwalker-Hurricane'),(12340,12340,16968,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Tunneler-Poison'),(12340,12340,16972,4,0,0,1,0,18,37012,7,0,4,0,0,0,0,0,0,'Bonestripper Buzzard-Swoop'),(12340,12340,16973,4,0,0,1,0,12,32022,11,0,6,0,0,0,0,0,0,'Bonestripper Vulture-Gut Rip'),(12340,12340,16974,4,0,0,1,0,27,33914,8,0,6,0,0,0,0,0,0,'Rogue Voidwalker-Shadowstrike'),(12340,12340,16975,4,0,0,1,0,27,33914,8,0,6,0,0,0,0,0,0,'Uncontrolled Voidwalker-Shadowstrike'),(12340,12340,16977,4,0,0,1,0,12,33245,10,0,0,0,0,0,0,0,0,'Arch Mage Xintor-Ice Barrier'),(12340,12340,16977,4,0,0,1,0,13,15736,8,0,6,0,0,0,0,0,0,'Arch Mage Xintor-Arcane Missiles'),(12340,12340,16977,4,0,0,1,0,28,20823,8,0,6,0,0,0,0,0,0,'Arch Mage Xintor-Fireball'),(12340,12340,16978,4,0,0,1,0,17,11976,8,0,6,0,0,0,0,0,0,'Lieutenant Commander Thalvos-Strike'),(12340,12340,16978,4,0,0,1,0,14,8242,8,0,6,0,0,0,0,0,0,'Lieutenant Commander Thalvos-Shield Slam'),(12340,12340,16994,4,0,0,1,0,27,17140,8,0,6,0,0,0,0,0,0,'Draenei Anchorite-Holy Fire'),(12340,12340,16996,4,0,0,1,0,13,33127,10,0,0,0,0,0,0,0,0,'Draenei Vindicator-Seal of Command'),(12340,12340,16996,4,0,0,1,0,17,13005,8,0,6,0,0,0,0,0,0,'Draenei Vindicator-Hammer of Justice'),(12340,12340,16996,4,0,0,1,0,11,13874,10,0,0,0,0,0,0,0,0,'Draenei Vindicator-Divine Shield'),(12340,12340,17000,4,0,0,1,0,18,21068,8,0,6,0,0,0,0,0,0,'Aggonis-Corruption'),(12340,12340,17014,4,0,0,1,0,14,34259,11,0,6,0,0,0,0,0,0,'Collapsing Voidwalker-Fear'),(12340,12340,17034,4,0,0,1,0,21,5708,8,0,6,0,0,0,0,0,0,'Female Kaliri Hatchling-Swoop'),(12340,12340,17035,4,0,0,1,0,18,32914,8,0,6,0,0,0,0,0,0,'Kaliri Matriarch-Wing Buffet'),(12340,12340,17039,4,0,0,1,0,18,5708,8,0,6,0,0,0,0,0,0,'Male Kaliri Hatchling-Swoop'),(12340,12340,17053,4,0,0,1,0,18,5708,8,0,6,0,0,0,0,0,0,'Kaliri Swooper-Swoop'),(12340,12340,17058,4,0,0,1,0,13,16244,11,0,4,0,0,0,0,0,0,'Illidari Taskmaster-Demoralizing Shout'),(12340,12340,17058,4,0,0,1,0,11,34186,10,0,0,0,0,0,0,0,0,'Illidari Taskmaster-Haste Other'),(12340,12340,17084,4,0,0,1,0,12,34112,11,0,6,0,0,0,0,0,0,'Avruu-Judgement of Darkness'),(12340,12340,17084,4,0,0,1,0,17,16588,3,0,0,0,0,0,0,0,0,'Avruu-Dark Mending'),(12340,12340,17086,4,0,0,1,0,20,8599,10,0,0,0,0,0,0,0,0,'Enraged Wraith-Enrage'),(12340,12340,17088,4,0,0,1,0,19,13878,8,0,6,0,0,0,0,0,0,'Shadowy Summoner-Scorch'),(12340,12340,17088,4,0,0,1,0,14,8722,9,0,4,0,0,0,0,0,0,'Shadowy Summoner-Summon Succubus'),(12340,12340,17108,4,0,1,1,0,9,7992,10,0,6,0,0,0,0,0,0,'Forsaken Raider-Slowing Poison'),(12340,12340,17115,4,0,0,1,0,27,6713,11,0,6,0,0,0,0,0,0,'Cursed Lost One-Disarm'),(12340,12340,17115,4,0,0,1,0,24,14868,6,0,6,0,0,0,0,0,0,'Cursed Lost One-Curse of Agony'),(12340,12340,17128,4,0,0,1,0,17,30285,8,0,6,0,0,0,0,0,0,'Windroc-Eagle Claw'),(12340,12340,17129,4,0,0,1,0,100,10706,8,0,6,0,0,0,0,0,0,'Greater Windroc-Hawk Owl'),(12340,12340,17129,4,0,0,1,0,25,27051,8,0,6,0,0,0,0,0,0,'Greater Windroc-Demoralizing Screech'),(12340,12340,17130,4,0,0,1,0,18,32019,8,0,6,0,0,0,0,0,0,'Talbuk Stag-Gore'),(12340,12340,17131,4,0,0,1,0,18,32019,8,0,6,0,0,0,0,0,0,'Talbuk Thorngrazer-Gore'),(12340,12340,17131,4,0,0,1,0,14,32020,8,0,6,0,0,0,0,0,0,'Talbuk Thorngrazer-Talbuk Strike'),(12340,12340,17132,4,0,0,1,0,13,32023,7,0,4,0,0,0,0,0,0,'Clefthoof Bull-Hoof Stomp'),(12340,12340,17133,4,0,0,1,0,17,32021,8,0,6,0,0,0,0,0,0,'Aged Clefthoof-Rushing Charge'),(12340,12340,17134,4,0,0,1,0,19,2676,7,0,4,0,0,0,0,0,0,'Boulderfist Crusher-Pulverize'),(12340,12340,17135,4,0,0,1,0,34,13281,8,0,6,0,0,0,0,0,0,'Boulderfist Mystic-Earth Shock'),(12340,12340,17135,4,0,0,1,0,39,9532,8,0,6,0,0,0,0,0,0,'Boulderfist Mystic-Lightning Bolt'),(12340,12340,17135,4,0,0,1,0,16,11431,3,0,0,0,0,0,0,0,0,'Boulderfist Mystic-Healing Touch'),(12340,12340,17136,4,0,0,1,0,17,31994,8,0,6,0,0,0,0,0,0,'Boulderfist Warrior-Shoulder Charge'),(12340,12340,17137,4,0,0,1,0,39,9672,8,0,6,0,0,0,0,0,0,'Boulderfist Mage-Frostbolt'),(12340,12340,17137,4,0,0,1,0,34,20795,8,0,6,0,0,0,0,0,0,'Boulderfist Mage-Fire Blast'),(12340,12340,17137,4,0,0,1,0,16,6742,10,0,0,0,0,0,0,0,0,'Boulderfist Mage-Bloodlust'),(12340,12340,17138,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Warmaul Reaver-Cleave'),(12340,12340,17139,4,0,0,1,0,29,10277,8,0,6,0,0,0,0,0,0,'Windyreed Scavenger-Throw'),(12340,12340,17139,4,0,0,1,0,21,12040,1,0,6,0,0,0,0,0,0,'Windyreed Scavenger-Shadow Shield'),(12340,12340,17141,4,0,0,1,0,21,6278,8,0,6,0,0,0,0,0,0,'Windyreed Wretch-Creeping Mold'),(12340,12340,17141,4,0,0,1,0,29,3234,8,0,6,0,0,0,0,0,0,'Windyreed Wretch-Disease Touch'),(12340,12340,17142,4,0,0,1,0,19,11976,8,0,6,0,0,0,0,0,0,'Wrekt Warrior-Strike'),(12340,12340,17142,4,0,0,1,0,23,17207,10,0,0,0,0,0,0,0,0,'Wrekt Warrior-Whirlwind'),(12340,12340,17143,4,0,0,1,0,23,11642,3,0,0,0,0,0,0,0,0,'Wrekt Seer-Heal'),(12340,12340,17143,4,0,0,1,0,23,12550,10,0,0,0,0,0,0,0,0,'Wrekt Seer-Lightning Shield'),(12340,12340,17144,4,0,0,1,0,22,38887,8,0,6,0,0,0,0,0,0,'Goretooth-Blood Leech'),(12340,12340,17144,4,0,0,1,0,17,39215,8,0,6,0,0,0,0,0,0,'Goretooth-Gushing Wound'),(12340,12340,17144,4,0,0,1,0,16,3604,11,0,6,0,0,0,0,0,0,'Goretooth-Tendon Rip'),(12340,12340,17146,4,0,0,1,0,29,34447,8,0,6,0,0,0,0,0,0,'Kil\'sorrow Spellbinder-Arcane Missiles'),(12340,12340,17146,4,0,0,1,0,17,31999,11,0,6,0,0,0,0,0,0,'Kil\'sorrow Spellbinder-Counterspell'),(12340,12340,17146,4,0,0,1,0,17,22744,11,0,6,0,0,0,0,0,0,'Kil\'sorrow Spellbinder-Chains of Ice'),(12340,12340,17147,4,0,0,1,0,22,32000,8,0,6,0,0,0,0,0,0,'Kil\'sorrow Cultist-Mind Sear'),(12340,12340,17147,4,0,0,1,0,20,16592,10,0,0,0,0,0,0,0,0,'Kil\'sorrow Cultist-Shadowform'),(12340,12340,17148,4,0,0,1,0,17,31996,8,0,6,0,0,0,0,0,0,'Kil\'sorrow Deathsworn-Bloodthirst'),(12340,12340,17149,4,0,0,1,0,29,14873,8,0,6,0,0,0,0,0,0,'Vir\'aani Raider-Sinister Strike'),(12340,12340,17149,4,0,0,1,0,21,12540,8,0,6,0,0,0,0,0,0,'Vir\'aani Raider-Gouge'),(12340,12340,17149,4,0,0,1,0,18,46189,8,0,6,0,0,0,0,0,0,'Vir\'aani Raider-Eviscerate'),(12340,12340,17150,4,0,0,1,0,29,13901,8,0,6,0,0,0,0,0,0,'Vir\'aani Arcanist-Arcane Bolt'),(12340,12340,17150,4,0,0,1,0,16,33839,10,0,0,0,0,0,0,0,0,'Vir\'aani Arcanist-Vir\'aani Concentration'),(12340,12340,17151,4,0,0,1,0,26,32003,8,0,6,0,0,0,0,0,0,'Gan\'arg Tinkerer-Power Burn'),(12340,12340,17152,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Felguard Legionnaire-Cleave'),(12340,12340,17152,4,0,0,1,0,23,32009,8,0,6,0,0,0,0,0,0,'Felguard Legionnaire-Cutdown'),(12340,12340,17153,4,0,0,1,0,34,34425,8,0,6,0,0,0,0,0,0,'Lake Spirit-Water Bolt'),(12340,12340,17154,4,0,0,1,0,17,21067,8,0,6,0,0,0,0,0,0,'Muck Spawn-Poison Bolt'),(12340,12340,17154,4,0,0,1,0,21,32013,11,0,6,0,0,0,0,0,0,'Muck Spawn-Mucky Sludge'),(12340,12340,17155,4,0,0,1,0,19,32012,8,0,6,0,0,0,0,0,0,'Lake Surger-Surge'),(12340,12340,17156,4,0,0,1,0,29,20295,8,0,6,0,0,0,0,0,0,'Tortured Earth Spirit-Lightning Bolt'),(12340,12340,17156,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Tortured Earth Spirit-Frenzy'),(12340,12340,17158,4,0,0,1,0,16,32017,11,0,6,0,0,0,0,0,0,'Dust Howler-Howling Dust'),(12340,12340,17159,4,0,0,1,0,29,32018,8,0,6,0,0,0,0,0,0,'Storm Rager-Call Lightning'),(12340,12340,17160,4,0,0,1,0,12,12550,10,0,0,0,0,0,0,0,0,'Living Cyclone-Lightning Shield'),(12340,12340,17178,4,0,0,1,0,100,29992,8,0,6,0,0,0,0,0,0,'Robotron 3000-Gather Water'),(12340,12340,17184,4,0,0,1,0,8,32131,3,0,0,0,0,0,0,0,0,'Bristlelimb Windcaller-Rejuvenation'),(12340,12340,17184,4,0,0,1,0,6,31272,8,0,6,0,0,0,0,0,0,'Bristlelimb Windcaller-Wind Shock'),(12340,12340,17187,4,0,0,1,0,30,31270,8,0,6,0,0,0,0,0,0,'Aberrant Owlbeast-Moonfire'),(12340,12340,17188,4,0,0,1,0,3,8599,10,0,0,0,0,0,0,0,0,'Raving Owlbeast-Enrage'),(12340,12340,17191,4,0,0,1,0,4,12550,10,0,0,0,0,0,0,0,0,'Siltfin Oracle-Lightning Shield'),(12340,12340,17191,4,0,0,1,0,15,9739,8,0,6,0,0,0,0,0,0,'Siltfin Oracle-Wrath'),(12340,12340,17192,4,0,0,1,0,15,10277,8,0,6,0,0,0,0,0,0,'Siltfin Hunter-Throw'),(12340,12340,17193,4,0,0,1,0,10,9080,8,0,6,0,0,0,0,0,0,'Wrathscale Naga-Hamstring'),(12340,12340,17194,4,0,0,1,0,10,11976,8,0,6,0,0,0,0,0,0,'Wrathscale Myrmidon-Strike'),(12340,12340,17195,4,0,0,1,0,10,31273,11,0,6,0,0,0,0,0,0,'Wrathscale Siren-Screech'),(12340,12340,17199,4,0,0,1,0,10,13443,8,0,6,0,0,0,0,0,0,'Ravager Specimen-Rend'),(12340,12340,17201,4,0,0,1,0,10,31274,8,0,6,0,0,0,0,0,0,'Moongraze Buck-Knockdown'),(12340,12340,17206,4,0,0,1,0,10,8050,8,0,6,0,0,0,0,0,0,'Hauteur-Flame Shock'),(12340,12340,17206,4,0,0,1,0,10,134,10,0,0,0,0,0,0,0,0,'Hauteur-Fire Shield'),(12340,12340,17210,4,0,0,1,0,33,14873,8,0,6,0,0,0,0,0,0,'Sentinel Leader-Sinister Strike'),(12340,12340,17210,4,0,0,1,0,25,7159,8,0,6,0,0,0,0,0,0,'Sentinel Leader-Backstab'),(12340,12340,17217,4,0,0,1,0,10,31271,10,0,0,0,0,0,0,0,0,'Barbed Crawler-Thorns'),(12340,12340,17235,4,0,0,1,0,23,8190,9,0,4,0,0,0,0,0,0,'Witch Doctor Mai\'jin-Magma Totem'),(12340,12340,17235,4,0,0,1,0,22,5605,9,0,4,0,0,0,0,0,0,'Witch Doctor Mai\'jin-Healing Ward'),(12340,12340,17257,4,0,0,1,0,25,25049,8,0,6,0,0,0,0,0,0,'Magtheridon-Blast Wave'),(12340,12340,17259,4,0,0,1,0,15,13446,8,0,6,0,0,0,0,0,0,'Bonechewer Hungerer-Strike'),(12340,12340,17259,4,0,0,1,0,16,30013,8,0,6,0,0,0,0,0,0,'Bonechewer Hungerer-Disarm'),(12340,12340,17259,4,0,0,1,0,12,29584,8,0,6,0,0,0,0,0,0,'Bonechewer Hungerer-Demoralizing Shout'),(12340,12340,17264,4,0,0,1,0,9,30832,8,0,6,0,0,0,0,0,0,'Bonechewer Ravener-Kidney Shot'),(12340,12340,17269,4,0,0,1,0,100,11672,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Darkcaster-Corruption'),(12340,12340,17269,4,0,0,1,0,100,11660,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Darkcaster-Shadow Bolt'),(12340,12340,17269,4,0,0,1,0,100,10946,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Darkcaster-Mind Blast'),(12340,12340,17269,4,0,0,1,0,100,11780,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Darkcaster-Lash of Pain'),(12340,12340,17270,4,0,0,1,0,100,15266,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Archer-Holy Fire'),(12340,12340,17270,4,0,0,1,0,100,5589,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Archer-Hammer of Justice'),(12340,12340,17270,4,0,0,1,0,100,10934,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Archer-Smite'),(12340,12340,17271,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Fear'),(12340,12340,17271,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Scatter Shot'),(12340,12340,17271,4,0,0,1,0,8,27212,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Rain of Fire'),(12340,12340,17271,4,0,0,1,0,20,25231,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Cleave'),(12340,12340,17271,4,0,0,1,0,18,41388,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Uppercut'),(12340,12340,17271,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Incendiary Shot'),(12340,12340,17271,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Bonechewer Destroyer-Curse of the Shattered Hand'),(12340,12340,17271,4,0,0,1,0,10,36054,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Deathblow'),(12340,12340,17271,4,0,0,1,0,10,26864,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Hemorrhage'),(12340,12340,17271,4,0,0,1,0,10,40248,8,0,6,0,0,0,0,0,0,'Bonechewer Destroyer-Impaling Bolt'),(12340,12340,17281,4,0,0,1,0,15,13446,8,0,6,0,0,0,0,0,0,'Bonechewer Ripper-Strike'),(12340,12340,17281,4,0,0,1,0,16,30013,8,0,6,0,0,0,0,0,0,'Bonechewer Ripper-Disarm'),(12340,12340,17281,4,0,0,1,0,12,29584,8,0,6,0,0,0,0,0,0,'Bonechewer Ripper-Demoralizing Shout'),(12340,12340,17282,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Falcon Watch Ranger-Shoot'),(12340,12340,17298,4,0,0,1,0,20,31275,8,0,6,0,0,0,0,0,0,'Warlord Sriss\'tiz-Watery Strike'),(12340,12340,17300,4,0,0,1,0,32,9613,8,0,6,0,0,0,0,0,0,'Gorgannon-Shadow Bolt'),(12340,12340,17300,4,0,0,1,0,16,11428,8,0,6,0,0,0,0,0,0,'Gorgannon-Knockdown'),(12340,12340,17301,4,0,0,1,0,10,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Executioner-Rain of Fire'),(12340,12340,17301,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Shattered Hand Executioner-Fear'),(12340,12340,17301,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Executioner-Scatter Shot'),(12340,12340,17301,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Executioner-Incendiary Shot'),(12340,12340,17301,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Shattered Hand Executioner-Curse of the Shattered Hand'),(12340,12340,17301,4,0,0,1,0,9,30335,8,0,6,0,0,0,0,0,0,'Shattered Hand Executioner-Bloodthirst'),(12340,12340,17320,4,0,0,1,0,20,32968,9,0,4,0,0,0,0,0,0,'Bristlelimb Shaman-Scorching Totem'),(12340,12340,17320,4,0,0,1,0,28,32967,8,0,6,0,0,0,0,0,0,'Bristlelimb Shaman-Flame Shock'),(12340,12340,17321,4,0,0,1,0,28,11976,8,0,6,0,0,0,0,0,0,'Bristlelimb Warrior-Strike'),(12340,12340,17322,4,0,0,1,0,21,31282,11,0,6,0,0,0,0,0,0,'Infected Wildkin-Infected Wound'),(12340,12340,17327,4,0,0,1,0,24,12550,10,0,0,0,0,0,0,0,0,'Blacksilt Tidecaller-Lightning Shield'),(12340,12340,17327,4,0,0,1,0,22,12160,2,0,0,0,0,0,0,0,0,'Blacksilt Tidecaller-Rejuvenation'),(12340,12340,17328,4,0,0,1,0,23,31290,1,0,6,0,0,0,0,0,0,'Blacksilt Shorestriker-Net'),(12340,12340,17330,4,0,0,1,0,24,12160,2,0,0,0,0,0,0,0,0,'Blacksilt Seer-Rejuvenation'),(12340,12340,17330,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Blacksilt Seer-Wrath'),(12340,12340,17331,4,0,0,1,0,27,11976,8,0,6,0,0,0,0,0,0,'Wrathscale Shorestalker-Strike'),(12340,12340,17333,4,0,0,1,0,24,31295,11,0,6,0,0,0,0,0,0,'Wrathscale Screamer-Scream'),(12340,12340,17334,4,0,0,1,0,22,12555,8,0,6,0,0,0,0,0,0,'Wrathscale Marauder-Pummel'),(12340,12340,17336,4,0,0,1,0,34,9672,8,0,6,0,0,0,0,0,0,'Wrathscale Sorceress-Frostbolt'),(12340,12340,17339,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Nazzivus Felsworn-Shadow Bolt'),(12340,12340,17339,4,0,0,1,0,27,11962,8,0,6,0,0,0,0,0,0,'Nazzivus Felsworn-Immolate'),(12340,12340,17341,4,0,0,1,0,26,15691,8,0,6,0,0,0,0,0,0,'Axxarien Trickster-Eviscerate'),(12340,12340,17342,4,0,0,1,0,25,11990,7,0,3,0,0,0,0,0,0,'Axxarien Hellcaller-Rain of Fire'),(12340,12340,17343,4,0,0,1,0,30,31286,8,0,6,0,0,0,0,0,0,'Thistle Lasher-Lash'),(12340,12340,17346,4,0,0,1,0,23,31287,1,0,6,0,0,0,0,0,0,'Mutated Tangler-Entangling Roots'),(12340,12340,17347,4,0,0,1,0,24,31279,8,0,6,0,0,0,0,0,0,'Grizzled Brown Bear-Swipe'),(12340,12340,17348,4,0,0,1,0,24,31279,8,0,6,0,0,0,0,0,0,'Elder Brown Bear-Swipe'),(12340,12340,17349,4,0,0,1,0,26,36332,8,0,6,0,0,0,0,0,0,'Blue Flutterer-Rake'),(12340,12340,17350,4,0,0,1,0,28,36332,8,0,6,0,0,0,0,0,0,'Royal Blue Flutterer-Rake'),(12340,12340,17353,4,0,0,1,0,27,31277,7,0,4,0,0,0,0,0,0,'Corrupted Stomper-Stomp'),(12340,12340,17358,4,0,0,1,0,21,31280,11,0,6,0,0,0,0,0,0,'Fouled Water Spirit-Bloodmyst Chill'),(12340,12340,17358,4,0,0,1,0,29,31281,8,0,6,0,0,0,0,0,0,'Fouled Water Spirit-Bloodbolt'),(12340,12340,17359,4,0,0,1,0,30,13339,8,0,6,0,0,0,0,0,0,'Tel\'athion the Impure-Fire Blast'),(12340,12340,17359,4,0,0,1,0,30,15736,8,0,6,0,0,0,0,0,0,'Tel\'athion the Impure-Arcane Missiles'),(12340,12340,17359,4,0,0,1,0,34,9672,8,0,6,0,0,0,0,0,0,'Tel\'athion the Impure-Frostbolt'),(12340,12340,17359,4,0,0,1,0,27,11831,7,0,4,0,0,0,0,0,0,'Tel\'athion the Impure-Frost Nova'),(12340,12340,17371,4,0,0,1,0,100,11659,8,0,6,0,0,0,0,0,0,'Shadowmoon Warlock-Shadow Bolt'),(12340,12340,17371,4,0,0,1,0,100,10945,8,0,6,0,0,0,0,0,0,'Shadowmoon Warlock-Mind Blast'),(12340,12340,17371,4,0,0,1,0,100,11712,8,0,6,0,0,0,0,0,0,'Shadowmoon Warlock-Curse of Agony'),(12340,12340,17371,4,0,0,1,0,100,10893,8,0,6,0,0,0,0,0,0,'Shadowmoon Warlock-Shadow Word: Pain'),(12340,12340,17395,4,0,0,1,0,100,10894,8,0,6,0,0,0,0,0,0,'Shadowmoon Summoner-Shadow Word: Pain'),(12340,12340,17395,4,0,0,1,0,100,10947,8,0,6,0,0,0,0,0,0,'Shadowmoon Summoner-Mind Blast'),(12340,12340,17395,4,0,0,1,0,100,18871,8,0,6,0,0,0,0,0,0,'Shadowmoon Summoner-Shadowburn'),(12340,12340,17395,4,0,0,1,0,100,24668,8,0,6,0,0,0,0,0,0,'Shadowmoon Summoner-Shadow Bolt'),(12340,12340,17397,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Shadowmoon Adept-Mortal Strike'),(12340,12340,17397,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Shadowmoon Adept-Maul'),(12340,12340,17397,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Shadowmoon Adept-Knock Away'),(12340,12340,17397,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Shadowmoon Adept-Intercept'),(12340,12340,17414,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Shadowmoon Technician-Mortal Strike'),(12340,12340,17414,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Shadowmoon Technician-Maul'),(12340,12340,17414,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Shadowmoon Technician-Knock Away'),(12340,12340,17414,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Shadowmoon Technician-Intercept'),(12340,12340,17420,4,0,0,1,0,10,35945,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Incendiary Shot'),(12340,12340,17420,4,0,0,1,0,10,36020,8,0,0,0,0,0,0,0,0,'Shattered Hand Heathen-Curse of the Shattered Hand'),(12340,12340,17420,4,0,0,1,0,9,30335,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Bloodthirst'),(12340,12340,17420,4,0,0,1,0,10,27212,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Rain of Fire'),(12340,12340,17420,4,0,0,1,0,10,6215,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Fear'),(12340,12340,17420,4,0,0,1,0,10,19503,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Scatter Shot'),(12340,12340,17420,4,0,0,1,0,10,36732,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Scatter Shot'),(12340,12340,17420,4,0,0,1,0,14,40423,8,0,6,0,0,0,0,0,0,'Shattered Hand Heathen-Bloodthirst'),(12340,12340,17427,4,0,0,1,0,12,25212,8,0,6,0,0,0,0,0,0,'Shattered Hand Archer-Hamstring'),(12340,12340,17427,4,0,0,1,0,20,27021,8,0,6,0,0,0,0,0,0,'Shattered Hand Archer-Multi-Shot'),(12340,12340,17427,4,0,0,1,0,20,29575,8,0,6,0,0,0,0,0,0,'Shattered Hand Archer-Shoot'),(12340,12340,17429,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Fel Orc Neophyte-Mortal Strike'),(12340,12340,17429,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Fel Orc Neophyte-Maul'),(12340,12340,17429,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Fel Orc Neophyte-Knock Away'),(12340,12340,17429,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Fel Orc Neophyte-Intercept'),(12340,12340,17448,4,0,0,1,0,5,18501,10,0,0,0,0,0,0,0,0,'Chieftain Oomooroo-Enrage'),(12340,12340,17448,4,0,0,1,0,12,13446,8,0,6,0,0,0,0,0,0,'Chieftain Oomooroo-Strike'),(12340,12340,17455,4,0,0,1,0,100,11998,8,0,6,0,0,0,0,0,0,'Bonechewer Beastmaster-Strike'),(12340,12340,17455,4,0,0,1,0,100,26141,8,0,6,0,0,0,0,0,0,'Bonechewer Beastmaster-Hamstring'),(12340,12340,17455,4,0,0,1,0,100,26415,8,0,6,0,0,0,0,0,0,'Bonechewer Beastmaster-Shock'),(12340,12340,17455,4,0,0,1,0,12,25212,8,0,6,0,0,0,0,0,0,'Bonechewer Beastmaster-Hamstring'),(12340,12340,17461,4,0,0,1,0,14,29667,8,0,6,0,0,0,0,0,0,'Shattered Hand Blood Guard-Hamstring'),(12340,12340,17462,4,0,0,1,0,17,25212,8,0,6,0,0,0,0,0,0,'Shattered Hand Zealot-Hamstring'),(12340,12340,17464,4,0,2,1,0,18,25051,8,0,6,0,0,0,0,0,0,'Shattered Hand Gladiator-Sunder Armor'),(12340,12340,17464,4,0,0,1,0,18,37335,8,0,6,0,0,0,0,0,0,'Shattered Hand Gladiator-Mortal Strike'),(12340,12340,17465,4,0,0,1,0,18,25051,8,0,6,0,0,0,0,0,0,'Shattered Hand Centurion-Sunder Armor'),(12340,12340,17465,4,0,0,1,0,18,37335,8,0,6,0,0,0,0,0,0,'Shattered Hand Centurion-Mortal Strike'),(12340,12340,17477,4,0,0,1,0,100,11667,8,0,6,0,0,0,0,0,0,'Hellfire Imp-Immolate'),(12340,12340,17477,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Hellfire Imp-Fireball'),(12340,12340,17477,4,0,0,1,0,100,10197,8,0,6,0,0,0,0,0,0,'Hellfire Imp-Fire Blast'),(12340,12340,17478,4,0,0,1,0,100,10448,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Scryer-Flame Shock'),(12340,12340,17478,4,0,0,1,0,100,11667,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Scryer-Immolate'),(12340,12340,17478,4,0,0,1,0,100,12526,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Scryer-Pyroblast'),(12340,12340,17491,4,0,0,1,0,100,19472,8,0,6,0,0,0,0,0,0,'Laughing Skull Rogue-Sinister Strike'),(12340,12340,17491,4,0,0,1,0,100,27556,8,0,6,0,0,0,0,0,0,'Laughing Skull Rogue-Rake'),(12340,12340,17491,4,0,0,1,0,100,25605,8,0,6,0,0,0,0,0,0,'Laughing Skull Rogue-Poison'),(12340,12340,17494,4,0,0,1,0,23,17227,6,0,6,0,0,0,0,0,0,'Zevrax-Curse of Weakness'),(12340,12340,17494,4,0,0,1,0,34,20791,8,0,6,0,0,0,0,0,0,'Zevrax-Shadow Bolt'),(12340,12340,17494,4,0,0,1,0,27,21068,8,0,6,0,0,0,0,0,0,'Zevrax-Corruption'),(12340,12340,17494,4,0,0,1,0,30,11962,8,0,6,0,0,0,0,0,0,'Zevrax-Immolate'),(12340,12340,17517,4,0,0,1,0,13,33840,7,0,4,0,0,0,0,0,0,'Hellfire Sentry-Earth Rumble'),(12340,12340,17522,4,0,0,1,0,18,745,1,0,6,0,0,0,0,0,0,'Myst Spinner-Web'),(12340,12340,17523,4,0,0,1,0,20,31288,11,0,6,0,0,0,0,0,0,'Myst Leecher-Leech Poison'),(12340,12340,17527,4,0,0,1,0,22,3242,8,0,6,0,0,0,0,0,0,'Enraged Ravager-Ravage'),(12340,12340,17527,4,0,0,1,0,10,15716,10,0,0,0,0,0,0,0,0,'Enraged Ravager-Enrage'),(12340,12340,17531,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Draenei Protector-Sunder Armor'),(12340,12340,17531,4,0,0,1,0,27,25710,8,0,6,0,0,0,0,0,0,'Draenei Protector-Heroic Strike'),(12340,12340,17539,4,0,0,1,0,25,30708,8,0,6,0,0,0,0,0,0,'Totem of Wrath I-Totem of Wrath'),(12340,12340,17556,4,0,0,1,0,10,30736,8,0,6,0,0,0,0,0,0,'Death Ravager-Enraging Bite'),(12340,12340,17556,4,0,0,1,0,10,13443,8,0,6,0,0,0,0,0,0,'Death Ravager-Rend'),(12340,12340,17589,4,0,0,1,0,28,21067,8,0,6,0,0,0,0,0,0,'Veridian Broodling-Poison Bolt'),(12340,12340,17591,4,0,0,1,0,20,14873,8,0,6,0,0,0,0,0,0,'Blood Elf Bandit-Sinister Strike'),(12340,12340,17591,4,0,0,1,0,10,15691,8,0,6,0,0,0,0,0,0,'Blood Elf Bandit-Eviscerate'),(12340,12340,17592,4,0,0,1,0,23,14100,5,0,4,0,0,0,0,0,0,'Razormaw-Terrifying Roar'),(12340,12340,17592,4,0,0,1,0,22,8873,7,0,3,0,0,0,0,0,0,'Razormaw-Flame Breath'),(12340,12340,17592,4,0,0,1,0,26,31279,8,0,6,0,0,0,0,0,0,'Razormaw-Swipe'),(12340,12340,17604,4,0,0,1,0,18,13730,11,0,4,0,0,0,0,0,0,'Sunhawk Spy-Demoralizing Shout'),(12340,12340,17604,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Spy-Mark of the Sunhawk'),(12340,12340,17604,4,0,0,1,0,31,31827,8,0,6,0,0,0,0,0,0,'Sunhawk Spy-Heroic Strike'),(12340,12340,17606,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Reclaimer-Mark of the Sunhawk'),(12340,12340,17606,4,0,0,1,0,37,19816,8,0,6,0,0,0,0,0,0,'Sunhawk Reclaimer-Fireball'),(12340,12340,17606,4,0,0,1,0,21,6595,8,0,6,0,0,0,0,0,0,'Sunhawk Reclaimer-Exploit Weakness'),(12340,12340,17606,4,0,0,1,0,24,12544,10,0,0,0,0,0,0,0,0,'Sunhawk Reclaimer-Frost Armor'),(12340,12340,17607,4,0,0,1,0,27,31737,8,0,6,0,0,0,0,0,0,'Sunhawk Defender-Whirlwind'),(12340,12340,17607,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Defender-Mark of the Sunhawk'),(12340,12340,17607,4,0,0,1,0,26,15284,8,0,6,0,0,0,0,0,0,'Sunhawk Defender-Cleave'),(12340,12340,17608,4,0,0,1,0,26,11962,8,0,6,0,0,0,0,0,0,'Sunhawk Pyromancer-Immolate'),(12340,12340,17608,4,0,0,1,0,37,9053,8,0,6,0,0,0,0,0,0,'Sunhawk Pyromancer-Fireball'),(12340,12340,17608,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Pyromancer-Mark of the Sunhawk'),(12340,12340,17609,4,0,0,1,0,34,6660,8,0,6,0,0,0,0,0,0,'Sunhawk Saboteur-Shoot'),(12340,12340,17609,4,0,0,1,0,26,14443,7,0,3,0,0,0,0,0,0,'Sunhawk Saboteur-Multi-Shot'),(12340,12340,17609,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Saboteur-Mark of the Sunhawk'),(12340,12340,17610,4,0,0,1,0,23,15691,8,0,6,0,0,0,0,0,0,'Sunhawk Agent-Eviscerate'),(12340,12340,17610,4,0,0,1,0,26,7159,8,0,6,0,0,0,0,0,0,'Sunhawk Agent-Backstab'),(12340,12340,17610,4,0,0,1,0,24,31734,11,0,6,0,0,0,0,0,0,'Sunhawk Agent-Mark of the Sunhawk'),(12340,12340,17610,4,0,0,1,0,29,14873,8,0,6,0,0,0,0,0,0,'Sunhawk Agent-Sinister Strike'),(12340,12340,17612,4,0,0,1,0,10,31595,8,0,6,0,0,0,0,0,0,'Quel\'dorei Magewraith-Arcane Bolt'),(12340,12340,17612,4,0,0,1,0,5,11436,8,0,6,0,0,0,0,0,0,'Quel\'dorei Magewraith-Slow'),(12340,12340,17612,4,0,0,1,0,15,11921,8,0,6,0,0,0,0,0,0,'Quel\'dorei Magewraith-Fireball'),(12340,12340,17612,4,0,0,1,0,5,31596,11,0,6,0,0,0,0,0,0,'Quel\'dorei Magewraith-Counterspell'),(12340,12340,17622,4,0,0,1,0,100,25710,8,0,6,0,0,0,0,0,0,'Sharpshooter Guard-Heroic Strike'),(12340,12340,17622,4,0,0,1,0,100,17547,8,0,6,0,0,0,0,0,0,'Sharpshooter Guard-Mortal Strike'),(12340,12340,17622,4,0,0,1,0,100,26211,8,0,6,0,0,0,0,0,0,'Sharpshooter Guard-Hamstring'),(12340,12340,17624,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Laughing Skull Warden-Mortal Strike'),(12340,12340,17624,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Laughing Skull Warden-Maul'),(12340,12340,17624,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Laughing Skull Warden-Knock Away'),(12340,12340,17624,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Laughing Skull Warden-Intercept'),(12340,12340,17626,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Laughing Skull Legionnaire-Mortal Strike'),(12340,12340,17626,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Laughing Skull Legionnaire-Maul'),(12340,12340,17626,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Laughing Skull Legionnaire-Knock Away'),(12340,12340,17626,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Laughing Skull Legionnaire-Intercept'),(12340,12340,17653,4,0,0,1,0,100,16856,8,0,6,0,0,0,0,0,0,'Shadowmoon Channeler-Mortal Strike'),(12340,12340,17653,4,0,0,1,0,100,15793,8,0,6,0,0,0,0,0,0,'Shadowmoon Channeler-Maul'),(12340,12340,17653,4,0,0,1,0,100,10101,8,0,6,0,0,0,0,0,0,'Shadowmoon Channeler-Knock Away'),(12340,12340,17653,4,0,0,1,0,100,20614,8,0,6,0,0,0,0,0,0,'Shadowmoon Channeler-Intercept'),(12340,12340,17661,4,0,0,1,0,24,31279,8,0,6,0,0,0,0,0,0,'Deathclaw-Swipe'),(12340,12340,17670,4,0,0,1,0,10,3775,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Guardian Belt'),(12340,12340,17670,4,0,0,1,0,10,11297,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Sap'),(12340,12340,17670,4,0,0,1,0,10,40248,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Impaling Bolt'),(12340,12340,17670,4,0,0,1,0,30,27022,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Volley'),(12340,12340,17670,4,0,0,1,0,9,39382,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Carnivorous Bite'),(12340,12340,17670,4,0,0,1,0,30,29575,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Shoot'),(12340,12340,17670,4,0,0,1,0,30,39079,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Shoot'),(12340,12340,17670,4,0,0,1,0,30,35950,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Volley'),(12340,12340,17670,4,0,0,1,0,10,30980,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Sap'),(12340,12340,17670,4,0,0,1,0,10,30981,8,0,6,0,0,0,0,0,0,'Shattered Hand Houndmaster-Crippling Poison'),(12340,12340,17671,4,0,0,1,0,10,30986,8,0,6,0,0,0,0,0,0,'Shattered Hand Champion-Cheap Shot'),(12340,12340,17671,4,0,0,1,0,8,41180,8,0,6,0,0,0,0,0,0,'Shattered Hand Champion-Shield Bash'),(12340,12340,17671,4,0,0,1,0,16,32588,8,0,6,0,0,0,0,0,0,'Shattered Hand Champion-Concussion Blow'),(12340,12340,17671,4,0,0,1,0,35,12782,8,0,6,0,0,0,0,0,0,'Shattered Hand Champion-Shield Spike'),(12340,12340,17678,4,0,0,1,0,26,10966,8,0,6,0,0,0,0,0,0,'Sironas-Uppercut'),(12340,12340,17678,4,0,0,1,0,21,13338,6,0,6,0,0,0,0,0,0,'Sironas-Curse of Tongues'),(12340,12340,17678,4,0,0,1,0,21,8282,6,0,6,0,0,0,0,0,0,'Sironas-Curse of Blood'),(12340,12340,17678,4,0,0,1,0,27,12742,8,0,6,0,0,0,0,0,0,'Sironas-Immolate'),(12340,12340,17678,4,0,0,1,0,25,31629,8,0,6,0,0,0,0,0,0,'Sironas-Shadow Cleave'),(12340,12340,17683,4,0,0,1,0,20,745,1,0,6,0,0,0,0,0,0,'Zarakh-Web'),(12340,12340,17683,4,0,0,1,0,24,744,8,0,6,0,0,0,0,0,0,'Zarakh-Poison'),(12340,12340,17693,4,0,0,1,0,10,25212,8,0,6,0,0,0,0,0,0,'Shattered Hand Scout-Hamstring'),(12340,12340,17694,4,0,0,1,0,100,25306,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkcaster-Fireball'),(12340,12340,17694,4,0,0,1,0,100,10689,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkcaster-Knockback'),(12340,12340,17694,4,0,0,1,0,100,10472,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkcaster-Frost Shock'),(12340,12340,17694,4,0,0,1,0,100,10199,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkcaster-Fire Blast'),(12340,12340,17695,4,0,0,1,0,10,3776,8,0,6,0,0,0,0,0,0,'Shattered Hand Assassin-Green Leather Bracers'),(12340,12340,17695,4,0,0,1,0,12,1833,8,0,6,0,0,0,0,0,0,'Shattered Hand Assassin-Cheap Shot'),(12340,12340,17695,4,0,0,1,0,12,39665,8,0,6,0,0,0,0,0,0,'Shattered Hand Assassin-Wound Poison'),(12340,12340,17702,4,0,0,1,0,27,15793,8,0,6,0,0,0,0,0,0,'High Chief Bristlelimb-Maul'),(12340,12340,17702,4,0,0,1,0,22,20753,11,0,4,0,0,0,0,0,0,'High Chief Bristlelimb-Demoralizing Roar'),(12340,12340,17713,4,0,0,1,0,35,20792,8,0,6,0,0,0,0,0,0,'Bloodcursed Naga-Frostbolt'),(12340,12340,17713,4,0,0,1,0,28,12544,10,0,0,0,0,0,0,0,0,'Bloodcursed Naga-Frost Armor'),(12340,12340,17715,4,0,0,1,0,28,11976,8,0,6,0,0,0,0,0,0,'Atoph the Bloodcursed-Strike'),(12340,12340,17715,4,0,0,1,0,23,11977,8,0,6,0,0,0,0,0,0,'Atoph the Bloodcursed-Rend'),(12340,12340,17765,4,0,0,1,0,17,18328,11,0,4,0,0,0,0,0,0,'Alliance Silithyst Sentinel-Incapacitating Shout'),(12340,12340,17765,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Alliance Silithyst Sentinel-Shield Bash'),(12340,12340,17765,4,0,0,1,0,21,19643,8,0,6,0,0,0,0,0,0,'Alliance Silithyst Sentinel-Mortal Strike'),(12340,12340,17809,4,0,0,1,0,15,19939,3,0,0,0,0,0,0,0,0,'Champion Bloodwrath-Flash of Light'),(12340,12340,17810,4,0,0,1,0,20,20164,10,0,0,0,0,0,0,0,0,'Champion Lightrend-Seal of Justice'),(12340,12340,17811,4,0,0,1,0,10,19939,3,0,0,0,0,0,0,0,0,'Champion Swiftblade-Flash of Light'),(12340,12340,17812,4,0,0,1,0,15,20375,10,0,0,0,0,0,0,0,0,'Champion Sunstriker-Seal of Command'),(12340,12340,17812,4,0,0,1,0,10,19939,3,0,0,0,0,0,0,0,0,'Champion Sunstriker-Flash of Light'),(12340,12340,17870,4,0,0,1,0,40,39337,8,0,6,0,0,0,0,0,0,'Angered Nether-wraith-Arcane Bolt'),(12340,12340,17870,4,0,0,1,0,27,38205,8,0,6,0,0,0,0,0,0,'Angered Nether-wraith-Shadow Blast'),(12340,12340,17981,4,0,0,1,0,14,32742,1,0,6,0,0,0,0,0,0,'Voidspawn-Pain Spike'),(12340,12340,17981,4,0,0,1,0,19,36447,1,0,6,0,0,0,0,0,0,'Voidspawn-Mind Sear'),(12340,12340,18033,4,0,0,1,0,18,30639,8,0,6,0,0,0,0,0,0,'Dark Worg-Carnivorous Bite'),(12340,12340,18037,4,0,0,1,0,29,9613,8,0,6,0,0,0,0,0,0,'Warmaul Warlock-Shadow Bolt'),(12340,12340,18037,4,0,0,1,0,23,11939,9,0,4,0,0,0,0,0,0,'Warmaul Warlock-Summon Imp'),(12340,12340,18044,4,0,0,1,0,31,15043,8,0,6,0,0,0,0,0,0,'Rajis Fyashe-Frostbolt'),(12340,12340,18044,4,0,0,1,0,21,34787,9,0,4,0,0,0,0,0,0,'Rajis Fyashe-Freezing Circle'),(12340,12340,18044,4,0,0,1,0,17,35594,9,0,4,0,0,0,0,0,0,'Rajis Fyashe-Mass Elementals'),(12340,12340,18044,4,0,0,1,0,26,35499,8,0,6,0,0,0,0,0,0,'Rajis Fyashe-Water Spout'),(12340,12340,18046,4,0,0,1,0,21,35473,8,0,6,0,0,0,0,0,0,'Rajah Haghazed-Forceful Cleave'),(12340,12340,18046,4,0,0,1,0,13,16856,8,0,6,0,0,0,0,0,0,'Rajah Haghazed-Mortal Strike'),(12340,12340,18046,4,0,0,1,0,16,35472,8,0,6,0,0,0,0,0,0,'Rajah Haghazed-Shield Charge'),(12340,12340,18046,4,0,0,1,0,19,15062,10,0,0,0,0,0,0,0,0,'Rajah Haghazed-Shield Wall'),(12340,12340,18062,4,0,0,1,0,18,32015,8,0,6,0,0,0,0,0,0,'Enraged Crusher-Knockdown'),(12340,12340,18062,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Enraged Crusher-Enrage'),(12340,12340,18064,4,0,0,1,0,26,12548,8,0,6,0,0,0,0,0,0,'Warmaul Shaman-Frost Shock'),(12340,12340,18064,4,0,0,1,0,16,11986,3,0,0,0,0,0,0,0,0,'Warmaul Shaman-Healing Wave'),(12340,12340,18064,4,0,0,1,0,22,15038,9,0,4,0,0,0,0,0,0,'Warmaul Shaman-Scorching Totem'),(12340,12340,18065,4,0,0,1,0,19,10966,1,0,6,0,0,0,0,0,0,'Warmaul Brute-Uppercut'),(12340,12340,18069,4,0,0,1,0,8,16033,8,0,6,0,0,0,0,0,0,'Mogor-Chain Lightning'),(12340,12340,18069,4,0,0,1,0,7,39529,8,0,6,0,0,0,0,0,0,'Mogor-Flame Shock'),(12340,12340,18069,4,0,0,1,0,5,15982,3,0,0,0,0,0,0,0,0,'Mogor-Healing Wave'),(12340,12340,18069,4,0,0,1,0,6,18975,9,0,4,0,0,0,0,0,0,'Mogor-Summon Ice Totem'),(12340,12340,18077,4,0,0,1,0,11,12550,10,0,0,0,0,0,0,0,0,'Umbrafen Oracle-Lightning Shield'),(12340,12340,18077,4,0,0,1,0,14,11986,3,0,0,0,0,0,0,0,0,'Umbrafen Oracle-Healing Wave'),(12340,12340,18079,4,0,0,1,0,31,9739,8,0,6,0,0,0,0,0,0,'Umbrafen Seer-Wrath'),(12340,12340,18079,4,0,0,1,0,16,31287,8,0,6,0,0,0,0,0,0,'Umbrafen Seer-Entangling Roots'),(12340,12340,18080,4,0,0,1,0,27,12058,8,0,6,0,0,0,0,0,0,'Kataru-Chain Lightning'),(12340,12340,18080,4,0,0,1,0,21,15869,9,0,4,0,0,0,0,0,0,'Kataru-Superior Healing Ward'),(12340,12340,18080,4,0,0,1,0,11,32734,10,0,0,0,0,0,0,0,0,'Kataru-Earth Shield'),(12340,12340,18086,4,0,0,1,0,18,34812,11,0,6,0,0,0,0,0,0,'Darkcrest Taskmaster-Curse of Nazjatar'),(12340,12340,18086,4,0,0,1,0,27,34811,8,0,6,0,0,0,0,0,0,'Darkcrest Taskmaster-Tail Lash'),(12340,12340,18087,4,0,0,1,0,27,9672,8,0,6,0,0,0,0,0,0,'Darkcrest Siren-Frostbolt'),(12340,12340,18088,4,0,0,1,0,33,34447,8,0,6,0,0,0,0,0,0,'Bloodscale Enchantress-Arcane Missiles'),(12340,12340,18088,4,0,0,1,0,17,33245,10,0,0,0,0,0,0,0,0,'Bloodscale Enchantress-Ice Barrier'),(12340,12340,18088,4,0,0,1,0,21,34787,9,0,4,0,0,0,0,0,0,'Bloodscale Enchantress-Freezing Circle'),(12340,12340,18089,4,0,0,1,0,17,32064,10,0,0,0,0,0,0,0,0,'Bloodscale Slavedriver-Battle Shout'),(12340,12340,18113,4,0,0,1,0,27,6660,8,0,6,0,0,0,0,0,0,'Feralfen Hunter-Shoot'),(12340,12340,18113,4,0,0,1,0,21,31975,8,0,6,0,0,0,0,0,0,'Feralfen Hunter-Serpent Sting'),(12340,12340,18113,4,0,0,1,0,27,32060,9,0,4,0,0,0,0,0,0,'Feralfen Hunter-Summon Sporebat'),(12340,12340,18113,4,0,0,1,0,17,12024,1,0,6,0,0,0,0,0,0,'Feralfen Hunter-Net'),(12340,12340,18114,4,0,0,1,0,31,9532,8,0,6,0,0,0,0,0,0,'Feralfen Mystic-Lightning Bolt'),(12340,12340,18114,4,0,0,1,0,11,12550,10,0,0,0,0,0,0,0,0,'Feralfen Mystic-Lightning Shield'),(12340,12340,18115,4,0,0,1,0,18,35201,11,0,6,0,0,0,0,0,0,'Daggerfen Muckdweller-Paralytic Poison'),(12340,12340,18116,4,0,0,1,0,22,35204,7,0,4,0,0,0,0,0,0,'Daggerfen Assassin-Toxic Fumes'),(12340,12340,18117,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Ango\'rosh Ogre-Enrage'),(12340,12340,18117,4,0,0,1,0,22,11978,8,0,6,0,0,0,0,0,0,'Ango\'rosh Ogre-Kick'),(12340,12340,18118,4,0,0,1,0,21,9532,8,0,6,0,0,0,0,0,0,'Ango\'rosh Shaman-Lightning Bolt'),(12340,12340,18118,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Ango\'rosh Shaman-Bloodlust'),(12340,12340,18118,4,0,0,1,0,16,23381,3,0,0,0,0,0,0,0,0,'Ango\'rosh Shaman-Healing Touch'),(12340,12340,18119,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Ango\'rosh Brute-Enrage'),(12340,12340,18119,4,0,0,1,0,22,11428,8,0,6,0,0,0,0,0,0,'Ango\'rosh Brute-Knockdown'),(12340,12340,18120,4,0,0,1,0,23,14895,8,0,6,0,0,0,0,0,0,'Ango\'rosh Mauler-Overpower'),(12340,12340,18121,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Ango\'rosh Souleater-Shadow Bolt'),(12340,12340,18121,4,0,0,1,0,23,35195,8,0,6,0,0,0,0,0,0,'Ango\'rosh Souleater-Siphon Life'),(12340,12340,18121,4,0,0,1,0,17,35194,10,0,0,0,0,0,0,0,0,'Ango\'rosh Souleater-Shadowform'),(12340,12340,18123,4,0,0,1,0,22,11978,8,0,6,0,0,0,0,0,0,'Wrekt Slave-Kick'),(12340,12340,18124,4,0,0,1,0,16,35235,8,0,6,0,0,0,0,0,0,'Withered Giant-Osmosis'),(12340,12340,18125,4,0,0,1,0,26,35244,8,0,6,0,0,0,0,0,0,'Starving Fungal Giant-Choking Vines'),(12340,12340,18127,4,0,0,1,0,25,32077,8,0,6,0,0,0,0,0,0,'Bog Lord-Boglord Bash'),(12340,12340,18130,4,0,0,1,0,17,17008,8,0,6,0,0,0,0,0,0,'Marshfang Ripper-Drain Mana'),(12340,12340,18130,4,0,0,1,0,21,3604,8,0,6,0,0,0,0,0,0,'Marshfang Ripper-Tendon Rip'),(12340,12340,18131,4,0,0,1,0,17,17008,8,0,6,0,0,0,0,0,0,'Marshfang Slicer-Drain Mana'),(12340,12340,18131,4,0,0,1,0,21,35333,8,0,6,0,0,0,0,0,0,'Marshfang Slicer-Tail Swipe'),(12340,12340,18132,4,0,0,1,0,17,35325,11,0,6,0,0,0,0,0,0,'Umbraglow Stinger-Glowing Blood'),(12340,12340,18133,4,0,0,1,0,17,13443,8,0,6,0,0,0,0,0,0,'Marshlight Bleeder-Rend'),(12340,12340,18133,4,0,0,1,0,13,35329,11,0,6,0,0,0,0,0,0,'Marshlight Bleeder-Vibrant Blood'),(12340,12340,18134,4,0,0,1,0,27,33628,8,0,6,0,0,0,0,0,0,'Fen Strider-Lightning Tether'),(12340,12340,18135,4,0,0,1,0,27,33628,8,0,6,0,0,0,0,0,0,'Marsh Walker-Lightning Tether'),(12340,12340,18136,4,0,0,1,0,18,9616,3,0,0,0,0,0,0,0,0,'Marsh Lurker-Wild Regeneration'),(12340,12340,18137,4,0,0,1,0,14,35234,8,0,6,0,0,0,0,0,0,'Marsh Dredger-Strangling Roots'),(12340,12340,18154,4,0,0,1,0,22,12674,7,0,4,0,0,0,0,0,0,'Ssslith-Frost Nova'),(12340,12340,18154,4,0,0,1,0,19,17741,10,0,0,0,0,0,0,0,0,'Ssslith-Mana Shield'),(12340,12340,18159,4,0,0,1,0,13,13730,11,0,4,0,0,0,0,0,0,'Boss Grog\'ak-Demoralizing Shout'),(12340,12340,18159,4,0,0,1,0,21,35473,8,0,6,0,0,0,0,0,0,'Boss Grog\'ak-Forceful Cleave'),(12340,12340,18160,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Overlord Gorefist-Toughen'),(12340,12340,18160,4,0,0,1,0,21,15496,8,0,6,0,0,0,0,0,0,'Overlord Gorefist-Cleave'),(12340,12340,18182,4,0,0,1,0,22,23114,8,0,6,0,0,0,0,0,0,'Gurok the Usurper-Earth Shock'),(12340,12340,18182,4,0,0,1,0,17,22127,1,0,6,0,0,0,0,0,0,'Gurok the Usurper-Entangling Roots'),(12340,12340,18182,4,0,0,1,0,19,32959,8,0,6,0,0,0,0,0,0,'Gurok the Usurper-Knock Away'),(12340,12340,18202,4,0,0,1,0,26,32133,8,0,6,0,0,0,0,0,0,'Murkblood Putrifier-Corrupted Earth'),(12340,12340,18202,4,0,0,1,0,23,32132,8,0,6,0,0,0,0,0,0,'Murkblood Putrifier-Tainted Chain Lightning'),(12340,12340,18202,4,0,0,1,0,21,32134,7,0,3,0,0,0,0,0,0,'Murkblood Putrifier-Putrid Cloud'),(12340,12340,18203,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Murkblood Raider-Cleave'),(12340,12340,18203,4,0,0,1,0,21,11971,11,0,6,0,0,0,0,0,0,'Murkblood Raider-Sunder Armor'),(12340,12340,18204,4,0,0,1,0,23,32132,8,0,6,0,0,0,0,0,0,'Ortor of Murkblood-Tainted Chain Lightning'),(12340,12340,18204,4,0,0,1,0,21,31981,9,0,4,0,0,0,0,0,0,'Ortor of Murkblood-Tainted Earthgrab Totem'),(12340,12340,18204,4,0,0,1,0,21,32137,9,0,4,0,0,0,0,0,0,'Ortor of Murkblood-Corrupted Air Totem'),(12340,12340,18205,4,0,0,1,0,13,32023,7,0,4,0,0,0,0,0,0,'Clefthoof-Hoof Stomp'),(12340,12340,18211,4,0,0,1,0,13,32104,8,0,6,0,0,0,0,0,0,'Murkblood Brute-Backhand'),(12340,12340,18211,4,0,0,1,0,14,32105,8,0,6,0,0,0,0,0,0,'Murkblood Brute-Kick'),(12340,12340,18213,4,0,0,1,0,23,39419,8,0,6,0,0,0,0,0,0,'Mire Hydra-Poison Spit'),(12340,12340,18220,4,0,0,1,0,19,30285,8,0,6,0,0,0,0,0,0,'Ravenous Windroc-Eagle Claw'),(12340,12340,18221,4,0,0,1,0,24,1006,10,0,0,0,0,0,0,0,0,'Holaaru-Inner Fire'),(12340,12340,18238,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Murkblood Invader-Cleave'),(12340,12340,18238,4,0,0,1,0,21,11971,11,0,6,0,0,0,0,0,0,'Murkblood Invader-Sunder Armor'),(12340,12340,18241,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Crusty-Enrage'),(12340,12340,18257,4,0,0,1,0,18,32022,11,0,6,0,0,0,0,0,0,'Gutripper-Gut Rip'),(12340,12340,18258,4,0,0,1,0,18,32019,8,0,6,0,0,0,0,0,0,'Bach\'lor-Gore'),(12340,12340,18258,4,0,0,1,0,22,32020,8,0,6,0,0,0,0,0,0,'Bach\'lor-Talbuk Strike'),(12340,12340,18259,4,0,0,1,0,19,32023,7,0,4,0,0,0,0,0,0,'Banthar-Hoof Stomp'),(12340,12340,18260,4,0,0,1,0,19,2676,7,0,4,0,0,0,0,0,0,'Boulderfist Invader-Pulverize'),(12340,12340,18262,4,0,0,1,0,29,2676,7,0,4,0,0,0,0,0,0,'Unkor the Ruthless-Pulverize'),(12340,12340,18281,4,0,0,1,0,23,35493,8,0,6,0,0,0,0,0,0,'Boglash-Forked Lightning Tether'),(12340,12340,18282,4,0,0,1,0,22,8078,7,0,4,0,0,0,0,0,0,'Lord Klaq-Thunderclap'),(12340,12340,18282,4,0,0,1,0,17,35361,10,0,0,0,0,0,0,0,0,'Lord Klaq-Thorns'),(12340,12340,18283,4,0,0,1,0,17,35331,11,0,6,0,0,0,0,0,0,'Blacksting-Black Blood'),(12340,12340,18285,4,0,0,1,0,17,17008,8,0,6,0,0,0,0,0,0,'Count Ungula-Drain Mana'),(12340,12340,18285,4,0,0,1,0,21,35333,8,0,6,0,0,0,0,0,0,'Count Ungula-Tail Swipe'),(12340,12340,18286,4,0,0,1,0,13,35329,11,0,6,0,0,0,0,0,0,'Mragesh-Vibrant Blood'),(12340,12340,18286,4,0,0,1,0,37,35316,8,0,6,0,0,0,0,0,0,'Mragesh-Frostbolt'),(12340,12340,18289,4,0,0,1,0,19,15550,7,0,4,0,0,0,0,0,0,'Bull Elekk-Trample'),(12340,12340,18290,4,0,0,1,0,16,15550,7,0,4,0,0,0,0,0,0,'Tusker-Trample'),(12340,12340,18290,4,0,0,1,0,19,12612,7,0,4,0,0,0,0,0,0,'Tusker-Stomp'),(12340,12340,18290,4,0,0,1,0,18,32019,8,0,6,0,0,0,0,0,0,'Tusker-Gore'),(12340,12340,18298,4,0,0,1,0,19,14873,8,0,6,0,0,0,0,0,0,'Gava\'xi-Sinister Strike'),(12340,12340,18309,4,0,1,1,0,100,33865,8,0,6,0,0,0,0,0,0,'Ethereal Scavenger-Singe'),(12340,12340,18309,4,0,1,1,0,1,33871,8,0,6,0,0,0,0,0,0,'Ethereal Scavenger-Shield Bash'),(12340,12340,18309,4,0,1,1,0,3,34920,8,0,6,0,0,0,0,0,0,'Ethereal Scavenger-Strike'),(12340,12340,18311,4,0,1,1,0,2,8599,2,0,0,0,0,0,0,0,0,'Ethereal Crypt Raider-Enrage'),(12340,12340,18311,4,0,1,1,0,2,22911,8,0,6,0,0,0,0,0,0,'Ethereal Crypt Raider-Charge'),(12340,12340,18311,4,0,1,1,0,2,31403,8,0,4,0,0,0,0,0,0,'Ethereal Crypt Raider-Battle Shout'),(12340,12340,18311,4,0,1,1,0,3,32315,8,0,6,0,0,0,0,0,0,'Ethereal Crypt Raider-Soul Strike'),(12340,12340,18312,4,0,1,1,0,1,17883,8,0,6,0,0,0,0,0,0,'Ethereal Spellbinder-Immolate'),(12340,12340,18312,4,0,1,1,0,1,32316,8,0,0,0,0,0,0,0,0,'Ethereal Spellbinder-Summon Ethereal Wraith'),(12340,12340,18312,4,0,1,1,0,2,37470,8,0,6,0,0,0,0,0,0,'Ethereal Spellbinder-Counterspell'),(12340,12340,18313,4,0,1,1,0,5,15790,2,0,6,0,0,0,0,0,0,'Ethereal Sorcerer-Arcane Missiles'),(12340,12340,18313,4,0,1,1,0,100,25603,8,0,6,0,0,0,0,0,0,'Ethereal Sorcerer-Slow'),(12340,12340,18313,4,0,1,1,0,2,32348,2,0,0,0,0,0,0,0,0,'Ethereal Sorcerer-Summon Arcane Fiends'),(12340,12340,18313,4,0,1,1,0,1,32349,8,0,0,0,0,0,0,0,0,'Ethereal Sorcerer-Summon Arcane Fiend'),(12340,12340,18313,4,0,1,1,0,1,32353,8,0,0,0,0,0,0,0,0,'Ethereal Sorcerer-Summon Arcane Fiend'),(12340,12340,18314,4,0,1,1,0,100,33925,8,0,6,0,0,0,0,0,0,'Nexus Stalker-Phantom Strike'),(12340,12340,18314,4,0,1,1,0,31,34940,8,0,6,0,0,0,0,0,0,'Nexus Stalker-Gouge'),(12340,12340,18315,4,0,1,1,0,17,13323,8,0,6,0,0,0,0,0,0,'Ethereal Theurgist-Polymorph'),(12340,12340,18315,4,0,1,1,0,56,15580,8,0,6,0,0,0,0,0,0,'Ethereal Theurgist-Strike'),(12340,12340,18315,4,0,1,1,0,100,17145,8,0,4,0,0,0,0,0,0,'Ethereal Theurgist-Blast Wave'),(12340,12340,18317,4,0,1,1,0,100,17139,2,0,6,0,0,0,0,0,0,'Ethereal Priest-Power Word: Shield'),(12340,12340,18317,4,0,1,1,0,17,34944,8,0,4,0,0,0,0,0,0,'Ethereal Priest-Holy Nova'),(12340,12340,18317,4,0,1,1,0,12,34945,2,0,6,0,0,0,0,0,0,'Ethereal Priest-Heal'),(12340,12340,18331,4,0,1,1,0,100,16592,2,0,0,0,0,0,0,0,0,'Ethereal Darkcaster-Shadowform'),(12340,12340,18331,4,0,1,1,0,39,34931,8,0,6,0,0,0,0,0,0,'Ethereal Darkcaster-Mana Burn'),(12340,12340,18331,4,0,1,1,0,39,34942,8,0,6,0,0,0,0,0,0,'Ethereal Darkcaster-Shadow Word: Pain'),(12340,12340,18334,4,0,0,1,0,18,32019,8,0,6,0,0,0,0,0,0,'Wild Elekk-Gore'),(12340,12340,18340,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Steam Pump Overseer-Toughen'),(12340,12340,18351,4,0,0,1,0,17,31994,8,0,6,0,0,0,0,0,0,'Lump-Shoulder Charge'),(12340,12340,18352,4,0,0,1,0,23,32248,8,0,6,0,0,0,0,0,0,'Boulderfist Hunter-Spear Throw'),(12340,12340,18391,4,0,0,1,0,22,32000,8,0,6,0,0,0,0,0,0,'Giselda the Crone-Mind Sear'),(12340,12340,18394,4,0,1,1,0,100,34934,8,0,4,0,0,0,0,0,0,'Ethereal Wraith-Shadow Bolt Volley'),(12340,12340,18398,4,0,0,1,0,10,32023,7,0,4,0,0,0,0,0,0,'Brokentoe-Hoof Stomp'),(12340,12340,18399,4,0,0,1,0,14,14873,8,0,6,0,0,0,0,0,0,'Murkblood Twin-Sinister Strike'),(12340,12340,18399,4,0,0,1,0,12,32319,8,0,6,0,0,0,0,0,0,'Murkblood Twin-Mutilate'),(12340,12340,18399,4,0,0,1,0,8,15692,8,0,6,0,0,0,0,0,0,'Murkblood Twin-Eviscerate'),(12340,12340,18400,4,0,0,1,0,13,16727,7,0,4,0,0,0,0,0,0,'Rokdar the Sundered Lord-War Stomp'),(12340,12340,18400,4,0,0,1,0,17,31389,8,0,6,0,0,0,0,0,0,'Rokdar the Sundered Lord-Knock Away'),(12340,12340,18401,4,0,0,1,0,14,32322,7,0,4,0,0,0,0,0,0,'Skra\'gath-Dark Shriek'),(12340,12340,18401,4,0,0,1,0,16,32324,7,0,4,0,0,0,0,0,0,'Skra\'gath-Shadow Burst'),(12340,12340,18401,4,0,0,1,0,21,16429,11,0,6,0,0,0,0,0,0,'Skra\'gath-Piercing Shadow'),(12340,12340,18401,4,0,0,1,0,21,28299,8,0,6,0,0,0,0,0,0,'Skra\'gath-Ball Lightning'),(12340,12340,18402,4,0,0,1,0,5,31403,10,0,0,0,0,0,0,0,0,'Warmaul Champion-Battle Shout'),(12340,12340,18402,4,0,0,1,0,5,32323,8,0,6,0,0,0,0,0,0,'Warmaul Champion-Charge'),(12340,12340,18402,4,0,0,1,0,10,15708,8,0,6,0,0,0,0,0,0,'Warmaul Champion-Mortal Strike'),(12340,12340,18402,4,0,0,1,0,10,17963,11,0,6,0,0,0,0,0,0,'Warmaul Champion-Sundering Cleave'),(12340,12340,18411,4,0,0,1,0,22,28168,8,0,6,0,0,0,0,0,0,'Durn the Hungerer-Arcing Smash'),(12340,12340,18411,4,0,0,1,0,26,34771,8,0,6,0,0,0,0,0,0,'Durn the Hungerer-Force Punch'),(12340,12340,18413,4,0,0,1,0,26,12548,8,0,6,0,0,0,0,0,0,'Zorbo the Advisor-Frost Shock'),(12340,12340,18413,4,0,0,1,0,16,11986,3,0,0,0,0,0,0,0,0,'Zorbo the Advisor-Healing Wave'),(12340,12340,18413,4,0,0,1,0,22,15038,9,0,4,0,0,0,0,0,0,'Zorbo the Advisor-Scorching Totem'),(12340,12340,18423,4,0,0,1,0,16,31403,10,0,0,0,0,0,0,0,0,'Cho\'war the Pillager-Battle Shout'),(12340,12340,18423,4,0,0,1,0,19,15708,8,0,6,0,0,0,0,0,0,'Cho\'war the Pillager-Mortal Strike'),(12340,12340,18423,4,0,0,1,0,21,17963,11,0,6,0,0,0,0,0,0,'Cho\'war the Pillager-Sundering Cleave'),(12340,12340,18423,4,0,0,1,0,13,32323,8,0,6,0,0,0,0,0,0,'Cho\'war the Pillager-Charge'),(12340,12340,18429,4,0,1,1,0,27,15122,8,0,6,0,0,0,0,0,0,'Arcane Fiend-Counterspell'),(12340,12340,18429,4,0,1,1,0,100,33860,8,0,4,0,0,0,0,0,0,'Arcane Fiend-Arcane Explosion'),(12340,12340,18437,4,0,0,1,0,24,32914,7,0,3,0,0,0,0,0,0,'Vicious Teromoth-Wing Buffet'),(12340,12340,18438,4,0,0,1,0,19,32914,8,0,6,0,0,0,0,0,0,'Naphthal\'ar-Wing Buffet'),(12340,12340,18438,4,0,0,1,0,14,32913,11,0,6,0,0,0,0,0,0,'Naphthal\'ar-Dazzling Dust'),(12340,12340,18440,4,0,0,1,0,17,31994,8,0,6,0,0,0,0,0,0,'Warmaul Chef Bufferlo-Shoulder Charge'),(12340,12340,18440,4,0,0,1,0,18,32376,11,0,6,0,0,0,0,0,0,'Warmaul Chef Bufferlo-Tenderize'),(12340,12340,18440,4,0,0,1,0,22,32378,8,0,6,0,0,0,0,0,0,'Warmaul Chef Bufferlo-Filet'),(12340,12340,18450,4,0,0,1,0,24,32907,8,0,6,0,0,0,0,0,0,'Shienor Sorcerer-Arakkoa Blast'),(12340,12340,18450,4,0,0,1,0,31,26098,8,0,6,0,0,0,0,0,0,'Shienor Sorcerer-Lightning Bolt'),(12340,12340,18451,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Shienor Wing Guard-Shield Bash'),(12340,12340,18452,4,0,0,1,0,23,10277,8,0,6,0,0,0,0,0,0,'Skithian Dreadhawk-Throw'),(12340,12340,18452,4,0,0,1,0,26,32908,8,0,6,0,0,0,0,0,0,'Skithian Dreadhawk-Wing Clip'),(12340,12340,18453,4,0,0,1,0,24,32907,8,0,6,0,0,0,0,0,0,'Skithian Windripper-Arakkoa Blast'),(12340,12340,18453,4,0,0,1,0,19,16561,3,0,0,0,0,0,0,0,0,'Skithian Windripper-Regrowth'),(12340,12340,18454,4,0,0,1,0,26,6016,8,0,6,0,0,0,0,0,0,'Shalassi Talonguard-Pierce Armor'),(12340,12340,18455,4,0,0,1,0,23,9053,8,0,6,0,0,0,0,0,0,'Shalassi Oracle-Fireball'),(12340,12340,18455,4,0,0,1,0,24,32907,8,0,6,0,0,0,0,0,0,'Shalassi Oracle-Arakkoa Blast'),(12340,12340,18455,4,0,0,1,0,23,12058,8,0,6,0,0,0,0,0,0,'Shalassi Oracle-Chain Lightning'),(12340,12340,18455,4,0,0,1,0,17,6535,9,0,4,0,0,0,0,0,0,'Shalassi Oracle-Lightning Cloud'),(12340,12340,18457,4,0,0,1,0,28,6660,8,0,6,0,0,0,0,0,0,'Tuurem Hunter-Shoot'),(12340,12340,18460,4,0,0,1,0,26,32938,7,0,4,0,0,0,0,0,0,'Lost Spirit-Cry of the Dead'),(12340,12340,18461,4,0,0,1,0,16,32905,11,0,6,0,0,0,0,0,0,'Dampscale Basilisk-Glare'),(12340,12340,18463,4,0,0,1,0,24,32906,8,0,6,0,0,0,0,0,0,'Dampscale Devourer-Chomp'),(12340,12340,18464,4,0,0,1,0,11,32920,0,0,0,0,0,0,0,0,0,'Warp Stalker-Warp'),(12340,12340,18464,4,0,0,1,0,18,32939,10,0,0,0,0,0,0,0,0,'Warp Stalker-Phase Burst'),(12340,12340,18464,4,0,0,1,0,14,32922,11,0,6,0,0,0,0,0,0,'Warp Stalker-Slow'),(12340,12340,18465,4,0,0,1,0,11,32920,0,0,0,0,0,0,0,0,0,'Warp Hunter-Warp'),(12340,12340,18465,4,0,0,1,0,18,32939,10,0,0,0,0,0,0,0,0,'Warp Hunter-Phase Burst'),(12340,12340,18465,4,0,0,1,0,14,39449,8,0,6,0,0,0,0,0,0,'Warp Hunter-Pounce'),(12340,12340,18466,4,0,0,1,0,17,32902,8,0,6,0,0,0,0,0,0,'Dreadfang Lurker-Dread Poison'),(12340,12340,18467,4,0,0,1,0,17,32902,8,0,6,0,0,0,0,0,0,'Dreadfang Widow-Dread Poison'),(12340,12340,18469,4,0,0,1,0,19,32914,8,0,6,0,0,0,0,0,0,'Royal Teromoth-Wing Buffet'),(12340,12340,18469,4,0,0,1,0,14,32904,11,0,6,0,0,0,0,0,0,'Royal Teromoth-Pacifying Dust'),(12340,12340,18470,4,0,0,1,0,17,34363,8,0,6,0,0,0,0,0,0,'Bonelasher-Fevered Disease'),(12340,12340,18476,4,0,0,1,0,27,32919,8,0,6,0,0,0,0,0,0,'Timber Worg-Snarl'),(12340,12340,18476,4,0,0,1,0,17,32918,11,0,4,0,0,0,0,0,0,'Timber Worg-Chilling Howl'),(12340,12340,18477,4,0,0,1,0,27,32919,8,0,6,0,0,0,0,0,0,'Timber Worg Alpha-Snarl'),(12340,12340,18477,4,0,0,1,0,17,3149,10,0,0,0,0,0,0,0,0,'Timber Worg Alpha-Furious Howl'),(12340,12340,18533,4,0,0,1,0,23,9053,8,0,6,0,0,0,0,0,0,'Luanga the Imprisoner-Fireball'),(12340,12340,18533,4,0,0,1,0,24,32907,8,0,6,0,0,0,0,0,0,'Luanga the Imprisoner-Arakkoa Blast'),(12340,12340,18533,4,0,0,1,0,23,12058,8,0,6,0,0,0,0,0,0,'Luanga the Imprisoner-Chain Lightning'),(12340,12340,18533,4,0,0,1,0,17,6535,9,0,4,0,0,0,0,0,0,'Luanga the Imprisoner-Lightning Cloud'),(12340,12340,18539,4,0,0,1,0,18,32907,8,0,6,0,0,0,0,0,0,'Ashkaz-Arakkoa Blast'),(12340,12340,18539,4,0,0,1,0,37,26098,8,0,6,0,0,0,0,0,0,'Ashkaz-Lightning Bolt'),(12340,12340,18540,4,0,0,1,0,23,11972,8,0,6,0,0,0,0,0,0,'Ayit-Shield Bash'),(12340,12340,18549,4,0,1,1,0,15,36671,8,0,6,0,0,0,0,0,0,'Aldor Vindicator-Banished from Shattrath City'),(12340,12340,18554,4,0,0,1,0,19,13952,3,0,0,0,0,0,0,0,0,'Sharth Voldoun-Holy Light'),(12340,12340,18554,4,0,0,1,0,22,15277,10,0,0,0,0,0,0,0,0,'Sharth Voldoun-Seal of Reckoning'),(12340,12340,18567,4,0,0,1,0,18,31705,0,0,6,0,0,0,0,0,0,'Mo\'arg Master Planner-Magnetic Pull'),(12340,12340,18568,4,0,1,1,0,15,36671,8,0,6,0,0,0,0,0,0,'Scryer Arcane Guardian-Banished from Shattrath City'),(12340,12340,18583,4,0,0,1,0,31,9053,8,0,6,0,0,0,0,0,0,'Lisaile Fireweaver-Fireball'),(12340,12340,18583,4,0,0,1,0,11,32932,10,0,0,0,0,0,0,0,0,'Lisaile Fireweaver-Sun Shield'),(12340,12340,18631,4,0,0,1,0,25,10197,8,0,6,0,0,0,0,0,0,'Cabal Cultist-Fire Blast'),(12340,12340,18632,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Cabal Executioner-Mortal Strike'),(12340,12340,18633,4,0,0,1,0,25,10197,8,0,6,0,0,0,0,0,0,'Cabal Acolyte-Fire Blast'),(12340,12340,18634,4,0,0,1,0,25,10473,8,0,6,0,0,0,0,0,0,'Cabal Summoner-Frost Shock'),(12340,12340,18635,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Cabal Deathsworn-Mortal Strike'),(12340,12340,18636,4,0,0,1,0,25,19472,8,0,6,0,0,0,0,0,0,'Cabal Assassin-Sinister Strike'),(12340,12340,18637,4,0,0,1,0,25,11672,8,0,6,0,0,0,0,0,0,'Cabal Shadow Priest-Corruption'),(12340,12340,18638,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Cabal Zealot-Mortal Strike'),(12340,12340,18640,4,0,0,1,0,25,11712,8,0,6,0,0,0,0,0,0,'Cabal Warlock-Curse of Agony'),(12340,12340,18641,4,0,0,1,0,25,25306,8,0,6,0,0,0,0,0,0,'Cabal Familiar-Fireball'),(12340,12340,18647,4,0,0,1,0,17,32902,8,0,6,0,0,0,0,0,0,'Deathskitter-Dread Poison'),(12340,12340,18648,4,0,0,1,0,16,32905,11,0,6,0,0,0,0,0,0,'Stonegazer-Glare'),(12340,12340,18658,4,0,0,1,0,29,9613,8,0,6,0,0,0,0,0,0,'Kil\'sorrow Ritualist-Shadow Bolt'),(12340,12340,18658,4,0,0,1,0,23,32063,8,0,6,0,0,0,0,0,0,'Kil\'sorrow Ritualist-Corruption'),(12340,12340,18661,4,0,0,1,0,17,11443,8,0,6,0,0,0,0,0,0,'Terrorguard-Cripple'),(12340,12340,18661,4,0,0,1,0,16,11876,7,0,4,0,0,0,0,0,0,'Terrorguard-War Stomp'),(12340,12340,18670,4,0,0,1,0,29,32962,8,0,6,0,0,0,0,0,0,'Ironjaw-Iron Bite'),(12340,12340,18670,4,0,0,1,0,27,32919,8,0,6,0,0,0,0,0,0,'Ironjaw-Snarl'),(12340,12340,18670,4,0,0,1,0,17,32918,11,0,4,0,0,0,0,0,0,'Ironjaw-Chilling Howl'),(12340,12340,18677,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Mekthorg the Wild-Enrage'),(12340,12340,18677,4,0,0,1,0,27,38875,8,0,6,0,0,0,0,0,0,'Mekthorg the Wild-Pike Vault'),(12340,12340,18677,4,0,0,1,0,15,37704,10,0,0,0,0,0,0,0,0,'Mekthorg the Wild-Whirlwind'),(12340,12340,18678,4,0,0,1,0,19,32330,8,0,6,0,0,0,0,0,0,'Fulgorge-Poison Spit'),(12340,12340,18679,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Vorakem Doomspeaker-Enrage'),(12340,12340,18679,4,0,0,1,0,13,9080,11,0,6,0,0,0,0,0,0,'Vorakem Doomspeaker-Hamstring'),(12340,12340,18680,4,0,0,1,0,23,35493,8,0,6,0,0,0,0,0,0,'Marticar-Forked Lightning Tether'),(12340,12340,18680,4,0,0,1,0,14,32039,8,0,6,0,0,0,0,0,0,'Marticar-Magnetic Pull'),(12340,12340,18681,4,0,0,1,0,22,33860,7,0,4,0,0,0,0,0,0,'Coilfang Emissary-Arcane Explosion'),(12340,12340,18681,4,0,0,1,0,21,39207,8,0,6,0,0,0,0,0,0,'Coilfang Emissary-Water Spout'),(12340,12340,18681,4,0,0,1,0,27,20297,8,0,6,0,0,0,0,0,0,'Coilfang Emissary-Frostbolt'),(12340,12340,18682,4,0,0,1,0,22,35238,7,0,4,0,0,0,0,0,0,'Bog Lurker-War Stomp'),(12340,12340,18682,4,0,0,1,0,16,34163,3,0,0,0,0,0,0,0,0,'Bog Lurker-Fungal Regrowth'),(12340,12340,18683,4,0,0,1,0,29,12471,8,0,6,0,0,0,0,0,0,'Voidhunter Yar-Shadow Bolt'),(12340,12340,18683,4,0,0,1,0,14,38051,1,0,6,0,0,0,0,0,0,'Voidhunter Yar-Fel Shackles'),(12340,12340,18684,4,0,0,1,0,25,12468,7,0,3,0,0,0,0,0,0,'Bro\'Gaz the Clanless-Flamestrike'),(12340,12340,18684,4,0,0,1,0,18,15586,3,0,0,0,0,0,0,0,0,'Bro\'Gaz the Clanless-Heal'),(12340,12340,18685,4,0,0,1,0,31,14034,8,0,6,0,0,0,0,0,0,'Okrek-Fireball'),(12340,12340,18685,4,0,0,1,0,31,12471,8,0,6,0,0,0,0,0,0,'Okrek-Shadow Bolt'),(12340,12340,18685,4,0,0,1,0,27,38391,8,0,6,0,0,0,0,0,0,'Okrek-Scorch'),(12340,12340,18685,4,0,0,1,0,21,32711,7,0,4,0,0,0,0,0,0,'Okrek-Shadow Nova'),(12340,12340,18686,4,0,0,1,0,28,12471,8,0,6,0,0,0,0,0,0,'Doomsayer Jurim-Shadow Bolt'),(12340,12340,18686,4,0,0,1,0,23,38401,8,0,6,0,0,0,0,0,0,'Doomsayer Jurim-Incinerate'),(12340,12340,18686,4,0,0,1,0,14,39212,8,0,6,0,0,0,0,0,0,'Doomsayer Jurim-Corruption'),(12340,12340,18686,4,0,0,1,0,12,12493,6,0,6,0,0,0,0,0,0,'Doomsayer Jurim-Curse of Weakness'),(12340,12340,18686,4,0,0,1,0,18,39210,11,0,6,0,0,0,0,0,0,'Doomsayer Jurim-Fear'),(12340,12340,18689,4,0,0,1,0,18,38882,10,0,0,0,0,0,0,0,0,'Crippler-Bone Armor'),(12340,12340,18689,4,0,0,1,0,21,38621,8,0,6,0,0,0,0,0,0,'Crippler-Debilitating Strike'),(12340,12340,18689,4,0,0,1,0,19,39214,11,0,6,0,0,0,0,0,0,'Crippler-Pierce Armor'),(12340,12340,18690,4,0,0,1,0,23,35238,7,0,4,0,0,0,0,0,0,'Morcrush-War Stomp'),(12340,12340,18692,4,0,0,1,0,23,9573,7,0,4,0,0,0,0,0,0,'Hemathion-Flame Breath'),(12340,12340,18692,4,0,0,1,0,21,14100,4,0,4,0,0,0,0,0,0,'Hemathion-Terrifying Roar'),(12340,12340,18693,4,0,0,1,0,23,15497,8,0,6,0,0,0,0,0,0,'Speaker Mar\'grom-Frostbolt'),(12340,12340,18693,4,0,0,1,0,23,12466,8,0,6,0,0,0,0,0,0,'Speaker Mar\'grom-Fireball'),(12340,12340,18693,4,0,0,1,0,23,15241,8,0,6,0,0,0,0,0,0,'Speaker Mar\'grom-Scorch'),(12340,12340,18694,4,0,0,1,0,26,34322,4,0,4,0,0,0,0,0,0,'Collidus the Warp-Watcher-Psychic Scream'),(12340,12340,18694,4,0,0,1,0,30,38932,1,0,6,0,0,0,0,0,0,'Collidus the Warp-Watcher-Blink'),(12340,12340,18694,4,0,0,1,0,32,36414,8,0,6,0,0,0,0,0,0,'Collidus the Warp-Watcher-Focused Bursts'),(12340,12340,18695,4,0,0,1,0,12,38916,10,0,0,0,0,0,0,0,0,'Ambassador Jerrikar-Diplomatic Immunity'),(12340,12340,18695,4,0,0,1,0,30,38913,11,0,6,0,0,0,0,0,0,'Ambassador Jerrikar-Silence'),(12340,12340,18695,4,0,0,1,0,31,38926,8,0,6,0,0,0,0,0,0,'Ambassador Jerrikar-Dark Strike'),(12340,12340,18697,4,0,0,1,0,37,12471,8,0,6,0,0,0,0,0,0,'Chief Engineer Lorthander-Shadow Bolt'),(12340,12340,18697,4,0,0,1,0,28,36843,11,0,6,0,0,0,0,0,0,'Chief Engineer Lorthander-Slow'),(12340,12340,18698,4,0,0,1,0,33,33860,7,0,4,0,0,0,0,0,0,'Ever-Core the Punisher-Arcane Explosion'),(12340,12340,18698,4,0,0,1,0,27,35892,7,0,4,0,0,0,0,0,0,'Ever-Core the Punisher-Suppression'),(12340,12340,18707,4,0,0,1,0,17,13579,8,0,6,0,0,0,0,0,0,'Torgos-Gouge'),(12340,12340,18707,4,0,0,1,0,22,32022,11,0,6,0,0,0,0,0,0,'Torgos-Gut Rip'),(12340,12340,18707,4,0,0,1,0,21,32903,11,0,6,0,0,0,0,0,0,'Torgos-Fevered Disease'),(12340,12340,18718,4,0,0,1,0,19,32915,8,0,6,0,0,0,0,0,0,'Shadowy Hunter-Raptor Strike'),(12340,12340,18718,4,0,0,1,0,22,32908,11,0,6,0,0,0,0,0,0,'Shadowy Hunter-Wing Clip'),(12340,12340,18719,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Shadowy Advisor-Shadow Bolt'),(12340,12340,18720,4,0,0,1,0,19,32736,8,0,6,0,0,0,0,0,0,'Shadowmaster Grieve-Mortal Strike'),(12340,12340,18720,4,0,0,1,0,22,32916,8,0,6,0,0,0,0,0,0,'Shadowmaster Grieve-Shadow Cleave'),(12340,12340,18733,4,0,0,1,0,14,41534,7,0,4,0,0,0,0,0,0,'Fel Reaver-War Stomp'),(12340,12340,18794,4,0,0,1,0,25,10945,8,0,6,0,0,0,0,0,0,'Cabal Ritualist-Mind Blast'),(12340,12340,18796,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Fel Overseer-Mortal Strike'),(12340,12340,18827,4,0,0,1,0,12,33974,8,0,6,0,0,0,0,0,0,'Gan\'arg Sapper-Power Burn'),(12340,12340,18830,4,0,0,1,0,25,16856,8,0,6,0,0,0,0,0,0,'Cabal Fanatic-Mortal Strike'),(12340,12340,18848,4,0,0,1,0,25,10101,8,0,6,0,0,0,0,0,0,'Malicious Instructor-Knock Away'),(12340,12340,18850,4,0,0,1,0,24,35877,11,0,6,0,0,0,0,0,0,'Sunfury Guardsman-Mark of the Sunfury'),(12340,12340,18850,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Guardsman-Enrage'),(12340,12340,18852,4,0,0,1,0,31,35919,8,0,6,0,0,0,0,0,0,'Sunfury Warp-Engineer-Welding Beam'),(12340,12340,18853,4,0,0,1,0,24,35877,11,0,6,0,0,0,0,0,0,'Sunfury Bloodwarder-Mark of the Sunfury'),(12340,12340,18853,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Bloodwarder-Enrage'),(12340,12340,18855,4,0,0,1,0,38,9053,8,0,6,0,0,0,0,0,0,'Sunfury Magister-Fireball'),(12340,12340,18855,4,0,0,1,0,24,35778,11,0,6,0,0,0,0,0,0,'Sunfury Magister-Bloodcrystal Surge'),(12340,12340,18856,4,0,0,1,0,33,33860,7,0,4,0,0,0,0,0,0,'Arcane Annihilator-Arcane Explosion'),(12340,12340,18856,4,0,0,1,0,27,35892,7,0,4,0,0,0,0,0,0,'Arcane Annihilator-Suppression'),(12340,12340,18857,4,0,0,1,0,31,35919,8,0,6,0,0,0,0,0,0,'Sunfury Warp-Master-Welding Beam'),(12340,12340,18859,4,0,0,1,0,34,34017,7,0,3,0,0,0,0,0,0,'Wrath Priestess-Rain of Chaos'),(12340,12340,18860,4,0,0,1,0,31,36225,7,0,4,0,0,0,0,0,0,'Daughter of Destiny-Chaos Nova'),(12340,12340,18864,4,0,0,1,0,37,29054,8,0,6,0,0,0,0,0,0,'Mana Wraith-Devour Mana'),(12340,12340,18865,4,0,0,1,0,31,36640,10,0,0,0,0,0,0,0,0,'Warp Aberration-Arcane Shield'),(12340,12340,18865,4,0,0,1,0,22,36577,9,0,3,0,0,0,0,0,0,'Warp Aberration-Warp Storm'),(12340,12340,18867,4,0,0,1,0,37,37159,8,0,6,0,0,0,0,0,0,'Mana Seeker-Mana Burn'),(12340,12340,18867,4,0,0,1,0,28,36843,11,0,6,0,0,0,0,0,0,'Mana Seeker-Slow'),(12340,12340,18869,4,0,0,1,0,31,36463,7,0,3,0,0,0,0,0,0,'Unstable Voidwraith-Unstable Rift'),(12340,12340,18870,4,0,0,1,0,38,34344,8,0,6,0,0,0,0,0,0,'Voidshrieker-Shadow Bolt'),(12340,12340,18872,4,0,0,1,0,38,36003,10,0,0,0,0,0,0,0,0,'Disembodied Vindicator-Revenge of the Fallen'),(12340,12340,18872,4,0,0,1,0,32,36002,11,0,6,0,0,0,0,0,0,'Disembodied Vindicator-Vindication'),(12340,12340,18873,4,0,0,1,0,46,31740,8,0,6,0,0,0,0,0,0,'Disembodied Protector-Holy Smite'),(12340,12340,18873,4,0,0,1,0,39,36647,8,0,6,0,0,0,0,0,0,'Disembodied Protector-Crusader Strike'),(12340,12340,18875,4,0,0,1,0,31,35922,10,0,0,0,0,0,0,0,0,'Zaxxis Raider-Energy Flare'),(12340,12340,18879,4,0,0,1,0,22,31729,8,0,6,0,0,0,0,0,0,'Phase Hunter-Mana Burn'),(12340,12340,18881,4,0,0,1,0,19,35310,9,0,4,0,0,0,0,0,0,'Sundered Rumbler-Summon Sundered Shard'),(12340,12340,18882,4,0,0,1,0,19,35007,9,0,4,0,0,0,0,0,0,'Sundered Thunderer-Summon Sundered Shards'),(12340,12340,18882,4,0,0,1,0,29,8078,7,0,4,0,0,0,0,0,0,'Sundered Thunderer-Thunderclap'),(12340,12340,18883,4,0,0,1,0,37,37176,8,0,6,0,0,0,0,0,0,'Mana Snapper-Mana Burn'),(12340,12340,18884,4,0,0,1,0,32,32920,1,0,6,0,0,0,0,0,0,'Warp Chaser-Warp'),(12340,12340,18884,4,0,0,1,0,35,32739,8,0,6,0,0,0,0,0,0,'Warp Chaser-Venomous Bite'),(12340,12340,18886,4,0,0,1,0,29,36096,10,0,0,0,0,0,0,0,0,'Farahlon Breaker-Spell Reflection'),(12340,12340,18894,4,0,0,1,0,100,10413,8,0,6,0,0,0,0,0,0,'Felguard Brute-Earth Shock'),(12340,12340,18894,4,0,0,1,0,100,15207,8,0,6,0,0,0,0,0,0,'Felguard Brute-Lightning Bolt'),(12340,12340,18894,4,0,0,1,0,100,26419,8,0,6,0,0,0,0,0,0,'Felguard Brute-Acid Spray'),(12340,12340,18894,4,0,0,1,0,100,18670,8,0,6,0,0,0,0,0,0,'Felguard Brute-Knock Away'),(12340,12340,18944,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Fel Soldier-Cleave'),(12340,12340,18944,4,0,0,1,0,21,32009,8,0,6,0,0,0,0,0,0,'Fel Soldier-Cutdown'),(12340,12340,18945,4,0,0,1,0,13,33393,9,0,4,0,0,0,0,0,0,'Pit Commander-Summon Infernals'),(12340,12340,18948,4,0,0,1,0,25,133,8,0,6,0,0,0,0,0,0,'Stormwind Soldier-Fireball'),(12340,12340,18952,4,0,0,1,0,28,13398,8,0,6,0,0,0,0,0,0,'Bonechewer Scavenger-Throw Wrench'),(12340,12340,18971,4,0,0,1,0,25,33463,8,0,6,0,0,0,0,0,0,'Undercity Mage-Icebolt'),(12340,12340,18976,4,0,0,1,0,28,32004,8,0,6,0,0,0,0,0,0,'Urga\'zz-Drill'),(12340,12340,18977,4,0,0,1,0,17,33971,8,0,6,0,0,0,0,0,0,'Felguard Destroyer-Sweeping Charge'),(12340,12340,18981,4,0,0,1,0,27,33969,8,0,6,0,0,0,0,0,0,'Doomwhisperer-Draining Bolt'),(12340,12340,18992,4,0,0,1,0,11,35491,10,0,0,0,0,0,0,0,0,'Captain Krosh-Furious Rage'),(12340,12340,19016,4,0,0,1,0,100,11667,8,0,6,0,0,0,0,0,0,'Hellfire Familiar-Immolate'),(12340,12340,19016,4,0,0,1,0,100,10149,8,0,6,0,0,0,0,0,0,'Hellfire Familiar-Fireball'),(12340,12340,19016,4,0,0,1,0,100,10197,8,0,6,0,0,0,0,0,0,'Hellfire Familiar-Fire Blast'),(12340,12340,19027,4,0,0,1,0,100,1754,8,0,6,0,0,0,0,0,0,'Stabled Kurenai Lion-Cower'),(12340,12340,19030,4,0,0,1,0,100,1754,8,0,6,0,0,0,0,0,0,'Stabled Kurenai Panther-Cower'),(12340,12340,19055,4,0,0,1,0,17,30285,8,0,6,0,0,0,0,0,0,'Windroc Matriarch-Eagle Claw'),(12340,12340,19067,4,0,2,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Fel Cannon: Hate-Fel Cannon Blast'),(12340,12340,19136,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Flamewaker Imp-Fireball'),(12340,12340,19183,4,0,0,1,0,13,32023,7,0,4,0,0,0,0,0,0,'Clefthoof Calf-Hoof Stomp'),(12340,12340,19188,4,0,0,1,0,28,33688,8,0,6,0,0,0,0,0,0,'Raging Colossus-Crystal Strike'),(12340,12340,19188,4,0,0,1,0,19,11428,8,0,6,0,0,0,0,0,0,'Raging Colossus-Knockdown'),(12340,12340,19188,4,0,0,1,0,15,18501,10,0,0,0,0,0,0,0,0,'Raging Colossus-Enrage'),(12340,12340,19189,4,0,0,1,0,22,33781,8,0,6,0,0,0,0,0,0,'Quillfang Skitterer-Ravage'),(12340,12340,19190,4,0,0,1,0,27,32736,8,0,6,0,0,0,0,0,0,'Fel Handler-Mortal Strike'),(12340,12340,19191,4,0,0,1,0,16,33975,8,0,6,0,0,0,0,0,0,'Arazzius the Cruel-Pyroblast'),(12340,12340,19191,4,0,0,1,0,11,34249,7,0,4,0,0,0,0,0,0,'Arazzius the Cruel-Inferno'),(12340,12340,19191,4,0,0,1,0,21,15245,8,0,6,0,0,0,0,0,0,'Arazzius the Cruel-Shadow Bolt Volley'),(12340,12340,19191,4,0,0,1,0,13,34008,8,0,6,0,0,0,0,0,0,'Arazzius the Cruel-Enchant Boots - Boar\'s Speed'),(12340,12340,19192,4,0,0,1,0,18,34017,7,0,4,0,0,0,0,0,0,'Mistress of Doom-Rain of Chaos'),(12340,12340,19192,4,0,0,1,0,13,34237,9,0,4,0,0,0,0,0,0,'Mistress of Doom-Summon Imps'),(12340,12340,19208,4,0,0,1,0,25,20698,8,0,6,0,0,0,0,0,0,'Summoned Cabal Acolyte-Wrath'),(12340,12340,19209,4,0,0,1,0,25,20698,8,0,6,0,0,0,0,0,0,'Summoned Cabal Deathsworn-Wrath'),(12340,12340,19210,4,0,2,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Fel Cannon: Fear-Fel Cannon Blast'),(12340,12340,19257,4,0,0,1,0,18,12674,7,0,4,0,0,0,0,0,0,'Arcanist Torseldori-Frost Nova'),(12340,12340,19257,4,0,0,1,0,28,15530,8,0,6,0,0,0,0,0,0,'Arcanist Torseldori-Frostbolt'),(12340,12340,19257,4,0,0,1,0,14,33634,7,0,4,0,0,0,0,0,0,'Arcanist Torseldori-Blizzard'),(12340,12340,19257,4,0,0,1,0,13,22273,8,0,6,0,0,0,0,0,0,'Arcanist Torseldori-Arcane Missiles'),(12340,12340,19258,4,0,0,1,0,28,15530,8,0,6,0,0,0,0,0,0,'Bloodmage-Frostbolt'),(12340,12340,19258,4,0,0,1,0,18,12674,7,0,4,0,0,0,0,0,0,'Bloodmage-Frost Nova'),(12340,12340,19258,4,0,0,1,0,14,33634,7,0,4,0,0,0,0,0,0,'Bloodmage-Blizzard'),(12340,12340,19258,4,0,0,1,0,13,22273,8,0,6,0,0,0,0,0,0,'Bloodmage-Arcane Missiles'),(12340,12340,19263,4,0,0,1,0,17,34113,8,0,6,0,0,0,0,0,0,'Warboss Nekrogg-Bonechewer Bite'),(12340,12340,19264,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Force-Commander Gorax-Toughen'),(12340,12340,19264,4,0,0,1,0,18,33735,10,0,0,0,0,0,0,0,0,'Force-Commander Gorax-Blade Flurry'),(12340,12340,19264,4,0,0,1,0,12,24193,8,0,6,0,0,0,0,0,0,'Force-Commander Gorax-Charge'),(12340,12340,19264,4,0,0,1,0,13,9080,11,0,6,0,0,0,0,0,0,'Force-Commander Gorax-Hamstring'),(12340,12340,19282,4,0,0,1,0,23,32000,8,0,6,0,0,0,0,0,0,'Subjugator Shi\'aziv-Mind Sear'),(12340,12340,19282,4,0,0,1,0,21,32026,8,0,6,0,0,0,0,0,0,'Subjugator Shi\'aziv-Pain Spike'),(12340,12340,19295,4,0,0,1,0,18,7978,7,0,4,0,0,0,0,0,0,'Shattered Hand Grenadier-Throw Dynamite'),(12340,12340,19298,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Warbringer Arix\'Amal-Cleave'),(12340,12340,19298,4,0,0,1,0,21,32009,8,0,6,0,0,0,0,0,0,'Warbringer Arix\'Amal-Cutdown'),(12340,12340,19299,4,0,0,1,0,27,32417,8,0,6,0,0,0,0,0,0,'Deathwhisperer-Mind Flay'),(12340,12340,19305,4,0,0,1,0,28,33688,8,0,6,0,0,0,0,0,0,'Goliathon-Crystal Strike'),(12340,12340,19305,4,0,0,1,0,19,32959,8,0,6,0,0,0,0,0,0,'Goliathon-Knock Away'),(12340,12340,19305,4,0,0,1,0,17,5568,7,0,4,0,0,0,0,0,0,'Goliathon-Trample'),(12340,12340,19306,4,0,1,1,0,20,15785,8,0,6,0,0,0,0,0,0,'Mana Leech-Mana Burn'),(12340,12340,19306,4,0,1,1,0,23,25602,8,0,6,0,0,0,0,0,0,'Mana Leech-Faerie Fire'),(12340,12340,19306,4,0,1,1,0,100,34933,8,0,4,0,0,0,0,0,0,'Mana Leech-Arcane Explosion'),(12340,12340,19307,4,0,1,1,0,37,34322,8,0,4,0,0,0,0,0,0,'Nexus Terror-Psychic Scream'),(12340,12340,19307,4,0,1,1,0,100,34922,8,0,6,0,0,0,0,0,0,'Nexus Terror-Shadows Embrace'),(12340,12340,19307,4,0,1,1,0,22,34925,8,0,6,0,0,0,0,0,0,'Nexus Terror-Curse of Impotence'),(12340,12340,19312,4,0,0,1,0,18,33500,10,0,0,0,0,0,0,0,0,'Drillmaster Zurok-Whirlwind'),(12340,12340,19312,4,0,0,1,0,27,18813,8,0,6,0,0,0,0,0,0,'Drillmaster Zurok-Knock Away'),(12340,12340,19335,4,0,0,1,0,23,32000,8,0,6,0,0,0,0,0,0,'Subjugator Yalqiz-Mind Sear'),(12340,12340,19335,4,0,0,1,0,21,32026,8,0,6,0,0,0,0,0,0,'Subjugator Yalqiz-Pain Spike'),(12340,12340,19349,4,0,0,1,0,22,3242,8,0,6,0,0,0,0,0,0,'Thornfang Ravager-Ravage'),(12340,12340,19350,4,0,0,1,0,19,33781,8,0,6,0,0,0,0,0,0,'Thornfang Venomspitter-Ravage'),(12340,12340,19350,4,0,0,1,0,17,6917,8,0,6,0,0,0,0,0,0,'Thornfang Venomspitter-Venom Spit'),(12340,12340,19354,4,0,0,1,0,21,15245,8,0,6,0,0,0,0,0,0,'Arzeth the Merciless-Shadow Bolt Volley'),(12340,12340,19354,4,0,0,1,0,13,16856,8,0,6,0,0,0,0,0,0,'Arzeth the Merciless-Mortal Strike'),(12340,12340,19362,4,0,0,1,0,31,15496,8,0,6,0,0,0,0,0,0,'Kor\'kron Defender-Cleave'),(12340,12340,19364,4,0,0,1,0,35,19643,8,0,6,0,0,0,0,0,0,'Kor\'kron Rider-Mortal Strike'),(12340,12340,19364,4,0,0,1,0,32,15618,8,0,6,0,0,0,0,0,0,'Kor\'kron Rider-Snap Kick'),(12340,12340,19384,4,0,0,1,0,29,33805,8,0,6,0,0,0,0,0,0,'Wildhammer Scout-Throw Hammer'),(12340,12340,19384,4,0,0,1,0,34,33808,8,0,6,0,0,0,0,0,0,'Wildhammer Scout-Shoot Gun'),(12340,12340,19399,4,0,2,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Fel Cannon-Fel Cannon Blast'),(12340,12340,19400,4,0,0,1,0,30,34190,8,0,6,0,0,0,0,0,0,'Fel Reaver Sentry-Arcane Orb'),(12340,12340,19400,4,0,0,1,0,30,13048,8,0,6,0,0,0,0,0,0,'Fel Reaver Sentry-Enrage'),(12340,12340,19400,4,0,0,1,0,30,38576,8,0,6,0,0,0,0,0,0,'Fel Reaver Sentry-Knockback'),(12340,12340,19400,4,0,0,1,0,30,34164,8,0,6,0,0,0,0,0,0,'Fel Reaver Sentry-Pounding'),(12340,12340,19402,4,0,0,1,0,22,35238,7,0,4,0,0,0,0,0,0,'Withered Bog Lord-War Stomp'),(12340,12340,19402,4,0,0,1,0,16,35235,8,0,6,0,0,0,0,0,0,'Withered Bog Lord-Osmosis'),(12340,12340,19408,4,0,0,1,0,27,15968,8,0,6,0,0,0,0,0,0,'Maiden of Pain-Lash of Pain'),(12340,12340,19408,4,0,0,1,0,11,34086,10,0,0,0,0,0,0,0,0,'Maiden of Pain-Whipped Frenzy'),(12340,12340,19410,4,0,0,1,0,12,6742,10,0,0,0,0,0,0,0,0,'Shattered Hand Neophyte-Bloodlust'),(12340,12340,19410,4,0,0,1,0,17,11640,3,0,0,0,0,0,0,0,0,'Shattered Hand Neophyte-Renew'),(12340,12340,19410,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Shattered Hand Neophyte-Shadow Word: Pain'),(12340,12340,19411,4,0,0,1,0,29,9613,8,0,6,0,0,0,0,0,0,'Shattered Hand Warlock-Shadow Bolt'),(12340,12340,19411,4,0,0,1,0,21,11962,8,0,6,0,0,0,0,0,0,'Shattered Hand Warlock-Immolate'),(12340,12340,19411,4,0,0,1,0,14,13787,10,0,0,0,0,0,0,0,0,'Shattered Hand Warlock-Demon Armor'),(12340,12340,19413,4,0,0,1,0,29,14034,8,0,6,0,0,0,0,0,0,'Shattered Hand Mage-Fireball'),(12340,12340,19413,4,0,0,1,0,23,11831,7,0,4,0,0,0,0,0,0,'Shattered Hand Mage-Frost Nova'),(12340,12340,19414,4,0,0,1,0,17,11976,8,0,6,0,0,0,0,0,0,'Shattered Hand Guard-Strike'),(12340,12340,19415,4,0,0,1,0,17,16588,3,0,0,0,0,0,0,0,0,'Shattered Hand Acolyte-Dark Mending'),(12340,12340,19415,4,0,0,1,0,12,13864,10,0,0,0,0,0,0,0,0,'Shattered Hand Acolyte-Power Word: Fortitude'),(12340,12340,19415,4,0,0,1,0,23,16568,8,0,6,0,0,0,0,0,0,'Shattered Hand Acolyte-Mind Flay'),(12340,12340,19419,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Raging Shardling-Enrage'),(12340,12340,19422,4,0,0,1,0,13,34073,11,0,6,0,0,0,0,0,0,'Bleeding Hollow Necrolyte-Curse of the Bleeding Hollow'),(12340,12340,19422,4,0,0,1,0,13,34019,9,0,4,0,0,0,0,0,0,'Bleeding Hollow Necrolyte-Raise Dead'),(12340,12340,19422,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Bleeding Hollow Necrolyte-Fireball'),(12340,12340,19424,4,0,0,1,0,11,33924,11,0,6,0,0,0,0,0,0,'Bleeding Hollow Tormentor-Fear'),(12340,12340,19424,4,0,0,1,0,12,31553,11,0,6,0,0,0,0,0,0,'Bleeding Hollow Tormentor-Hamstring'),(12340,12340,19428,4,0,0,1,0,25,25012,8,0,6,0,0,0,0,0,0,'Cobalt Serpent-Lightning Breath'),(12340,12340,19428,4,0,0,1,0,100,25304,8,0,6,0,0,0,0,0,0,'Cobalt Serpent-Frostbolt'),(12340,12340,19428,4,0,0,1,0,10,23339,8,0,6,0,0,0,0,0,0,'Cobalt Serpent-Wing Buffet'),(12340,12340,19434,4,0,0,1,0,29,32666,8,0,6,0,0,0,0,0,0,'Dreadcaller-Shadow Bolt'),(12340,12340,19434,4,0,0,1,0,18,17140,8,0,6,0,0,0,0,0,0,'Dreadcaller-Holy Fire'),(12340,12340,19442,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Worg Master Kruush-Enrage'),(12340,12340,19442,4,0,0,1,0,21,30478,8,0,6,0,0,0,0,0,0,'Worg Master Kruush-Hemorrhage'),(12340,12340,19443,4,0,0,1,0,23,34109,8,0,6,0,0,0,0,0,0,'Tagar Spinebreaker-Whirlwind Knockback'),(12340,12340,19443,4,0,0,1,0,17,34108,8,0,6,0,0,0,0,0,0,'Tagar Spinebreaker-Spine Break'),(12340,12340,19453,4,0,0,1,0,38,35871,8,0,6,0,0,0,0,0,0,'Sunfury Captain-Spellbreaker'),(12340,12340,19453,4,0,0,1,0,24,32064,10,0,0,0,0,0,0,0,0,'Sunfury Captain-Battle Shout'),(12340,12340,19453,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Captain-Enrage'),(12340,12340,19456,4,0,0,1,0,15,31287,1,0,6,0,0,0,0,0,0,'Whitebark\'s Spirit-Entangling Roots'),(12340,12340,19457,4,0,0,1,0,13,34079,9,0,4,0,0,0,0,0,0,'Grillok \"Darkeye\"-Grounding Totem'),(12340,12340,19457,4,0,0,1,0,19,32062,9,0,4,0,0,0,0,0,0,'Grillok \"Darkeye\"-Fire Nova Totem'),(12340,12340,19457,4,0,0,1,0,18,12550,10,0,0,0,0,0,0,0,0,'Grillok \"Darkeye\"-Lightning Shield'),(12340,12340,19457,4,0,0,1,0,28,12058,8,0,6,0,0,0,0,0,0,'Grillok \"Darkeye\"-Chain Lightning'),(12340,12340,19480,4,0,0,1,0,18,31293,7,0,3,0,0,0,0,0,0,'Darkened Spirit-Consuming Shadows'),(12340,12340,19493,4,0,0,1,0,34,36040,7,0,3,0,0,0,0,0,0,'Ekkorash the Inquisitor-Fel Flamestrike'),(12340,12340,19493,4,0,0,1,0,31,11980,6,0,6,0,0,0,0,0,0,'Ekkorash the Inquisitor-Curse of Weakness'),(12340,12340,19494,4,0,0,1,0,33,11975,7,0,4,0,0,0,0,0,0,'Ar\'kelos-Arcane Explosion'),(12340,12340,19516,4,0,0,1,0,30,34190,8,0,6,0,0,0,0,0,0,'Void Reaver-Arcane Orb'),(12340,12340,19516,4,0,0,1,0,30,38576,8,0,6,0,0,0,0,0,0,'Void Reaver-Knockback'),(12340,12340,19516,4,0,0,1,0,30,13048,8,0,6,0,0,0,0,0,0,'Void Reaver-Enrage'),(12340,12340,19516,4,0,0,1,0,30,34164,8,0,6,0,0,0,0,0,0,'Void Reaver-Pounding'),(12340,12340,19519,4,0,0,1,0,26,35244,8,0,6,0,0,0,0,0,0,'Starving Bog Lord-Choking Vines'),(12340,12340,19519,4,0,0,1,0,23,35238,7,0,4,0,0,0,0,0,0,'Starving Bog Lord-War Stomp'),(12340,12340,19527,4,0,0,1,0,28,34344,8,0,6,0,0,0,0,0,0,'Vacillating Voidcaller-Shadow Bolt'),(12340,12340,19543,4,0,0,1,0,33,20228,8,0,6,0,0,0,0,0,0,'Battle-Mage Dathric-Pyroblast'),(12340,12340,19543,4,0,0,1,0,31,36104,7,0,4,0,0,0,0,0,0,'Battle-Mage Dathric-Torrent of Flames'),(12340,12340,19544,4,0,0,1,0,46,31764,8,0,6,0,0,0,0,0,0,'Conjurer Luminrath-Lightning Bolt'),(12340,12340,19544,4,0,0,1,0,24,36110,9,0,3,0,0,0,0,0,0,'Conjurer Luminrath-Summon Dancing Sword'),(12340,12340,19545,4,0,0,1,0,37,9672,8,0,6,0,0,0,0,0,0,'Cohlien Frostweaver-Frostbolt'),(12340,12340,19545,4,0,0,1,0,31,11831,7,0,4,0,0,0,0,0,0,'Cohlien Frostweaver-Frost Nova'),(12340,12340,19545,4,0,0,1,0,26,33245,10,0,0,0,0,0,0,0,0,'Cohlien Frostweaver-Ice Barrier'),(12340,12340,19546,4,0,0,1,0,20,12544,10,0,0,0,0,0,0,0,0,'Abjurist Belmara-Frost Armor'),(12340,12340,19546,4,0,0,1,0,40,34447,8,0,6,0,0,0,0,0,0,'Abjurist Belmara-Arcane Missiles'),(12340,12340,19554,4,0,0,1,0,46,37500,8,0,6,0,0,0,0,0,0,'Dimensius the All-Devouring-Shadow Spiral'),(12340,12340,19554,4,0,0,1,0,34,37412,7,0,4,0,0,0,0,0,0,'Dimensius the All-Devouring-Shadow Vault'),(12340,12340,19593,4,0,0,1,0,33,35927,8,0,6,0,0,0,0,0,0,'Spellbinder Maryana-Arcane Blast'),(12340,12340,19593,4,0,0,1,0,31,15091,7,0,4,0,0,0,0,0,0,'Spellbinder Maryana-Blast Wave'),(12340,12340,19593,4,0,0,1,0,24,35917,11,0,6,0,0,0,0,0,0,'Spellbinder Maryana-Fiery Intellect'),(12340,12340,19595,4,0,0,1,0,37,39675,8,0,6,0,0,0,0,0,0,'Drained Phase Hunter-Mana Burn'),(12340,12340,19635,4,0,0,1,0,29,17207,10,0,0,0,0,0,0,0,0,'Captain Arathyn-Whirlwind'),(12340,12340,19641,4,0,0,1,0,21,35924,8,0,6,0,0,0,0,0,0,'Warp-Raider Nesaad-Energy Flux'),(12340,12340,19642,4,0,0,1,0,32,32920,1,0,6,0,0,0,0,0,0,'Zaxxis Stalker-Warp'),(12340,12340,19642,4,0,0,1,0,32,7159,8,0,6,0,0,0,0,0,0,'Zaxxis Stalker-Backstab'),(12340,12340,19643,4,0,0,1,0,38,38391,8,0,6,0,0,0,0,0,0,'Sunfury Astromancer-Scorch'),(12340,12340,19643,4,0,0,1,0,24,35914,11,0,6,0,0,0,0,0,0,'Sunfury Astromancer-Astral Focus'),(12340,12340,19643,4,0,0,1,0,24,35917,11,0,6,0,0,0,0,0,0,'Sunfury Astromancer-Fiery Intellect'),(12340,12340,19657,4,0,0,1,0,33,19816,8,0,6,0,0,0,0,0,0,'Summoner Kanthin-Fireball'),(12340,12340,19657,4,0,0,1,0,31,17273,8,0,6,0,0,0,0,0,0,'Summoner Kanthin-Pyroblast'),(12340,12340,19671,4,0,1,1,0,50,33839,2,0,0,0,0,0,0,0,0,'Cryo-Engineer Sha\'heen-Vir\'aani Concentration'),(12340,12340,19701,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Bonechewer Evoker-Fireball'),(12340,12340,19705,4,0,0,1,0,43,20463,8,0,6,0,0,0,0,0,0,'Master Daellis Dawnstrike-Shoot'),(12340,12340,19705,4,0,0,1,0,31,35964,8,0,6,0,0,0,0,0,0,'Master Daellis Dawnstrike-Frost Arrow'),(12340,12340,19705,4,0,0,1,0,24,35963,1,0,6,0,0,0,0,0,0,'Master Daellis Dawnstrike-Improved Wing Clip'),(12340,12340,19707,4,0,0,1,0,23,37847,8,0,6,0,0,0,0,0,0,'Sunfury Archer-Immolation Arrow'),(12340,12340,19707,4,0,0,1,0,21,12024,1,0,6,0,0,0,0,0,0,'Sunfury Archer-Net'),(12340,12340,19707,4,0,0,1,0,38,38372,8,0,6,0,0,0,0,0,0,'Sunfury Archer-Shoot'),(12340,12340,19730,4,0,0,1,0,21,35313,8,0,6,0,0,0,0,0,0,'Ironspine Gazer-Hypnotic Gaze'),(12340,12340,19732,4,0,0,1,0,33,20825,8,0,6,0,0,0,0,0,0,'Ango\'rosh Warlock-Shadow Bolt'),(12340,12340,19732,4,0,0,1,0,17,35195,10,0,0,0,0,0,0,0,0,'Ango\'rosh Warlock-Siphon Life'),(12340,12340,19733,4,0,0,1,0,16,35207,3,0,0,0,0,0,0,0,0,'Daggerfen Servant-Bandage'),(12340,12340,19738,4,0,0,1,0,34,36996,7,0,4,0,0,0,0,0,0,'Doomclaw-Claw Swipe'),(12340,12340,19738,4,0,0,1,0,31,34261,7,0,4,0,0,0,0,0,0,'Doomclaw-Slime Spray'),(12340,12340,19744,4,0,0,1,0,27,11443,11,0,6,0,0,0,0,0,0,'Dreadwarden-Cripple'),(12340,12340,19744,4,0,0,1,0,35,32736,8,0,6,0,0,0,0,0,0,'Dreadwarden-Mortal Strike'),(12340,12340,19747,4,0,0,1,0,21,20754,7,0,3,0,0,0,0,0,0,'Baelmon the Hound-Master-Rain of Fire'),(12340,12340,19747,4,0,0,1,0,17,11443,11,0,6,0,0,0,0,0,0,'Baelmon the Hound-Master-Cripple'),(12340,12340,19747,4,0,0,1,0,18,39272,7,0,3,0,0,0,0,0,0,'Baelmon the Hound-Master-Summon Wrath Hound'),(12340,12340,19754,4,0,0,1,0,31,38753,8,0,6,0,0,0,0,0,0,'Deathforge Tinkerer-Shrapnel Bomb'),(12340,12340,19755,4,0,0,1,0,32,36253,7,0,3,0,0,0,0,0,0,'Mo\'arg Weaponsmith-Chemical Flames'),(12340,12340,19755,4,0,0,1,0,25,37580,11,0,6,0,0,0,0,0,0,'Mo\'arg Weaponsmith-Drill Armor'),(12340,12340,19756,4,0,0,1,0,34,36225,7,0,4,0,0,0,0,0,0,'Deathforge Smith-Chaos Nova'),(12340,12340,19756,4,0,0,1,0,27,37580,11,0,6,0,0,0,0,0,0,'Deathforge Smith-Drill Armor'),(12340,12340,19757,4,0,0,1,0,33,11969,7,0,4,0,0,0,0,0,0,'Infernal Soul-Fire Nova'),(12340,12340,19762,4,0,0,1,0,31,38233,8,0,6,0,0,0,0,0,0,'Coilskar Defender-Shield Bash'),(12340,12340,19762,4,0,0,1,0,26,38031,10,0,0,0,0,0,0,0,0,'Coilskar Defender-Shield Block'),(12340,12340,19765,4,0,0,1,0,31,38027,11,0,6,0,0,0,0,0,0,'Coilskar Myrmidon-Boiling Blood'),(12340,12340,19767,4,0,0,1,0,26,38026,10,0,0,0,0,0,0,0,0,'Coilskar Sorceress-Viscous Shield'),(12340,12340,19767,4,0,0,1,0,35,46983,8,0,6,0,0,0,0,0,0,'Coilskar Sorceress-Water Bolt'),(12340,12340,19768,4,0,0,1,0,26,38026,10,0,0,0,0,0,0,0,0,'Coilskar Siren-Viscous Shield'),(12340,12340,19768,4,0,0,1,0,35,46983,8,0,6,0,0,0,0,0,0,'Coilskar Siren-Water Bolt'),(12340,12340,19779,4,0,0,1,0,32,36645,8,0,6,0,0,0,0,0,0,'Sunfury Geologist-Throw Rock'),(12340,12340,19779,4,0,0,1,0,27,35918,11,0,6,0,0,0,0,0,0,'Sunfury Geologist-Puncture Armor'),(12340,12340,19784,4,0,0,1,0,32,38030,8,0,6,0,0,0,0,0,0,'Coilskar Cobra-Poison Spit'),(12340,12340,19788,4,0,0,1,0,26,38232,10,0,0,0,0,0,0,0,0,'Coilskar Muckwatcher-Battle Shout'),(12340,12340,19789,4,0,0,1,0,31,38033,7,0,4,0,0,0,0,0,0,'Coilskar Waterkeeper-Frost Nova'),(12340,12340,19789,4,0,0,1,0,35,30942,8,0,6,0,0,0,0,0,0,'Coilskar Waterkeeper-Frostbolt'),(12340,12340,19792,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Eclipsion Centurion-Spellbreaker'),(12340,12340,19792,4,0,0,1,0,21,36476,2,0,0,0,0,0,0,0,0,'Eclipsion Centurion-Blood Heal'),(12340,12340,19796,4,0,0,1,0,32,13878,8,0,6,0,0,0,0,0,0,'Eclipsion Archmage-Scorch'),(12340,12340,19796,4,0,0,1,0,30,37986,8,0,6,0,0,0,0,0,0,'Eclipsion Archmage-Ancient Fire'),(12340,12340,19796,4,0,0,1,0,35,11829,7,0,3,0,0,0,0,0,0,'Eclipsion Archmage-Flamestrike'),(12340,12340,19797,4,0,0,1,0,31,16102,8,0,6,0,0,0,0,0,0,'Illidari Highlord-Flamestrike'),(12340,12340,19797,4,0,0,1,0,29,38010,6,0,6,0,0,0,0,0,0,'Illidari Highlord-Curse of Flames'),(12340,12340,19799,4,0,0,1,0,24,38167,6,0,6,0,0,0,0,0,0,'Illidari Dreadbringer-Curse of Blood'),(12340,12340,19800,4,0,0,1,0,24,15968,8,0,6,0,0,0,0,0,0,'Illidari Painlasher-Lash of Pain'),(12340,12340,19801,4,0,0,1,0,100,36227,8,0,6,0,0,0,0,0,0,'Illidari Agonizer-Firebolt'),(12340,12340,19802,4,0,0,1,0,31,15496,8,0,6,0,0,0,0,0,0,'Illidari Shocktrooper-Cleave'),(12340,12340,19802,4,0,0,1,0,24,22120,8,0,6,0,0,0,0,0,0,'Illidari Shocktrooper-Charge'),(12340,12340,19806,4,0,0,1,0,32,37838,8,0,6,0,0,0,0,0,0,'Eclipsion Bloodwarder-Blood Leech'),(12340,12340,19824,4,0,0,1,0,27,12612,7,0,4,0,0,0,0,0,0,'Son of Corok-Stomp'),(12340,12340,19825,4,0,0,1,0,24,23600,11,0,6,0,0,0,0,0,0,'Dark Conclave Talonite-Piercing Howl'),(12340,12340,19825,4,0,0,1,0,34,39229,8,0,6,0,0,0,0,0,0,'Dark Conclave Talonite-Talon of Justice'),(12340,12340,19826,4,0,0,1,0,21,16588,2,0,0,0,0,0,0,0,0,'Dark Conclave Shadowmancer-Dark Mending'),(12340,12340,19826,4,0,0,1,0,37,18211,8,0,6,0,0,0,0,0,0,'Dark Conclave Shadowmancer-Shadow Bolt'),(12340,12340,19827,4,0,0,1,0,24,23600,11,0,4,0,0,0,0,0,0,'Dark Conclave Ravenguard-Piercing Howl'),(12340,12340,19827,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Dark Conclave Ravenguard-Enrage'),(12340,12340,19830,4,0,0,1,0,33,33860,7,0,4,0,0,0,0,0,0,'Arcanist Ardonis-Arcane Explosion'),(12340,12340,19830,4,0,0,1,0,37,35853,8,0,6,0,0,0,0,0,0,'Arcanist Ardonis-Chain Fireball'),(12340,12340,19831,4,0,0,1,0,37,35473,8,0,6,0,0,0,0,0,0,'Commander Dawnforge-Forceful Cleave'),(12340,12340,19831,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Commander Dawnforge-Spellbreaker'),(12340,12340,19833,4,0,0,1,0,10,41192,8,0,6,0,0,0,0,0,0,'Venomous Snake-Deadly Poison'),(12340,12340,19833,4,0,0,1,0,10,25810,11,0,6,0,0,0,0,0,0,'Venomous Snake-Mind-numbing Poison'),(12340,12340,19833,4,0,0,1,0,10,25809,11,0,6,0,0,0,0,0,0,'Venomous Snake-Crippling Poison'),(12340,12340,19843,4,0,0,1,0,25,34614,8,0,6,0,0,0,0,0,0,'Nethervine Trickster-Backstab'),(12340,12340,19847,4,0,0,1,0,26,11443,8,0,6,0,0,0,0,0,0,'Levixus-Cripple'),(12340,12340,19847,4,0,0,1,0,22,38939,7,0,4,0,0,0,0,0,0,'Levixus-Inferno'),(12340,12340,19847,4,0,0,1,0,26,7645,8,0,6,0,0,0,0,0,0,'Levixus-Dominate Mind'),(12340,12340,19851,4,0,0,1,0,33,34625,8,0,6,0,0,0,0,0,0,'Negatron-Demolish'),(12340,12340,19851,4,0,0,1,0,31,35565,7,0,4,0,0,0,0,0,0,'Negatron-Earthquake'),(12340,12340,19851,4,0,0,1,0,26,35570,8,0,6,0,0,0,0,0,0,'Negatron-Charge'),(12340,12340,19851,4,0,0,1,0,23,34624,10,0,0,0,0,0,0,0,0,'Negatron-Frenzy'),(12340,12340,19852,4,0,0,1,0,37,39675,8,0,6,0,0,0,0,0,0,'Artifact Seeker-Mana Burn'),(12340,12340,19852,4,0,0,1,0,31,30849,11,0,6,0,0,0,0,0,0,'Artifact Seeker-Spell Lock'),(12340,12340,19853,4,0,0,1,0,38,32736,8,0,6,0,0,0,0,0,0,'Felblade Doomguard-Mortal Strike'),(12340,12340,19853,4,0,0,1,0,33,35238,7,0,4,0,0,0,0,0,0,'Felblade Doomguard-War Stomp'),(12340,12340,19881,4,0,0,1,0,37,20822,8,0,6,0,0,0,0,0,0,'Severed Spirit-Frostbolt'),(12340,12340,19881,4,0,0,1,0,31,11831,7,0,4,0,0,0,0,0,0,'Severed Spirit-Frost Nova'),(12340,12340,19921,4,0,0,1,0,10,34655,8,0,6,0,0,0,0,0,0,'Viper-Deadly Poison'),(12340,12340,19921,4,0,0,1,0,10,25810,11,0,6,0,0,0,0,0,0,'Viper-Mind-numbing Poison'),(12340,12340,19921,4,0,0,1,0,10,25809,11,0,6,0,0,0,0,0,0,'Viper-Crippling Poison'),(12340,12340,19926,4,0,0,1,0,31,35843,7,0,4,0,0,0,0,0,0,'Spellreaver Marathelle-Arcane Tempest'),(12340,12340,19926,4,0,0,1,0,38,35831,11,0,6,0,0,0,0,0,0,'Spellreaver Marathelle-Ring of Flame'),(12340,12340,19937,4,0,0,1,0,25,37633,7,0,3,0,0,0,0,0,0,'Commander Hogarth-Abyssal Strike'),(12340,12340,19940,4,0,0,1,0,33,8078,7,0,4,0,0,0,0,0,0,'Apex-Thunderclap'),(12340,12340,19943,4,0,0,1,0,17,34854,9,0,4,0,0,0,0,0,0,'Lashh\'an Talonite-Lashh\'an Kaliri'),(12340,12340,19943,4,0,0,1,0,28,37685,8,0,6,0,0,0,0,0,0,'Lashh\'an Talonite-Backstab'),(12340,12340,19944,4,0,0,1,0,17,36888,9,0,4,0,0,0,0,0,0,'Lashh\'an Wing Guard-Angry Arakkoa Ghost'),(12340,12340,19944,4,0,0,1,0,19,37577,8,0,6,0,0,0,0,0,0,'Lashh\'an Wing Guard-Debilitating Strike'),(12340,12340,19945,4,0,0,1,0,38,9532,8,0,6,0,0,0,0,0,0,'Lashh\'an Windwalker-Lightning Bolt'),(12340,12340,19945,4,0,0,1,0,18,12550,10,0,0,0,0,0,0,0,0,'Lashh\'an Windwalker-Lightning Shield'),(12340,12340,19946,4,0,0,1,0,13,13730,11,0,4,0,0,0,0,0,0,'Darkcrest Slaver-Demoralizing Shout'),(12340,12340,19947,4,0,0,1,0,21,34787,9,0,4,0,0,0,0,0,0,'Darkcrest Sorceress-Freezing Circle'),(12340,12340,19947,4,0,0,1,0,27,13901,8,0,6,0,0,0,0,0,0,'Darkcrest Sorceress-Arcane Bolt'),(12340,12340,19947,4,0,0,1,0,11,12544,10,0,0,0,0,0,0,0,0,'Darkcrest Sorceress-Frost Armor'),(12340,12340,19948,4,0,0,1,0,11,37786,10,0,0,0,0,0,0,0,0,'Bloodmaul Skirmisher-Bloodmaul Rage'),(12340,12340,19948,4,0,0,1,0,13,34932,10,0,0,0,0,0,0,0,0,'Bloodmaul Skirmisher-Bloodmaul Buzz'),(12340,12340,19948,4,0,0,1,0,18,34802,8,0,6,0,0,0,0,0,0,'Bloodmaul Skirmisher-Kick'),(12340,12340,19952,4,0,0,1,0,37,9053,8,0,6,0,0,0,0,0,0,'Bloodmaul Geomancer-Fireball'),(12340,12340,19952,4,0,0,1,0,17,12544,10,0,0,0,0,0,0,0,0,'Bloodmaul Geomancer-Frost Armor'),(12340,12340,19957,4,0,0,1,0,16,37591,11,0,6,0,0,0,0,0,0,'Bloodmaul Brewmaster-Drunken Haze'),(12340,12340,19960,4,0,0,1,0,15,36253,7,0,3,0,0,0,0,0,0,'Doomforge Engineer-Chemical Flames'),(12340,12340,19960,4,0,0,1,0,15,37179,7,0,4,0,0,0,0,0,0,'Doomforge Engineer-Hammer Slam'),(12340,12340,19961,4,0,0,1,0,15,36846,7,0,4,0,0,0,0,0,0,'Doomforge Attendant-Mana Bomb'),(12340,12340,19961,4,0,0,1,0,15,36208,11,0,6,0,0,0,0,0,0,'Doomforge Attendant-Steal Weapon'),(12340,12340,19963,4,0,0,1,0,15,34017,7,0,3,0,0,0,0,0,0,'Doomcryer-Rain of Chaos'),(12340,12340,19963,4,0,0,1,0,35,37629,8,0,6,0,0,0,0,0,0,'Doomcryer-Melt Flesh'),(12340,12340,19963,4,0,0,1,0,15,36541,11,0,6,0,0,0,0,0,0,'Doomcryer-Curse of Burning Shadows'),(12340,12340,19978,4,0,0,1,0,19,37615,7,0,4,0,0,0,0,0,0,'Deathforge Over-Smith-Toxic Slime'),(12340,12340,19978,4,0,0,1,0,15,36486,8,0,6,0,0,0,0,0,0,'Deathforge Over-Smith-Slime Spray'),(12340,12340,19979,4,0,0,1,0,15,36250,11,0,6,0,0,0,0,0,0,'Deathforge Technician-Steal Armor'),(12340,12340,19979,4,0,0,1,0,15,36825,8,0,6,0,0,0,0,0,0,'Deathforge Technician-Drain Life'),(12340,12340,19980,4,0,0,1,0,21,36405,7,0,4,0,0,0,0,0,0,'Void Terror-Stomp'),(12340,12340,19980,4,0,0,1,0,19,36406,7,0,4,0,0,0,0,0,0,'Void Terror-Double Breath'),(12340,12340,19982,4,0,0,1,0,19,35321,8,0,6,0,0,0,0,0,0,'Vekh\'nir Keeneye-Gushing Wound'),(12340,12340,19982,4,0,0,1,0,14,38541,10,0,0,0,0,0,0,0,0,'Vekh\'nir Keeneye-Evasion'),(12340,12340,19983,4,0,0,1,0,28,37654,8,0,6,0,0,0,0,0,0,'Vekh\'nir Stormcaller-Lightning Tether'),(12340,12340,19983,4,0,0,1,0,24,32717,7,0,3,0,0,0,0,0,0,'Vekh\'nir Stormcaller-Hurricane'),(12340,12340,19984,4,0,0,1,0,17,11642,2,0,0,0,0,0,0,0,0,'Vekh\'nir Dreadhawk-Heal'),(12340,12340,19984,4,0,0,1,0,21,37582,10,0,0,0,0,0,0,0,0,'Vekh\'nir Dreadhawk-Whirlwind'),(12340,12340,19985,4,0,0,1,0,28,9532,8,0,6,0,0,0,0,0,0,'Ruuan\'ok Cloudgazer-Lightning Bolt'),(12340,12340,19985,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Ruuan\'ok Cloudgazer-Lightning Shield'),(12340,12340,19986,4,0,0,1,0,23,37681,8,0,6,0,0,0,0,0,0,'Ruuan\'ok Skyfury-Lightning Fury'),(12340,12340,19987,4,0,0,1,0,22,37581,7,0,3,0,0,0,0,0,0,'Ruuan\'ok Ravenguard-Thundercleave'),(12340,12340,19988,4,0,0,1,0,22,37587,10,0,0,0,0,0,0,0,0,'Grishna Falconwing-Bestial Wrath'),(12340,12340,19988,4,0,0,1,0,28,10277,8,0,6,0,0,0,0,0,0,'Grishna Falconwing-Throw'),(12340,12340,19988,4,0,0,1,0,22,35109,9,0,3,0,0,0,0,0,0,'Grishna Falconwing-Grishna Kaliri'),(12340,12340,19989,4,0,0,1,0,14,37589,11,0,6,0,0,0,0,0,0,'Grishna Harbinger-Shriveling Gaze'),(12340,12340,19989,4,0,0,1,0,28,9532,8,0,6,0,0,0,0,0,0,'Grishna Harbinger-Lightning Bolt'),(12340,12340,19990,4,0,0,1,0,12,35321,8,0,6,0,0,0,0,0,0,'Grishna Scorncrow-Gushing Wound'),(12340,12340,19991,4,0,0,1,0,8,34932,10,0,0,0,0,0,0,0,0,'Bloodmaul Brute-Bloodmaul Buzz'),(12340,12340,19991,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Bloodmaul Brute-Cleave'),(12340,12340,19991,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bloodmaul Brute-Enrage'),(12340,12340,19991,4,0,0,1,0,17,37577,8,0,6,0,0,0,0,0,0,'Bloodmaul Brute-Debilitating Strike'),(12340,12340,19992,4,0,0,1,0,19,15038,9,0,4,0,0,0,0,0,0,'Bloodmaul Shaman-Scorching Totem'),(12340,12340,19992,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Bloodmaul Shaman-Lightning Shield'),(12340,12340,19992,4,0,0,1,0,13,15869,9,0,4,0,0,0,0,0,0,'Bloodmaul Shaman-Superior Healing Ward'),(12340,12340,19993,4,0,0,1,0,18,37592,8,0,6,0,0,0,0,0,0,'Bloodmaul Mauler-Knockdown'),(12340,12340,19993,4,0,0,1,0,13,34932,10,0,0,0,0,0,0,0,0,'Bloodmaul Mauler-Bloodmaul Buzz'),(12340,12340,19993,4,0,0,1,0,11,37786,10,0,0,0,0,0,0,0,0,'Bloodmaul Mauler-Bloodmaul Rage'),(12340,12340,19994,4,0,0,1,0,18,13787,10,0,0,0,0,0,0,0,0,'Bloodmaul Warlock-Demon Armor'),(12340,12340,19994,4,0,0,1,0,17,11939,9,0,3,0,0,0,0,0,0,'Bloodmaul Warlock-Summon Imp'),(12340,12340,19994,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Bloodmaul Warlock-Shadow Bolt'),(12340,12340,19994,4,0,0,1,0,13,34932,10,0,0,0,0,0,0,0,0,'Bloodmaul Warlock-Bloodmaul Buzz'),(12340,12340,19995,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Bladespire Brute-Cleave'),(12340,12340,19996,4,0,0,1,0,11,6742,10,0,0,0,0,0,0,0,0,'Bladespire Battlemage-Bloodlust'),(12340,12340,19996,4,0,0,1,0,21,16102,7,0,3,0,0,0,0,0,0,'Bladespire Battlemage-Flamestrike'),(12340,12340,19997,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bladespire Enforcer-Enrage'),(12340,12340,19997,4,0,0,1,0,12,15588,7,0,4,0,0,0,0,0,0,'Bladespire Enforcer-Thunderclap'),(12340,12340,19998,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Bladespire Shaman-Lightning Shield'),(12340,12340,19998,4,0,0,1,0,39,26098,8,0,6,0,0,0,0,0,0,'Bladespire Shaman-Lightning Bolt'),(12340,12340,20021,4,0,0,1,0,27,38884,8,0,6,0,0,0,0,0,0,'Nether Whelp-Mana Burn'),(12340,12340,20021,4,0,0,1,0,23,13901,8,0,6,0,0,0,0,0,0,'Nether Whelp-Arcane Bolt'),(12340,12340,20021,4,0,0,1,0,25,38881,8,0,6,0,0,0,0,0,0,'Nether Whelp-Arcane Blast'),(12340,12340,20037,4,0,1,1,0,100,37318,2,0,0,0,0,0,0,0,0,'Tempest Falconer-Fire Shield'),(12340,12340,20038,4,0,0,1,0,100,35323,8,0,6,0,0,0,0,0,0,'Phoenix-Hawk Hatchling-Fire Breath'),(12340,12340,20039,4,0,0,1,0,100,35323,8,0,6,0,0,0,0,0,0,'Phoenix-Hawk-Fire Breath'),(12340,12340,20058,4,0,0,1,0,17,13443,8,0,6,0,0,0,0,0,0,'Bloodmaul Dire Wolf-Rend'),(12340,12340,20088,4,0,0,1,0,17,9080,11,0,6,0,0,0,0,0,0,'Bloodscale Overseer-Hamstring'),(12340,12340,20088,4,0,0,1,0,18,34812,11,0,6,0,0,0,0,0,0,'Bloodscale Overseer-Curse of Nazjatar'),(12340,12340,20089,4,0,0,1,0,28,32011,8,0,6,0,0,0,0,0,0,'Bloodscale Wavecaller-Water Bolt'),(12340,12340,20089,4,0,0,1,0,17,34827,10,0,0,0,0,0,0,0,0,'Bloodscale Wavecaller-Water Shield'),(12340,12340,20095,4,0,0,1,0,11,37786,10,0,0,0,0,0,0,0,0,'Grimnok Battleborn-Bloodmaul Rage'),(12340,12340,20095,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Grimnok Battleborn-Cleave'),(12340,12340,20109,4,0,0,1,0,100,10709,8,0,6,0,0,0,0,0,0,'Lashh\'an Kaliri-Brown Prairie Dog'),(12340,12340,20113,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Lashh\'an Matriarch-Shadow Bolt'),(12340,12340,20113,4,0,0,1,0,19,34110,2,0,0,0,0,0,0,0,0,'Lashh\'an Matriarch-Shadow Mend'),(12340,12340,20113,4,0,0,1,0,17,37579,8,0,6,0,0,0,0,0,0,'Lashh\'an Matriarch-Impending Doom'),(12340,12340,20115,4,0,0,1,0,11,34871,10,0,0,0,0,0,0,0,0,'Umbrafen Witchdoctor-Umbrafen Buff'),(12340,12340,20115,4,0,0,1,0,21,35197,9,0,4,0,0,0,0,0,0,'Umbrafen Witchdoctor-Terror Totem'),(12340,12340,20115,4,0,0,1,0,13,7289,11,0,6,0,0,0,0,0,0,'Umbrafen Witchdoctor-Shrink'),(12340,12340,20116,4,0,0,1,0,8,35491,10,0,0,0,0,0,0,0,0,'Gurn Grubnosh-Furious Rage'),(12340,12340,20132,4,0,0,1,0,28,37538,10,0,0,0,0,0,0,0,0,'Socrethar-Anti-Magic Shield'),(12340,12340,20132,4,0,0,1,0,23,37539,10,0,0,0,0,0,0,0,0,'Socrethar-Nether Protection'),(12340,12340,20132,4,0,0,1,0,33,28488,7,0,4,0,0,0,0,0,0,'Socrethar-Scourgebane Infusion'),(12340,12340,20132,4,0,0,1,0,33,37540,8,0,6,0,0,0,0,0,0,'Socrethar-Fireball Barrage'),(12340,12340,20132,4,0,0,1,0,33,37537,8,0,6,0,0,0,0,0,0,'Socrethar-Backlash'),(12340,12340,20132,4,0,0,1,0,25,15496,8,0,6,0,0,0,0,0,0,'Socrethar-Cleave'),(12340,12340,20134,4,0,0,1,0,31,34447,8,0,6,0,0,0,0,0,0,'Sunfury Arcanist-Arcane Missiles'),(12340,12340,20134,4,0,0,1,0,22,35778,10,0,0,0,0,0,0,0,0,'Sunfury Arcanist-Bloodcrystal Surge'),(12340,12340,20135,4,0,0,1,0,33,20823,8,0,6,0,0,0,0,0,0,'Sunfury Arch Mage-Fireball'),(12340,12340,20135,4,0,0,1,0,31,11831,7,0,4,0,0,0,0,0,0,'Sunfury Arch Mage-Frost Nova'),(12340,12340,20136,4,0,0,1,0,27,35918,11,0,6,0,0,0,0,0,0,'Sunfury Researcher-Puncture Armor'),(12340,12340,20138,4,0,0,1,0,46,37089,8,0,6,0,0,0,0,0,0,'Culuthas-Chain Felfire'),(12340,12340,20139,4,0,0,1,0,31,11829,7,0,3,0,0,0,0,0,0,'Sunfury Conjurer-Flamestrike'),(12340,12340,20139,4,0,0,1,0,38,9672,8,0,6,0,0,0,0,0,0,'Sunfury Conjurer-Frostbolt'),(12340,12340,20139,4,0,0,1,0,24,35778,11,0,6,0,0,0,0,0,0,'Sunfury Conjurer-Bloodcrystal Surge'),(12340,12340,20140,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Centurion-Enrage'),(12340,12340,20140,4,0,0,1,0,38,35871,8,0,6,0,0,0,0,0,0,'Sunfury Centurion-Spellbreaker'),(12340,12340,20141,4,0,0,1,0,34,36406,7,0,3,0,0,0,0,0,0,'Hound of Culuthas-Double Breath'),(12340,12340,20141,4,0,0,1,0,38,36405,7,0,4,0,0,0,0,0,0,'Hound of Culuthas-Stomp'),(12340,12340,20145,4,0,0,1,0,27,33914,8,0,6,0,0,0,0,0,0,'Unstable Voidwalker-Shadowstrike'),(12340,12340,20161,4,0,0,1,0,12,35784,9,0,4,0,0,0,0,0,0,'Vekh\'nir Matriarch-Arakkoa Egg'),(12340,12340,20161,4,0,0,1,0,17,37579,8,0,6,0,0,0,0,0,0,'Vekh\'nir Matriarch-Impending Doom'),(12340,12340,20161,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Vekh\'nir Matriarch-Shadow Bolt'),(12340,12340,20163,4,0,0,1,0,40,9053,8,0,6,0,0,0,0,0,0,'Ambassador Solannas-Fireball'),(12340,12340,20196,4,0,0,1,0,24,17008,8,0,6,0,0,0,0,0,0,'Bloodthirsty Marshfang-Drain Mana'),(12340,12340,20197,4,0,0,1,0,18,35328,11,0,6,0,0,0,0,0,0,'Bogflare Needler-Lambent Blood'),(12340,12340,20198,4,0,0,1,0,17,35325,11,0,6,0,0,0,0,0,0,'Fenglow Stinger-Glowing Blood'),(12340,12340,20199,4,0,0,1,0,31,15284,8,0,6,0,0,0,0,0,0,'Ambassador\'s Honor Guard-Cleave'),(12340,12340,20202,4,0,0,1,0,35,32959,8,0,6,0,0,0,0,0,0,'Cragskaar-Knock Away'),(12340,12340,20207,4,0,0,1,0,23,37847,8,0,6,0,0,0,0,0,0,'Sunfury Bowman-Immolation Arrow'),(12340,12340,20207,4,0,0,1,0,21,12024,1,0,6,0,0,0,0,0,0,'Sunfury Bowman-Net'),(12340,12340,20207,4,0,0,1,0,38,38372,8,0,6,0,0,0,0,0,0,'Sunfury Bowman-Shoot'),(12340,12340,20211,4,0,0,1,0,17,37579,8,0,6,0,0,0,0,0,0,'Ruuan\'ok Matriarch-Impending Doom'),(12340,12340,20211,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Ruuan\'ok Matriarch-Shadow Bolt'),(12340,12340,20215,4,0,0,1,0,35,36039,7,0,3,0,0,0,0,0,0,'Pentatharon-Carrion Swarm'),(12340,12340,20216,4,0,0,1,0,19,21055,11,0,6,0,0,0,0,0,0,'Grulloc-Crush Armor'),(12340,12340,20216,4,0,0,1,0,12,38771,10,0,0,0,0,0,0,0,0,'Grulloc-Burning Rage'),(12340,12340,20216,4,0,0,1,0,18,38772,8,0,6,0,0,0,0,0,0,'Grulloc-Grievous Wound'),(12340,12340,20221,4,0,0,1,0,38,35857,8,0,6,0,0,0,0,0,0,'Sunfury Flamekeeper-Torch'),(12340,12340,20221,4,0,0,1,0,31,33731,11,0,6,0,0,0,0,0,0,'Sunfury Flamekeeper-Judgement of the Flame'),(12340,12340,20221,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Flamekeeper-Enrage'),(12340,12340,20248,4,0,0,1,0,38,9613,8,0,6,0,0,0,0,0,0,'Sunfury Nethermancer-Shadow Bolt'),(12340,12340,20248,4,0,0,1,0,24,35778,11,0,6,0,0,0,0,0,0,'Sunfury Nethermancer-Bloodcrystal Surge'),(12340,12340,20248,4,0,0,1,0,31,17173,8,0,6,0,0,0,0,0,0,'Sunfury Nethermancer-Drain Life'),(12340,12340,20248,4,0,0,1,0,26,36477,9,0,3,0,0,0,0,0,0,'Sunfury Nethermancer-Summon Mana Beast'),(12340,12340,20270,4,0,0,1,0,16,16561,3,0,0,0,0,0,0,0,0,'Feralfen Druid-Regrowth'),(12340,12340,20279,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Ragestone Threshalisk-Frenzy'),(12340,12340,20280,4,0,0,1,0,22,5568,7,0,4,0,0,0,0,0,0,'Ragestone Trampler-Trample'),(12340,12340,20280,4,0,0,1,0,11,3019,10,0,0,0,0,0,0,0,0,'Ragestone Trampler-Frenzy'),(12340,12340,20283,4,0,0,1,0,22,12612,7,0,4,0,0,0,0,0,0,'Marshrock Stomper-Stomp'),(12340,12340,20284,4,0,0,1,0,34,35276,7,0,3,0,0,0,0,0,0,'Dr. Boom-Throw Dynamite'),(12340,12340,20285,4,0,0,1,0,26,36208,11,0,6,0,0,0,0,0,0,'Gan\'arg Warp-Tinker-Steal Weapon'),(12340,12340,20285,4,0,0,1,0,35,36846,7,0,4,0,0,0,0,0,0,'Gan\'arg Warp-Tinker-Mana Bomb'),(12340,12340,20292,4,0,0,1,0,18,9616,3,0,0,0,0,0,0,0,0,'Marsh Baron Brok-Wild Regeneration'),(12340,12340,20294,4,0,0,1,0,23,35321,8,0,6,0,0,0,0,0,0,'Bogstrok Razorclaw-Gushing Wound'),(12340,12340,20295,4,0,0,1,0,18,21055,11,0,6,0,0,0,0,0,0,'Bogstrok Crusher-Crush Armor'),(12340,12340,20324,4,0,0,1,0,22,35236,7,0,4,0,0,0,0,0,0,'Parched Hydra-Heat Wave'),(12340,12340,20326,4,0,0,1,0,31,36486,8,0,6,0,0,0,0,0,0,'Mo\'arg Warp-Master-Slime Spray'),(12340,12340,20329,4,0,0,1,0,19,34110,2,0,0,0,0,0,0,0,0,'Grishna Matriarch-Shadow Mend'),(12340,12340,20329,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Grishna Matriarch-Shadow Bolt'),(12340,12340,20329,4,0,0,1,0,17,37579,8,0,6,0,0,0,0,0,0,'Grishna Matriarch-Impending Doom'),(12340,12340,20330,4,0,0,1,0,14,37776,11,0,4,0,0,0,0,0,0,'Bloodmaul Battle Worg-Blood Howl'),(12340,12340,20334,4,0,0,1,0,28,37597,8,0,6,0,0,0,0,0,0,'Bladespire Cook-Meat Slap'),(12340,12340,20334,4,0,0,1,0,19,37596,11,0,6,0,0,0,0,0,0,'Bladespire Cook-Tenderize'),(12340,12340,20335,4,0,0,1,0,37,36469,11,0,6,0,0,0,0,0,0,'Parasitic Fleshbeast-Parasite'),(12340,12340,20335,4,0,0,1,0,32,13443,8,0,6,0,0,0,0,0,0,'Parasitic Fleshbeast-Rend'),(12340,12340,20394,4,0,0,1,0,28,36414,8,0,6,0,0,0,0,0,0,'Eye of Culuthas-Focused Bursts'),(12340,12340,20397,4,0,0,1,0,25,36179,7,0,3,0,0,0,0,0,0,'Overseer Seylanna-Crystal Charge'),(12340,12340,20397,4,0,0,1,0,37,35919,8,0,6,0,0,0,0,0,0,'Overseer Seylanna-Welding Beam'),(12340,12340,20402,4,0,0,1,0,28,35144,8,0,6,0,0,0,0,0,0,'Legion Shocktrooper-Vicious Rend'),(12340,12340,20403,4,0,0,1,0,33,13737,8,0,6,0,0,0,0,0,0,'Legion Destroyer-Mortal Strike'),(12340,12340,20403,4,0,0,1,0,28,11428,8,0,6,0,0,0,0,0,0,'Legion Destroyer-Knockdown'),(12340,12340,20404,4,0,0,1,0,35,35147,11,0,6,0,0,0,0,0,0,'Warp-Gate Engineer-Sundering Swipe'),(12340,12340,20409,4,0,0,1,0,43,36099,8,0,6,0,0,0,0,0,0,'Kirin\'Var Apprentice-Throw Hammer'),(12340,12340,20416,4,0,0,1,0,37,6713,11,0,6,0,0,0,0,0,0,'Overseer Theredis-Disarm'),(12340,12340,20416,4,0,0,1,0,31,35871,8,0,6,0,0,0,0,0,0,'Overseer Theredis-Spellbreaker'),(12340,12340,20435,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Overseer Athanel-Cleave'),(12340,12340,20442,4,0,0,1,0,11,35491,10,0,0,0,0,0,0,0,0,'Captain Bo\'kar-Furious Rage'),(12340,12340,20443,4,0,0,1,0,21,15496,8,0,6,0,0,0,0,0,0,'Ango\'rosh Sentry-Cleave'),(12340,12340,20443,4,0,0,1,0,13,13730,11,0,4,0,0,0,0,0,0,'Ango\'rosh Sentry-Demoralizing Shout'),(12340,12340,20444,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Ango\'rosh Shadowmage-Shadow Bolt'),(12340,12340,20444,4,0,0,1,0,13,9657,10,0,0,0,0,0,0,0,0,'Ango\'rosh Shadowmage-Shadow Shell'),(12340,12340,20445,4,0,0,1,0,27,16568,8,0,6,0,0,0,0,0,0,'Mal\'druk the Soulrender-Mind Flay'),(12340,12340,20445,4,0,0,1,0,13,35425,9,0,4,0,0,0,0,0,0,'Mal\'druk the Soulrender-Summon Shadow Image'),(12340,12340,20452,4,0,0,1,0,35,32920,1,0,6,0,0,0,0,0,0,'Ethereum Assassin-Warp'),(12340,12340,20452,4,0,0,1,0,31,34802,8,0,6,0,0,0,0,0,0,'Ethereum Assassin-Kick'),(12340,12340,20453,4,0,0,1,0,31,36500,8,0,6,0,0,0,0,0,0,'Ethereum Shocktrooper-Glaive'),(12340,12340,20453,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Ethereum Shocktrooper-Hamstring'),(12340,12340,20454,4,0,0,1,0,33,36533,7,0,4,0,0,0,0,0,0,'Nexus-King Salhadaar-Gravity Flux'),(12340,12340,20454,4,0,0,1,0,26,36527,10,0,0,0,0,0,0,0,0,'Nexus-King Salhadaar-Stasis'),(12340,12340,20454,4,0,0,1,0,23,37075,10,0,0,0,0,0,0,0,0,'Nexus-King Salhadaar-Damage Amplification: All'),(12340,12340,20454,4,0,0,1,0,23,36848,9,0,4,0,0,0,0,0,0,'Nexus-King Salhadaar-Mirror Image'),(12340,12340,20456,4,0,0,1,0,31,9532,8,0,6,0,0,0,0,0,0,'Ethereum Researcher-Lightning Bolt'),(12340,12340,20456,4,0,0,1,0,33,36508,8,0,6,0,0,0,0,0,0,'Ethereum Researcher-Energy Surge'),(12340,12340,20456,4,0,0,1,0,28,35508,10,0,0,0,0,0,0,0,0,'Ethereum Researcher-Energy Overload'),(12340,12340,20458,4,0,0,1,0,38,36515,10,0,0,0,0,0,0,0,0,'Ethereum Archon-Shadowtouched'),(12340,12340,20458,4,0,0,1,0,12,35924,7,0,4,0,0,0,0,0,0,'Ethereum Archon-Energy Flux'),(12340,12340,20459,4,0,0,1,0,13,36509,8,0,6,0,0,0,0,0,0,'Ethereum Overlord-Charge'),(12340,12340,20459,4,0,0,1,0,23,32064,10,0,0,0,0,0,0,0,0,'Ethereum Overlord-Battle Shout'),(12340,12340,20459,4,0,0,1,0,19,36510,11,0,6,0,0,0,0,0,0,'Ethereum Overlord-Enchanted Weapons'),(12340,12340,20459,4,0,0,1,0,23,36515,10,0,0,0,0,0,0,0,0,'Ethereum Overlord-Shadowtouched'),(12340,12340,20474,4,0,0,1,0,23,36515,10,0,0,0,0,0,0,0,0,'Ethereum Nexus-Stalker-Shadowtouched'),(12340,12340,20474,4,0,0,1,0,31,36517,8,0,6,0,0,0,0,0,0,'Ethereum Nexus-Stalker-Shadowsurge'),(12340,12340,20477,4,0,0,1,0,31,40504,8,0,6,0,0,0,0,0,0,'Terrorclaw-Cleave'),(12340,12340,20480,4,0,0,1,0,29,36153,10,0,0,0,0,0,0,0,0,'Kirin\'Var Ghost-Soulbind'),(12340,12340,20483,4,0,0,1,0,43,15497,8,0,6,0,0,0,0,0,0,'Naberius-Frostbolt'),(12340,12340,20483,4,0,0,1,0,37,36148,7,0,4,0,0,0,0,0,0,'Naberius-Chill Nova'),(12340,12340,20495,4,0,0,1,0,37,11978,8,0,6,0,0,0,0,0,0,'Skeletal Stallion-Kick'),(12340,12340,20496,4,0,0,1,0,43,9613,8,0,6,0,0,0,0,0,0,'Kirin\'Var Spectre-Shadow Bolt'),(12340,12340,20496,4,0,0,1,0,31,11980,6,0,6,0,0,0,0,0,0,'Kirin\'Var Spectre-Curse of Weakness'),(12340,12340,20501,4,0,0,1,0,23,36465,9,0,4,0,0,0,0,0,0,'Seeping Sludge-Seeping Split'),(12340,12340,20502,4,0,0,1,0,35,37985,7,0,3,0,0,0,0,0,0,'Eclipsion Dragonhawk-Fire Breath'),(12340,12340,20512,4,0,0,1,0,12,36153,10,0,6,0,0,0,0,0,0,'Tormented Soul-Soulbind'),(12340,12340,20516,4,0,0,1,0,35,13901,8,0,6,0,0,0,0,0,0,'Warp Monstrosity-Arcane Bolt'),(12340,12340,20516,4,0,0,1,0,22,36577,9,0,3,0,0,0,0,0,0,'Warp Monstrosity-Warp Storm'),(12340,12340,20554,4,0,0,1,0,31,36473,7,0,4,0,0,0,0,0,0,'Arconus the Insatiable-Desecration'),(12340,12340,20554,4,0,0,1,0,28,36472,2,0,0,0,0,0,0,0,0,'Arconus the Insatiable-Consume Shadows'),(12340,12340,20555,4,0,0,1,0,28,38783,8,0,6,0,0,0,0,0,0,'Goc-Boulder Volley'),(12340,12340,20555,4,0,0,1,0,21,38784,7,0,4,0,0,0,0,0,0,'Goc-Ground Smash'),(12340,12340,20557,4,0,0,1,0,12,22911,8,0,6,0,0,0,0,0,0,'Wrath Hound-Charge'),(12340,12340,20557,4,0,0,1,0,19,36406,7,0,4,0,0,0,0,0,0,'Wrath Hound-Double Breath'),(12340,12340,20600,4,0,0,1,0,9,40743,10,0,0,0,0,0,0,0,0,'Maggoc-Frenzy'),(12340,12340,20600,4,0,0,1,0,19,38770,8,0,6,0,0,0,0,0,0,'Maggoc-Mortal Wound'),(12340,12340,20600,4,0,0,1,0,38,42139,8,0,6,0,0,0,0,0,0,'Maggoc-Boulder'),(12340,12340,20600,4,0,0,1,0,16,38777,8,0,6,0,0,0,0,0,0,'Maggoc-Rock Rumble'),(12340,12340,20601,4,0,0,1,0,35,32920,1,0,6,0,0,0,0,0,0,'Razaani Raider-Warp'),(12340,12340,20601,4,0,0,1,0,13,35922,10,0,0,0,0,0,0,0,0,'Razaani Raider-Energy Flare'),(12340,12340,20607,4,0,0,1,0,11,35313,1,0,6,0,0,0,0,0,0,'Craghide Basilisk-Hypnotic Gaze'),(12340,12340,20607,4,0,0,1,0,15,35385,8,0,6,0,0,0,0,0,0,'Craghide Basilisk-Threshalisk Charge'),(12340,12340,20609,4,0,0,1,0,21,11975,7,0,4,0,0,0,0,0,0,'Razaani Nexus Stalker-Arcane Explosion'),(12340,12340,20610,4,0,0,1,0,31,32019,8,0,6,0,0,0,0,0,0,'Talbuk Doe-Gore'),(12340,12340,20611,4,0,0,1,0,26,32914,7,0,3,0,0,0,0,0,0,'Shimmerwing Moth-Wing Buffet'),(12340,12340,20611,4,0,0,1,0,23,36592,11,0,6,0,0,0,0,0,0,'Shimmerwing Moth-Shimmerwing Dust'),(12340,12340,20614,4,0,0,1,0,25,36508,8,0,6,0,0,0,0,0,0,'Razaani Spell-Thief-Energy Surge'),(12340,12340,20619,4,0,0,1,0,23,16592,10,0,0,0,0,0,0,0,0,'Ethereum Relay-Shadowform'),(12340,12340,20634,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Scythetooth Raptor-Enrage'),(12340,12340,20671,4,0,0,1,0,27,31279,8,0,6,0,0,0,0,0,0,'Ripfang Lynx-Swipe'),(12340,12340,20671,4,0,0,1,0,27,36590,8,0,6,0,0,0,0,0,0,'Ripfang Lynx-Rip'),(12340,12340,20673,4,0,0,1,0,31,36594,8,0,6,0,0,0,0,0,0,'Swiftwing Shredder-Lightning Breath'),(12340,12340,20673,4,0,0,1,0,28,19514,10,0,0,0,0,0,0,0,0,'Swiftwing Shredder-Lightning Shield'),(12340,12340,20682,4,0,0,1,0,26,25809,8,0,6,0,0,0,0,0,0,'Terokkarantula-Crippling Poison'),(12340,12340,20683,4,0,0,1,0,31,37629,8,0,6,0,0,0,0,0,0,'Prophetess Cavrylin-Melt Flesh'),(12340,12340,20683,4,0,0,1,0,27,37997,7,0,4,0,0,0,0,0,0,'Prophetess Cavrylin-Chaos Nova'),(12340,12340,20684,4,0,0,1,0,35,20720,8,0,6,0,0,0,0,0,0,'Lady Shav\'rar-Arcane Bolt'),(12340,12340,20684,4,0,0,1,0,31,38035,11,0,6,0,0,0,0,0,0,'Lady Shav\'rar-Freeze'),(12340,12340,20685,4,0,0,1,0,21,35491,10,0,0,0,0,0,0,0,0,'Overseer Azarad-Furious Rage'),(12340,12340,20714,4,0,0,1,0,25,744,8,0,6,0,0,0,0,0,0,'Ridgespine Stalker-Poison'),(12340,12340,20723,4,0,0,1,0,7,8599,10,0,0,0,0,0,0,0,0,'Korgaah-Enrage'),(12340,12340,20723,4,0,0,1,0,13,23600,11,0,4,0,0,0,0,0,0,'Korgaah-Piercing Howl'),(12340,12340,20726,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Mugdorg-Lightning Shield'),(12340,12340,20726,4,0,0,1,0,23,11986,2,0,0,0,0,0,0,0,0,'Mugdorg-Healing Wave'),(12340,12340,20726,4,0,0,1,0,32,12058,8,0,6,0,0,0,0,0,0,'Mugdorg-Chain Lightning'),(12340,12340,20727,4,0,0,1,0,37,15396,8,0,6,0,0,0,0,0,0,'Captain Zovax-Item +STR Leg R1'),(12340,12340,20727,4,0,0,1,0,31,33962,10,0,0,0,0,0,0,0,0,'Captain Zovax-Toughen'),(12340,12340,20728,4,0,0,1,0,12,35321,8,0,6,0,0,0,0,0,0,'Bladespire Raptor-Gushing Wound'),(12340,12340,20729,4,0,0,1,0,14,16128,11,0,6,0,0,0,0,0,0,'Bladespire Ravager-Infected Bite'),(12340,12340,20729,4,0,0,1,0,12,22911,8,0,6,0,0,0,0,0,0,'Bladespire Ravager-Charge'),(12340,12340,20730,4,0,0,1,0,15,36208,11,0,6,0,0,0,0,0,0,'Glumdor-Steal Weapon'),(12340,12340,20730,4,0,0,1,0,7,8599,10,0,0,0,0,0,0,0,0,'Glumdor-Enrage'),(12340,12340,20730,4,0,0,1,0,23,32009,8,0,6,0,0,0,0,0,0,'Glumdor-Cutdown'),(12340,12340,20730,4,0,0,1,0,13,13730,11,0,4,0,0,0,0,0,0,'Glumdor-Demoralizing Shout'),(12340,12340,20731,4,0,0,1,0,22,11831,7,0,4,0,0,0,0,0,0,'Droggam-Frost Nova'),(12340,12340,20731,4,0,0,1,0,32,9053,8,0,6,0,0,0,0,0,0,'Droggam-Fireball'),(12340,12340,20732,4,0,0,1,0,28,9672,8,0,6,0,0,0,0,0,0,'Gorr\'Dim-Frostbolt'),(12340,12340,20732,4,0,0,1,0,23,15091,7,0,4,0,0,0,0,0,0,'Gorr\'Dim-Blast Wave'),(12340,12340,20732,4,0,0,1,0,13,35917,11,0,6,0,0,0,0,0,0,'Gorr\'Dim-Fiery Intellect'),(12340,12340,20749,4,0,0,1,0,23,37841,8,0,6,0,0,0,0,0,0,'Scalewing Serpent-Lightning Strike'),(12340,12340,20751,4,0,0,1,0,11,7367,8,0,6,0,0,0,0,0,0,'Daggermaw Lashtail-Infected Bite'),(12340,12340,20751,4,0,0,1,0,12,35570,8,0,6,0,0,0,0,0,0,'Daggermaw Lashtail-Charge'),(12340,12340,20753,4,0,0,1,0,17,39119,4,0,6,0,0,0,0,0,0,'Dorgok-Fear'),(12340,12340,20753,4,0,0,1,0,35,11962,8,0,6,0,0,0,0,0,0,'Dorgok-Immolate'),(12340,12340,20756,4,0,0,1,0,28,37597,8,0,6,0,0,0,0,0,0,'Bladespire Chef-Meat Slap'),(12340,12340,20756,4,0,0,1,0,19,37596,11,0,6,0,0,0,0,0,0,'Bladespire Chef-Tenderize'),(12340,12340,20757,4,0,0,1,0,18,33245,10,0,0,0,0,0,0,0,0,'Fingrom-Ice Barrier'),(12340,12340,20757,4,0,0,1,0,38,15242,8,0,6,0,0,0,0,0,0,'Fingrom-Fireball'),(12340,12340,20765,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Bladespire Crusher-Cleave'),(12340,12340,20765,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bladespire Crusher-Enrage'),(12340,12340,20766,4,0,0,1,0,23,11986,2,0,0,0,0,0,0,0,0,'Bladespire Mystic-Healing Wave'),(12340,12340,20766,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Bladespire Mystic-Lightning Shield'),(12340,12340,20766,4,0,0,1,0,12,37599,10,0,0,0,0,0,0,0,0,'Bladespire Mystic-Bloodlust'),(12340,12340,20768,4,0,0,1,0,19,37596,11,0,6,0,0,0,0,0,0,'Gnosh Brognat-Tenderize'),(12340,12340,20768,4,0,0,1,0,28,37597,8,0,6,0,0,0,0,0,0,'Gnosh Brognat-Meat Slap'),(12340,12340,20770,4,0,0,1,0,38,36517,8,0,6,0,0,0,0,0,0,'Warden Icoshock-Shadowsurge'),(12340,12340,20770,4,0,0,1,0,31,36515,10,0,0,0,0,0,0,0,0,'Warden Icoshock-Shadowtouched'),(12340,12340,20773,4,0,0,1,0,27,3604,8,0,6,0,0,0,0,0,0,'Barbscale Crocolisk-Tendon Rip'),(12340,12340,20774,4,0,0,1,0,22,36604,9,0,3,0,0,0,0,0,0,'Farahlon Lasher-Flanking Growth'),(12340,12340,20774,4,0,0,1,0,28,12747,1,0,6,0,0,0,0,0,0,'Farahlon Lasher-Entangling Roots'),(12340,12340,20774,4,0,0,1,0,23,3019,10,0,0,0,0,0,0,0,0,'Farahlon Lasher-Frenzy'),(12340,12340,20775,4,0,0,1,0,37,36627,8,0,6,0,0,0,0,0,0,'Markaru-Venom Spit'),(12340,12340,20777,4,0,0,1,0,31,32023,7,0,4,0,0,0,0,0,0,'Talbuk Sire-Hoof Stomp'),(12340,12340,20778,4,0,0,1,0,32,36519,8,0,6,0,0,0,0,0,0,'Void Waste-Toxic Burst'),(12340,12340,20783,4,0,0,1,0,27,31553,8,0,6,0,0,0,0,0,0,'Porfus the Gem Gorger-Hamstring'),(12340,12340,20784,4,0,0,1,0,27,31553,8,0,6,0,0,0,0,0,0,'Armbreaker Huffaz-Hamstring'),(12340,12340,20785,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Fel Tinkerer Zortan-Hamstring'),(12340,12340,20786,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Gul\'bor-Hamstring'),(12340,12340,20788,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Forgosh-Hamstring'),(12340,12340,20789,4,0,0,1,0,27,31553,8,0,6,0,0,0,0,0,0,'Wrathbringer Laz-tarash-Hamstring'),(12340,12340,20790,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Malevus the Mad-Hamstring'),(12340,12340,20794,4,0,0,1,0,28,37554,8,0,6,0,0,0,0,0,0,'Kaylaan the Lost-Avenger\'s Shield'),(12340,12340,20794,4,0,0,1,0,23,37552,8,0,6,0,0,0,0,0,0,'Kaylaan the Lost-Burning Light'),(12340,12340,20794,4,0,0,1,0,33,37572,8,0,6,0,0,0,0,0,0,'Kaylaan the Lost-Holy Slam'),(12340,12340,20794,4,0,0,1,0,31,35614,1,0,6,0,0,0,0,0,0,'Kaylaan the Lost-Kaylan\'s Wrath'),(12340,12340,20794,4,0,0,1,0,37,37569,2,0,0,0,0,0,0,0,0,'Kaylaan the Lost-Heal'),(12340,12340,20794,4,0,0,1,0,22,13874,10,0,0,0,0,0,0,0,0,'Kaylaan the Lost-Divine Shield'),(12340,12340,20794,4,0,0,1,0,23,37553,7,0,4,0,0,0,0,0,0,'Kaylaan the Lost-Consecration'),(12340,12340,20795,4,0,0,1,0,35,32011,8,0,6,0,0,0,0,0,0,'Keeper of the Cistern-Water Bolt'),(12340,12340,20797,4,0,0,1,0,25,24844,8,0,6,0,0,0,0,0,0,'Deviate Coiler Hatchling-Lightning Breath'),(12340,12340,20798,4,0,0,1,0,27,32735,8,0,6,0,0,0,0,0,0,'Razorsaw-Saw Blade'),(12340,12340,20798,4,0,0,1,0,19,36486,8,0,6,0,0,0,0,0,0,'Razorsaw-Slime Spray'),(12340,12340,20800,4,0,0,1,0,31,34261,7,0,4,0,0,0,0,0,0,'Forgemaster Morug-Slime Spray'),(12340,12340,20800,4,0,0,1,0,39,36228,8,0,6,0,0,0,0,0,0,'Forgemaster Morug-Chainsaw Blade'),(12340,12340,20801,4,0,0,1,0,29,36253,7,0,3,0,0,0,0,0,0,'Silroth-Chemical Flames'),(12340,12340,20801,4,0,0,1,0,23,36252,7,0,3,0,0,0,0,0,0,'Silroth-Felforge Flames'),(12340,12340,20803,4,0,0,1,0,33,36487,7,0,3,0,0,0,0,0,0,'Overmaster Grindgarr-Fel Flames'),(12340,12340,20803,4,0,0,1,0,33,35238,7,0,4,0,0,0,0,0,0,'Overmaster Grindgarr-War Stomp'),(12340,12340,20854,4,0,0,1,0,31,15284,8,0,6,0,0,0,0,0,0,'Ethereum Gladiator-Cleave'),(12340,12340,20854,4,0,0,1,0,24,16856,8,0,6,0,0,0,0,0,0,'Ethereum Gladiator-Mortal Strike'),(12340,12340,20854,4,0,0,1,0,21,9080,8,0,6,0,0,0,0,0,0,'Ethereum Gladiator-Hamstring'),(12340,12340,20872,4,0,0,1,0,34,18211,8,0,6,0,0,0,0,0,0,'Deathforge Summoner-Shadow Bolt'),(12340,12340,20872,4,0,0,1,0,31,37628,8,0,6,0,0,0,0,0,0,'Deathforge Summoner-Fel Immolate'),(12340,12340,20878,4,0,0,1,0,34,37998,8,0,6,0,0,0,0,0,0,'Deathforge Guardian-Piercing Strike'),(12340,12340,20878,4,0,0,1,0,31,11972,8,0,6,0,0,0,0,0,0,'Deathforge Guardian-Shield Bash'),(12340,12340,20887,4,0,0,1,0,100,36227,8,0,6,0,0,0,0,0,0,'Deathforge Imp-Firebolt'),(12340,12340,20925,4,0,0,1,0,22,35236,7,0,3,0,0,0,0,0,0,'Scalded Basilisk-Heat Wave'),(12340,12340,20928,4,0,0,1,0,31,33962,10,0,0,0,0,0,0,0,0,'Ironspine Forgelord-Toughen'),(12340,12340,20928,4,0,0,1,0,39,37179,7,0,4,0,0,0,0,0,0,'Ironspine Forgelord-Hammer Slam'),(12340,12340,20929,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Wrath Lord-Cleave'),(12340,12340,20930,4,0,0,1,0,27,36541,6,0,6,0,0,0,0,0,0,'Hatecryer-Curse of Burning Shadows'),(12340,12340,20930,4,0,0,1,0,34,34017,7,0,3,0,0,0,0,0,0,'Hatecryer-Rain of Chaos'),(12340,12340,20931,4,0,0,1,0,38,35321,8,0,6,0,0,0,0,0,0,'Tyrantus-Gushing Wound'),(12340,12340,20931,4,0,0,1,0,31,36629,4,0,4,0,0,0,0,0,0,'Tyrantus-Terrifying Roar'),(12340,12340,20932,4,0,0,1,0,33,15797,8,0,6,0,0,0,0,0,0,'Nuramoc-Lightning Breath'),(12340,12340,20932,4,0,0,1,0,33,21971,8,0,6,0,0,0,0,0,0,'Nuramoc-Poison Bolt'),(12340,12340,20932,4,0,0,1,0,25,38905,10,0,0,0,0,0,0,0,0,'Nuramoc-Prismatic Shield'),(12340,12340,20934,4,0,0,1,0,37,36093,8,0,6,0,0,0,0,0,0,'Severed Defender-Ghost Strike'),(12340,12340,20934,4,0,0,1,0,21,12169,10,0,0,0,0,0,0,0,0,'Severed Defender-Shield Block'),(12340,12340,20983,4,0,0,1,0,24,36604,9,0,3,0,0,0,0,0,0,'Mutated Farahlon Lasher-Flanking Growth'),(12340,12340,20987,4,0,0,1,0,12,35385,8,0,6,0,0,0,0,0,0,'Ruuan Weald Basilisk-Threshalisk Charge'),(12340,12340,20988,4,0,0,1,0,22,745,2,0,6,0,0,0,0,0,0,'Sunseeker Engineer-Web'),(12340,12340,20988,4,0,0,1,0,25,7951,8,0,6,0,0,0,0,0,0,'Sunseeker Engineer-Toxic Spit'),(12340,12340,21005,4,0,0,1,0,31,31273,11,0,4,0,0,0,0,0,0,'Azurebeak-Screech'),(12340,12340,21021,4,0,0,1,0,23,9053,8,0,6,0,0,0,0,0,0,'Scorch Imp-Fireball'),(12340,12340,21029,4,0,0,1,0,32,31707,8,0,6,0,0,0,0,0,0,'Captured Water Spirit-Waterbolt'),(12340,12340,21032,4,0,0,1,0,15,36631,7,0,4,0,0,0,0,0,0,'Dreadwing-Netherbreath'),(12340,12340,21033,4,0,0,1,0,19,37838,8,0,6,0,0,0,0,0,0,'Bladewing Bloodletter-Blood Leech'),(12340,12340,21033,4,0,0,1,0,17,37839,8,0,6,0,0,0,0,0,0,'Bladewing Bloodletter-Poison Spit'),(12340,12340,21046,4,0,0,1,0,17,37577,8,0,6,0,0,0,0,0,0,'Boulder\'mok Brute-Debilitating Strike'),(12340,12340,21046,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Boulder\'mok Brute-Enrage'),(12340,12340,21047,4,0,0,1,0,17,12550,10,0,0,0,0,0,0,0,0,'Boulder\'mok Shaman-Lightning Shield'),(12340,12340,21047,4,0,0,1,0,12,28902,10,0,0,0,0,0,0,0,0,'Boulder\'mok Shaman-Bloodlust'),(12340,12340,21047,4,0,0,1,0,23,11986,2,0,0,0,0,0,0,0,0,'Boulder\'mok Shaman-Healing Wave'),(12340,12340,21048,4,0,0,1,0,28,8078,7,0,4,0,0,0,0,0,0,'Boulder\'mok Chieftain-Thunderclap'),(12340,12340,21048,4,0,0,1,0,8,35491,10,0,0,0,0,0,0,0,0,'Boulder\'mok Chieftain-Furious Rage'),(12340,12340,21050,4,0,0,1,0,32,38498,8,0,6,0,0,0,0,0,0,'Enraged Earth Spirit-Fiery Boulder'),(12340,12340,21050,4,0,0,1,0,28,38365,9,0,4,0,0,0,0,0,0,'Enraged Earth Spirit-Summon Enraged Earth Shard'),(12340,12340,21057,4,0,0,1,0,23,35924,7,0,4,0,0,0,0,0,0,'Nexus-Prince Razaan-Energy Flux'),(12340,12340,21058,4,0,0,1,0,28,36004,10,0,0,0,0,0,0,0,0,'Disembodied Exarch-Power Word: Fortitude'),(12340,12340,21058,4,0,0,1,0,38,8258,10,0,0,0,0,0,0,0,0,'Disembodied Exarch-Devotion Aura'),(12340,12340,21059,4,0,0,1,0,32,38032,8,0,6,0,0,0,0,0,0,'Enraged Water Spirit-Stormbolt'),(12340,12340,21060,4,0,0,1,0,37,12058,8,0,6,0,0,0,0,0,0,'Enraged Air Spirit-Chain Lightning'),(12340,12340,21060,4,0,0,1,0,24,32717,7,0,3,0,0,0,0,0,0,'Enraged Air Spirit-Hurricane'),(12340,12340,21061,4,0,0,1,0,32,36247,8,0,6,0,0,0,0,0,0,'Enraged Fire Spirit-Fel Fireball'),(12340,12340,21061,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Enraged Fire Spirit-Enrage'),(12340,12340,21065,4,0,0,1,0,38,9613,8,0,6,0,0,0,0,0,0,'Tormented Citizen-Shadow Bolt'),(12340,12340,21065,4,0,0,1,0,31,11980,6,0,6,0,0,0,0,0,0,'Tormented Citizen-Curse of Weakness'),(12340,12340,21065,4,0,0,1,0,12,36153,10,0,6,0,0,0,0,0,0,'Tormented Citizen-Soulbind'),(12340,12340,21072,4,0,0,1,0,17,12747,1,0,6,0,0,0,0,0,0,'Living Grove Defender-Entangling Roots'),(12340,12340,21089,4,0,0,1,0,38,35871,8,0,6,0,0,0,0,0,0,'Sunfury Blood Knight-Spellbreaker'),(12340,12340,21089,4,0,0,1,0,24,36476,2,0,0,0,0,0,0,0,0,'Sunfury Blood Knight-Blood Heal'),(12340,12340,21089,4,0,0,1,0,11,8599,10,0,0,0,0,0,0,0,0,'Sunfury Blood Knight-Enrage'),(12340,12340,21102,4,0,0,1,0,27,38361,7,0,3,0,0,0,0,0,0,'Uvuros-Double Breath'),(12340,12340,21102,4,0,0,1,0,22,37939,4,0,4,0,0,0,0,0,0,'Uvuros-Terrifying Roar'),(12340,12340,21108,4,0,0,1,0,33,36406,7,0,3,0,0,0,0,0,0,'Spawn of Uvuros-Double Breath'),(12340,12340,21108,4,0,0,1,0,31,36405,7,0,4,0,0,0,0,0,0,'Spawn of Uvuros-Stomp'),(12340,12340,21123,4,0,0,1,0,22,32093,8,0,6,0,0,0,0,0,0,'Felsworn Scalewing-Poison Spit'),(12340,12340,21124,4,0,0,1,0,11,7367,8,0,6,0,0,0,0,0,0,'Felsworn Daggermaw-Infected Bite'),(12340,12340,21124,4,0,0,1,0,12,35570,8,0,6,0,0,0,0,0,0,'Felsworn Daggermaw-Charge'),(12340,12340,21135,4,0,0,1,0,100,15592,8,0,6,0,0,0,0,0,0,'Fel Imp-Firebolt'),(12340,12340,21164,4,0,0,1,0,34,39135,8,0,6,0,0,0,0,0,0,'Netharel-Debilitating Strike'),(12340,12340,21164,4,0,0,1,0,28,37683,10,0,0,0,0,0,0,0,0,'Netharel-Evasion'),(12340,12340,21164,4,0,0,1,0,31,39020,8,0,6,0,0,0,0,0,0,'Netharel-Mana Burn'),(12340,12340,21164,4,0,0,1,0,6,36298,10,0,0,0,0,0,0,0,0,'Netharel-Metamorphosis'),(12340,12340,21166,4,0,0,1,0,35,17287,8,0,6,0,0,0,0,0,0,'Illidari Dreadlord-Mind Blast'),(12340,12340,21166,4,0,0,1,0,24,13704,4,0,4,0,0,0,0,0,0,'Illidari Dreadlord-Psychic Scream'),(12340,12340,21166,4,0,0,1,0,23,12098,1,0,6,0,0,0,0,0,0,'Illidari Dreadlord-Sleep'),(12340,12340,21168,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Theras-Spellbreaker'),(12340,12340,21168,4,0,0,1,0,34,39020,8,0,6,0,0,0,0,0,0,'Theras-Mana Burn'),(12340,12340,21168,4,0,0,1,0,7,36298,10,0,0,0,0,0,0,0,0,'Theras-Metamorphosis'),(12340,12340,21171,4,0,0,1,0,14,36298,10,0,0,0,0,0,0,0,0,'Alandien-Metamorphosis'),(12340,12340,21171,4,0,0,1,0,31,39082,7,0,4,0,0,0,0,0,0,'Alandien-Shadowfury'),(12340,12340,21171,4,0,0,1,0,40,39020,8,0,6,0,0,0,0,0,0,'Alandien-Mana Burn'),(12340,12340,21178,4,0,0,1,0,29,39020,8,0,6,0,0,0,0,0,0,'Varedis-Mana Burn'),(12340,12340,21178,4,0,0,1,0,24,38010,6,0,6,0,0,0,0,0,0,'Varedis-Curse of Flames'),(12340,12340,21178,4,0,0,1,0,27,37683,10,0,0,0,0,0,0,0,0,'Varedis-Evasion'),(12340,12340,21179,4,0,0,1,0,18,37683,10,0,0,0,0,0,0,0,0,'Demon Hunter Supplicant-Evasion'),(12340,12340,21180,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Demon Hunter Initiate-Spellbreaker'),(12340,12340,21181,4,0,0,1,0,34,39425,7,0,4,0,0,0,0,0,0,'Cyrukh the Firelord-Trample'),(12340,12340,21181,4,0,0,1,0,27,39429,7,0,3,0,0,0,0,0,0,'Cyrukh the Firelord-Fel Flamestrike'),(12340,12340,21181,4,0,0,1,0,30,18945,8,0,6,0,0,0,0,0,0,'Cyrukh the Firelord-Knock Away'),(12340,12340,21195,4,0,0,1,0,31,22120,8,0,6,0,0,0,0,0,0,'Domesticated Felboar-Charge'),(12340,12340,21198,4,0,0,1,0,28,36093,8,0,6,0,0,0,0,0,0,'Deathtalon Spirit-Ghost Strike'),(12340,12340,21200,4,0,0,1,0,18,16588,3,0,0,0,0,0,0,0,0,'Screeching Spirit-Dark Mending'),(12340,12340,21200,4,0,0,1,0,31,9613,8,0,6,0,0,0,0,0,0,'Screeching Spirit-Shadow Bolt'),(12340,12340,21205,4,0,0,1,0,27,38363,8,0,6,0,0,0,0,0,0,'Ravenous Flayer Matriarch-Gushing Wound'),(12340,12340,21205,4,0,0,1,0,24,36464,11,0,6,0,0,0,0,0,0,'Ravenous Flayer Matriarch-The Den Mother\'s Mark'),(12340,12340,21207,4,0,0,1,0,31,38401,8,0,6,0,0,0,0,0,0,'Summoner Skartax-Incinerate'),(12340,12340,21207,4,0,0,1,0,39,45055,8,0,6,0,0,0,0,0,0,'Summoner Skartax-Shadow Bolt'),(12340,12340,21223,4,0,0,1,0,26,51613,11,0,6,0,0,0,0,0,0,'Corrupted Rager-Corrode Armor'),(12340,12340,21233,4,0,0,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Legion Fel Cannon-Fel Cannon Blast'),(12340,12340,21238,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Bloodmaul Drudger-Enrage'),(12340,12340,21238,4,0,0,1,0,16,35918,11,0,6,0,0,0,0,0,0,'Bloodmaul Drudger-Puncture Armor'),(12340,12340,21242,4,0,0,1,0,16,13787,10,0,0,0,0,0,0,0,0,'Auchenai Death-Speaker-Demon Armor'),(12340,12340,21242,4,0,0,1,0,37,9613,8,0,6,0,0,0,0,0,0,'Auchenai Death-Speaker-Shadow Bolt'),(12340,12340,21244,4,0,0,1,0,21,35570,8,0,6,0,0,0,0,0,0,'Bonechewer Messenger-Charge'),(12340,12340,21245,4,0,0,1,0,32,8646,8,0,6,0,0,0,0,0,0,'Bonechewer Marauder-Snap Kick'),(12340,12340,21249,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Wrathstalker-Cleave'),(12340,12340,21254,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Dullgrom Dredger-Enrage'),(12340,12340,21254,4,0,0,1,0,18,34802,8,0,6,0,0,0,0,0,0,'Dullgrom Dredger-Kick'),(12340,12340,21267,4,0,0,1,0,14,36484,7,0,4,0,0,0,0,0,0,'Mana Beast-Mana Burn'),(12340,12340,21284,4,0,0,1,0,28,37592,8,0,6,0,0,0,0,0,0,'Auchenai Initiate-Knockdown'),(12340,12340,21284,4,0,0,1,0,19,38618,10,0,0,0,0,0,0,0,0,'Auchenai Initiate-Whirlwind'),(12340,12340,21285,4,0,0,1,0,18,11642,3,0,0,0,0,0,0,0,0,'Auchenai Doomsayer-Heal'),(12340,12340,21285,4,0,0,1,0,23,16568,8,0,6,0,0,0,0,0,0,'Auchenai Doomsayer-Mind Flay'),(12340,12340,21285,4,0,0,1,0,37,31516,8,0,6,0,0,0,0,0,0,'Auchenai Doomsayer-Mind Blast'),(12340,12340,21287,4,0,0,1,0,29,35913,8,0,6,0,0,0,0,0,0,'Warbringer Razuun-Fel Fireball'),(12340,12340,21287,4,0,0,1,0,23,38047,11,0,6,0,0,0,0,0,0,'Warbringer Razuun-Mind Warp'),(12340,12340,21294,4,0,0,1,0,17,10966,8,0,6,0,0,0,0,0,0,'Bloodmaul Goon-Uppercut'),(12340,12340,21296,4,0,0,1,0,12,37777,8,0,6,0,0,0,0,0,0,'Bladespire Champion-Mighty Charge'),(12340,12340,21296,4,0,0,1,0,12,8078,7,0,4,0,0,0,0,0,0,'Bladespire Champion-Thunderclap'),(12340,12340,21300,4,0,0,1,0,18,32063,8,0,6,0,0,0,0,0,0,'Fel Corrupter-Corruption'),(12340,12340,21300,4,0,0,1,0,38,9613,8,0,6,0,0,0,0,0,0,'Fel Corrupter-Shadow Bolt'),(12340,12340,21302,4,0,0,1,0,27,37992,8,0,6,0,0,0,0,0,0,'Shadow Council Warlock-Drain Life'),(12340,12340,21302,4,0,0,1,0,39,18211,8,0,6,0,0,0,0,0,0,'Shadow Council Warlock-Shadow Bolt'),(12340,12340,21305,4,0,0,1,0,16,37950,10,0,0,0,0,0,0,0,0,'Mutant Horror-Mutated Blood'),(12340,12340,21305,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Mutant Horror-Enrage'),(12340,12340,21306,4,0,0,1,0,14,3256,11,0,4,0,0,0,0,0,0,'Cursed Scarab-Plague Cloud'),(12340,12340,21309,4,0,0,1,0,24,38048,6,0,6,0,0,0,0,0,0,'Painmistress Gabrissa-Curse of Pain'),(12340,12340,21314,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Terrormaster-Cleave'),(12340,12340,21314,4,0,0,1,0,23,38154,4,0,6,0,0,0,0,0,0,'Terrormaster-Fear'),(12340,12340,21315,4,0,0,1,0,27,15284,7,0,3,0,0,0,0,0,0,'Ruul the Darkener-Cleave'),(12340,12340,21315,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Ruul the Darkener-Spellbreaker'),(12340,12340,21319,4,0,0,1,0,12,35491,10,0,0,0,0,0,0,0,0,'Gor Grimgut-Furious Rage'),(12340,12340,21324,4,0,0,1,0,22,38021,11,0,4,0,0,0,0,0,0,'Spirit Raven-Terrifying Screech'),(12340,12340,21325,4,0,0,1,0,14,37823,1,0,6,0,0,0,0,0,0,'Raven\'s Wood Stonebark-Entangling Roots'),(12340,12340,21325,4,0,0,1,0,17,12612,7,0,4,0,0,0,0,0,0,'Raven\'s Wood Stonebark-Stomp'),(12340,12340,21325,4,0,0,1,0,19,7948,2,0,0,0,0,0,0,0,0,'Raven\'s Wood Stonebark-Wild Regeneration'),(12340,12340,21326,4,0,0,1,0,17,37696,9,0,4,0,0,0,0,0,0,'Raven\'s Wood Leafbeard-Force of Nature'),(12340,12340,21368,4,0,0,1,0,18,32920,0,0,0,0,0,0,0,0,0,'Ethereal Plunderer-Warp'),(12340,12340,21368,4,0,0,1,0,27,7159,8,0,6,0,0,0,0,0,0,'Ethereal Plunderer-Backstab'),(12340,12340,21370,4,0,0,1,0,37,9613,8,0,6,0,0,0,0,0,0,'Ethereal Nethermancer-Shadow Bolt'),(12340,12340,21370,4,0,0,1,0,23,17173,8,0,6,0,0,0,0,0,0,'Ethereal Nethermancer-Drain Life'),(12340,12340,21373,4,0,0,1,0,26,32914,7,0,3,0,0,0,0,0,0,'Silkwing-Wing Buffet'),(12340,12340,21380,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Greater Crust Burster-Poison'),(12340,12340,21381,4,0,0,1,0,21,21067,8,0,6,0,0,0,0,0,0,'Young Crust Burster-Poison Bolt'),(12340,12340,21381,4,0,0,1,0,13,37359,8,0,6,0,0,0,0,0,0,'Young Crust Burster-Rush'),(12340,12340,21382,4,0,0,1,0,17,32009,8,0,6,0,0,0,0,0,0,'Wyrmcult Zealot-Cutdown'),(12340,12340,21382,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Wyrmcult Zealot-Enrage'),(12340,12340,21383,4,0,0,1,0,23,17139,10,0,0,0,0,0,0,0,0,'Wyrmcult Acolyte-Power Word: Shield'),(12340,12340,21383,4,0,0,1,0,28,32707,8,0,6,0,0,0,0,0,0,'Wyrmcult Acolyte-Incinerate'),(12340,12340,21384,4,0,0,1,0,21,16588,2,0,0,0,0,0,0,0,0,'Dark Conclave Harbinger-Dark Mending'),(12340,12340,21384,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Dark Conclave Harbinger-Cleave'),(12340,12340,21385,4,0,0,1,0,35,9672,8,0,6,0,0,0,0,0,0,'Dark Conclave Scorncrow-Frostbolt'),(12340,12340,21386,4,0,0,1,0,30,37974,8,0,6,0,0,0,0,0,0,'Dark Conclave Hawkeye-Enraging Strike'),(12340,12340,21387,4,0,0,1,0,28,19816,8,0,6,0,0,0,0,0,0,'Wyrmcult Blackwhelp-Fireball'),(12340,12340,21389,4,0,0,1,0,21,32736,8,0,6,0,0,0,0,0,0,'Maxnar the Ashmaw-Mortal Strike'),(12340,12340,21389,4,0,0,1,0,23,37638,7,0,3,0,0,0,0,0,0,'Maxnar the Ashmaw-Flame Breath'),(12340,12340,21389,4,0,0,1,0,26,15284,7,0,3,0,0,0,0,0,0,'Maxnar the Ashmaw-Cleave'),(12340,12340,21405,4,0,0,1,0,32,33833,8,0,6,0,0,0,0,0,0,'Ethereal Arcanist-Arcane Missiles'),(12340,12340,21405,4,0,0,1,0,24,39039,8,0,6,0,0,0,0,0,0,'Ethereal Arcanist-Force Blast'),(12340,12340,21405,4,0,0,1,0,11,32936,10,0,0,0,0,0,0,0,0,'Ethereal Arcanist-Der\'izu Focus'),(12340,12340,21408,4,0,0,1,0,29,37941,10,0,0,0,0,0,0,0,0,'Felfire Diemetradon-Flaming Wound'),(12340,12340,21416,4,0,0,1,0,35,32011,8,0,6,0,0,0,0,0,0,'Lakaan-Water Bolt'),(12340,12340,21423,4,0,0,1,0,28,13443,8,0,6,0,0,0,0,0,0,'Gore-Scythe Ravager-Rend'),(12340,12340,21428,4,0,0,1,0,35,9672,8,0,6,0,0,0,0,0,0,'Corrupted Water Elemental-Frostbolt'),(12340,12340,21428,4,0,0,1,0,32,35194,10,0,0,0,0,0,0,0,0,'Corrupted Water Elemental-Shadowform'),(12340,12340,21450,4,0,0,1,0,23,38021,11,0,4,0,0,0,0,0,0,'Skethyl Owl-Terrifying Screech'),(12340,12340,21453,4,0,0,1,0,23,12550,10,0,0,0,0,0,0,0,0,'Ashtongue Shaman-Lightning Shield'),(12340,12340,21453,4,0,0,1,0,23,37067,10,0,0,0,0,0,0,0,0,'Ashtongue Shaman-Bloodlust'),(12340,12340,21455,4,0,0,1,0,30,6016,11,0,6,0,0,0,0,0,0,'Ashtongue Worker-Pierce Armor'),(12340,12340,21462,4,0,0,1,0,29,37941,10,0,0,0,0,0,0,0,0,'Greater Felfire Diemetradon-Flaming Wound'),(12340,12340,21462,4,0,0,1,0,24,37945,8,0,6,0,0,0,0,0,0,'Greater Felfire Diemetradon-Fel Fireball'),(12340,12340,21468,4,0,0,1,0,100,10709,8,0,6,0,0,0,0,0,0,'Kaliri Totem-Brown Prairie Dog'),(12340,12340,21470,4,0,0,1,0,100,10856,8,0,6,0,0,0,0,0,0,'Angered Arakkoa Protector-Link Dead'),(12340,12340,21477,4,0,0,1,0,24,37937,11,0,6,0,0,0,0,0,0,'Rocknail Flayer-Flayed Flesh'),(12340,12340,21478,4,0,0,1,0,27,33912,8,0,6,0,0,0,0,0,0,'Rocknail Ripper-Rip'),(12340,12340,21492,4,0,0,1,0,29,9053,8,0,6,0,0,0,0,0,0,'Wyrmcult Blessed-Fireball'),(12340,12340,21492,4,0,0,1,0,23,11969,7,0,4,0,0,0,0,0,0,'Wyrmcult Blessed-Fire Nova'),(12340,12340,21499,4,0,0,1,0,24,35321,8,0,6,0,0,0,0,0,0,'Overseer Ripsaw-Gushing Wound'),(12340,12340,21499,4,0,0,1,0,31,32735,8,0,6,0,0,0,0,0,0,'Overseer Ripsaw-Saw Blade'),(12340,12340,21500,4,0,0,1,0,35,38750,7,0,4,0,0,0,0,0,0,'Morgroron-War Stomp'),(12340,12340,21500,4,0,0,1,0,28,22859,8,0,6,0,0,0,0,0,0,'Morgroron-Mortal Cleave'),(12340,12340,21500,4,0,0,1,0,31,38741,7,0,3,0,0,0,0,0,0,'Morgroron-Rain of Fire'),(12340,12340,21501,4,0,0,1,0,35,38742,8,0,6,0,0,0,0,0,0,'Makazradon-Fel Cleave'),(12340,12340,21501,4,0,0,1,0,28,11443,11,0,6,0,0,0,0,0,0,'Makazradon-Cripple'),(12340,12340,21501,4,0,0,1,0,31,38741,7,0,3,0,0,0,0,0,0,'Makazradon-Rain of Fire'),(12340,12340,21503,4,0,0,1,0,31,39083,8,0,6,0,0,0,0,0,0,'Sunfury Warlock-Incinerate'),(12340,12340,21503,4,0,0,1,0,39,18211,8,0,6,0,0,0,0,0,0,'Sunfury Warlock-Shadow Bolt'),(12340,12340,21505,4,0,0,1,0,38,20720,8,0,6,0,0,0,0,0,0,'Sunfury Summoner-Arcane Bolt'),(12340,12340,21506,4,0,0,1,0,30,11443,8,0,6,0,0,0,0,0,0,'Azaloth-Cripple'),(12340,12340,21506,4,0,0,1,0,31,38750,7,0,4,0,0,0,0,0,0,'Azaloth-War Stomp'),(12340,12340,21506,4,0,0,1,0,32,38741,7,0,3,0,0,0,0,0,0,'Azaloth-Rain of Fire'),(12340,12340,21506,4,0,0,1,0,27,40504,7,0,3,0,0,0,0,0,0,'Azaloth-Cleave'),(12340,12340,21515,4,0,0,1,0,21,32903,11,0,6,0,0,0,0,0,0,'Trachela-Fevered Disease'),(12340,12340,21516,4,0,0,1,0,15,37621,8,0,6,0,0,0,0,0,0,'Death\'s Watch-Mind Flay'),(12340,12340,21519,4,0,0,1,0,15,32736,8,0,6,0,0,0,0,0,0,'Death\'s Might-Mortal Strike'),(12340,12340,21519,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Death\'s Might-Cleave'),(12340,12340,21520,4,0,0,1,0,28,38051,1,0,6,0,0,0,0,0,0,'Illidari Jailor-Fel Shackles'),(12340,12340,21637,4,0,0,1,0,29,15547,8,0,6,0,0,0,0,0,0,'Wyrmcult Scout-Shoot'),(12340,12340,21639,4,0,0,1,0,24,35570,8,0,6,0,0,0,0,0,0,'Illidari Slayer-Charge'),(12340,12340,21640,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Trogma-Enrage'),(12340,12340,21644,4,0,0,1,0,22,13730,11,0,4,0,0,0,0,0,0,'Skettis Wing Guard-Demoralizing Shout'),(12340,12340,21644,4,0,0,1,0,24,35321,8,0,6,0,0,0,0,0,0,'Skettis Wing Guard-Gushing Wound'),(12340,12340,21644,4,0,0,1,0,21,40546,8,0,6,0,0,0,0,0,0,'Skettis Wing Guard-Retaliation'),(12340,12340,21644,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Skettis Wing Guard-Enrage'),(12340,12340,21648,4,0,0,1,0,32,38467,7,0,3,0,0,0,0,0,0,'Mature Netherwing Drake-Netherbreath'),(12340,12340,21649,4,0,0,1,0,27,13901,8,0,6,0,0,0,0,0,0,'Skettis Windwalker-Arcane Bolt'),(12340,12340,21649,4,0,0,1,0,19,34110,3,0,0,0,0,0,0,0,0,'Skettis Windwalker-Shadow Mend'),(12340,12340,21649,4,0,0,1,0,22,40578,2,0,4,0,0,0,0,0,0,'Skettis Windwalker-Cyclone'),(12340,12340,21650,4,0,0,1,0,23,10277,8,0,6,0,0,0,0,0,0,'Skettis Talonite-Throw'),(12340,12340,21650,4,0,0,1,0,26,11428,8,0,6,0,0,0,0,0,0,'Skettis Talonite-Knockdown'),(12340,12340,21651,4,0,0,1,0,8,3019,10,0,0,0,0,0,0,0,0,'Time-Lost Skettis Reaver-Frenzy'),(12340,12340,21651,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Time-Lost Skettis Reaver-Cleave'),(12340,12340,21651,4,0,0,1,0,12,42247,10,0,0,0,0,0,0,0,0,'Time-Lost Skettis Reaver-Battle Shout'),(12340,12340,21656,4,0,0,1,0,29,38048,6,0,6,0,0,0,0,0,0,'Illidari Satyr-Curse of Pain'),(12340,12340,21660,4,0,0,1,0,19,11831,7,0,4,0,0,0,0,0,0,'Cabal Abjurist-Frost Nova'),(12340,12340,21660,4,0,0,1,0,32,34447,8,0,6,0,0,0,0,0,0,'Cabal Abjurist-Arcane Missiles'),(12340,12340,21661,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Cabal Skirmisher-Enrage'),(12340,12340,21661,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Cabal Skirmisher-Cleave'),(12340,12340,21662,4,0,0,1,0,21,37685,8,0,6,0,0,0,0,0,0,'Cabal Tomb-Raider-Backstab'),(12340,12340,21663,4,0,0,1,0,28,12550,10,0,0,0,0,0,0,0,0,'Oronu the Elder-Lightning Shield'),(12340,12340,21663,4,0,0,1,0,34,11986,2,0,0,0,0,0,0,0,0,'Oronu the Elder-Healing Wave'),(12340,12340,21663,4,0,0,1,0,22,34079,9,0,4,0,0,0,0,0,0,'Oronu the Elder-Grounding Totem'),(12340,12340,21706,4,0,0,1,0,32,35194,10,0,0,0,0,0,0,0,0,'Corrupted Fire Elemental-Shadowform'),(12340,12340,21706,4,0,0,1,0,35,9053,8,0,6,0,0,0,0,0,0,'Corrupted Fire Elemental-Fireball'),(12340,12340,21707,4,0,0,1,0,32,35194,10,0,0,0,0,0,0,0,0,'Corrupted Air Elemental-Shadowform'),(12340,12340,21707,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Corrupted Air Elemental-Lightning Bolt'),(12340,12340,21709,4,0,0,1,0,8,32734,10,0,0,0,0,0,0,0,0,'Eykenen-Earth Shield'),(12340,12340,21709,4,0,0,1,0,33,13281,8,0,6,0,0,0,0,0,0,'Eykenen-Earth Shock'),(12340,12340,21710,4,0,0,1,0,23,38581,9,0,4,0,0,0,0,0,0,'Uylaru-Corrupted Searing Totem'),(12340,12340,21710,4,0,0,1,0,28,15039,8,0,6,0,0,0,0,0,0,'Uylaru-Flame Shock'),(12340,12340,21711,4,0,0,1,0,35,9532,8,0,6,0,0,0,0,0,0,'Haalum-Lightning Bolt'),(12340,12340,21711,4,0,0,1,0,24,12058,8,0,6,0,0,0,0,0,0,'Haalum-Chain Lightning'),(12340,12340,21717,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Dragonmaw Wrangler-Enrage'),(12340,12340,21717,4,0,0,1,0,29,38338,1,0,6,0,0,0,0,0,0,'Dragonmaw Wrangler-Net'),(12340,12340,21718,4,0,0,1,0,35,18211,8,0,6,0,0,0,0,0,0,'Dragonmaw Subjugator-Shadow Bolt'),(12340,12340,21720,4,0,0,1,0,28,12550,10,0,0,0,0,0,0,0,0,'Dragonmaw Shaman-Lightning Shield'),(12340,12340,21720,4,0,0,1,0,17,6742,10,0,0,0,0,0,0,0,0,'Dragonmaw Shaman-Bloodlust'),(12340,12340,21721,4,0,0,1,0,32,38340,8,0,6,0,0,0,0,0,0,'Enslaved Netherwing Whelp-Arcane Bolt'),(12340,12340,21723,4,0,0,1,0,21,33912,8,0,6,0,0,0,0,0,0,'Blackwind Sabercat-Rip'),(12340,12340,21728,4,0,0,1,0,27,32011,8,0,6,0,0,0,0,0,0,'Skettis Surger-Water Bolt'),(12340,12340,21729,4,0,0,1,0,88,38465,8,0,6,0,0,0,0,0,0,'Electromental-Lightning Bolt'),(12340,12340,21730,4,0,0,1,0,19,15063,7,0,4,0,0,0,0,0,0,'Alluvion-Frost Nova'),(12340,12340,21730,4,0,0,1,0,37,38669,8,0,6,0,0,0,0,0,0,'Alluvion-Water Bolt'),(12340,12340,21742,4,0,0,1,0,39,17137,2,0,0,0,0,0,0,0,0,'Sunfury Eradicator-Flash Heal'),(12340,12340,21742,4,0,0,1,0,34,38008,10,0,0,0,0,0,0,0,0,'Sunfury Eradicator-Seal of Blood'),(12340,12340,21743,4,0,0,1,0,33,36104,7,0,4,0,0,0,0,0,0,'Sunfury Blood Lord-Torrent of Flames'),(12340,12340,21743,4,0,0,1,0,38,37577,8,0,6,0,0,0,0,0,0,'Sunfury Blood Lord-Debilitating Strike'),(12340,12340,21763,4,0,0,1,0,21,38167,11,0,6,0,0,0,0,0,0,'Time-Lost Skettis Worshipper-Curse of Blood'),(12340,12340,21787,4,0,0,1,0,23,42420,3,0,0,0,0,0,0,0,0,'Time-Lost Skettis High Priest-Flash Heal'),(12340,12340,21787,4,0,0,1,0,19,41912,10,0,0,0,0,0,0,0,0,'Time-Lost Skettis High Priest-Shadowform'),(12340,12340,21787,4,0,0,1,0,23,11639,8,0,6,0,0,0,0,0,0,'Time-Lost Skettis High Priest-Shadow Word: Pain'),(12340,12340,21796,4,0,0,1,0,28,13321,8,0,6,0,0,0,0,0,0,'Wyrm from Beyond-Mana Burn'),(12340,12340,21802,4,0,0,1,0,21,38045,7,0,4,0,0,0,0,0,0,'Elekk Demolisher-Rampaging Stomp'),(12340,12340,21804,4,0,0,1,0,29,5708,8,0,6,0,0,0,0,0,0,'Skettis Kaliri-Swoop'),(12340,12340,21808,4,0,0,1,0,24,32736,8,0,6,0,0,0,0,0,0,'Illidari Overseer-Mortal Strike'),(12340,12340,21808,4,0,0,1,0,28,11977,8,0,6,0,0,0,0,0,0,'Illidari Overseer-Rend'),(12340,12340,21809,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'Wyrmcult Poacher-Net'),(12340,12340,21809,4,0,0,1,0,29,15547,8,0,6,0,0,0,0,0,0,'Wyrmcult Poacher-Shoot'),(12340,12340,21810,4,0,0,1,0,23,37704,10,0,0,0,0,0,0,0,0,'Wyrmcult Hewer-Whirlwind'),(12340,12340,21810,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Wyrmcult Hewer-Enrage'),(12340,12340,21816,4,0,0,1,0,29,32906,8,0,6,0,0,0,0,0,0,'Ironspine Chomper-Chomp'),(12340,12340,21817,4,0,0,1,0,15,38884,8,0,6,0,0,0,0,0,0,'Adolescent Nether Drake-Mana Burn'),(12340,12340,21820,4,0,0,1,0,26,38881,8,0,6,0,0,0,0,0,0,'Mature Nether Drake-Arcane Blast'),(12340,12340,21821,4,0,0,1,0,25,38881,8,0,6,0,0,0,0,0,0,'Proto-Nether Drake-Arcane Blast'),(12340,12340,21827,4,0,0,1,0,29,38051,1,0,6,0,0,0,0,0,0,'Zandras-Fel Shackles'),(12340,12340,21837,4,0,0,1,0,19,36406,7,0,4,0,0,0,0,0,0,'Summoned Wrath Hound-Double Breath'),(12340,12340,21837,4,0,0,1,0,12,22911,8,0,6,0,0,0,0,0,0,'Summoned Wrath Hound-Charge'),(12340,12340,21838,4,0,0,1,0,23,15284,8,0,6,0,0,0,0,0,0,'Terokk-Cleave'),(12340,12340,21838,4,0,0,1,0,29,40721,7,0,4,0,0,0,0,0,0,'Terokk-Shadow Bolt Volley'),(12340,12340,21838,4,0,0,1,0,21,40722,11,0,6,0,0,0,0,0,0,'Terokk-Will of the Arakkoa God'),(12340,12340,21838,4,0,0,1,0,7,28747,10,0,0,0,0,0,0,0,0,'Terokk-Frenzy'),(12340,12340,21838,4,0,0,1,0,12,40733,10,0,0,0,0,0,0,0,0,'Terokk-Divine Shield'),(12340,12340,21839,4,0,0,1,0,26,32914,7,0,3,0,0,0,0,0,0,'Mature Silkwing-Wing Buffet'),(12340,12340,21849,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Bone Crawler-Poison'),(12340,12340,21849,4,0,0,1,0,17,32738,8,0,6,0,0,0,0,0,0,'Bone Crawler-Bore'),(12340,12340,21852,4,0,0,1,0,19,38618,10,0,0,0,0,0,0,0,0,'Auchenai Warrior-Whirlwind'),(12340,12340,21854,4,0,0,1,0,16,32905,11,0,6,0,0,0,0,0,0,'Ironspine Petrifier-Glare'),(12340,12340,21864,4,0,0,1,0,27,38208,8,0,6,0,0,0,0,0,0,'Scorchshell Pincer-Burning Poison'),(12340,12340,21878,4,0,0,1,0,33,35570,8,0,6,0,0,0,0,0,0,'Felboar-Charge'),(12340,12340,21879,4,0,0,1,0,29,16552,8,0,6,0,0,0,0,0,0,'Vilewing Chimaera-Venom Spit'),(12340,12340,21894,4,0,0,1,0,26,36414,8,0,6,0,0,0,0,0,0,'Xeleth-Focused Bursts'),(12340,12340,21897,4,0,0,1,0,29,37941,10,0,0,0,0,0,0,0,0,'Felspine the Greater-Flaming Wound'),(12340,12340,21897,4,0,0,1,0,24,38356,7,0,3,0,0,0,0,0,0,'Felspine the Greater-Fel Flames'),(12340,12340,21901,4,0,0,1,0,38,17008,8,0,6,0,0,0,0,0,0,'Netherskate-Drain Mana'),(12340,12340,21901,4,0,0,1,0,34,36659,8,0,6,0,0,0,0,0,0,'Netherskate-Tail Sting'),(12340,12340,21902,4,0,0,1,0,29,32707,8,0,6,0,0,0,0,0,0,'Cabal Spell-weaver-Incinerate'),(12340,12340,21902,4,0,0,1,0,23,17173,8,0,6,0,0,0,0,0,0,'Cabal Spell-weaver-Drain Life'),(12340,12340,21907,4,0,0,1,0,28,15691,8,0,6,0,0,0,0,0,0,'Cabal Initiate-Eviscerate'),(12340,12340,21907,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Cabal Initiate-Enrage'),(12340,12340,21908,4,0,0,1,0,28,31553,8,0,6,0,0,0,0,0,0,'Spellbound Terrorguard-Hamstring'),(12340,12340,21908,4,0,0,1,0,35,37488,7,0,3,0,0,0,0,0,0,'Spellbound Terrorguard-Fel Flames'),(12340,12340,21911,4,0,0,1,0,27,20298,8,0,6,0,0,0,0,0,0,'Skettis Soulcaller-Shadow Bolt'),(12340,12340,21911,4,0,0,1,0,19,38663,11,0,6,0,0,0,0,0,0,'Skettis Soulcaller-Slow'),(12340,12340,21923,4,0,0,1,0,25,15496,8,0,6,0,0,0,0,0,0,'Terrorguard Protector-Cleave'),(12340,12340,21923,4,0,0,1,0,27,37488,7,0,3,0,0,0,0,0,0,'Terrorguard Protector-Fel Flames'),(12340,12340,21925,4,0,0,1,0,47,12471,8,0,6,0,0,0,0,0,0,'Avatar of Sathal-Shadow Bolt'),(12340,12340,21925,4,0,0,1,0,34,34017,7,0,3,0,0,0,0,0,0,'Avatar of Sathal-Rain of Chaos'),(12340,12340,21928,4,0,0,1,0,24,38167,6,0,6,0,0,0,0,0,0,'Lothros-Curse of Blood'),(12340,12340,21936,4,0,0,1,0,16,39470,10,0,0,0,0,0,0,0,0,'Crazed Shardling-Veiled Noble Topaz'),(12340,12340,21949,4,0,0,1,0,33,38052,8,0,6,0,0,0,0,0,0,'Fel Reaver Sentinel-Sonic Boom'),(12340,12340,21949,4,0,0,1,0,31,38006,7,0,4,0,0,0,0,0,0,'Fel Reaver Sentinel-World Breaker'),(12340,12340,21975,4,0,0,1,0,15,15496,8,0,6,0,0,0,0,0,0,'Bladespire Sober Defender-Cleave'),(12340,12340,21979,4,0,0,1,0,28,38094,8,0,6,0,0,0,0,0,0,'Val\'zareq the Conqueror-Shoot'),(12340,12340,22000,4,0,0,1,0,29,38344,8,0,6,0,0,0,0,0,0,'Dragonmaw Nether Drake-Arcane Blast'),(12340,12340,22006,4,0,0,1,0,34,32709,8,0,6,0,0,0,0,0,0,'Shadowlord Deathwail-Death Coil'),(12340,12340,22006,4,0,0,1,0,31,27641,4,0,6,0,0,0,0,0,0,'Shadowlord Deathwail-Fear'),(12340,12340,22006,4,0,0,1,0,39,45055,8,0,6,0,0,0,0,0,0,'Shadowlord Deathwail-Shadow Bolt'),(12340,12340,22006,4,0,0,1,0,35,15245,7,0,4,0,0,0,0,0,0,'Shadowlord Deathwail-Shadow Bolt Volley'),(12340,12340,22011,4,0,0,1,0,31,12612,7,0,4,0,0,0,0,0,0,'Corok the Mighty-Stomp'),(12340,12340,22011,4,0,0,1,0,31,15550,7,0,4,0,0,0,0,0,0,'Corok the Mighty-Trample'),(12340,12340,22012,4,0,0,1,0,31,34517,7,0,4,0,0,0,0,0,0,'Chancellor Bloodleaf-Arcane Explosion'),(12340,12340,22012,4,0,0,1,0,39,15791,8,0,6,0,0,0,0,0,0,'Chancellor Bloodleaf-Arcane Missiles'),(12340,12340,22016,4,0,0,1,0,21,36476,2,0,0,0,0,0,0,0,0,'Eclipsion Soldier-Blood Heal'),(12340,12340,22017,4,0,0,1,0,32,31743,8,0,6,0,0,0,0,0,0,'Eclipsion Spellbinder-Arcane Missiles'),(12340,12340,22017,4,0,0,1,0,25,38171,9,0,4,0,0,0,0,0,0,'Eclipsion Spellbinder-Summon Arcane Bursts'),(12340,12340,22017,4,0,0,1,0,29,18972,11,0,6,0,0,0,0,0,0,'Eclipsion Spellbinder-Slow'),(12340,12340,22018,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Eclipsion Cavalier-Spellbreaker'),(12340,12340,22018,4,0,0,1,0,24,30931,10,0,0,0,0,0,0,0,0,'Eclipsion Cavalier-Battle Shout'),(12340,12340,22025,4,0,0,1,0,21,16588,2,0,0,0,0,0,0,0,0,'Asghar-Dark Mending'),(12340,12340,22025,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Asghar-Cleave'),(12340,12340,22037,4,0,0,1,0,24,13445,8,0,6,0,0,0,0,0,0,'Smith Gorlunk-Rend'),(12340,12340,22037,4,0,0,1,0,32,13444,11,0,6,0,0,0,0,0,0,'Smith Gorlunk-Sunder Armor'),(12340,12340,22038,4,0,0,1,0,17,37840,8,0,6,0,0,0,0,0,0,'Hai\'shulud-Poison'),(12340,12340,22038,4,0,0,1,0,17,32738,8,0,6,0,0,0,0,0,0,'Hai\'shulud-Bore'),(12340,12340,22039,4,0,0,1,0,100,10525,8,0,6,0,0,0,0,0,0,'[PH] bat target-Tough Scorpid Breastplate'),(12340,12340,22044,4,0,0,1,0,17,744,8,0,6,0,0,0,0,0,0,'Cavern Crawler-Poison'),(12340,12340,22045,4,0,0,1,0,17,38621,8,0,6,0,0,0,0,0,0,'Vengeful Husk-Debilitating Strike'),(12340,12340,22052,4,0,0,1,0,12,35321,8,0,6,0,0,0,0,0,0,'Daggermaw Blackhide-Gushing Wound'),(12340,12340,22060,4,0,0,1,0,22,38863,8,0,6,0,0,0,0,0,0,'Fenissa the Assassin-Gouge'),(12340,12340,22060,4,0,0,1,0,28,14873,8,0,6,0,0,0,0,0,0,'Fenissa the Assassin-Sinister Strike'),(12340,12340,22062,4,0,0,1,0,14,38871,10,0,0,0,0,0,0,0,0,'Dr. Whitherlimb-Monstrous Elixir'),(12340,12340,22062,4,0,0,1,0,18,38864,11,0,6,0,0,0,0,0,0,'Dr. Whitherlimb-Withering Poison'),(12340,12340,22062,4,0,0,1,0,28,21067,8,0,6,0,0,0,0,0,0,'Dr. Whitherlimb-Poison Bolt'),(12340,12340,22072,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Shadowsworn Drakonid-Cleave'),(12340,12340,22072,4,0,0,1,0,24,17547,8,0,6,0,0,0,0,0,0,'Shadowsworn Drakonid-Mortal Strike'),(12340,12340,22072,4,0,0,1,0,31,16145,11,0,6,0,0,0,0,0,0,'Shadowsworn Drakonid-Sunder Armor'),(12340,12340,22074,4,0,0,1,0,31,17194,8,0,6,0,0,0,0,0,0,'Illidari Mind Breaker-Mind Blast'),(12340,12340,22074,4,0,0,1,0,22,38985,8,0,6,0,0,0,0,0,0,'Illidari Mind Breaker-Focused Bursts'),(12340,12340,22074,4,0,0,1,0,28,22884,4,0,4,0,0,0,0,0,0,'Illidari Mind Breaker-Psychic Scream'),(12340,12340,22075,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Illidari Soldier-Spellbreaker'),(12340,12340,22076,4,0,0,1,0,27,15284,7,0,3,0,0,0,0,0,0,'Torloth the Magnificent-Cleave'),(12340,12340,22076,4,0,0,1,0,31,39082,7,0,4,0,0,0,0,0,0,'Torloth the Magnificent-Shadowfury'),(12340,12340,22076,4,0,0,1,0,24,33961,10,0,0,0,0,0,0,0,0,'Torloth the Magnificent-Spell Reflection'),(12340,12340,22081,4,0,0,1,0,38,44267,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkweaver-Immolate'),(12340,12340,22081,4,0,0,1,0,39,18211,8,0,6,0,0,0,0,0,0,'Shadowmoon Darkweaver-Shadow Bolt'),(12340,12340,22082,4,0,0,1,0,27,37577,8,0,6,0,0,0,0,0,0,'Shadowmoon Slayer-Debilitating Strike'),(12340,12340,22082,4,0,0,1,0,14,3019,10,0,0,0,0,0,0,0,0,'Shadowmoon Slayer-Frenzy'),(12340,12340,22084,4,0,0,1,0,37,10966,8,0,6,0,0,0,0,0,0,'Shadowmoon Chosen-Uppercut'),(12340,12340,22084,4,0,0,1,0,31,38618,10,0,0,0,0,0,0,0,0,'Shadowmoon Chosen-Whirlwind'),(12340,12340,22093,4,0,0,1,0,35,32736,8,0,6,0,0,0,0,0,0,'Illidari Watcher-Mortal Strike'),(12340,12340,22095,4,0,0,1,0,18,39000,3,0,0,0,0,0,0,0,0,'Infested Root-Walker-Regrowth'),(12340,12340,22099,4,0,0,1,0,29,35857,8,0,6,0,0,0,0,0,0,'Wyrmcult Provisioner-Torch'),(12340,12340,22100,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Scorpid Bonecrawler-Toughen'),(12340,12340,22100,4,0,0,1,0,16,5416,8,0,6,0,0,0,0,0,0,'Scorpid Bonecrawler-Venom Sting'),(12340,12340,22102,4,0,0,1,0,39,15547,8,0,6,0,0,0,0,0,0,'Shadowmoon Retainer-Shoot'),(12340,12340,22105,4,0,0,1,0,22,12612,7,0,4,0,0,0,0,0,0,'Decrepit Clefthoof-Stomp'),(12340,12340,22105,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Decrepit Clefthoof-Enrage'),(12340,12340,22106,4,0,0,1,0,27,38344,8,0,6,0,0,0,0,0,0,'Ruul\'s Netherdrake-Arcane Blast'),(12340,12340,22123,4,0,0,1,0,23,3242,8,0,6,0,0,0,0,0,0,'Rip-Blade Ravager-Ravage'),(12340,12340,22132,4,0,0,1,0,16,7951,8,0,6,0,0,0,0,0,0,'Mature Cavern Crawler-Toxic Spit'),(12340,12340,22143,4,0,0,1,0,19,37974,8,0,6,0,0,0,0,0,0,'Gordunni Back-Breaker-Enraging Strike'),(12340,12340,22143,4,0,0,1,0,22,15610,8,0,6,0,0,0,0,0,0,'Gordunni Back-Breaker-Kick'),(12340,12340,22144,4,0,0,1,0,18,11986,3,0,0,0,0,0,0,0,0,'Gordunni Elementalist-Healing Wave'),(12340,12340,22144,4,0,0,1,0,18,12550,10,0,0,0,0,0,0,0,0,'Gordunni Elementalist-Lightning Shield'),(12340,12340,22144,4,0,0,1,0,13,6742,10,0,0,0,0,0,0,0,0,'Gordunni Elementalist-Bloodlust'),(12340,12340,22148,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Gordunni Head-Splitter-Enrage'),(12340,12340,22148,4,0,0,1,0,19,15496,8,0,6,0,0,0,0,0,0,'Gordunni Head-Splitter-Cleave'),(12340,12340,22160,4,0,0,1,0,11,37786,10,0,0,0,0,0,0,0,0,'Bloodmaul Taskmaster-Bloodmaul Rage'),(12340,12340,22160,4,0,0,1,0,18,37592,8,0,6,0,0,0,0,0,0,'Bloodmaul Taskmaster-Knockdown'),(12340,12340,22175,4,0,0,1,0,12,40770,11,0,6,0,0,0,0,0,0,'Apexis Flayer-Shred Armor'),(12340,12340,22175,4,0,0,1,0,18,13443,8,0,6,0,0,0,0,0,0,'Apexis Flayer-Rend'),(12340,12340,22180,4,0,0,1,0,17,34783,10,0,0,0,0,0,0,0,0,'Shard-Hide Boar-Spell Reflection'),(12340,12340,22181,4,0,0,1,0,15,38884,8,0,6,0,0,0,0,0,0,'Aether Ray-Mana Burn'),(12340,12340,22195,4,0,0,1,0,19,34017,7,0,3,0,0,0,0,0,0,'Wrath Speaker-Rain of Chaos'),(12340,12340,22195,4,0,0,1,0,13,11980,6,0,6,0,0,0,0,0,0,'Wrath Speaker-Curse of Weakness'),(12340,12340,22199,4,0,0,1,0,10,33958,10,0,0,0,0,0,0,0,0,'Slaag-Enrage'),(12340,12340,22204,4,0,0,1,0,22,36248,7,0,4,0,0,0,0,0,0,'Fear Fiend-Fel Flames'),(12340,12340,22241,4,0,0,1,0,35,32920,1,0,6,0,0,0,0,0,0,'Bash\'ir Raider-Warp'),(12340,12340,22241,4,0,0,1,0,13,35922,10,0,0,0,0,0,0,0,0,'Bash\'ir Raider-Energy Flare'),(12340,12340,22243,4,0,0,1,0,15,34447,8,0,6,0,0,0,0,0,0,'Bash\'ir Arcanist-Arcane Missiles'),(12340,12340,22243,4,0,0,1,0,18,36508,8,0,6,0,0,0,0,0,0,'Bash\'ir Arcanist-Energy Surge'),(12340,12340,22244,4,0,0,1,0,8,38932,10,0,0,0,0,0,0,0,0,'Unbound Ethereal-Blink'),(12340,12340,22253,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Dragonmaw Ascendant-Cleave'),(12340,12340,22253,4,0,0,1,0,31,10966,8,0,6,0,0,0,0,0,0,'Dragonmaw Ascendant-Uppercut'),(12340,12340,22253,4,0,0,1,0,24,17547,8,0,6,0,0,0,0,0,0,'Dragonmaw Ascendant-Mortal Strike'),(12340,12340,22254,4,0,0,1,0,28,9613,8,0,6,0,0,0,0,0,0,'Wrath Corruptor-Shadow Bolt'),(12340,12340,22257,4,0,0,1,0,100,11578,8,0,6,0,0,0,0,0,0,'Deathlash Stinger-Charge'),(12340,12340,22265,4,0,0,1,0,24,30285,8,0,6,0,0,0,0,0,0,'Shadowwing Owl-Eagle Claw'),(12340,12340,22273,4,0,0,1,0,23,11831,7,0,4,0,0,0,0,0,0,'Fel Warden-Frost Nova'),(12340,12340,22273,4,0,0,1,0,29,14034,8,0,6,0,0,0,0,0,0,'Fel Warden-Fireball'),(12340,12340,22274,4,0,0,1,0,24,38861,8,0,6,0,0,0,0,0,0,'Dragonmaw Skybreaker-Aimed Shot'),(12340,12340,22274,4,0,0,1,0,29,41448,7,0,4,0,0,0,0,0,0,'Dragonmaw Skybreaker-Multi-Shot'),(12340,12340,22274,4,0,0,1,0,35,15620,8,0,6,0,0,0,0,0,0,'Dragonmaw Skybreaker-Shoot'),(12340,12340,22275,4,0,0,1,0,18,40846,1,0,6,0,0,0,0,0,0,'Apexis Guardian-Crystal Prison'),(12340,12340,22281,4,0,0,1,0,15,15708,8,0,6,0,0,0,0,0,0,'Galvanoth-Mortal Strike'),(12340,12340,22281,4,0,0,1,0,15,39139,7,0,3,0,0,0,0,0,0,'Galvanoth-Fel Flamestrike'),(12340,12340,22281,4,0,0,1,0,15,38750,7,0,4,0,0,0,0,0,0,'Galvanoth-War Stomp'),(12340,12340,22291,4,0,0,1,0,15,32736,8,0,6,0,0,0,0,0,0,'Furnace Guard-Mortal Strike'),(12340,12340,22295,4,0,0,1,0,37,34190,8,0,6,0,0,0,0,0,0,'Deathforge Automaton-Arcane Orb'),(12340,12340,22295,4,0,0,1,0,30,41966,8,0,6,0,0,0,0,0,0,'Deathforge Automaton-Earthquake'),(12340,12340,22295,4,0,0,1,0,12,38576,8,0,6,0,0,0,0,0,0,'Deathforge Automaton-Knockback'),(12340,12340,22297,4,0,0,1,0,75,39052,8,0,6,0,0,0,0,0,0,'Throne-Guard Highlord-Sonic Burst'),(12340,12340,22298,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Vile Fire-Soul-Fireball'),(12340,12340,22303,4,0,0,1,0,12,41438,8,0,6,0,0,0,0,0,0,'Throne Hound-Double Breath'),(12340,12340,22304,4,0,0,1,0,21,40839,8,0,6,0,0,0,0,0,0,'Mo\'arg Extractor-Drill'),(12340,12340,22304,4,0,0,1,0,23,40818,7,0,3,0,0,0,0,0,0,'Mo\'arg Extractor-Toxic Slime'),(12340,12340,22305,4,0,0,1,0,21,37582,10,0,0,0,0,0,0,0,0,'Vekh-Whirlwind'),(12340,12340,22305,4,0,0,1,0,17,11642,2,0,0,0,0,0,0,0,0,'Vekh-Heal'),(12340,12340,22307,4,0,0,1,0,21,15548,7,0,4,0,0,0,0,0,0,'Rotting Forest-Rager-Thunderclap'),(12340,12340,22308,4,0,0,1,0,21,39182,8,0,6,0,0,0,0,0,0,'Wyrmcult Hunter-Serpent Sting'),(12340,12340,22308,4,0,0,1,0,29,15547,8,0,6,0,0,0,0,0,0,'Wyrmcult Hunter-Shoot'),(12340,12340,22309,4,0,0,1,0,34,34425,8,0,6,0,0,0,0,0,0,'Crashing Wave-Spirit-Water Bolt'),(12340,12340,22310,4,0,0,1,0,12,12550,10,0,0,0,0,0,0,0,0,'Storming Wind-Ripper-Lightning Shield'),(12340,12340,22310,4,0,0,1,0,29,20295,8,0,6,0,0,0,0,0,0,'Storming Wind-Ripper-Lightning Bolt'),(12340,12340,22313,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Rumbling Earth-Heart-Enrage'),(12340,12340,22313,4,0,0,1,0,13,33840,7,0,4,0,0,0,0,0,0,'Rumbling Earth-Heart-Earth Rumble'),(12340,12340,22323,4,0,0,1,0,38,36247,8,0,6,0,0,0,0,0,0,'Incandescent Fel Spark-Fel Fireball'),(12340,12340,22331,4,0,0,1,0,24,38861,8,0,6,0,0,0,0,0,0,'Dragonmaw Elite-Aimed Shot'),(12340,12340,22331,4,0,0,1,0,29,38859,8,0,6,0,0,0,0,0,0,'Dragonmaw Elite-Serpent Sting'),(12340,12340,22331,4,0,0,1,0,35,15620,8,0,6,0,0,0,0,0,0,'Dragonmaw Elite-Shoot'),(12340,12340,22337,4,0,0,1,0,17,38021,11,0,4,0,0,0,0,0,0,'Malevolent Hatchling-Terrifying Screech'),(12340,12340,22341,4,0,0,1,0,22,32000,8,0,6,0,0,0,0,0,0,'Deathshadow Acolyte-Mind Sear'),(12340,12340,22342,4,0,0,1,0,29,34447,8,0,6,0,0,0,0,0,0,'Deathshadow Spellbinder-Arcane Missiles'),(12340,12340,22342,4,0,0,1,0,17,31999,11,0,6,0,0,0,0,0,0,'Deathshadow Spellbinder-Counterspell'),(12340,12340,22342,4,0,0,1,0,17,22744,11,0,6,0,0,0,0,0,0,'Deathshadow Spellbinder-Chains of Ice'),(12340,12340,22343,4,0,0,1,0,17,31996,8,0,6,0,0,0,0,0,0,'Deathshadow Archon-Bloodthirst'),(12340,12340,22343,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Deathshadow Archon-Enrage'),(12340,12340,22344,4,0,0,1,0,23,8078,7,0,4,0,0,0,0,0,0,'Morcrush Shardling-Thunderclap'),(12340,12340,22344,4,0,0,1,0,11,34970,10,0,0,0,0,0,0,0,0,'Morcrush Shardling-Frenzy'),(12340,12340,22357,4,0,0,1,0,29,41280,8,0,6,0,0,0,0,0,0,'Reth\'hedron the Subduer-Shadow Bolt'),(12340,12340,22357,4,0,0,1,0,23,41281,8,0,6,0,0,0,0,0,0,'Reth\'hedron the Subduer-Cripple'),(12340,12340,22362,4,0,0,1,0,100,20801,8,0,6,0,0,0,0,0,0,'Deathshadow Imp-Firebolt'),(12340,12340,22363,4,0,0,1,0,29,9613,8,0,6,0,0,0,0,0,0,'Deathshadow Warlock-Shadow Bolt'),(12340,12340,22363,4,0,0,1,0,23,11962,8,0,6,0,0,0,0,0,0,'Deathshadow Warlock-Immolate'),(12340,12340,22363,4,0,0,1,0,18,13787,10,0,0,0,0,0,0,0,0,'Deathshadow Warlock-Demon Armor'),(12340,12340,22363,4,0,0,1,0,14,38980,9,0,4,0,0,0,0,0,0,'Deathshadow Warlock-Summon Twilight Ridge Imp'),(12340,12340,22374,4,0,0,1,0,12,24193,8,0,6,0,0,0,0,0,0,'Hand of Kargath-Charge'),(12340,12340,22374,4,0,0,1,0,18,33735,10,0,0,0,0,0,0,0,0,'Hand of Kargath-Blade Flurry'),(12340,12340,22374,4,0,0,1,0,11,33962,10,0,0,0,0,0,0,0,0,'Hand of Kargath-Toughen'),(12340,12340,22374,4,0,0,1,0,13,9080,11,0,6,0,0,0,0,0,0,'Hand of Kargath-Hamstring'),(12340,12340,22378,4,0,0,1,0,28,15691,8,0,6,0,0,0,0,0,0,'Cabal Interrogator-Eviscerate'),(12340,12340,22381,4,0,0,1,0,13,36541,6,0,6,0,0,0,0,0,0,'Hathyss the Wicked-Curse of Burning Shadows'),(12340,12340,22381,4,0,0,1,0,26,34017,7,0,4,0,0,0,0,0,0,'Hathyss the Wicked-Rain of Chaos'),(12340,12340,22384,4,0,0,1,0,38,20825,8,0,6,0,0,0,0,0,0,'Bloodmaul Soothsayer-Shadow Bolt'),(12340,12340,22387,4,0,0,1,0,23,9053,8,0,6,0,0,0,0,0,0,'Lithic Oracle-Fireball'),(12340,12340,22387,4,0,0,1,0,24,32907,8,0,6,0,0,0,0,0,0,'Lithic Oracle-Arakkoa Blast'),(12340,12340,22387,4,0,0,1,0,23,12058,8,0,6,0,0,0,0,0,0,'Lithic Oracle-Chain Lightning'),(12340,12340,22387,4,0,0,1,0,17,6535,9,0,4,0,0,0,0,0,0,'Lithic Oracle-Lightning Cloud'),(12340,12340,22388,4,0,0,1,0,26,6016,8,0,6,0,0,0,0,0,0,'Lithic Talonguard-Pierce Armor'),(12340,12340,22393,4,0,0,1,0,29,15228,8,0,6,0,0,0,0,0,0,'Deathshadow Overlord-Fireball'),(12340,12340,22393,4,0,0,1,0,31,15232,8,0,6,0,0,0,0,0,0,'Deathshadow Overlord-Shadow Bolt'),(12340,12340,22393,4,0,0,1,0,14,37579,11,0,6,0,0,0,0,0,0,'Deathshadow Overlord-Impending Doom'),(12340,12340,22394,4,0,0,1,0,18,30639,8,0,6,0,0,0,0,0,0,'Deathshadow Hound-Carnivorous Bite'),(12340,12340,22396,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Draaca Longtail-Enrage'),(12340,12340,22396,4,0,0,1,0,17,32009,8,0,6,0,0,0,0,0,0,'Draaca Longtail-Cutdown'),(12340,12340,22408,4,0,0,1,0,40,39337,8,0,6,0,0,0,0,0,0,'Furious Nether-wraith-Arcane Bolt'),(12340,12340,22408,4,0,0,1,0,27,38205,8,0,6,0,0,0,0,0,0,'Furious Nether-wraith-Shadow Blast'),(12340,12340,22443,4,0,2,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Death\'s Door Fel Cannon-Fel Cannon Blast'),(12340,12340,22451,4,0,0,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Legion Fel Cannon MKII-Fel Cannon Blast'),(12340,12340,22452,4,0,0,1,0,11,8258,10,0,0,0,0,0,0,0,0,'Reanimated Exarch-Devotion Aura'),(12340,12340,22461,4,0,0,1,0,100,36238,8,0,6,0,0,0,0,0,0,'Fel Cannon MKI-Fel Cannon Blast'),(12340,12340,22466,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Bone Sifter-Poison'),(12340,12340,22482,4,0,0,1,0,17,31747,8,0,6,0,0,0,0,0,0,'Mature Bone Sifter-Poison'),(12340,12340,22482,4,0,0,1,0,17,32738,8,0,6,0,0,0,0,0,0,'Mature Bone Sifter-Bore'),(12340,12340,22499,4,0,0,1,0,19,36406,7,0,4,0,0,0,0,0,0,'Lesser Wrath Hound-Double Breath'),(12340,12340,22500,4,0,0,1,0,19,36406,7,0,4,0,0,0,0,0,0,'Void Hound-Double Breath'),(12340,12340,22657,4,0,1,1,0,8,15495,8,0,0,0,0,0,0,0,0,'Stormpike Mountaineer (1)-Explosive Shot'),(12340,12340,22821,4,0,0,1,0,13,36509,8,0,6,0,0,0,0,0,0,'Ethereum Avenger-Charge'),(12340,12340,22821,4,0,0,1,0,23,32064,10,0,0,0,0,0,0,0,0,'Ethereum Avenger-Battle Shout'),(12340,12340,22821,4,0,0,1,0,19,39489,11,0,6,0,0,0,0,0,0,'Ethereum Avenger-Enchanted Weapons'),(12340,12340,22857,4,0,0,1,0,34,32009,8,0,6,0,0,0,0,0,0,'Illidari Ravager-Cutdown'),(12340,12340,22857,4,0,0,1,0,24,16244,11,0,4,0,0,0,0,0,0,'Illidari Ravager-Demoralizing Shout'),(12340,12340,22857,4,0,0,1,0,31,15496,8,0,6,0,0,0,0,0,0,'Illidari Ravager-Cleave'),(12340,12340,22858,4,0,0,1,0,27,37577,8,0,6,0,0,0,0,0,0,'Shadowhoof Assassin-Debilitating Strike'),(12340,12340,22858,4,0,0,1,0,34,14873,8,0,6,0,0,0,0,0,0,'Shadowhoof Assassin-Sinister Strike'),(12340,12340,22859,4,0,0,1,0,39,18211,8,0,6,0,0,0,0,0,0,'Shadowhoof Summoner-Shadow Bolt'),(12340,12340,22859,4,0,0,1,0,33,13338,6,0,6,0,0,0,0,0,0,'Shadowhoof Summoner-Curse of Tongues'),(12340,12340,22861,4,0,0,1,0,31,13005,3,0,6,0,0,0,0,0,0,'Lightsworn Vindicator-Hammer of Justice'),(12340,12340,22861,4,0,0,1,0,30,13952,2,0,0,0,0,0,0,0,0,'Lightsworn Vindicator-Holy Light'),(12340,12340,22862,4,0,0,1,0,21,35096,2,0,0,0,0,0,0,0,0,'Anchorite Caalen-Greater Heal'),(12340,12340,22862,4,0,0,1,0,31,36176,8,0,6,0,0,0,0,0,0,'Anchorite Caalen-Holy Smite'),(12340,12340,22910,4,0,0,1,0,23,39621,8,0,6,0,0,0,0,0,0,'Skulloc Soulgrinder-Corruption'),(12340,12340,22910,4,0,0,1,0,17,39620,9,0,3,0,0,0,0,0,0,'Skulloc Soulgrinder-Summon Ogre Ghost'),(12340,12340,22910,4,0,0,1,0,20,39622,11,0,6,0,0,0,0,0,0,'Skulloc Soulgrinder-Banish'),(12340,12340,22912,4,0,0,1,0,34,20816,8,0,6,0,0,0,0,0,0,'Sundered Spirit-Shadow Bolt'),(12340,12340,22915,4,0,0,1,0,24,39068,8,0,6,0,0,0,0,0,0,'Aspect of the Raven-Feather Burst'),(12340,12340,22915,4,0,0,1,0,29,24193,8,0,6,0,0,0,0,0,0,'Aspect of the Raven-Charge'),(12340,12340,22920,4,0,0,1,0,19,38770,8,0,6,0,0,0,0,0,0,'Thuk the Defiant-Mortal Wound'),(12340,12340,22963,4,0,0,1,0,12,40844,8,0,6,0,0,0,0,0,0,'Bonechewer Worker-Throw Pick'),(12340,12340,22963,4,0,0,1,0,8,40864,8,0,6,0,0,0,0,0,0,'Bonechewer Worker-Throbbing Stun'),(12340,12340,22967,4,0,0,1,0,31,35871,11,0,6,0,0,0,0,0,0,'Scryer Cavalier-Spellbreaker'),(12340,12340,22988,4,0,0,1,0,31,39942,7,0,3,0,0,0,0,0,0,'Illidari Shadowlord-Carrion Swarm'),(12340,12340,22988,4,0,0,1,0,26,39941,7,0,3,0,0,0,0,0,0,'Illidari Shadowlord-Inferno'),(12340,12340,22988,4,0,0,1,0,26,12098,1,0,6,0,0,0,0,0,0,'Illidari Shadowlord-Sleep'),(12340,12340,22992,4,0,0,1,0,29,40358,8,0,6,0,0,0,0,0,0,'Guardian of the Hawk-Death Hammer'),(12340,12340,22992,4,0,0,1,0,27,40413,8,0,6,0,0,0,0,0,0,'Guardian of the Hawk-Throw'),(12340,12340,22992,4,0,0,1,0,23,40412,11,0,6,0,0,0,0,0,0,'Guardian of the Hawk-Curse of Blood'),(12340,12340,22993,4,0,0,1,0,29,20698,8,0,6,0,0,0,0,0,0,'Guardian of the Eagle-Wrath'),(12340,12340,22993,4,0,0,1,0,26,40344,8,0,6,0,0,0,0,0,0,'Guardian of the Eagle-Starfire'),(12340,12340,22994,4,0,0,1,0,29,9613,8,0,6,0,0,0,0,0,0,'Guardian of the Falcon-Shadow Bolt'),(12340,12340,22994,4,0,0,1,0,24,40367,8,0,6,0,0,0,0,0,0,'Guardian of the Falcon-Twisting Blast'),(12340,12340,22994,4,0,0,1,0,22,32712,7,0,4,0,0,0,0,0,0,'Guardian of the Falcon-Shadow Nova'),(12340,12340,22994,4,0,0,1,0,13,40366,6,0,6,0,0,0,0,0,0,'Guardian of the Falcon-Mark of Anzu'),(12340,12340,22994,4,0,0,1,0,16,40400,11,0,6,0,0,0,0,0,0,'Guardian of the Falcon-Hex'),(12340,12340,23022,4,0,0,1,0,29,15232,8,0,6,0,0,0,0,0,0,'Gordunni Soulreaper-Shadow Bolt'),(12340,12340,23022,4,0,0,1,0,17,20464,9,0,4,0,0,0,0,0,0,'Gordunni Soulreaper-Summon Skeleton'),(12340,12340,23028,4,0,0,1,0,12,40864,8,0,6,0,0,0,0,0,0,'Bonechewer Taskmaster-Throbbing Stun'),(12340,12340,23029,4,0,0,1,0,21,15548,7,0,4,0,0,0,0,0,0,'Talonsworn Forest-Rager-Thunderclap'),(12340,12340,23051,4,0,0,1,0,19,5708,8,0,6,0,0,0,0,0,0,'Monstrous Kaliri-Swoop'),(12340,12340,23051,4,0,0,1,0,17,13738,8,0,6,0,0,0,0,0,0,'Monstrous Kaliri-Rend'),(12340,12340,23051,4,0,0,1,0,17,31553,11,0,6,0,0,0,0,0,0,'Monstrous Kaliri-Hamstring'),(12340,12340,23061,4,0,0,1,0,25,40032,8,0,6,0,0,0,0,0,0,'Rivendark-Fiery Breath'),(12340,12340,23066,4,0,0,1,0,19,17843,3,0,0,0,0,0,0,0,0,'Talonpriest Ishaal-Flash Heal'),(12340,12340,23066,4,0,0,1,0,16,12160,3,0,0,0,0,0,0,0,0,'Talonpriest Ishaal-Rejuvenation'),(12340,12340,23066,4,0,0,1,0,24,15654,8,0,6,0,0,0,0,0,0,'Talonpriest Ishaal-Shadow Word: Pain'),(12340,12340,23067,4,0,0,1,0,21,32712,7,0,4,0,0,0,0,0,0,'Talonpriest Skizzik-Shadow Nova'),(12340,12340,23067,4,0,0,1,0,23,17165,8,0,6,0,0,0,0,0,0,'Talonpriest Skizzik-Mind Flay'),(12340,12340,23067,4,0,0,1,0,26,22884,11,0,4,0,0,0,0,0,0,'Talonpriest Skizzik-Psychic Scream'),(12340,12340,23068,4,0,0,1,0,23,17173,8,0,6,0,0,0,0,0,0,'Talonpriest Zellek-Drain Life'),(12340,12340,23068,4,0,0,1,0,26,15652,8,0,6,0,0,0,0,0,0,'Talonpriest Zellek-Head Smash'),(12340,12340,23076,4,0,2,1,100,100,40672,8,0,6,0,0,0,0,0,0,'Legion Flak Cannon-Fel Cannon Blast'),(12340,12340,23078,4,0,0,1,0,38,40554,8,0,6,0,0,0,0,0,0,'Fel Imp Defender-Fireball'),(12340,12340,23153,4,0,0,1,0,13,40835,1,0,6,0,0,0,0,0,0,'Bash\'ir Surveyor-Stasis Field'),(12340,12340,23153,4,0,0,1,0,17,11436,11,0,6,0,0,0,0,0,0,'Bash\'ir Surveyor-Slow'),(12340,12340,23153,4,0,0,1,0,28,40881,8,0,6,0,0,0,0,0,0,'Bash\'ir Surveyor-Arcane Blast'),(12340,12340,23154,4,0,0,1,0,16,12555,8,0,6,0,0,0,0,0,0,'Mana-debt Slave-Pummel'),(12340,12340,23161,4,0,0,1,0,24,13341,8,0,6,0,0,0,0,0,0,'Darkscreecher Akkarai-Fire Blast'),(12340,12340,23161,4,0,0,1,0,26,40430,8,0,6,0,0,0,0,0,0,'Darkscreecher Akkarai-Frostbolt'),(12340,12340,23161,4,0,0,1,0,22,40428,7,0,4,0,0,0,0,0,0,'Darkscreecher Akkarai-Shadow Bolt Volley'),(12340,12340,23161,4,0,0,1,0,17,15730,6,0,6,0,0,0,0,0,0,'Darkscreecher Akkarai-Curse of Mending'),(12340,12340,23162,4,0,0,1,0,28,40420,8,0,6,0,0,0,0,0,0,'Vakkiz the Windrager-Lightning Breath'),(12340,12340,23162,4,0,0,1,0,12,40419,11,0,6,0,0,0,0,0,0,'Vakkiz the Windrager-Bone Spray'),(12340,12340,23163,4,0,0,1,0,19,40434,8,0,6,0,0,0,0,0,0,'Gezzarak the Huntress-Knock Away'),(12340,12340,23163,4,0,0,1,0,18,40432,0,0,0,0,0,0,0,0,0,'Gezzarak the Huntress-Warp'),(12340,12340,23163,4,0,0,1,0,17,40433,0,0,0,0,0,0,0,0,0,'Gezzarak the Huntress-Warp Rift'),(12340,12340,23163,4,0,0,1,0,18,40542,11,0,6,0,0,0,0,0,0,'Gezzarak the Huntress-Warped Armor'),(12340,12340,23165,4,0,0,1,0,26,40488,7,0,4,0,0,0,0,0,0,'Karrog-Trample'),(12340,12340,23168,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'Or\'kaos the Insane-Cleave'),(12340,12340,23168,4,0,0,1,0,31,10966,8,0,6,0,0,0,0,0,0,'Or\'kaos the Insane-Uppercut'),(12340,12340,23168,4,0,0,1,0,24,17547,8,0,6,0,0,0,0,0,0,'Or\'kaos the Insane-Mortal Strike'),(12340,12340,23169,4,0,0,1,0,34,13443,8,0,6,0,0,0,0,0,0,'Nethermine Flayer-Rend'),(12340,12340,23169,4,0,0,1,0,31,40770,11,0,6,0,0,0,0,0,0,'Nethermine Flayer-Shred Armor'),(12340,12340,23174,4,0,0,1,0,28,32614,7,0,4,0,0,0,0,0,0,'Crystalfused Miner-Arcane Explosion'),(12340,12340,23188,4,0,0,1,0,24,38861,8,0,6,0,0,0,0,0,0,'Dragonmaw Transporter-Aimed Shot'),(12340,12340,23188,4,0,0,1,0,29,38859,8,0,6,0,0,0,0,0,0,'Dragonmaw Transporter-Serpent Sting'),(12340,12340,23188,4,0,0,1,0,35,15620,8,0,6,0,0,0,0,0,0,'Dragonmaw Transporter-Shoot'),(12340,12340,23212,4,0,0,1,0,23,40630,7,0,3,0,0,0,0,0,0,'Mo\'arg Tormenter-Acid Geyser'),(12340,12340,23219,4,0,0,1,0,23,32739,8,0,6,0,0,0,0,0,0,'Blackwind Warp Chaser-Venomous Bite'),(12340,12340,23246,4,0,0,1,0,26,40976,7,0,4,0,0,0,0,0,0,'Slavering Slave-Slimy Spittle'),(12340,12340,23247,4,0,0,1,0,48,15232,8,0,6,0,0,0,0,0,0,'Bash\'ir Subprimal-Shadow Bolt'),(12340,12340,23249,4,0,0,1,0,20,29939,7,0,4,0,0,0,0,0,0,'Bash\'ir Flesh Fiend-Infectious Poison'),(12340,12340,23249,4,0,0,1,0,24,29935,7,0,4,0,0,0,0,0,0,'Bash\'ir Flesh Fiend-Gaping Maw'),(12340,12340,23261,4,0,0,1,0,15,40032,7,0,3,0,0,0,0,0,0,'Furywing-Fiery Breath'),(12340,12340,23264,4,0,0,1,0,34,13443,8,0,6,0,0,0,0,0,0,'Overmine Flayer-Rend'),(12340,12340,23264,4,0,0,1,0,28,33810,10,0,0,0,0,0,0,0,0,'Overmine Flayer-Rock Shell'),(12340,12340,23267,4,0,0,1,0,26,40636,4,0,4,0,0,0,0,0,0,'Arvoar the Rapacious-Bellowing Roar'),(12340,12340,23267,4,0,0,1,0,33,13443,8,0,6,0,0,0,0,0,0,'Arvoar the Rapacious-Rend'),(12340,12340,23267,4,0,0,1,0,23,33810,10,0,0,0,0,0,0,0,0,'Arvoar the Rapacious-Rock Shell'),(12340,12340,23269,4,0,0,1,0,33,13443,8,0,6,0,0,0,0,0,0,'Barash the Den Mother-Rend'),(12340,12340,23269,4,0,0,1,0,26,40636,4,0,4,0,0,0,0,0,0,'Barash the Den Mother-Bellowing Roar'),(12340,12340,23269,4,0,0,1,0,23,33810,10,0,0,0,0,0,0,0,0,'Barash the Den Mother-Rock Shell'),(12340,12340,23275,4,0,0,1,0,12,41939,8,0,6,0,0,0,0,0,0,'Dreadmaw-Rampaging Charge'),(12340,12340,23275,4,0,0,1,0,12,41953,10,0,0,0,0,0,0,0,0,'Dreadmaw-Growth'),(12340,12340,23278,4,0,0,1,0,100,40672,8,0,6,0,0,0,0,0,0,'Portable Fel Cannon-Fel Cannon Blast'),(12340,12340,23281,4,0,0,1,0,18,40032,8,0,6,0,0,0,0,0,0,'Insidion-Fiery Breath'),(12340,12340,23282,4,0,0,1,0,23,40717,7,0,4,0,0,0,0,0,0,'Obsidia-Hellfire'),(12340,12340,23282,4,0,0,1,0,22,40505,7,0,3,0,0,0,0,0,0,'Obsidia-Cleave'),(12340,12340,23282,4,0,0,1,0,18,36922,4,0,6,0,0,0,0,0,0,'Obsidia-Bellowing Roar'),(12340,12340,23282,4,0,0,1,0,28,40032,8,0,6,0,0,0,0,0,0,'Obsidia-Fiery Breath'),(12340,12340,23285,4,0,0,1,0,34,31747,8,0,6,0,0,0,0,0,0,'Nethermine Burster-Poison'),(12340,12340,23286,4,0,0,1,0,31,7279,11,0,4,0,0,0,0,0,0,'Black Blood of Draenor-Black Sludge'),(12340,12340,23290,4,0,0,1,0,34,40818,7,0,4,0,0,0,0,0,0,'Draenor Blood Terror-Toxic Slime'),(12340,12340,23305,4,0,0,1,0,16,40743,10,0,0,0,0,0,0,0,0,'Crazed Murkblood Foreman-Frenzy'),(12340,12340,23323,4,0,0,1,0,18,40842,8,0,6,0,0,0,0,0,0,'Fel Eye Stalk-Mind Flay'),(12340,12340,23324,4,0,0,1,0,16,40743,10,0,0,0,0,0,0,0,0,'Crazed Murkblood Miner-Frenzy'),(12340,12340,23326,4,0,0,1,0,34,13443,8,0,6,0,0,0,0,0,0,'Nethermine Ravager-Rend'),(12340,12340,23326,4,0,0,1,0,28,33810,10,0,0,0,0,0,0,0,0,'Nethermine Ravager-Rock Shell'),(12340,12340,23332,4,0,0,1,0,18,40935,11,0,6,0,0,0,0,0,0,'Bash\'ir Reckoner-Dematerialize Armor'),(12340,12340,23332,4,0,0,1,0,12,35570,8,0,6,0,0,0,0,0,0,'Bash\'ir Reckoner-Charge'),(12340,12340,23332,4,0,0,1,0,35,40949,1,0,6,0,0,0,0,0,0,'Bash\'ir Reckoner-Warp'),(12340,12340,23353,4,0,0,1,0,23,41439,8,0,6,0,0,0,0,0,0,'Braxxus-Mangle'),(12340,12340,23353,4,0,0,1,0,21,41436,4,0,4,0,0,0,0,0,0,'Braxxus-Panic'),(12340,12340,23353,4,0,0,1,0,28,41437,7,0,4,0,0,0,0,0,0,'Braxxus-Double Breath'),(12340,12340,23354,4,0,0,1,0,15,25174,7,0,3,0,0,0,0,0,0,'Mo\'arg Incinerator-Sundering Cleave'),(12340,12340,23354,4,0,0,1,0,23,44431,7,0,3,0,0,0,0,0,0,'Mo\'arg Incinerator-Acid Geyser'),(12340,12340,23354,4,0,0,1,0,14,36606,8,0,6,0,0,0,0,0,0,'Mo\'arg Incinerator-Mighty Charge'),(12340,12340,23355,4,0,0,1,0,19,41444,7,0,3,0,0,0,0,0,0,'Zarcsin-Fel Flames'),(12340,12340,23355,4,0,0,1,0,9,41447,10,0,0,0,0,0,0,0,0,'Zarcsin-Enrage'),(12340,12340,23368,4,0,0,1,0,13,17139,10,0,0,0,0,0,0,0,0,'Bash\'ir Controller-Power Word: Shield'),(12340,12340,23368,4,0,0,1,0,24,34944,7,0,4,0,0,0,0,0,0,'Bash\'ir Controller-Holy Nova'),(12340,12340,23386,4,0,0,1,0,15,32614,7,0,4,0,0,0,0,0,0,'Gan\'arg Analyzer-Arcane Explosion'),(12340,12340,23501,4,0,0,1,0,38,17008,8,0,6,0,0,0,0,0,0,'Netherwing Ray-Drain Mana'),(12340,12340,23501,4,0,0,1,0,34,36659,8,0,6,0,0,0,0,0,0,'Netherwing Ray-Tail Sting'),(12340,12340,23542,4,0,1,1,0,25,31566,8,0,6,0,0,0,0,0,0,'Amani\'shi Axe Thrower-Raptor Strike'),(12340,12340,23542,4,0,1,1,0,25,35011,8,0,6,0,0,0,0,0,0,'Amani\'shi Axe Thrower-Knockdown'),(12340,12340,23554,4,0,0,1,0,15,43127,11,0,6,0,0,0,0,0,0,'Risen Spirit-Intangible Presence'),(12340,12340,23564,4,0,0,1,0,21,15496,8,0,6,0,0,0,0,0,0,'Plagued Dragonflayer Tribesman-Cleave'),(12340,12340,23564,4,0,0,1,0,22,32736,8,0,6,0,0,0,0,0,0,'Plagued Dragonflayer Tribesman-Mortal Strike'),(12340,12340,23582,4,0,1,1,0,25,36033,8,0,6,0,0,0,0,0,0,'Amani\'shi Tribesman-Kick'),(12340,12340,23590,4,0,0,1,0,45,9053,8,0,6,0,0,0,0,0,0,'Defias Conjuror-Fireball'),(12340,12340,23590,4,0,0,1,0,25,12544,10,0,0,0,0,0,0,0,0,'Defias Conjuror-Frost Armor'),(12340,12340,23591,4,0,0,1,0,32,43107,8,0,6,0,0,0,0,0,0,'Defias Diver-Spear Throw'),(12340,12340,23592,4,0,0,1,0,23,43108,7,0,4,0,0,0,0,0,0,'Grimtotem Breaker-Bone Breaker'),(12340,12340,23593,4,0,0,1,0,20,43110,9,0,4,0,0,0,0,0,0,'Grimtotem Spirit-Shifter-Summon Spirit Wolf'),(12340,12340,23593,4,0,0,1,0,41,11824,8,0,6,0,0,0,0,0,0,'Grimtotem Spirit-Shifter-Shock'),(12340,12340,23594,4,0,0,1,0,23,11876,7,0,4,0,0,0,0,0,0,'Grimtotem Destroyer-War Stomp'),(12340,12340,23595,4,0,0,1,0,20,15786,9,0,4,0,0,0,0,0,0,'Grimtotem Earthbinder-Earthbind Totem'),(12340,12340,23637,4,0,0,1,0,24,11972,8,0,6,0,0,0,0,0,0,'Deserter Lieutenant-Shield Bash'),(12340,12340,23643,4,0,0,1,1,14,49948,7,0,4,0,0,0,0,0,0,'Unstable Mur\'ghoul-Unstable Explosion'),(12340,12340,23644,4,0,0,1,0,21,13445,8,0,6,0,0,0,0,0,0,'Mur\'ghoul Flesheater-Rend'),(12340,12340,23651,4,0,0,1,1,28,35570,8,0,6,0,0,0,0,0,0,'Dragonflayer Tribesman-Charge'),(12340,12340,23651,4,0,0,1,1,11,48193,10,0,0,0,0,0,0,0,0,'Dragonflayer Tribesman-Enrage'),(12340,12340,23651,4,0,0,1,0,25,15496,8,0,6,0,0,0,0,0,0,'Dragonflayer Tribesman-Cleave'),(12340,12340,23652,4,0,0,1,0,22,43410,8,0,6,0,0,0,0,0,0,'Dragonflayer Vrykul-Chop'),(12340,12340,23652,4,0,0,1,0,27,38557,8,0,6,0,0,0,0,0,0,'Dragonflayer Vrykul-Throw'),(12340,12340,23653,4,0,0,1,0,22,55217,8,0,6,0,0,0,0,0,0,'Winterskorn Spearman-Throw Spear'),(12340,12340,23653,4,0,0,1,0,23,32908,8,0,6,0,0,0,0,0,0,'Winterskorn Spearman-Wing Clip'),(12340,12340,23653,4,0,0,1,0,23,43414,9,0,4,0,0,0,0,0,0,'Winterskorn Spearman-Freezing Trap'),(12340,12340,23654,4,0,0,1,0,27,48280,7,0,4,0,0,0,0,0,0,'Dragonflayer Warrior-Whirlwind'),(12340,12340,23654,4,0,0,1,0,26,32063,8,0,6,0,0,0,0,0,0,'Dragonflayer Warrior-Corruption'),(12340,12340,23655,4,0,0,1,0,26,43951,8,0,6,0,0,0,0,0,0,'Winterskorn Bonegrinder-Bonegrinder'),(12340,12340,23656,4,0,0,1,0,22,48262,8,0,6,0,0,0,0,0,0,'Dragonflayer Rune-Seer-Rune of Asvior'),(12340,12340,23656,4,0,0,1,0,28,48264,2,0,0,0,0,0,0,0,0,'Dragonflayer Rune-Seer-Rune of Ubbi'),(12340,12340,23657,4,0,0,1,0,32,9053,8,0,6,0,0,0,0,0,0,'Winterskorn Skald-Fireball'),(12340,12340,23657,4,0,0,1,0,26,37844,10,0,0,0,0,0,0,0,0,'Winterskorn Skald-Fire Ward'),(12340,12340,23657,4,0,0,1,0,18,11829,7,0,3,0,0,0,0,0,0,'Winterskorn Skald-Flamestrike'),(12340,12340,23658,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Dragonflayer Death Weaver-Shadow Bolt'),(12340,12340,23658,4,0,0,1,0,31,43417,8,0,6,0,0,0,0,0,0,'Dragonflayer Death Weaver-Drain Life'),(12340,12340,23660,4,0,0,1,0,18,9080,11,0,6,0,0,0,0,0,0,'Dragonflayer Thane-Hamstring'),(12340,12340,23660,4,0,0,1,0,24,11971,11,0,6,0,0,0,0,0,0,'Dragonflayer Thane-Sunder Armor'),(12340,12340,23662,4,0,0,1,0,24,38557,8,0,6,0,0,0,0,0,0,'Winterskorn Woodsman-Throw'),(12340,12340,23662,4,0,0,1,0,21,43410,8,0,6,0,0,0,0,0,0,'Winterskorn Woodsman-Chop'),(12340,12340,23663,4,0,0,1,0,22,43416,8,0,6,0,0,0,0,0,0,'Winterskorn Shield-Maiden-Throw Shield'),(12340,12340,23665,4,0,0,1,0,24,11978,8,0,6,0,0,0,0,0,0,'Winterskorn Raider-Kick'),(12340,12340,23667,4,0,0,1,0,32,43083,8,0,6,0,0,0,0,0,0,'Winterskorn Rune-Seer-Frostbolt'),(12340,12340,23667,4,0,0,1,0,22,11986,2,0,0,0,0,0,0,0,0,'Winterskorn Rune-Seer-Healing Wave'),(12340,12340,23667,4,0,0,1,0,24,43453,10,0,0,0,0,0,0,0,0,'Winterskorn Rune-Seer-Rune Ward'),(12340,12340,23668,4,0,0,1,0,32,43083,8,0,6,0,0,0,0,0,0,'Winterskorn Rune-Caster-Frostbolt'),(12340,12340,23668,4,0,0,1,0,26,12548,8,0,6,0,0,0,0,0,0,'Winterskorn Rune-Caster-Frost Shock'),(12340,12340,23668,4,0,0,1,0,18,37798,9,0,3,0,0,0,0,0,0,'Winterskorn Rune-Caster-Exploding Runes'),(12340,12340,23669,4,0,0,1,0,32,43083,8,0,6,0,0,0,0,0,0,'Winterskorn Oracle-Frostbolt'),(12340,12340,23670,4,0,0,1,0,24,9532,8,0,6,0,0,0,0,0,0,'Winterskorn Elder-Lightning Bolt'),(12340,12340,23670,4,0,0,1,0,22,32734,10,0,0,0,0,0,0,0,0,'Winterskorn Elder-Earth Shield'),(12340,12340,23670,4,0,0,1,0,23,11986,2,0,0,0,0,0,0,0,0,'Winterskorn Elder-Healing Wave'),(12340,12340,23671,4,0,0,1,1,9,8599,10,0,0,0,0,0,0,0,0,'Halfdan the Ice-Hearted-Enrage'),(12340,12340,23671,4,0,0,1,0,24,32015,8,0,6,0,0,0,0,0,0,'Halfdan the Ice-Hearted-Knockdown'),(12340,12340,23671,4,0,0,1,0,26,32736,8,0,6,0,0,0,0,0,0,'Halfdan the Ice-Hearted-Mortal Strike'),(12340,12340,23671,4,0,0,1,0,23,19131,8,0,6,0,0,0,0,0,0,'Halfdan the Ice-Hearted-Shield Charge'),(12340,12340,23671,4,0,0,1,0,24,12169,10,0,0,0,0,0,0,0,0,'Halfdan the Ice-Hearted-Shield Block'),(12340,12340,23672,4,0,0,1,0,27,49749,8,0,6,0,0,0,0,0,0,'Iron Rune Worker-Piercing Blow'),(12340,12340,23673,4,0,0,1,1,29,49758,8,0,6,0,0,0,0,0,0,'Iron Rune Steelguard-Charge'),(12340,12340,23673,4,0,0,1,0,22,13730,11,0,4,0,0,0,0,0,0,'Iron Rune Steelguard-Demoralizing Shout'),(12340,12340,23674,4,0,0,1,0,32,20823,8,0,6,0,0,0,0,0,0,'Iron Rune Sage-Fireball'),(12340,12340,23674,4,0,0,1,0,27,20828,7,0,3,0,0,0,0,0,0,'Iron Rune Sage-Cone of Cold'),(12340,12340,23675,4,0,0,1,0,24,49753,8,0,6,0,0,0,0,0,0,'Iron Rune Runemaster-Rune of Destruction'),(12340,12340,23676,4,0,0,1,0,21,48376,8,0,6,0,0,0,0,0,0,'Iron Rune Destroyer-Hammer Blow'),(12340,12340,23677,4,0,0,1,0,23,12548,8,0,6,0,0,0,0,0,0,'Frost Nymph-Frost Shock'),(12340,12340,23678,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Chill Nymph-Wrath'),(12340,12340,23678,4,0,0,1,0,24,42388,9,0,4,0,0,0,0,0,0,'Chill Nymph-Summon Scarlet Bud'),(12340,12340,23680,4,0,0,1,0,27,9573,7,0,3,0,0,0,0,0,0,'Plagued Proto-Dragon-Flame Breath'),(12340,12340,23680,4,0,0,1,0,22,3391,8,0,0,0,0,0,0,0,0,'Plagued Proto-Dragon-Thrash'),(12340,12340,23687,4,0,0,1,0,27,8873,7,0,3,0,0,0,0,0,0,'Scorchscale Drake-Flame Breath'),(12340,12340,23688,4,0,0,1,0,27,51218,7,0,3,0,0,0,0,0,0,'Proto-Whelp-Flame Breath'),(12340,12340,23689,4,0,0,1,0,27,51219,7,0,3,0,0,0,0,0,0,'Proto-Drake-Flame Breath'),(12340,12340,23689,4,0,0,1,0,24,41572,7,0,3,0,0,0,0,0,0,'Proto-Drake-Wing Buffet'),(12340,12340,23690,4,0,0,1,0,22,42320,11,0,6,0,0,0,0,0,0,'Shoveltusk-Head Butt'),(12340,12340,23691,4,0,0,1,0,23,32019,8,0,6,0,0,0,0,0,0,'Shoveltusk Stag-Gore'),(12340,12340,23691,4,0,0,1,1,28,55860,10,0,0,0,0,0,0,0,0,'Shoveltusk Stag-Shoveltusk Charge'),(12340,12340,23711,4,0,0,1,0,22,48374,8,0,6,0,0,0,0,0,0,'Iron Rune Laborer-Puncture Wound'),(12340,12340,23714,4,0,0,1,0,22,11986,2,0,0,0,0,0,0,0,0,'Grimtotem Elder-Healing Wave'),(12340,12340,23714,4,0,0,1,0,41,9532,8,0,6,0,0,0,0,0,0,'Grimtotem Elder-Lightning Bolt'),(12340,12340,23725,4,0,0,1,0,27,49675,8,0,6,0,0,0,0,0,0,'Stone Giant-Stone Stomp'),(12340,12340,23725,4,0,0,1,0,17,49676,10,0,0,0,0,0,0,0,0,'Stone Giant-Stone Fist'),(12340,12340,23739,4,0,0,1,0,32,42476,8,0,6,0,0,0,0,0,0,'Valgarde Defender-Shoot'),(12340,12340,23739,4,0,0,1,0,26,31827,8,0,6,0,0,0,0,0,0,'Valgarde Defender-Heroic Strike'),(12340,12340,23740,4,0,0,1,0,23,29577,8,0,6,0,0,0,0,0,0,'Frosthorn Ram-Hoof Strike'),(12340,12340,23744,4,0,0,1,0,26,12734,7,0,4,0,0,0,0,0,0,'Icehollow Behemoth-Ground Smash'),(12340,12340,23750,4,0,0,1,0,27,51218,7,0,3,0,0,0,0,0,0,'Proto-Whelp Hatchling-Flame Breath'),(12340,12340,23760,4,0,0,1,0,23,44005,8,0,6,0,0,0,0,0,0,'Forsaken Plaguebringer-Shoot Plague'),(12340,12340,23760,4,0,0,1,0,18,11978,11,0,6,0,0,0,0,0,0,'Forsaken Plaguebringer-Kick'),(12340,12340,23760,4,0,0,1,0,21,3436,11,0,6,0,0,0,0,0,0,'Forsaken Plaguebringer-Wandering Plague'),(12340,12340,23763,4,0,0,1,1,19,33907,10,0,0,0,0,0,0,0,0,'Scarlet Ivy-Thorns'),(12340,12340,23772,4,0,0,1,0,18,49865,11,0,6,0,0,0,0,0,0,'Spotted Hippogryph-Eye Peck'),(12340,12340,23779,4,0,0,1,0,22,15618,8,0,6,0,0,0,0,0,0,'Vengeance Landing Deathguard-Snap Kick'),(12340,12340,23779,4,0,0,1,0,25,19643,8,0,6,0,0,0,0,0,0,'Vengeance Landing Deathguard-Mortal Strike'),(12340,12340,23784,4,0,0,1,0,24,17534,2,0,0,0,0,0,0,0,0,'Apothecary Hanes-Healing Potion'),(12340,12340,23793,4,0,0,1,0,22,12054,8,0,6,0,0,0,0,0,0,'North Fleet Soldier-Rend'),(12340,12340,23793,4,0,0,1,0,26,32736,8,0,6,0,0,0,0,0,0,'North Fleet Soldier-Mortal Strike'),(12340,12340,23794,4,0,0,1,0,33,9734,8,0,6,0,0,0,0,0,0,'North Fleet Medic-Holy Smite'),(12340,12340,23794,4,0,0,1,0,28,36348,2,0,0,0,0,0,0,0,0,'North Fleet Medic-Bandage'),(12340,12340,23796,4,0,0,1,0,23,15039,8,0,6,0,0,0,0,0,0,'Iron Rune Binder-Flame Shock'),(12340,12340,23796,4,0,0,1,0,21,48599,1,0,6,0,0,0,0,0,0,'Iron Rune Binder-Rune of Binding'),(12340,12340,23842,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Westguard Defender-Shield Bash'),(12340,12340,23842,4,0,0,1,0,22,3639,10,0,0,0,0,0,0,0,0,'Westguard Defender-Improved Blocking'),(12340,12340,23844,4,0,0,1,0,24,16244,11,0,4,0,0,0,0,0,0,'Westguard Officer-Demoralizing Shout'),(12340,12340,23844,4,0,0,1,0,22,3639,10,0,0,0,0,0,0,0,0,'Westguard Officer-Improved Blocking'),(12340,12340,23851,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Westguard Cavalryman-Shield Bash'),(12340,12340,23851,4,0,0,1,0,22,3639,10,0,0,0,0,0,0,0,0,'Westguard Cavalryman-Improved Blocking'),(12340,12340,23865,4,0,0,1,0,18,32064,10,0,0,0,0,0,0,0,0,'Vengeance Bringer-Battle Shout'),(12340,12340,23865,4,0,0,1,0,26,32736,8,0,6,0,0,0,0,0,0,'Vengeance Bringer-Mortal Strike'),(12340,12340,23866,4,0,0,1,0,27,15496,8,0,6,0,0,0,0,0,0,'North Fleet Sailor-Cleave'),(12340,12340,23866,4,0,0,1,0,23,49863,8,0,6,0,0,0,0,0,0,'North Fleet Sailor-Shield Slam'),(12340,12340,23871,4,0,0,1,0,25,15496,8,0,6,0,0,0,0,0,0,'Dragonflayer Handler-Cleave'),(12340,12340,23871,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'Dragonflayer Handler-Net'),(12340,12340,23873,4,0,0,1,0,21,6607,8,0,6,0,0,0,0,0,0,'Goreclaw the Ravenous-Lash'),(12340,12340,23874,4,0,0,1,0,22,33907,10,0,0,0,0,0,0,0,0,'Thornvine Creeper-Thorns'),(12340,12340,23874,4,0,0,1,0,27,31287,8,0,6,0,0,0,0,0,0,'Thornvine Creeper-Entangling Roots'),(12340,12340,23875,4,0,0,1,0,32,43619,8,0,6,0,0,0,0,0,0,'Blacksouled Keeper-Wrath'),(12340,12340,23876,4,0,0,1,0,24,42526,7,0,4,0,0,0,0,0,0,'Spore-Spore Cloud'),(12340,12340,23881,4,0,0,1,0,20,35204,7,0,4,0,0,0,0,0,0,'Apothecary Cylla-Toxic Fumes'),(12340,12340,23883,4,0,0,1,0,25,18802,8,0,6,0,0,0,0,0,0,'Forsaken Crossbowman-Frost Shot'),(12340,12340,23883,4,0,0,1,0,29,42131,8,0,6,0,0,0,0,0,0,'Forsaken Crossbowman-Shoot'),(12340,12340,23886,4,0,0,1,0,27,50169,8,0,6,0,0,0,0,0,0,'Bull Lion Seal-Flipper Thwack'),(12340,12340,23887,4,0,0,1,0,24,50169,8,0,6,0,0,0,0,0,0,'Lion Seal-Flipper Thwack'),(12340,12340,23889,4,0,1,1,0,25,9080,8,0,6,0,0,0,0,0,0,'Amani\'shi Savage-Hamstring'),(12340,12340,23889,4,0,1,1,0,25,11971,8,0,6,0,0,0,0,0,0,'Amani\'shi Savage-Sunder Armor'),(12340,12340,23889,4,0,1,1,0,25,12054,8,0,6,0,0,0,0,0,0,'Amani\'shi Savage-Rend'),(12340,12340,23891,4,0,0,1,0,33,14034,8,0,6,0,0,0,0,0,0,'Overseer Irena Stonemantle-Fireball'),(12340,12340,23919,4,0,0,1,0,31,43543,8,0,6,0,0,0,0,0,0,'Ice Elemental-Throw Ice'),(12340,12340,23931,4,0,0,1,0,26,15284,8,0,6,0,0,0,0,0,0,'Oluf the Violent-Cleave'),(12340,12340,23931,4,0,0,1,0,29,42870,8,0,6,0,0,0,0,0,0,'Oluf the Violent-Throw Dragonflayer Harpoon'),(12340,12340,23931,4,0,0,1,0,18,6533,1,0,6,0,0,0,0,0,0,'Oluf the Violent-Net'),(12340,12340,23931,4,0,0,1,0,23,13730,11,0,4,0,0,0,0,0,0,'Oluf the Violent-Demoralizing Shout'),(12340,12340,23931,4,0,0,1,0,25,41056,7,0,4,0,0,0,0,0,0,'Oluf the Violent-Whirlwind'),(12340,12340,23932,4,0,0,1,0,24,42870,8,0,6,0,0,0,0,0,0,'Yanis the Mystic-Throw Dragonflayer Harpoon'),(12340,12340,23940,4,0,0,1,1,11,8599,10,0,0,0,0,0,0,0,0,'Skeld Drakeson-Enrage'),(12340,12340,23940,4,0,0,1,1,28,19471,8,0,6,0,0,0,0,0,0,'Skeld Drakeson-Berserker Charge'),(12340,12340,23940,4,0,0,1,0,21,13730,11,0,4,0,0,0,0,0,0,'Skeld Drakeson-Demoralizing Shout'),(12340,12340,23945,4,0,0,1,0,22,49865,11,0,6,0,0,0,0,0,0,'Fjord Crow-Eye Peck'),(12340,12340,23946,4,0,0,1,0,32,15547,8,0,6,0,0,0,0,0,0,'North Fleet Marksman-Shoot'),(12340,12340,23946,4,0,0,1,0,27,30933,7,0,3,0,0,0,0,0,0,'North Fleet Marksman-Volley'),(12340,12340,23946,4,0,0,1,0,24,38370,8,0,6,0,0,0,0,0,0,'North Fleet Marksman-Aimed Shot'),(12340,12340,23959,4,0,0,1,0,23,49980,11,0,6,0,0,0,0,0,0,'Darkclaw Bat-Ravenous Pathogen'),(12340,12340,23959,4,0,0,1,0,21,32651,11,0,4,0,0,0,0,0,0,'Darkclaw Bat-Howling Screech'),(12340,12340,23962,4,0,0,1,0,23,27577,8,0,6,0,0,0,0,0,0,'Captain Olster-Intercept'),(12340,12340,23962,4,0,0,1,0,26,32588,8,0,6,0,0,0,0,0,0,'Captain Olster-Concussion Blow'),(12340,12340,23962,4,0,0,1,0,29,16856,8,0,6,0,0,0,0,0,0,'Captain Olster-Mortal Strike'),(12340,12340,23963,4,0,0,1,0,24,42671,8,0,6,0,0,0,0,0,0,'Sergeant Lorric-Silencing Shot'),(12340,12340,23963,4,0,0,1,0,24,18545,8,0,6,0,0,0,0,0,0,'Sergeant Lorric-Scorpid Sting'),(12340,12340,23964,4,0,0,1,0,23,27577,8,0,6,0,0,0,0,0,0,'Lieutenant Celeyne-Intercept'),(12340,12340,23964,4,0,0,1,0,26,32588,8,0,6,0,0,0,0,0,0,'Lieutenant Celeyne-Concussion Blow'),(12340,12340,23964,4,0,0,1,0,29,16856,8,0,6,0,0,0,0,0,0,'Lieutenant Celeyne-Mortal Strike'),(12340,12340,23967,4,0,0,1,0,28,11971,11,0,6,0,0,0,0,0,0,'Deranged Explorer-Sunder Armor'),(12340,12340,23967,4,0,0,1,0,29,35857,8,0,6,0,0,0,0,0,0,'Deranged Explorer-Torch'),(12340,12340,23982,4,0,0,1,0,21,49616,3,0,6,0,0,0,0,0,0,'Forsaken Deckhand-Kidney Shot'),(12340,12340,23983,4,0,0,1,0,32,15547,8,0,6,0,0,0,0,0,0,'North Fleet Marine-Shoot'),(12340,12340,23989,4,0,0,1,0,21,15970,11,0,6,0,0,0,0,0,0,'Gjalerbron Sleep-Watcher-Sleep'),(12340,12340,23990,4,0,0,1,0,35,9672,8,0,6,0,0,0,0,0,0,'Gjalerbron Rune-Caster-Frostbolt'),(12340,12340,23990,4,0,0,1,0,27,43453,10,0,0,0,0,0,0,0,0,'Gjalerbron Rune-Caster-Rune Ward'),(12340,12340,23991,4,0,0,1,0,28,10966,8,0,6,0,0,0,0,0,0,'Gjalerbron Warrior-Uppercut'),(12340,12340,23991,4,0,0,1,0,21,13730,11,0,4,0,0,0,0,0,0,'Gjalerbron Warrior-Demoralizing Shout'),(12340,12340,23992,4,0,0,1,0,23,8078,7,0,4,0,0,0,0,0,0,'Putrid Wight-Thunderclap'),(12340,12340,23993,4,0,0,1,0,32,12737,8,0,6,0,0,0,0,0,0,'Sepulchral Overseer-Frostbolt'),(12340,12340,23993,4,0,0,1,0,22,22744,1,0,6,0,0,0,0,0,0,'Sepulchral Overseer-Chains of Ice'),(12340,12340,23993,4,0,0,1,0,25,43556,6,0,6,0,0,0,0,0,0,'Sepulchral Overseer-Curse of the Sepulcher'),(12340,12340,23994,4,0,0,1,0,23,48287,8,0,6,0,0,0,0,0,0,'Dragonflayer Hunting Hound-Powerful Bite'),(12340,12340,24014,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Necrolord-Shadow Bolt'),(12340,12340,24014,4,0,0,1,0,23,17173,8,0,6,0,0,0,0,0,0,'Necrolord-Drain Life'),(12340,12340,24014,4,0,0,1,0,24,18267,6,0,6,0,0,0,0,0,0,'Necrolord-Curse of Weakness'),(12340,12340,24015,4,0,0,1,0,24,15496,8,0,6,0,0,0,0,0,0,'Winterskorn Defender-Cleave'),(12340,12340,24015,4,0,0,1,0,22,18812,8,0,6,0,0,0,0,0,0,'Winterskorn Defender-Knockdown'),(12340,12340,24015,4,0,0,1,0,19,13730,11,0,4,0,0,0,0,0,0,'Winterskorn Defender-Demoralizing Shout'),(12340,12340,24016,4,0,0,1,0,26,48288,8,0,6,0,0,0,0,0,0,'Ulf the Bloodletter-Mace Smash'),(12340,12340,24018,4,0,0,1,0,26,43559,9,0,4,0,0,0,0,0,0,'Necro Overlord Mezhen-Raise Dead'),(12340,12340,24018,4,0,0,1,0,29,32862,8,0,6,0,0,0,0,0,0,'Necro Overlord Mezhen-Drain Soul'),(12340,12340,24019,4,0,0,1,0,28,43562,8,0,6,0,0,0,0,0,0,'Glacion-Frost Breath'),(12340,12340,24019,4,0,0,1,0,22,11264,7,0,4,0,0,0,0,0,0,'Glacion-Ice Blast'),(12340,12340,24023,4,0,0,1,0,28,9053,8,0,6,0,0,0,0,0,0,'Queen Angerboda-Fireball'),(12340,12340,24023,4,0,0,1,0,22,43560,11,0,6,0,0,0,0,0,0,'Queen Angerboda-Anger of Gjalerbron'),(12340,12340,24023,4,0,0,1,0,27,11831,7,0,4,0,0,0,0,0,0,'Queen Angerboda-Frost Nova'),(12340,12340,24026,4,0,0,1,0,26,50075,8,0,6,0,0,0,0,0,0,'Fanggore Worg-Maim Flesh'),(12340,12340,24027,4,0,0,1,0,23,22427,8,0,6,0,0,0,0,0,0,'Sergeant Gorth-Concussion Blow'),(12340,12340,24029,4,0,0,1,0,32,9672,8,0,6,0,0,0,0,0,0,'Wyrmcaller Vile-Frostbolt'),(12340,12340,24029,4,0,0,1,0,25,12544,10,0,0,0,0,0,0,0,0,'Wyrmcaller Vile-Frost Armor'),(12340,12340,24029,4,0,0,1,0,26,15532,7,0,4,0,0,0,0,0,0,'Wyrmcaller Vile-Frost Nova'),(12340,12340,24030,4,0,0,1,0,32,9053,8,0,6,0,0,0,0,0,0,'Iron Rune Stonecaller-Fireball'),(12340,12340,24031,4,0,0,1,0,32,23337,8,0,6,0,0,0,0,0,0,'Camp Winterhoof Brave-Shoot'),(12340,12340,24031,4,0,0,1,0,26,40505,8,0,6,0,0,0,0,0,0,'Camp Winterhoof Brave-Cleave'),(12340,12340,24039,4,0,0,1,0,34,20816,8,0,6,0,0,0,0,0,0,'Sundered Ghost-Shadow Bolt'),(12340,12340,24039,4,0,0,1,0,14,11443,11,0,6,0,0,0,0,0,0,'Sundered Ghost-Cripple'),(12340,12340,24048,4,0,0,1,0,26,7978,7,0,3,0,0,0,0,0,0,'Squeeg Idolhunter-Throw Dynamite'),(12340,12340,24050,4,0,0,1,0,26,11972,8,0,6,0,0,0,0,0,0,'Wildervar Sentry-Shield Bash'),(12340,12340,24050,4,0,0,1,0,22,3639,10,0,0,0,0,0,0,0,0,'Wildervar Sentry-Improved Blocking'),(12340,12340,24051,4,0,0,1,0,25,42870,8,0,6,0,0,0,0,0,0,'Dragonflayer Invader-Throw Dragonflayer Harpoon'),(12340,12340,24063,4,0,0,1,0,25,7367,11,0,6,0,0,0,0,0,0,'Dragonflayer Worg-Infected Bite'),(12340,12340,24073,4,0,0,1,0,25,49861,11,0,6,0,0,0,0,0,0,'Fearsome Horror-Infected Bite'),(12340,12340,24104,4,0,0,1,0,23,15618,8,0,6,0,0,0,0,0,0,'New Agamand Deathguard-Snap Kick'),(12340,12340,24104,4,0,0,1,0,26,19643,8,0,6,0,0,0,0,0,0,'New Agamand Deathguard-Mortal Strike'),(12340,12340,24116,4,0,0,1,0,24,15496,8,0,6,0,0,0,0,0,0,'Winterskorn Scout-Cleave'),(12340,12340,24116,4,0,0,1,0,22,18812,8,0,6,0,0,0,0,0,0,'Winterskorn Scout-Knockdown'),(12340,12340,24116,4,0,0,1,0,19,13730,11,0,4,0,0,0,0,0,0,'Winterskorn Scout-Demoralizing Shout'),(12340,12340,24128,4,0,0,1,0,24,48287,8,0,6,0,0,0,0,0,0,'Wild Worg-Powerful Bite'),(12340,12340,24155,4,0,0,1,0,32,22121,8,0,6,0,0,0,0,0,0,'Tobias Sarkhoff-Shoot'),(12340,12340,24161,4,0,0,1,0,26,15496,8,0,6,0,0,0,0,0,0,'Oric the Baleful-Cleave'),(12340,12340,24161,4,0,0,1,0,23,32736,8,0,6,0,0,0,0,0,0,'Oric the Baleful-Mortal Strike'),(12340,12340,24162,4,0,0,1,0,26,41056,7,0,4,0,0,0,0,0,0,'Gunnar Thorvardsson-Whirlwind'),(12340,12340,24169,4,0,0,1,0,23,48245,8,0,6,0,0,0,0,0,0,'Dragonflayer Lieutenant-Head Slash'),(12340,12340,24169,4,0,0,1,0,19,48250,11,0,6,0,0,0,0,0,0,'Dragonflayer Lieutenant-Risky Feint'),(12340,12340,24173,4,0,0,1,0,27,52058,7,0,4,0,0,0,0,0,0,'Frostgore-Ground Slam'),(12340,12340,24178,4,0,0,1,0,24,12734,7,0,4,0,0,0,0,0,0,'Shatterhorn-Ground Smash'),(12340,12340,24186,4,0,0,1,0,32,20824,8,0,6,0,0,0,0,0,0,'Sage Mistwalker-Lightning Bolt'),(12340,12340,24186,4,0,0,1,0,27,15659,8,0,6,0,0,0,0,0,0,'Sage Mistwalker-Chain Lightning'),(12340,12340,24186,4,0,0,1,0,23,12491,2,0,0,0,0,0,0,0,0,'Sage Mistwalker-Healing Wave'),(12340,12340,24195,4,0,0,1,0,37,6660,8,0,6,0,0,0,0,0,0,'Winterhoof Longrunner-Shoot'),(12340,12340,24197,4,0,0,1,0,32,16100,8,0,6,0,0,0,0,0,0,'Westguard Rifleman-Shoot'),(12340,12340,24197,4,0,0,1,0,26,14516,8,0,6,0,0,0,0,0,0,'Westguard Rifleman-Strike'),(12340,12340,24197,4,0,0,1,0,18,9080,11,0,6,0,0,0,0,0,0,'Westguard Rifleman-Hamstring'),(12340,12340,24198,4,0,0,1,0,23,47782,7,0,4,0,0,0,0,0,0,'Plagued Dragonflayer Rune-Caster-Corruption'),(12340,12340,24198,4,0,0,1,0,26,15616,8,0,6,0,0,0,0,0,0,'Plagued Dragonflayer Rune-Caster-Flame Shock'),(12340,12340,24209,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Longrunner Skycloud-Shoot'),(12340,12340,24209,4,0,0,1,0,25,31975,8,0,6,0,0,0,0,0,0,'Longrunner Skycloud-Serpent Sting'),(12340,12340,24212,4,0,0,1,0,16,49643,10,0,0,0,0,0,0,0,0,'Iron Rune Guardian-Guardian Rune'),(12340,12340,24212,4,0,0,1,0,29,49644,8,0,6,0,0,0,0,0,0,'Iron Rune Guardian-Guardian Strike'),(12340,12340,24213,4,0,0,1,0,25,15284,8,0,6,0,0,0,0,0,0,'Firjus the Soul Crusher-Cleave'),(12340,12340,24213,4,0,0,1,0,21,43348,8,0,6,0,0,0,0,0,0,'Firjus the Soul Crusher-Head Crush'),(12340,12340,24214,4,0,0,1,0,24,15284,8,0,6,0,0,0,0,0,0,'Yorus the Flesh Harvester-Cleave'),(12340,12340,24214,4,0,0,1,0,25,41056,7,0,4,0,0,0,0,0,0,'Yorus the Flesh Harvester-Whirlwind'),(12340,12340,24215,4,0,0,1,0,25,8374,7,0,3,0,0,0,0,0,0,'Jlarborn the Strategist-Arcing Smash'),(12340,12340,24215,4,0,0,1,0,22,38233,8,0,6,0,0,0,0,0,0,'Jlarborn the Strategist-Shield Bash'),(12340,12340,24215,4,0,0,1,0,29,19131,8,0,6,0,0,0,0,0,0,'Jlarborn the Strategist-Shield Charge'),(12340,12340,24215,4,0,0,1,0,24,12169,10,0,0,0,0,0,0,0,0,'Jlarborn the Strategist-Shield Block'),(12340,12340,24227,4,0,0,1,0,25,32191,7,0,3,0,0,0,0,0,0,'Engineer Feknut-Heavy Dynamite'),(12340,12340,24228,4,0,0,1,0,27,50094,8,0,6,0,0,0,0,0,0,'Iceshard Elemental-Ice Spike'),(12340,12340,24229,4,0,0,1,0,26,32018,8,0,6,0,0,0,0,0,0,'Howling Cyclone-Call Lightning'),(12340,12340,24238,4,0,0,1,0,27,32736,8,0,6,0,0,0,0,0,0,'Bjorn Halgurdsson-Mortal Strike'),(12340,12340,24238,4,0,0,1,0,25,33661,11,0,6,0,0,0,0,0,0,'Bjorn Halgurdsson-Crush Armor'),(12340,12340,24249,4,0,0,1,0,29,43512,8,0,6,0,0,0,0,0,0,'Dragonflayer Soulreaver-Mind Flay'),(12340,12340,24249,4,0,0,1,0,24,11639,8,0,6,0,0,0,0,0,0,'Dragonflayer Soulreaver-Shadow Word: Pain'),(12340,12340,24250,4,0,0,1,0,14,35948,10,0,0,0,0,0,0,0,0,'Dragonflayer Fleshripper-Bloodthirst'),(12340,12340,24250,4,0,0,1,0,22,11977,8,0,6,0,0,0,0,0,0,'Dragonflayer Fleshripper-Rend'),(12340,12340,24262,4,0,0,1,0,26,50027,8,0,6,0,0,0,0,0,0,'Vrykul Soul-Tug Soul'),(12340,12340,24271,4,0,0,1,0,29,49729,8,0,6,0,0,0,0,0,0,'Iron Rune Golem-Rune Punch'),(12340,12340,24273,4,0,0,1,0,32,9739,8,0,6,0,0,0,0,0,0,'Watcher Moonleaf-Wrath'),(12340,12340,24277,4,0,0,1,0,27,50046,8,0,6,0,0,0,0,0,0,'Garwal-Gnaw Bone'),(12340,12340,24277,4,0,0,1,0,25,31279,8,0,6,0,0,0,0,0,0,'Garwal-Swipe'),(12340,12340,24277,4,0,0,1,0,19,6749,3,0,4,0,0,0,0,0,0,'Garwal-Wide Swipe'),(12340,12340,24277,4,0,0,1,0,23,13443,8,0,6,0,0,0,0,0,0,'Garwal-Rend'),(12340,12340,24279,4,0,0,1,0,23,3335,11,0,4,0,0,0,0,0,0,'Animated Plague Slime-Dark Sludge'),(12340,12340,24287,4,0,0,1,0,26,49978,8,0,6,0,0,0,0,0,0,'Caldemere Snapper-Claw Grasp'),(12340,12340,24316,4,0,0,1,0,25,48416,7,0,4,0,0,0,0,0,0,'Iron Rune Sentinel-Rune Detonation'),(12340,12340,24317,4,0,0,1,0,18,9080,11,0,6,0,0,0,0,0,0,'Expedition Deathguard-Hamstring'),(12340,12340,24317,4,0,0,1,0,22,14516,8,0,6,0,0,0,0,0,0,'Expedition Deathguard-Strike'),(12340,12340,24317,4,0,0,1,0,27,16100,8,0,6,0,0,0,0,0,0,'Expedition Deathguard-Shoot'),(12340,12340,24334,4,0,0,1,0,29,15039,8,0,6,0,0,0,0,0,0,'Binder Murdis-Flame Shock'),(12340,12340,24334,4,0,0,1,0,21,48599,1,0,6,0,0,0,0,0,0,'Binder Murdis-Rune of Binding'),(12340,12340,24340,4,0,0,1,0,26,49742,8,0,6,0,0,0,0,0,0,'Rampaging Earth Elemental-Call Boulder'),(12340,12340,24359,4,0,0,1,0,21,8722,9,0,4,0,0,0,0,0,0,'Apothecary Anastasia-Summon Succubus'),(12340,12340,24371,4,0,0,1,0,27,50086,8,0,6,0,0,0,0,0,0,'Megalith-Boulder'),(12340,12340,24371,4,0,0,1,0,23,50084,8,0,6,0,0,0,0,0,0,'Megalith-Hulking Uppercut'),(12340,12340,24398,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Steel Gate Excavator-Shoot'),(12340,12340,24400,4,0,0,1,0,32,9053,8,0,6,0,0,0,0,0,0,'Steel Gate Archaeologist-Fireball'),(12340,12340,24440,4,0,0,1,0,28,43803,8,0,6,0,0,0,0,0,0,'Gjalerbron Gargoyle-Gargoyle Strike'),(12340,12340,24458,4,0,0,1,0,24,43895,8,0,6,0,0,0,0,0,0,'Lydell-Lydell\'s Poison'),(12340,12340,24458,4,0,0,1,0,28,11971,11,0,6,0,0,0,0,0,0,'Lydell-Sunder Armor'),(12340,12340,24459,4,0,0,1,0,26,28428,8,0,6,0,0,0,0,0,0,'Chillmere Coastrunner-Instant Poison'),(12340,12340,24459,4,0,0,1,0,22,14874,8,0,6,0,0,0,0,0,0,'Chillmere Coastrunner-Rupture'),(12340,12340,24460,4,0,0,1,0,32,38556,8,0,6,0,0,0,0,0,0,'Chillmere Tidehunter-Throw'),(12340,12340,24460,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'Chillmere Tidehunter-Net'),(12340,12340,24461,4,0,0,1,0,23,49935,11,0,6,0,0,0,0,0,0,'Chillmere Oracle-Hex of the Murloc'),(12340,12340,24461,4,0,0,1,0,27,39906,8,0,6,0,0,0,0,0,0,'Chillmere Oracle-Summon Riding Warhound'),(12340,12340,24461,4,0,0,1,0,29,11831,7,0,4,0,0,0,0,0,0,'Chillmere Oracle-Frost Nova'),(12340,12340,24469,4,0,0,1,0,26,50410,8,0,6,0,0,0,0,0,0,'Magnataur Huntress-Tusk Strike'),(12340,12340,24469,4,0,0,1,0,27,11876,7,0,4,0,0,0,0,0,0,'Magnataur Huntress-War Stomp'),(12340,12340,24474,4,0,0,1,0,32,6660,8,0,6,0,0,0,0,0,0,'Vengeance Landing Assassin-Shoot'),(12340,12340,24474,4,0,0,1,0,26,18802,8,0,6,0,0,0,0,0,0,'Vengeance Landing Assassin-Frost Shot'),(12340,12340,24475,4,0,0,1,0,25,7367,11,0,6,0,0,0,0,0,0,'Bloodthirsty Worg-Infected Bite'),(12340,12340,24478,4,0,0,1,0,26,49978,8,0,6,0,0,0,0,0,0,'Fjord Crawler-Claw Grasp'),(12340,12340,24485,4,0,0,1,0,32,16583,8,0,6,0,0,0,0,0,0,'Servitor Shade-Shadow Shock'),(12340,12340,24485,4,0,0,1,0,27,49961,8,0,6,0,0,0,0,0,0,'Servitor Shade-Blink Strike'),(12340,12340,24500,4,0,0,1,0,26,48287,8,0,6,0,0,0,0,0,0,'Frostfin-Powerful Bite'),(12340,12340,24514,4,0,0,1,0,18,49865,11,0,6,0,0,0,0,0,0,'Steelfeather-Eye Peck'),(12340,12340,24514,4,0,0,1,0,24,18144,7,0,3,0,0,0,0,0,0,'Steelfeather-Swoop'),(12340,12340,24516,4,0,0,1,0,24,50046,8,0,6,0,0,0,0,0,0,'Bjomolf-Gnaw Bone'),(12340,12340,24517,4,0,0,1,0,14,52071,10,0,0,0,0,0,0,0,0,'Varg-Killing Rage'),(12340,12340,24518,4,0,0,1,0,18,49865,11,0,6,0,0,0,0,0,0,'Talonshrike-Eye Peck'),(12340,12340,24518,4,0,0,1,0,27,32909,8,0,6,0,0,0,0,0,0,'Talonshrike-Talon Strike'),(12340,12340,24529,4,0,1,1,0,100,14109,8,0,6,0,0,0,0,0,0,'Voodoo Servant-Lightning Bolt'),(12340,12340,24529,4,0,1,1,0,100,31741,10,0,6,0,0,0,0,0,0,'Voodoo Servant-Slow'),(12340,12340,24533,4,0,0,1,0,26,44188,8,0,6,0,0,0,0,0,0,'Dragonflayer Defender-Harpoon Toss'),(12340,12340,24540,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Necrotech-Shadow Bolt'),(12340,12340,24540,4,0,0,1,0,23,17173,8,0,6,0,0,0,0,0,0,'Necrotech-Drain Life'),(12340,12340,24540,4,0,0,1,0,24,18267,6,0,6,0,0,0,0,0,0,'Necrotech-Curse of Weakness'),(12340,12340,24546,4,0,0,1,1,11,8599,10,0,0,0,0,0,0,0,0,'Rotgill-Enrage'),(12340,12340,24546,4,0,0,1,0,29,49956,8,0,6,0,0,0,0,0,0,'Rotgill-Searing Wound'),(12340,12340,24547,4,0,0,1,0,25,19813,7,0,3,0,0,0,0,0,0,'Hozzer-Knockback'),(12340,12340,24547,4,0,0,1,0,29,34298,8,0,0,0,0,0,0,0,0,'Hozzer-Maul'),(12340,12340,24563,4,0,0,1,0,24,6917,8,0,6,0,0,0,0,0,0,'Nerub\'ar Venomspitter-Venom Spit'),(12340,12340,24566,4,0,0,1,0,23,49749,8,0,6,0,0,0,0,0,0,'Nerub\'ar Skitterer-Piercing Blow'),(12340,12340,24567,4,0,0,1,0,23,3391,8,0,0,0,0,0,0,0,0,'Den Vermin-Thrash'),(12340,12340,24601,4,0,0,1,0,27,50375,8,0,6,0,0,0,0,0,0,'Steam Rager-Steam Blast'),(12340,12340,24613,4,0,0,1,0,27,15550,7,0,4,0,0,0,0,0,0,'Mammoth Calf-Trample'),(12340,12340,24614,4,0,0,1,0,27,15550,7,0,4,0,0,0,0,0,0,'Wooly Mammoth-Trample'),(12340,12340,24633,4,0,0,1,0,24,34298,8,0,0,0,0,0,0,0,0,'Rabid Brown Bear-Maul'),(12340,12340,24635,4,0,0,1,1,11,48193,10,0,0,0,0,0,0,0,0,'Dragonflayer Harpooner-Enrage'),(12340,12340,24635,4,0,0,1,0,25,43325,8,0,6,0,0,0,0,0,0,'Dragonflayer Harpooner-Oluf\'s Harpoon'),(12340,12340,24638,4,0,0,1,0,28,43619,8,0,6,0,0,0,0,0,0,'Keeper Witherleaf-Wrath'),(12340,12340,24644,4,0,0,1,1,11,48193,10,0,0,0,0,0,0,0,0,'Harpoon Master Yavus-Enrage'),(12340,12340,24644,4,0,0,1,0,24,48286,8,0,6,0,0,0,0,0,0,'Harpoon Master Yavus-Grievous Slash'),(12340,12340,24644,4,0,0,1,0,26,48283,8,0,6,0,0,0,0,0,0,'Harpoon Master Yavus-Harpoon Throw'),(12340,12340,24673,4,0,0,1,0,24,16552,8,0,6,0,0,0,0,0,0,'Frostwing Chimaera-Venom Spit'),(12340,12340,24676,4,0,0,1,1,12,5915,10,0,0,0,0,0,0,0,0,'Crazed Northsea Slaver-Crazed'),(12340,12340,24677,4,0,0,1,0,23,50075,8,0,6,0,0,0,0,0,0,'Spearfang Worg-Maim Flesh'),(12340,12340,24681,4,0,0,1,0,21,32019,8,0,6,0,0,0,0,0,0,'Island Shoveltusk-Gore'),(12340,12340,24742,4,0,0,1,0,24,50188,8,0,0,0,0,0,0,0,0,'Mad Jonah Sterling-Wildly Flailing'),(12340,12340,24770,4,0,0,1,0,17,36513,11,0,6,0,0,0,0,0,0,'Nexus Watcher-Intangible Presence'),(12340,12340,24770,4,0,0,1,0,24,36631,7,0,3,0,0,0,0,0,0,'Nexus Watcher-Netherbreath'),(12340,12340,24779,4,0,0,1,0,32,38557,8,0,6,0,0,0,0,0,0,'Dragonflayer Ambusher-Throw'),(12340,12340,24789,4,0,0,1,0,25,16583,8,0,6,0,0,0,0,0,0,'Forlorn Soul-Shadow Shock'),(12340,12340,24790,4,0,0,1,0,27,31022,8,0,6,0,0,0,0,0,0,'Black Conrad\'s Ghost-Ghostly Strike'),(12340,12340,24790,4,0,0,1,0,25,51211,10,0,0,0,0,0,0,0,0,'Black Conrad\'s Ghost-Blade Flurry'),(12340,12340,24791,4,0,0,1,0,22,42320,11,0,6,0,0,0,0,0,0,'Shoveltusk Calf-Head Butt'),(12340,12340,24797,4,0,0,1,0,27,50169,8,0,6,0,0,0,0,0,0,'Reef Cow-Flipper Thwack'),(12340,12340,24812,4,0,0,1,0,27,50084,8,0,6,0,0,0,0,0,0,'Storm Giant-Hulking Uppercut'),(12340,12340,24812,4,0,0,1,0,28,50100,8,0,6,0,0,0,0,0,0,'Storm Giant-Stormbolt'),(12340,12340,24812,4,0,0,1,0,31,50105,7,0,3,0,0,0,0,0,0,'Storm Giant-Violent Hurricane'),(12340,12340,24841,4,0,0,1,0,24,12024,1,0,6,0,0,0,0,0,0,'Marine Halters-Net'),(12340,12340,24841,4,0,0,1,0,26,23337,8,0,6,0,0,0,0,0,0,'Marine Halters-Shoot'),(12340,12340,24842,4,0,0,1,0,24,12024,1,0,6,0,0,0,0,0,0,'Marine Anderson-Net'),(12340,12340,24871,4,0,0,1,0,24,49841,8,0,6,0,0,0,0,0,0,'Risen Vrykul Ancestor-Perturbing Strike'),(12340,12340,24872,4,0,0,1,0,23,49843,8,0,6,0,0,0,0,0,0,'Blood Shade-Vexed Blood of the Ancestors'),(12340,12340,24899,4,0,0,1,0,27,50169,8,0,6,0,0,0,0,0,0,'Scoodles-Flipper Thwack'),(12340,12340,24899,4,0,0,1,0,23,48287,8,0,6,0,0,0,0,0,0,'Scoodles-Powerful Bite'),(12340,12340,24901,4,0,0,1,0,21,32019,8,0,6,0,0,0,0,0,0,'Maddened Frosthorn-Gore'),(12340,12340,24918,4,0,0,1,0,21,35871,8,0,6,0,0,0,0,0,0,'Felblood Initiate-Spellbreaker'),(12340,12340,24918,4,0,0,1,0,17,29098,8,0,6,0,0,0,0,0,0,'Felblood Initiate-Bitter Withdrawal'),(12340,12340,24918,4,0,0,1,0,32,14873,8,0,6,0,0,0,0,0,0,'Felblood Initiate-Sinister Strike'),(12340,12340,24920,4,0,0,1,0,17,13443,8,0,6,0,0,0,0,0,0,'Razorthorn Flayer-Rend'),(12340,12340,24920,4,0,0,1,0,21,46202,11,0,6,0,0,0,0,0,0,'Razorthorn Flayer-Pierce Armor'),(12340,12340,24922,4,0,0,1,0,17,13443,8,0,6,0,0,0,0,0,0,'Razorthorn Ravager-Rend'),(12340,12340,24922,4,0,0,1,0,19,33781,8,0,6,0,0,0,0,0,0,'Razorthorn Ravager-Ravage'),(12340,12340,24955,4,0,0,1,0,17,29098,8,0,6,0,0,0,0,0,0,'Emaciated Felblood-Bitter Withdrawal'),(12340,12340,24955,4,0,0,1,0,32,14873,8,0,6,0,0,0,0,0,0,'Emaciated Felblood-Sinister Strike'),(12340,12340,24957,4,0,0,1,0,24,50356,8,0,6,0,0,0,0,0,0,'Cult Plaguebringer-Inject Plague'),(12340,12340,24960,4,0,0,1,0,14,35334,8,0,6,0,0,0,0,0,0,'Wretched Devourer-Nether Shock'),(12340,12340,24960,4,0,0,1,0,12,33483,8,0,6,0,0,0,0,0,0,'Wretched Devourer-Mana Tap'),(12340,12340,24966,4,0,0,1,0,15,29098,8,0,6,0,0,0,0,0,0,'Wretched Fiend-Bitter Withdrawal'),(12340,12340,24966,4,0,0,1,0,10,42648,2,0,6,0,0,0,0,0,0,'Wretched Fiend-Sleeping Sleep'),(12340,12340,24966,4,0,0,1,0,10,11971,11,0,6,0,0,0,0,0,0,'Wretched Fiend-Sunder Armor'),(12340,12340,24972,4,0,0,1,0,10,45336,7,0,0,0,0,0,0,0,0,'Erratic Sentry-Electrical Overload'),(12340,12340,24972,4,0,0,1,0,15,33688,8,0,6,0,0,0,0,0,0,'Erratic Sentry-Crystal Strike'),(12340,12340,24972,4,0,0,1,0,10,35892,8,0,6,0,0,0,0,0,0,'Erratic Sentry-Suppression'),(12340,12340,24976,4,0,0,1,0,10,45095,10,0,0,0,0,0,0,0,0,'Dawnblade Blood Knight-Seal of Wrath'),(12340,12340,24976,4,0,0,1,0,10,13952,3,0,0,0,0,0,0,0,0,'Dawnblade Blood Knight-Holy Light'),(12340,12340,24976,4,0,0,1,0,10,45337,8,0,6,0,0,0,0,0,0,'Dawnblade Blood Knight-Judgement of Wrath'),(12340,12340,24976,4,0,0,1,0,10,45105,8,0,6,0,0,0,0,0,0,'Dawnblade Blood Knight-Joust'),(12340,12340,24978,4,0,0,1,1,10,11939,9,0,0,0,0,0,0,0,0,'Dawnblade Summoner-Summon Imp'),(12340,12340,24978,4,0,0,1,0,15,11962,8,0,6,0,0,0,0,0,0,'Dawnblade Summoner-Immolate'),(12340,12340,24978,4,0,0,1,0,20,32707,8,0,6,0,0,0,0,0,0,'Dawnblade Summoner-Incinerate'),(12340,12340,24978,4,0,0,1,0,5,44977,10,0,0,0,0,0,0,0,0,'Dawnblade Summoner-Fel Armor'),(12340,12340,24979,4,0,0,1,0,10,45101,8,0,6,0,0,0,0,0,0,'Dawnblade Marksman-Flaming Arrow'),(12340,12340,24979,4,0,0,1,0,10,37847,8,0,6,0,0,0,0,0,0,'Dawnblade Marksman-Immolation Arrow'),(12340,12340,24979,4,0,0,1,0,25,6660,8,0,6,0,0,0,0,0,0,'Dawnblade Marksman-Shoot'),(12340,12340,24999,4,0,0,1,0,10,18267,11,0,6,0,0,0,0,0,0,'Irespeaker-Curse of Weakness'),(12340,12340,24999,4,0,0,1,0,10,35913,8,0,6,0,0,0,0,0,0,'Irespeaker-Fel Fireball'),(12340,12340,25001,4,0,0,1,0,25,45227,7,0,4,0,0,0,0,0,0,'Abyssal Flamewalker-Abyssal Meteor Fall'),(12340,12340,25002,4,0,0,1,0,9,11876,7,0,4,0,0,0,0,0,0,'Unleashed Hellion-War Stomp'),(12340,12340,25002,4,0,0,1,0,14,20754,7,0,3,0,0,0,0,0,0,'Unleashed Hellion-Rain of Fire'),(12340,12340,25003,4,0,0,1,0,10,12054,8,0,6,0,0,0,0,0,0,'Emissary of Hate-Rend'),(12340,12340,25026,4,0,0,1,0,21,33912,8,0,6,0,0,0,0,0,0,'Mutinous Sea Dog-Rip'),(12340,12340,25031,4,0,0,1,0,12,32709,8,0,6,0,0,0,0,0,0,'Pit Overlord-Death Coil'),(12340,12340,25031,4,0,0,1,0,10,19630,7,0,4,0,0,0,0,0,0,'Pit Overlord-Cone of Fire'),(12340,12340,25031,4,0,0,1,0,15,15284,8,0,6,0,0,0,0,0,0,'Pit Overlord-Cleave'),(12340,12340,25033,4,0,0,1,0,20,45046,8,0,6,0,0,0,0,0,0,'Eredar Sorcerer-Flames of Doom'),(12340,12340,25060,4,0,0,1,0,10,13730,11,0,4,0,0,0,0,0,0,'Darkspine Myrmidon-Demoralizing Shout'),(12340,12340,25060,4,0,0,1,0,10,11971,11,0,6,0,0,0,0,0,0,'Darkspine Myrmidon-Sunder Armor'),(12340,12340,25073,4,0,0,1,0,10,38033,8,0,4,0,0,0,0,0,0,'Darkspine Siren-Frost Nova'),(12340,12340,25073,4,0,0,1,0,40,9672,8,0,6,0,0,0,0,0,0,'Darkspine Siren-Frostbolt'),(12340,12340,25073,4,0,0,1,0,10,3589,11,0,4,0,0,0,0,0,0,'Darkspine Siren-Deafening Screech'),(12340,12340,25073,4,0,0,1,0,5,12544,10,0,0,0,0,0,0,0,0,'Darkspine Siren-Frost Armor'),(12340,12340,25087,4,0,0,1,0,10,32915,8,0,6,0,0,0,0,0,0,'Dawnblade Reservist-Raptor Strike'),(12340,12340,25087,4,0,0,1,0,10,34120,8,0,6,0,0,0,0,0,0,'Dawnblade Reservist-Steady Shot'),(12340,12340,25203,4,0,0,1,0,27,50169,8,0,6,0,0,0,0,0,0,'Glrggl-Flipper Thwack'),(12340,12340,25204,4,0,0,1,0,27,50169,8,0,6,0,0,0,0,0,0,'Glimmer Bay Orca-Flipper Thwack'),(12340,12340,25209,4,0,0,1,0,33,50273,8,0,6,0,0,0,0,0,0,'Claximus-Arcane Barrage'),(12340,12340,25209,4,0,0,1,0,11,50275,10,0,4,0,0,0,0,0,0,'Claximus-Stabilized Magic'),(12340,12340,25215,4,0,0,1,1,24,50262,10,0,0,0,0,0,0,0,0,'Winterfin Shorestriker-Rushed Assault'),(12340,12340,25216,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Winterfin Oracle-Lightning Bolt'),(12340,12340,25216,4,0,0,1,0,22,50272,11,0,6,0,0,0,0,0,0,'Winterfin Oracle-Unstable Magic'),(12340,12340,25217,4,0,0,1,0,22,50267,11,0,4,0,0,0,0,0,0,'Winterfin Warrior-Demoralizing Mmmrrrggglll'),(12340,12340,25226,4,0,0,1,0,32,50257,8,0,6,0,0,0,0,0,0,'Scalder-Scalding Blast'),(12340,12340,25226,4,0,0,1,0,29,32011,8,0,6,0,0,0,0,0,0,'Scalder-Water Bolt'),(12340,12340,25227,4,0,0,1,0,23,31600,9,0,6,0,0,0,0,0,0,'Crypt Crawler-Crypt Scarabs'),(12340,12340,25242,4,0,0,1,1,11,8599,10,0,0,0,0,0,0,0,0,'Warsong Battleguard-Enrage'),(12340,12340,25244,4,0,0,1,0,31,45578,8,0,6,0,0,0,0,0,0,'Warsong Marksman-Shoot'),(12340,12340,25244,4,0,0,1,1,11,8599,10,0,0,0,0,0,0,0,0,'Warsong Marksman-Enrage'),(12340,12340,25264,4,0,0,1,0,22,13005,3,0,6,0,0,0,0,0,0,'Justicar Julia Celeste-Hammer of Justice'),(12340,12340,25278,4,0,0,1,0,19,50416,10,0,0,0,0,0,0,0,0,'Williamson-Frostbite Weapon'),(12340,12340,25294,4,0,0,1,0,27,50284,7,0,3,0,0,0,0,0,0,'Nerub\'ar Web Lord-Blinding Swarm'),(12340,12340,25301,4,0,0,1,0,27,50992,8,0,6,0,0,0,0,0,0,'Counselor Talbot-Soul Blast'),(12340,12340,25301,4,0,0,1,0,24,51009,8,0,6,0,0,0,0,0,0,'Counselor Talbot-Soul Deflection'),(12340,12340,25301,4,0,0,1,0,27,51016,8,0,6,0,0,0,0,0,0,'Counselor Talbot-Vampiric Bolt'),(12340,12340,25316,4,0,0,1,0,35,9672,8,0,6,0,0,0,0,0,0,'Beryl Sorcerer-Frostbolt'),(12340,12340,25335,4,0,0,1,0,24,13730,11,0,4,0,0,0,0,0,0,'Longrunner Proudhoof-Demoralizing Shout'),(12340,12340,25335,4,0,0,1,0,27,35473,8,0,6,0,0,0,0,0,0,'Longrunner Proudhoof-Forceful Cleave'),(12340,12340,25338,4,0,0,1,0,26,11976,8,0,6,0,0,0,0,0,0,'Warsong Caravan Guard-Strike'),(12340,12340,25350,4,0,0,1,0,24,36093,8,0,6,0,0,0,0,0,0,'Risen Longrunner-Ghost Strike'),(12340,12340,25351,4,0,0,1,0,35,9739,8,0,6,0,0,0,0,0,0,'Ghostly Sage-Wrath'),(12340,12340,25351,4,0,0,1,0,28,15798,8,0,6,0,0,0,0,0,0,'Ghostly Sage-Moonfire'),(12340,12340,25353,4,0,0,1,0,27,50658,8,0,6,0,0,0,0,0,0,'Beryl Treasure Hunter-Focus Beam'),(12340,12340,25359,4,0,0,1,0,16,50204,10,0,0,0,0,0,0,0,0,'Force-Commander Steeljaw-Steel Jaw'),(12340,12340,25359,4,0,0,1,0,27,15284,8,0,6,0,0,0,0,0,0,'Force-Commander Steeljaw-Cleave'),(12340,12340,25359,4,0,0,1,0,26,41056,8,0,4,0,0,0,0,0,0,'Force-Commander Steeljaw-Whirlwind'),(12340,12340,25359,4,0,0,1,0,27,38256,11,0,4,0,0,0,0,0,0,'Force-Commander Steeljaw-Piercing Howl'),(12340,12340,25378,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'En\'kilah Necromancer-Shadow Bolt'),(12340,12340,25378,4,0,0,1,0,28,32063,7,0,4,0,0,0,0,0,0,'En\'kilah Necromancer-Corruption'),(12340,12340,25383,4,0,0,1,0,30,50335,8,0,6,0,0,0,0,0,0,'En\'kilah Abomination-Scourge Hook'),(12340,12340,25383,4,0,0,1,0,27,40504,8,0,6,0,0,0,0,0,0,'En\'kilah Abomination-Cleave'),(12340,12340,25386,4,0,0,1,0,23,31600,9,0,6,0,0,0,0,0,0,'En\'kilah Crypt Fiend-Crypt Scarabs'),(12340,12340,25387,4,0,0,1,0,35,16564,8,0,6,0,0,0,0,0,0,'En\'kilah Gargoyle-Gargoyle Strike'),(12340,12340,25393,4,0,0,1,0,27,38056,8,0,6,0,0,0,0,0,0,'En\'kilah Ghoul-Flesh Rip'),(12340,12340,25396,4,0,0,1,0,40,9053,8,0,6,0,0,0,0,0,0,'Naxxanar Skeletal Mage-Fireball'),(12340,12340,25396,4,0,0,1,0,40,9672,8,0,6,0,0,0,0,0,0,'Naxxanar Skeletal Mage-Frostbolt'),(12340,12340,25415,4,0,0,1,0,26,50215,11,0,6,0,0,0,0,0,0,'Enraged Tempest-Zephyr'),(12340,12340,25415,4,0,0,1,1,11,50420,10,0,0,0,0,0,0,0,0,'Enraged Tempest-Enrage'),(12340,12340,25417,4,0,0,1,0,24,50207,8,0,6,0,0,0,0,0,0,'Raging Boiler-Boiling Blood'),(12340,12340,25418,4,0,0,1,0,33,50206,8,0,6,0,0,0,0,0,0,'Churn-Scalding Steam'),(12340,12340,25419,4,0,0,1,0,33,50206,8,0,6,0,0,0,0,0,0,'Boiling Spirit-Scalding Steam'),(12340,12340,25427,4,0,0,1,0,25,15744,7,0,4,0,0,0,0,0,0,'Kaganishu-Blast Wave'),(12340,12340,25427,4,0,0,1,0,23,44257,9,0,4,0,0,0,0,0,0,'Kaganishu-Fire Nova Totem'),(12340,12340,25427,4,0,0,1,0,34,19816,8,0,6,0,0,0,0,0,0,'Kaganishu-Fireball'),(12340,12340,25430,4,0,0,1,1,10,50822,10,0,0,0,0,0,0,0,0,'Magmothregar-Fervor'),(12340,12340,25430,4,0,0,1,1,23,50413,8,0,0,0,0,0,0,0,0,'Magmothregar-Magnataur Charge'),(12340,12340,25432,4,0,0,1,1,10,50420,10,0,0,0,0,0,0,0,0,'Mate of Magmothregar-Enrage'),(12340,12340,25434,4,0,0,1,1,23,50413,8,0,0,0,0,0,0,0,0,'Magmoth Crusher-Magnataur Charge'),(12340,12340,25434,4,0,0,1,0,26,50410,8,0,6,0,0,0,0,0,0,'Magmoth Crusher-Tusk Strike'),(12340,12340,25440,4,0,0,1,1,10,8599,10,0,0,0,0,0,0,0,0,'Scout Tungok-Enrage'),(12340,12340,25445,4,0,0,1,0,26,45577,8,0,6,0,0,0,0,0,0,'Nerub\'ar Corpse Harvester-Venom Spit'),(12340,12340,25448,4,0,0,1,0,24,22120,8,0,6,0,0,0,0,0,0,'Curator Insivius-Charge'),(12340,12340,25448,4,0,0,1,0,26,39171,8,0,6,0,0,0,0,0,0,'Curator Insivius-Mortal Strike'),(12340,12340,25448,4,0,0,1,0,27,11831,7,0,4,0,0,0,0,0,0,'Curator Insivius-Frost Nova'),(12340,12340,25451,4,0,0,1,0,22,45587,8,0,6,0,0,0,0,0,0,'Nerub\'ar Sky Darkener-Web Bolt'),(12340,12340,25451,4,0,0,1,0,26,45577,8,0,6,0,0,0,0,0,0,'Nerub\'ar Sky Darkener-Venom Spit'),(12340,12340,25452,4,0,0,1,0,28,15550,7,0,4,0,0,0,0,0,0,'Scourged Mammoth-Trample'),(12340,12340,25453,4,0,0,1,0,25,25748,8,0,6,0,0,0,0,0,0,'Ith\'rix the Harvester-Poison Stinger'),(12340,12340,25453,4,0,0,1,0,13,34392,10,0,0,0,0,0,0,0,0,'Ith\'rix the Harvester-Stinger Rage'),(12340,12340,25453,4,0,0,1,0,27,45592,8,0,6,0,0,0,0,0,0,'Ith\'rix the Harvester-Venom Spit'),(12340,12340,25454,4,0,0,1,0,26,50293,8,0,6,0,0,0,0,0,0,'Tundra Crawler-Corrosive Poison'),(12340,12340,25464,4,0,0,1,0,28,32914,7,0,3,0,0,0,0,0,0,'Bloodspore Moth-Wing Buffet'),(12340,12340,25464,4,0,0,1,0,24,45610,7,0,4,0,0,0,0,0,0,'Bloodspore Moth-Pollen'),(12340,12340,25465,4,0,0,1,0,50,50319,8,0,6,0,0,0,0,0,0,'Kel\'Thuzad-Soul Flay'),(12340,12340,25467,4,0,0,1,0,25,50380,8,0,6,0,0,0,0,0,0,'Bloodspore Harvester-Bloodspore Haze'),(12340,12340,25468,4,0,0,1,0,33,50402,8,0,6,0,0,0,0,0,0,'Bloodspore Roaster-Roast'),(12340,12340,25470,4,0,0,1,0,26,45985,10,0,0,0,0,0,0,0,0,'Bloodspore Firestarter-Flaming Touch'),(12340,12340,25470,4,0,0,1,0,32,35916,8,0,6,0,0,0,0,0,0,'Bloodspore Firestarter-Molten Armor'),(12340,12340,25470,4,0,0,1,0,35,18101,8,0,6,0,0,0,0,0,0,'Bloodspore Firestarter-Chilled'),(12340,12340,25479,4,0,0,1,0,28,49816,8,0,6,0,0,0,0,0,0,'Kvaldir Mistweaver-Mist of Strangulation'),(12340,12340,25481,4,0,0,1,0,28,49978,8,0,6,0,0,0,0,0,0,'Landing Crawler-Claw Grasp'),(12340,12340,25487,4,0,0,1,0,21,50502,10,0,0,0,0,0,0,0,0,'Wooly Rhino Matriarch-Thick Hide'),(12340,12340,25489,4,0,0,1,0,21,50502,10,0,0,0,0,0,0,0,0,'Wooly Rhino Bull-Thick Hide'),(12340,12340,25489,4,0,0,1,0,23,50500,8,0,6,0,0,0,0,0,0,'Wooly Rhino Bull-Rhino Charge'),(12340,12340,25496,4,0,0,1,0,32,49922,8,0,6,0,0,0,0,0,0,'Kvaldir Mist Lord-Wave Crash'),(12340,12340,25498,4,0,0,1,0,28,32914,7,0,3,0,0,0,0,0,0,'Aspatha the Broodmother-Wing Buffet'),(12340,12340,25498,4,0,0,1,0,24,45610,7,0,4,0,0,0,0,0,0,'Aspatha the Broodmother-Pollen'),(12340,12340,25514,4,0,0,1,0,24,50094,8,0,6,0,0,0,0,0,0,'Rocknar-Ice Spike'),(12340,12340,25514,4,0,0,1,0,19,22693,10,0,0,0,0,0,0,0,0,'Rocknar-Harden Skin'),(12340,12340,25520,4,0,0,1,0,22,49871,10,0,0,0,0,0,0,0,0,'Skadir Runecaster-Rune of Retribution'),(12340,12340,25520,4,0,0,1,0,33,9532,8,0,6,0,0,0,0,0,0,'Skadir Runecaster-Lightning Bolt'),(12340,12340,25522,4,0,0,1,0,33,43413,8,0,6,0,0,0,0,0,0,'Skadir Raider-Throw Spear'),(12340,12340,25522,4,0,0,1,0,24,43414,9,0,4,0,0,0,0,0,0,'Skadir Raider-Freezing Trap'),(12340,12340,25523,4,0,0,1,0,21,13730,11,0,4,0,0,0,0,0,0,'Skadir Mariner-Demoralizing Shout'),(12340,12340,25523,4,0,0,1,0,23,10966,8,0,6,0,0,0,0,0,0,'Skadir Mariner-Uppercut'),(12340,12340,25582,4,0,0,1,0,32,32707,8,0,6,0,0,0,0,0,0,'Scourged Flamespitter-Incinerate'),(12340,12340,25600,4,0,0,1,0,23,50303,11,0,6,0,0,0,0,0,0,'Unliving Swine-Swine Flu'),(12340,12340,25609,4,0,0,1,0,27,50324,10,0,0,0,0,0,0,0,0,'En\'kilah Necrolord-Bone Armor'),(12340,12340,25609,4,0,0,1,0,30,50323,8,0,6,0,0,0,0,0,0,'En\'kilah Necrolord-Sharpened Bone'),(12340,12340,25613,4,0,0,1,0,23,49816,8,0,6,0,0,0,0,0,0,'Skadir Mistweaver-Mist of Strangulation'),(12340,12340,25618,4,0,0,1,0,25,32711,7,0,4,0,0,0,0,0,0,'Varidus the Flenser-Shadow Nova'),(12340,12340,25618,4,0,0,1,0,22,50329,10,0,0,0,0,0,0,0,0,'Varidus the Flenser-Shield of Suffering'),(12340,12340,25619,4,0,0,1,1,24,50347,10,0,0,0,0,0,0,0,0,'Nerub\'ar Warrior-Rush'),(12340,12340,25623,4,0,0,1,0,25,54185,8,0,6,0,0,0,0,0,0,'Harvest Collector-Claw Slash'),(12340,12340,25650,4,0,0,1,0,17,49861,11,0,6,0,0,0,0,0,0,'Plagued Scavenger-Infected Bite'),(12340,12340,25651,4,0,0,1,0,24,18266,6,0,6,0,0,0,0,0,0,'Cultist Necrolyte-Curse of Agony'),(12340,12340,25651,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Cultist Necrolyte-Shadow Bolt'),(12340,12340,25655,4,0,0,1,1,8,50332,10,0,0,0,0,0,0,0,0,'Bane-Fool\'s Bane'),(12340,12340,25660,4,0,0,1,0,23,50361,11,0,6,0,0,0,0,0,0,'Festering Ghoul-Rot Armor'),(12340,12340,25675,4,0,0,1,0,21,7367,11,0,6,0,0,0,0,0,0,'Tundra Wolf-Infected Bite'),(12340,12340,25680,4,0,0,1,0,26,32019,8,0,6,0,0,0,0,0,0,'Marsh Caribou-Gore'),(12340,12340,25685,4,0,0,1,0,24,50522,7,0,4,0,0,0,0,0,0,'Gorloc Waddler-Gorloc Stomp'),(12340,12340,25686,4,0,0,1,0,24,50520,7,0,4,0,0,0,0,0,0,'Gorloc Gibberer-Deep Dredge'),(12340,12340,25687,4,0,0,1,0,27,50538,8,0,6,0,0,0,0,0,0,'Gorloc Steam Belcher-Belch Blast'),(12340,12340,25699,4,0,0,1,0,24,50522,7,0,4,0,0,0,0,0,0,'Gorloc Mud Splasher-Gorloc Stomp'),(12340,12340,25700,4,0,0,1,0,27,50523,8,0,6,0,0,0,0,0,0,'Gorloc Hunter-Paralyzing Slime'),(12340,12340,25701,4,0,0,1,0,24,50520,7,0,4,0,0,0,0,0,0,'Gorloc Dredger-Deep Dredge'),(12340,12340,25707,4,0,0,1,0,25,50506,8,0,0,0,0,0,0,0,0,'Magic-bound Ancient-Mark of Detonation'),(12340,12340,25709,4,0,0,1,0,28,50505,7,0,3,0,0,0,0,0,0,'Glacial Ancient-Frost Breath'),(12340,12340,25712,4,0,0,1,0,26,50545,8,0,6,0,0,0,0,0,0,'Warbringer Goredrak-Arcane Blast'),(12340,12340,25712,4,0,0,1,0,23,50534,8,0,6,0,0,0,0,0,0,'Warbringer Goredrak-Power Sap'),(12340,12340,25713,4,0,0,1,0,25,50534,8,0,6,0,0,0,0,0,0,'Blue Drakonid Supplicant-Power Sap'),(12340,12340,25715,4,0,0,1,0,34,50094,8,0,6,0,0,0,0,0,0,'Frozen Elemental-Ice Spike'),(12340,12340,25716,4,0,0,1,0,29,15499,8,0,6,0,0,0,0,0,0,'General Cerulean-Frost Shock'),(12340,12340,25717,4,0,0,1,0,27,12748,7,0,4,0,0,0,0,0,0,'Coldarra Scalesworn-Frost Nova'),(12340,12340,25717,4,0,0,1,0,24,11977,8,0,6,0,0,0,0,0,0,'Coldarra Scalesworn-Rend'),(12340,12340,25719,4,0,0,1,0,23,50583,9,0,4,0,0,0,0,0,0,'Coldarra Spellbinder-Summon Frozen Spheres'),(12340,12340,25719,4,0,0,1,0,35,9672,8,0,6,0,0,0,0,0,0,'Coldarra Spellbinder-Frostbolt'),(12340,12340,25720,4,0,0,1,0,28,15043,8,0,6,0,0,0,0,0,0,'Inquisitor Caleras-Frostbolt'),(12340,12340,25720,4,0,0,1,0,25,32192,7,0,4,0,0,0,0,0,0,'Inquisitor Caleras-Frost Nova'),(12340,12340,25721,4,0,0,1,0,31,50504,8,0,6,0,0,0,0,0,0,'Arcane Serpent-Arcane Jolt'),(12340,12340,25722,4,0,0,1,0,29,34447,8,0,6,0,0,0,0,0,0,'Coldarra Spellweaver-Arcane Missiles'),(12340,12340,25725,4,0,0,1,0,33,50533,7,0,3,0,0,0,0,0,0,'Chieftain Gurgleboggle-Flip Attack'),(12340,12340,25748,4,0,0,1,0,17,50280,10,0,0,0,0,0,0,0,0,'Oil-covered Hawk-Oily Coat'),(12340,12340,25750,4,0,0,1,0,17,50280,10,0,0,0,0,0,0,0,0,'Oil-soaked Caribou-Oily Coat'),(12340,12340,25752,4,0,0,1,0,22,49945,8,0,6,0,0,0,0,0,0,'Scavenge-bot 004-A8-Cutting Laser'),(12340,12340,25758,4,0,0,1,0,31,49981,8,0,6,0,0,0,0,0,0,'Defendo-tank 66D-Machine Gun'),(12340,12340,25758,4,0,0,1,0,39,49987,8,0,6,0,0,0,0,0,0,'Defendo-tank 66D-Shoot'),(12340,12340,25766,4,0,0,1,0,24,8374,7,0,3,0,0,0,0,0,0,'Rig Hauler AC-9-Arcing Smash'),(12340,12340,25766,4,0,0,1,0,21,10887,7,0,4,0,0,0,0,0,0,'Rig Hauler AC-9-Crowd Pummel'),(12340,12340,25774,4,0,0,1,0,23,32918,11,0,4,0,0,0,0,0,0,'Rockfang-Chilling Howl'),(12340,12340,25789,4,0,0,1,0,26,50410,8,0,6,0,0,0,0,0,0,'Gammothra the Tormentor-Tusk Strike'),(12340,12340,25789,4,0,0,1,1,23,50413,8,0,0,0,0,0,0,0,0,'Gammothra the Tormentor-Magnataur Charge'),(12340,12340,25791,4,0,0,1,0,17,50280,10,0,0,0,0,0,0,0,0,'Oil-stained Wolf-Oily Coat'),(12340,12340,25792,4,0,0,1,0,22,49945,8,0,6,0,0,0,0,0,0,'Scavenge-bot 005-B6-Cutting Laser'),(12340,12340,25793,4,0,0,1,0,24,50269,11,0,6,0,0,0,0,0,0,'55-D Collect-a-tron-Dump Oil'),(12340,12340,25800,4,0,0,1,0,22,49711,1,0,6,0,0,0,0,0,0,'Clam Master K-Hooked Net'),(12340,12340,25801,4,0,0,1,0,40,41440,8,0,6,0,0,0,0,0,0,'Nedar, Lord of Rhinos-Shoot'),(12340,12340,25803,4,0,0,1,0,27,48280,7,0,4,0,0,0,0,0,0,'Karen \"I Don\'t Caribou\" the Culler-Whirlwind'),(12340,12340,25803,4,0,0,1,0,25,42724,8,0,6,0,0,0,0,0,0,'Karen \"I Don\'t Caribou\" the Culler-Cleave'),(12340,12340,25803,4,0,0,1,0,22,27577,8,0,6,0,0,0,0,0,0,'Karen \"I Don\'t Caribou\" the Culler-Intercept'),(12340,12340,25804,4,0,0,1,0,27,53425,8,0,6,0,0,0,0,0,0,'Harold Lane-Throw Bear Pelt'),(12340,12340,25804,4,0,0,1,0,24,53432,9,0,3,0,0,0,0,0,0,'Harold Lane-Bear Trap'),(12340,12340,25829,4,0,0,1,0,26,32019,8,0,6,0,0,0,0,0,0,'Marsh Fawn-Gore'),(12340,12340,25836,4,0,0,1,0,10,5915,10,0,0,0,0,0,0,0,0,'Loot Crazed Diver-Crazed'),(12340,12340,25839,4,0,0,1,1,10,5915,10,0,0,0,0,0,0,0,0,'Northsea Mercenary-Crazed'),(12340,12340,25843,4,0,0,1,1,10,5915,10,0,0,0,0,0,0,0,0,'Northsea Thug-Crazed'),(12340,12340,25863,4,0,0,1,0,37,20793,8,0,6,0,0,0,0,0,0,'Twilight Firesworn-Fireball'),(12340,12340,25863,4,0,0,1,0,17,184,10,0,0,0,0,0,0,0,0,'Twilight Firesworn-Fire Shield II'),(12340,12340,25880,4,0,0,1,0,26,51430,8,0,6,0,0,0,0,0,0,'Minion of Kaw-Destructive Strike'),(12340,12340,25924,4,0,0,1,0,37,20793,8,0,6,0,0,0,0,0,0,'Twilight Speaker Viktor-Fireball'),(12340,12340,25981,4,0,0,1,0,23,32736,8,0,6,0,0,0,0,0,0,'Scourged Footman-Mortal Strike'),(12340,12340,25981,4,0,0,1,0,26,33735,10,0,0,0,0,0,0,0,0,'Scourged Footman-Blade Flurry'),(12340,12340,26045,4,0,0,1,0,26,15659,8,0,6,0,0,0,0,0,0,'Storm Tempest-Chain Lightning'),(12340,12340,26045,4,0,0,1,0,22,31272,8,0,6,0,0,0,0,0,0,'Storm Tempest-Wind Shock'),(12340,12340,26073,4,0,0,1,0,23,11640,2,0,0,0,0,0,0,0,0,'High Priest Talet-Kha-Renew'),(12340,12340,26073,4,0,0,1,0,34,15587,8,0,6,0,0,0,0,0,0,'High Priest Talet-Kha-Mind Blast'),(12340,12340,26076,4,0,0,1,0,34,15587,8,0,6,0,0,0,0,0,0,'High Priest Naferset-Mind Blast'),(12340,12340,26076,4,0,0,1,0,23,11640,2,0,0,0,0,0,0,0,0,'High Priest Naferset-Renew'),(12340,12340,26083,4,0,0,1,0,27,40504,8,0,6,0,0,0,0,0,0,'Gerald Green-Cleave'),(12340,12340,26103,4,0,0,1,0,26,50349,8,0,6,0,0,0,0,0,0,'Darkfallen Deathblade-Icy Touch'),(12340,12340,26103,4,0,0,1,0,34,50668,8,0,6,0,0,0,0,0,0,'Darkfallen Deathblade-Death Coil'),(12340,12340,26115,4,0,0,1,0,26,50349,8,0,6,0,0,0,0,0,0,'Darkfallen Bloodbearer-Icy Touch'),(12340,12340,26115,4,0,0,1,0,34,50668,8,0,6,0,0,0,0,0,0,'Darkfallen Bloodbearer-Death Coil'),(12340,12340,26116,4,0,0,1,0,32,8056,8,0,6,0,0,0,0,0,0,'Frostwave Lieutenant-Frost Shock'),(12340,12340,26116,4,0,0,1,0,21,122,8,0,6,0,0,0,0,0,0,'Frostwave Lieutenant-Frost Nova'),(12340,12340,26126,4,0,0,1,0,28,50370,11,0,6,0,0,0,0,0,0,'Bone Warrior-Sunder Armor'),(12340,12340,26127,4,0,0,1,0,24,36631,7,0,3,0,0,0,0,0,0,'Nexus Drake Hatchling-Netherbreath'),(12340,12340,26127,4,0,0,1,0,17,36513,11,0,6,0,0,0,0,0,0,'Nexus Drake Hatchling-Intangible Presence'),(12340,12340,26157,4,0,0,1,0,24,52058,7,0,4,0,0,0,0,0,0,'Taunka\'le Brave-Ground Slam'),(12340,12340,26170,4,0,0,1,0,22,50995,10,0,0,0,0,0,0,0,0,'Thassarian-Empowered Blood Presence'),(12340,12340,26196,4,0,0,1,0,10,8599,10,0,0,0,0,0,0,0,0,'Loguhn-Enrage'),(12340,12340,26196,4,0,0,1,0,29,50370,11,0,6,0,0,0,0,0,0,'Loguhn-Sunder Armor'),(12340,12340,26198,4,0,0,1,0,29,43413,8,0,6,0,0,0,0,0,0,'Snowfall Glade Wolvar-Throw Spear'),(12340,12340,26198,4,0,0,1,0,24,6533,1,0,6,0,0,0,0,0,0,'Snowfall Glade Wolvar-Net'),(12340,12340,26199,4,0,0,1,0,11,48193,10,0,0,0,0,0,0,0,0,'Snowfall Glade Den Mother-Enrage'),(12340,12340,26201,4,0,0,1,0,24,11986,2,0,0,0,0,0,0,0,0,'Snowfall Glade Shaman-Healing Wave'),(12340,12340,26201,4,0,0,1,0,26,12548,8,0,6,0,0,0,0,0,0,'Snowfall Glade Shaman-Frost Shock'),(12340,12340,26201,4,0,0,1,0,24,12550,10,0,0,0,0,0,0,0,0,'Snowfall Glade Shaman-Lightning Shield'),(12340,12340,26204,4,0,0,1,0,15,23115,7,0,4,0,0,0,0,0,0,'Chillwind Lieutenant-Frost Shock'),(12340,12340,26204,4,0,0,1,0,10,6982,2,0,6,0,0,0,0,0,0,'Chillwind Lieutenant-Gust of Wind'),(12340,12340,26216,4,0,0,1,0,28,15089,8,0,6,0,0,0,0,0,0,'Glacial Templar-Frost Shock'),(12340,12340,26216,4,0,0,1,0,21,14907,7,0,4,0,0,0,0,0,0,'Glacial Templar-Frost Nova'),(12340,12340,26216,4,0,0,1,0,17,5164,7,0,4,0,0,0,0,0,0,'Glacial Templar-Knockdown'),(12340,12340,26222,4,0,0,1,0,27,9672,8,0,6,0,0,0,0,0,0,'Twilight Cryomancer-Frostbolt'),(12340,12340,26222,4,0,0,1,1,14,12544,10,0,0,0,0,0,0,0,0,'Twilight Cryomancer-Frost Armor'),(12340,12340,26223,4,0,0,1,0,8,8599,10,0,0,0,0,0,0,0,0,'Twilight Frostblade-Enrage'),(12340,12340,26223,4,0,0,1,0,23,23600,11,0,4,0,0,0,0,0,0,'Twilight Frostblade-Piercing Howl'),(12340,12340,26232,4,0,0,1,0,25,51779,8,0,6,0,0,0,0,0,0,'Saragosa-Frostfire Bolt'),(12340,12340,26232,4,0,0,1,0,28,15063,7,0,4,0,0,0,0,0,0,'Saragosa-Frost Nova'),(12340,12340,26252,4,0,0,1,0,23,32736,8,0,6,0,0,0,0,0,0,'Captain Jacobs-Mortal Strike'),(12340,12340,26252,4,0,0,1,0,26,33735,10,0,0,0,0,0,0,0,0,'Captain Jacobs-Blade Flurry'),(12340,12340,26257,4,0,0,1,0,30,51797,8,0,6,0,0,0,0,0,0,'Surge Needle Sorcerer-Arcane Blast'),(12340,12340,26266,4,0,0,1,0,22,32588,8,0,6,0,0,0,0,0,0,'Heigarr the Horrible-Concussion Blow'),(12340,12340,26266,4,0,0,1,0,26,40504,8,0,6,0,0,0,0,0,0,'Heigarr the Horrible-Cleave'),(12340,12340,26271,4,0,0,1,0,26,51944,7,0,4,0,0,0,0,0,0,'Emaciated Mammoth Bull-Trample'),(12340,12340,26272,4,0,0,1,0,26,51944,7,0,4,0,0,0,0,0,0,'Emaciated Mammoth-Trample'),(12340,12340,26276,4,0,0,1,0,26,51857,8,0,6,0,0,0,0,0,0,'Nexus Guardian-Frost Cleave'),(12340,12340,26276,4,0,0,1,0,30,47425,8,0,6,0,0,0,0,0,0,'Nexus Guardian-Frost Breath'),(12340,12340,26277,4,0,0,1,0,31,20716,7,0,3,0,0,0,0,0,0,'Bronze Shrine Warden-Sand Breath'),(12340,12340,26280,4,0,0,1,0,33,51766,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Arcane Reflection'),(12340,12340,26280,4,0,0,1,0,33,51758,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Fire Reflection'),(12340,12340,26280,4,0,0,1,0,33,51763,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Frost Reflection'),(12340,12340,26280,4,0,0,1,0,33,51764,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Shadow Reflection'),(12340,12340,26281,4,0,0,1,0,28,2691,8,0,6,0,0,0,0,0,0,'Moonrest Stalker-Mana Burn'),(12340,12340,26283,4,0,0,1,0,21,51584,11,0,6,0,0,0,0,0,0,'Ice Revenant-Icy Torrent'),(12340,12340,26287,4,0,0,1,0,27,47425,8,0,6,0,0,0,0,0,0,'Icestorm-Frost Breath'),(12340,12340,26291,4,0,0,1,0,32,50588,8,0,6,0,0,0,0,0,0,'Crystalline Ice Giant-Ice Boulder'),(12340,12340,26291,4,0,0,1,0,31,50597,8,0,6,0,0,0,0,0,0,'Crystalline Ice Giant-Ice Stalagmite'),(12340,12340,26293,4,0,0,1,0,24,50293,11,0,6,0,0,0,0,0,0,'Hulking Jormungar-Corrosive Poison'),(12340,12340,26295,4,0,0,1,0,34,38556,8,0,6,0,0,0,0,0,0,'Magnataur Patriarch-Throw'),(12340,12340,26316,4,0,0,1,0,27,51878,8,0,6,0,0,0,0,0,0,'Crystalline Ice Elemental-Ice Slash'),(12340,12340,26319,4,0,0,1,0,16,51605,10,0,0,0,0,0,0,0,0,'Anub\'ar Cultist-Zeal'),(12340,12340,26319,4,0,0,1,0,17,47257,10,0,0,0,0,0,0,0,0,'Anub\'ar Cultist-Empower'),(12340,12340,26319,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Anub\'ar Cultist-Shadow Bolt'),(12340,12340,26322,4,0,0,1,0,33,51732,11,0,6,0,0,0,0,0,0,'Arcane Wyrm-Arcane Infusion'),(12340,12340,26333,4,0,0,1,0,21,51727,10,0,4,0,0,0,0,0,0,'Corrupted Lothalor Ancient-Arcane Discharge'),(12340,12340,26333,4,0,0,1,0,28,51725,7,0,4,0,0,0,0,0,0,'Corrupted Lothalor Ancient-Arcane Explosion'),(12340,12340,26336,4,0,0,1,0,34,51787,8,0,6,0,0,0,0,0,0,'Indu\'le Mystic-Mystical Bolt'),(12340,12340,26343,4,0,0,1,0,21,11820,1,0,6,0,0,0,0,0,0,'Indu\'le Fisherman-Electrified Net'),(12340,12340,26344,4,0,0,1,0,31,51786,8,0,6,0,0,0,0,0,0,'Indu\'le Warrior-Spectral Strike'),(12340,12340,26349,4,0,0,1,0,34,9672,8,0,6,0,0,0,0,0,0,'Goramosh-Frostbolt'),(12340,12340,26349,4,0,0,1,0,27,20828,7,0,3,0,0,0,0,0,0,'Goramosh-Cone of Cold'),(12340,12340,26358,4,0,0,1,0,21,47447,11,0,6,0,0,0,0,0,0,'Ice Heart Jormungar Feeder-Corrosive Spit'),(12340,12340,26359,4,0,0,1,0,24,43358,11,0,6,0,0,0,0,0,0,'Ice Heart Jormungar Spawn-Gut Rip'),(12340,12340,26360,4,0,0,1,0,25,51203,8,0,6,0,0,0,0,0,0,'Rattlebore-Corroded Mind'),(12340,12340,26360,4,0,0,1,0,28,48287,8,0,6,0,0,0,0,0,0,'Rattlebore-Powerful Bite'),(12340,12340,26360,4,0,0,1,0,24,47447,8,0,6,0,0,0,0,0,0,'Rattlebore-Corrosive Spit'),(12340,12340,26370,4,0,0,1,0,26,51820,7,0,4,0,0,0,0,0,0,'Arcanimus-Arcane Explosion'),(12340,12340,26402,4,0,0,1,1,25,50347,8,0,0,0,0,0,0,0,0,'Anub\'ar Ambusher-Rush'),(12340,12340,26411,4,0,0,1,0,26,51781,7,0,4,0,0,0,0,0,0,'Deranged Indu\'le Villager-Deranged Tantrum'),(12340,12340,26413,4,0,0,1,0,26,32063,7,0,4,0,0,0,0,0,0,'Anub\'ar Dreadweaver-Corruption'),(12340,12340,26413,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Anub\'ar Dreadweaver-Shadow Bolt'),(12340,12340,26426,4,0,0,1,0,24,32019,8,0,6,0,0,0,0,0,0,'Arctic Ram-Gore'),(12340,12340,26448,4,0,0,1,0,31,47059,8,0,6,0,0,0,0,0,0,'Stars\' Rest Sentinel-Frost Arrow'),(12340,12340,26448,4,0,0,1,0,34,23337,8,0,6,0,0,0,0,0,0,'Stars\' Rest Sentinel-Shoot'),(12340,12340,26449,4,0,0,1,0,29,13737,8,0,6,0,0,0,0,0,0,'Gamel the Cruel-Mortal Strike'),(12340,12340,26451,4,0,0,1,0,22,41056,7,0,4,0,0,0,0,0,0,'Ragnar Drakkarlund-Whirlwind'),(12340,12340,26455,4,0,0,1,0,24,51818,8,0,6,0,0,0,0,0,0,'Moonrest Highborne-Shadow Word: Death'),(12340,12340,26456,4,0,0,1,0,28,12548,8,0,6,0,0,0,0,0,0,'Winter\'s Sister-Frost Shock'),(12340,12340,26467,4,0,0,1,0,26,51879,11,0,6,0,0,0,0,0,0,'Jormungar Tunneler-Corrode Flesh'),(12340,12340,26482,4,0,0,1,0,23,47212,9,0,4,0,0,0,0,0,0,'Arctic Grizzly-Summon Cub'),(12340,12340,26483,4,0,0,1,0,22,51946,10,0,0,0,0,0,0,0,0,'Dragonbone Condor-Evasive Maneuver'),(12340,12340,26492,4,0,0,1,0,28,30639,8,0,6,0,0,0,0,0,0,'Wastes Digger-Carnivorous Bite'),(12340,12340,26493,4,0,0,1,0,24,32712,7,0,4,0,0,0,0,0,0,'Wastes Taskmaster-Shadow Nova'),(12340,12340,26493,4,0,0,1,0,28,16583,8,0,6,0,0,0,0,0,0,'Wastes Taskmaster-Shadow Shock'),(12340,12340,26496,4,0,0,1,0,25,51817,7,0,4,0,0,0,0,0,0,'Wind Trader Mu\'fah-Typhoon'),(12340,12340,26521,4,0,0,1,0,22,53442,8,0,6,0,0,0,0,0,0,'Kili\'ua-Claw Grasp'),(12340,12340,26575,4,0,0,1,0,26,49865,11,0,6,0,0,0,0,0,0,'Coldwind Waste Huntress-Eye Peck'),(12340,12340,26577,4,0,0,1,0,27,51877,8,0,6,0,0,0,0,0,0,'Coldwind Witch-Coldwind Blast'),(12340,12340,26578,4,0,0,1,0,26,38210,2,0,0,0,0,0,0,0,0,'Mistress of the Coldwind-Renew'),(12340,12340,26578,4,0,0,1,0,28,52814,8,0,6,0,0,0,0,0,0,'Mistress of the Coldwind-Arctic Winds'),(12340,12340,26605,4,0,0,1,0,25,51681,7,0,4,0,0,0,0,0,0,'Anub\'ar Underlord-Rearing Stomp'),(12340,12340,26607,4,0,0,1,0,27,21971,8,0,6,0,0,0,0,0,0,'Anub\'ar Blightbeast-Poison Bolt'),(12340,12340,26607,4,0,0,1,0,23,47443,7,0,3,0,0,0,0,0,0,'Anub\'ar Blightbeast-Blighted Shriek'),(12340,12340,26615,4,0,0,1,0,24,15976,8,0,6,0,0,0,0,0,0,'Snowfall Elk-Puncture'),(12340,12340,26616,4,0,0,1,0,24,43506,11,0,6,0,0,0,0,0,0,'Blighted Elk-Plague Blight'),(12340,12340,26643,4,0,0,1,0,18,51951,8,0,6,0,0,0,0,0,0,'Rabid Grizzly-Rabies'),(12340,12340,26655,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'High Cultist Zangus-Shadow Bolt'),(12340,12340,26655,4,0,0,1,0,12,51605,10,0,0,0,0,0,0,0,0,'High Cultist Zangus-Zeal'),(12340,12340,26663,4,0,0,1,0,33,15547,8,0,6,0,0,0,0,0,0,'Winterskorn Hunter-Shoot'),(12340,12340,26663,4,0,0,1,0,27,18651,8,0,6,0,0,0,0,0,0,'Winterskorn Hunter-Multi-Shot'),(12340,12340,26663,4,0,0,1,0,23,36828,10,0,0,0,0,0,0,0,0,'Winterskorn Hunter-Rapid Fire'),(12340,12340,26705,4,0,0,1,0,34,61730,8,0,6,0,0,0,0,0,0,'Snowplain Disciple-Frostbolt'),(12340,12340,26705,4,0,0,1,0,24,52011,2,0,0,0,0,0,0,0,0,'Snowplain Disciple-Renewing Beam'),(12340,12340,26711,4,0,0,1,0,28,51944,7,0,4,0,0,0,0,0,0,'Injured Mammoth-Trample'),(12340,12340,26762,4,0,0,1,0,29,49906,8,0,6,0,0,0,0,0,0,'Captain Emmy Malin-Ice Lance'),(12340,12340,26762,4,0,0,1,0,35,20792,8,0,6,0,0,0,0,0,0,'Captain Emmy Malin-Frostbolt'),(12340,12340,26762,4,0,0,1,0,28,11831,7,0,4,0,0,0,0,0,0,'Captain Emmy Malin-Frost Nova'),(12340,12340,26768,4,0,0,1,0,33,6660,8,0,6,0,0,0,0,0,0,'Snow Tracker Haloke-Shoot'),(12340,12340,26768,4,0,0,1,0,23,18802,8,0,6,0,0,0,0,0,0,'Snow Tracker Haloke-Frost Shot'),(12340,12340,26769,4,0,0,1,0,22,51676,11,0,6,0,0,0,0,0,0,'Anok\'ra the Manipulator-Wavering Will'),(12340,12340,26769,4,0,0,1,0,35,13860,8,0,6,0,0,0,0,0,0,'Anok\'ra the Manipulator-Mind Blast'),(12340,12340,26769,4,0,0,1,0,32,16568,8,0,6,0,0,0,0,0,0,'Anok\'ra the Manipulator-Mind Flay'),(12340,12340,26770,4,0,0,1,0,31,13878,8,0,6,0,0,0,0,0,0,'Tivax the Breaker-Scorch'),(12340,12340,26770,4,0,0,1,0,27,20795,8,0,6,0,0,0,0,0,0,'Tivax the Breaker-Fire Blast'),(12340,12340,26771,4,0,0,1,0,28,51622,7,0,4,0,0,0,0,0,0,'Sinok the Shadowrager-Raging Shadows'),(12340,12340,26771,4,0,0,1,0,22,49961,8,0,6,0,0,0,0,0,0,'Sinok the Shadowrager-Blink Strike'),(12340,12340,26779,4,0,0,1,0,34,15620,8,0,6,0,0,0,0,0,0,'7th Legion Wyrm Hunter-Shoot'),(12340,12340,26780,4,0,0,1,0,26,31739,2,0,0,0,0,0,0,0,0,'7th Legion Cleric-Heal'),(12340,12340,26780,4,0,0,1,0,31,25054,8,0,6,0,0,0,0,0,0,'7th Legion Cleric-Holy Smite'),(12340,12340,26815,4,0,0,1,0,34,51779,8,0,6,0,0,0,0,0,0,'Lieutenant Ta\'zinni-Frostfire Bolt'),(12340,12340,26815,4,0,0,1,0,25,35250,7,0,3,0,0,0,0,0,0,'Lieutenant Ta\'zinni-Dragon\'s Breath'),(12340,12340,26816,4,0,0,1,0,32,51779,8,0,6,0,0,0,0,0,0,'Focus Wizard-Frostfire Bolt'),(12340,12340,26816,4,0,0,1,0,32,49418,8,0,6,0,0,0,0,0,0,'Focus Wizard-Lightning Bolt'),(12340,12340,26816,4,0,0,1,0,22,51777,10,0,0,0,0,0,0,0,0,'Focus Wizard-Arcane Focus'),(12340,12340,26823,4,0,0,1,0,22,31290,1,0,6,0,0,0,0,0,0,'Howling Wolvar Trainer-Net'),(12340,12340,26823,4,0,0,1,0,15,49453,1,0,6,0,0,0,0,0,0,'Howling Wolvar Trainer-Wolvar Net'),(12340,12340,26823,4,0,0,1,0,26,12555,8,0,6,0,0,0,0,0,0,'Howling Wolvar Trainer-Pummel'),(12340,12340,26823,4,0,0,1,0,21,50054,10,0,0,0,0,0,0,0,0,'Howling Wolvar Trainer-Quick Feet'),(12340,12340,26825,4,0,0,1,0,32,26098,8,0,6,0,0,0,0,0,0,'Howling Wolvar Shaman-Lightning Bolt'),(12340,12340,26825,4,0,0,1,0,27,13281,8,0,6,0,0,0,0,0,0,'Howling Wolvar Shaman-Earth Shock'),(12340,12340,26825,4,0,0,1,0,21,15786,9,0,4,0,0,0,0,0,0,'Howling Wolvar Shaman-Earthbind Totem'),(12340,12340,26826,4,0,0,1,0,23,32736,8,0,6,0,0,0,0,0,0,'Howling Wolvar Chieftain-Mortal Strike'),(12340,12340,26826,4,0,0,1,0,26,15548,7,0,4,0,0,0,0,0,0,'Howling Wolvar Chieftain-Thunderclap'),(12340,12340,26827,4,0,0,1,0,28,43413,8,0,6,0,0,0,0,0,0,'Howling Wolvar Lookout-Throw Spear'),(12340,12340,26828,4,0,0,1,0,27,51808,8,0,6,0,0,0,0,0,0,'Magister Keldonus-Fury of the Blue'),(12340,12340,26828,4,0,0,1,0,21,51800,10,0,0,0,0,0,0,0,0,'Magister Keldonus-Might of Malygos'),(12340,12340,26828,4,0,0,1,0,25,51806,7,0,4,0,0,0,0,0,0,'Magister Keldonus-Power Flux'),(12340,12340,26828,4,0,0,1,0,24,51804,11,0,6,0,0,0,0,0,0,'Magister Keldonus-Power Siphon'),(12340,12340,26828,4,0,0,1,0,34,51830,8,0,6,0,0,0,0,0,0,'Magister Keldonus-Arcane Blast'),(12340,12340,26836,4,0,0,1,0,28,52139,8,0,6,0,0,0,0,0,0,'Gigantaur-Gigantic Blow'),(12340,12340,26836,4,0,0,1,0,24,9080,11,0,6,0,0,0,0,0,0,'Gigantaur-Hamstring'),(12340,12340,26837,4,0,0,1,0,26,12548,8,0,6,0,0,0,0,0,0,'Sarendryana-Frost Shock'),(12340,12340,26841,4,0,0,1,0,26,47425,8,0,6,0,0,0,0,0,0,'Reanimated Frost Wyrm-Frost Breath'),(12340,12340,26926,4,0,0,1,0,19,50689,10,0,0,0,0,0,0,0,0,'Duke Vallenhal-Blood Presence'),(12340,12340,26926,4,0,0,1,0,23,51873,9,0,4,0,0,0,0,0,0,'Duke Vallenhal-Bloodworm'),(12340,12340,26942,4,0,0,1,0,36,9613,8,0,6,0,0,0,0,0,0,'Decrepit Necromancer-Shadow Bolt'),(12340,12340,26942,4,0,0,1,0,32,50659,8,0,6,0,0,0,0,0,0,'Decrepit Necromancer-Conversion Beam'),(12340,12340,26943,4,0,0,1,0,22,37592,3,0,6,0,0,0,0,0,0,'Battered Drakkari Berserker-Knockdown'),(12340,12340,26943,4,0,0,1,0,11,50420,10,0,0,0,0,0,0,0,0,'Battered Drakkari Berserker-Enrage'),(12340,12340,26946,4,0,0,1,0,14,3151,10,0,0,0,0,0,0,0,0,'Reanimated Drakkari Tribesman-Crazed Hunger'),(12340,12340,26946,4,0,0,1,0,22,50642,2,0,0,0,0,0,0,0,0,'Reanimated Drakkari Tribesman-Cannibalize'),(12340,12340,26948,4,0,0,1,0,18,49861,11,0,6,0,0,0,0,0,0,'Hulking Atrocity-Infected Bite'),(12340,12340,26965,4,0,0,1,0,18,50636,10,0,0,0,0,0,0,0,0,'Tormented Drakkari-Tormented Roar'),(12340,12340,26965,4,0,0,1,0,27,43518,8,0,6,0,0,0,0,0,0,'Tormented Drakkari-Kick'),(12340,12340,26965,4,0,0,1,0,14,3151,10,0,0,0,0,0,0,0,0,'Tormented Drakkari-Crazed Hunger'),(12340,12340,26965,4,0,0,1,0,22,50642,2,0,0,0,0,0,0,0,0,'Tormented Drakkari-Cannibalize'),(12340,12340,27002,4,0,0,1,0,32,52166,7,0,4,0,0,0,0,0,0,'Grom\'thar the Thunderbringer-Thunder'),(12340,12340,27002,4,0,0,1,1,30,52167,8,0,6,0,0,0,0,0,0,'Grom\'thar the Thunderbringer-Magnataur Charge'),(12340,12340,27004,4,0,0,1,0,31,51878,8,0,6,0,0,0,0,0,0,'Icefist-Ice Slash'),(12340,12340,27004,4,0,0,1,0,27,50410,8,0,6,0,0,0,0,0,0,'Icefist-Tusk Strike'),(12340,12340,27005,4,0,0,1,0,31,51878,8,0,6,0,0,0,0,0,0,'Chilltusk-Ice Slash'),(12340,12340,27005,4,0,0,1,0,27,50410,8,0,6,0,0,0,0,0,0,'Chilltusk-Tusk Strike'),(12340,12340,27006,4,0,0,1,0,27,52080,7,0,4,0,0,0,0,0,0,'Bonesunder-Bone Crack'),(12340,12340,27007,4,0,0,1,1,31,52088,8,0,6,0,0,0,0,0,0,'Iceshatter-Magnataur Charge'),(12340,12340,27007,4,0,0,1,0,34,52118,8,0,6,0,0,0,0,0,0,'Iceshatter-Pulsing Shards'),(12340,12340,27008,4,0,0,1,0,24,52126,7,0,4,0,0,0,0,0,0,'Bloodfeast-Incite Maggots'),(12340,12340,27009,4,0,0,1,0,22,52101,10,0,0,0,0,0,0,0,0,'Drakegore-Burning Fists'),(12340,12340,27009,4,0,0,1,1,27,52088,8,0,6,0,0,0,0,0,0,'Drakegore-Magnataur Charge'),(12340,12340,27035,4,0,0,1,0,21,12169,10,0,0,0,0,0,0,0,0,'Venomspite Deathguard-Shield Block'),(12340,12340,27105,4,0,0,1,0,14,56310,10,0,0,0,0,0,0,0,0,'Kreug Oathbreaker-Broken Oath'),(12340,12340,27105,4,0,0,1,0,31,53437,8,0,6,0,0,0,0,0,0,'Kreug Oathbreaker-Backbreaker'),(12340,12340,27105,4,0,0,1,0,27,53438,8,0,6,0,0,0,0,0,0,'Kreug Oathbreaker-Incite Horror'),(12340,12340,27106,4,0,0,1,0,25,39047,8,0,6,0,0,0,0,0,0,'Injured Warsong Warrior-Cleave'),(12340,12340,27106,4,0,0,1,0,28,45026,8,0,6,0,0,0,0,0,0,'Injured Warsong Warrior-Heroic Strike'),(12340,12340,27107,4,0,0,1,0,33,34933,7,0,4,0,0,0,0,0,0,'Injured Warsong Mage-Arcane Explosion'),(12340,12340,27107,4,0,0,1,0,28,46195,7,0,3,0,0,0,0,0,0,'Injured Warsong Mage-Blizzard'),(12340,12340,27107,4,0,0,1,0,29,17274,8,0,6,0,0,0,0,0,0,'Injured Warsong Mage-Pyroblast'),(12340,12340,27108,4,0,0,1,0,25,25025,8,0,6,0,0,0,0,0,0,'Injured Warsong Shaman-Earth Shock'),(12340,12340,27108,4,0,0,1,0,32,16033,8,0,6,0,0,0,0,0,0,'Injured Warsong Shaman-Chain Lightning'),(12340,12340,27110,4,0,0,1,0,28,44273,7,0,3,0,0,0,0,0,0,'Injured Warsong Engineer-Goblin Dragon Gun'),(12340,12340,27110,4,0,0,1,0,21,22742,11,0,4,0,0,0,0,0,0,'Injured Warsong Engineer-Super Shrink Ray'),(12340,12340,27122,4,0,0,1,0,28,12739,8,0,6,0,0,0,0,0,0,'Overseer Deathgaze-Shadow Bolt'),(12340,12340,27122,4,0,0,1,0,25,50659,8,0,6,0,0,0,0,0,0,'Overseer Deathgaze-Conversion Beam'),(12340,12340,27160,4,0,0,1,0,27,32588,8,0,6,0,0,0,0,0,0,'7th Legion Infantryman-Concussion Blow'),(12340,12340,27160,4,0,0,1,0,23,16244,11,0,4,0,0,0,0,0,0,'7th Legion Infantryman-Demoralizing Shout'),(12340,12340,27161,4,0,0,1,0,24,19643,8,0,6,0,0,0,0,0,0,'7th Legion Cavalier-Mortal Strike'),(12340,12340,27161,4,0,0,1,0,22,15618,8,0,6,0,0,0,0,0,0,'7th Legion Cavalier-Snap Kick'),(12340,12340,27162,4,0,0,1,0,28,48530,8,0,6,0,0,0,0,0,0,'7th Legion Sentinel-Shoot Magic Arrow'),(12340,12340,27162,4,0,0,1,0,32,15547,8,0,6,0,0,0,0,0,0,'7th Legion Sentinel-Shoot'),(12340,12340,27162,4,0,0,1,0,24,49481,8,0,6,0,0,0,0,0,0,'7th Legion Sentinel-Glaive Throw'),(12340,12340,27202,4,0,0,1,0,24,50750,10,0,0,0,0,0,0,0,0,'Onslaught Raven Priest-Raven Heal'),(12340,12340,27202,4,0,0,1,0,28,50740,8,0,6,0,0,0,0,0,0,'Onslaught Raven Priest-Raven Flock'),(12340,12340,27207,4,0,0,1,0,28,43410,8,0,6,0,0,0,0,0,0,'Onslaught Workman-Chop'),(12340,12340,27209,4,0,0,1,0,24,30621,8,0,6,0,0,0,0,0,0,'Torturer LeCraft-Kidney Shot'),(12340,12340,27209,4,0,0,1,0,28,30478,8,0,6,0,0,0,0,0,0,'Torturer LeCraft-Hemorrhage'),(12340,12340,27210,4,0,0,1,0,22,50908,10,0,0,0,0,0,0,0,0,'High General Abbendis-Seal of Onslaught'),(12340,12340,27210,4,0,0,1,0,25,50915,7,0,0,0,0,0,0,0,0,'High General Abbendis-Raging Consecration'),(12340,12340,27210,4,0,0,1,0,18,50905,11,0,6,0,0,0,0,0,0,'High General Abbendis-Judgement of Onslaught'),(12340,12340,27211,4,0,0,1,0,26,9080,11,0,6,0,0,0,0,0,0,'Onslaught Executioner-Hamstring'),(12340,12340,27211,4,0,0,1,0,24,43673,8,0,6,0,0,0,0,0,0,'Onslaught Executioner-Mighty Blow'),(12340,12340,27220,4,0,0,1,0,30,51591,8,0,6,0,0,0,0,0,0,'Forgotten Captain-Stormhammer'),(12340,12340,27223,4,0,0,1,0,26,50854,8,0,6,0,0,0,0,0,0,'Archery Target-Side Kick'),(12340,12340,27224,4,0,0,1,0,27,38556,8,0,6,0,0,0,0,0,0,'Forgotten Knight-Throw'),(12340,12340,27225,4,0,0,1,0,34,15547,8,0,6,0,0,0,0,0,0,'Forgotten Rifleman-Shoot'),(12340,12340,27225,4,0,0,1,0,30,17174,8,0,6,0,0,0,0,0,0,'Forgotten Rifleman-Concussive Shot'),(12340,12340,27226,4,0,0,1,0,24,51601,8,0,6,0,0,0,0,0,0,'Forgotten Peasant-Bonk'),(12340,12340,27229,4,0,0,1,0,24,32587,10,0,0,0,0,0,0,0,0,'Forgotten Footman-Shield Block'),(12340,12340,27232,4,0,0,1,0,23,50853,8,0,6,0,0,0,0,0,0,'Captain Shely-Run Through'),(12340,12340,27234,4,0,0,1,0,28,15621,8,0,6,0,0,0,0,0,0,'Blacksmith Goodman-Skull Crack'),(12340,12340,27234,4,0,0,1,0,30,33661,11,0,6,0,0,0,0,0,0,'Blacksmith Goodman-Crush Armor'),(12340,12340,27235,4,0,0,1,0,31,50832,8,0,6,0,0,0,0,0,0,'Lead Cannoneer Zierhut-Torch Toss'),(12340,12340,27237,4,0,0,1,0,21,50837,10,0,0,0,0,0,0,0,0,'Commander Jordan-Avenging Wrath'),(12340,12340,27237,4,0,0,1,0,26,32773,7,0,4,0,0,0,0,0,0,'Commander Jordan-Consecration'),(12340,12340,27244,4,0,0,1,0,31,32909,8,0,6,0,0,0,0,0,0,'Emerald Skytalon-Talon Strike'),(12340,12340,27246,4,0,0,1,0,27,11974,10,0,0,0,0,0,0,0,0,'Bishop Street-Power Word: Shield'),(12340,12340,27246,4,0,0,1,0,32,20820,8,0,6,0,0,0,0,0,0,'Bishop Street-Holy Smite'),(12340,12340,27247,4,0,0,1,0,24,38256,11,0,4,0,0,0,0,0,0,'Devout Bodyguard-Piercing Howl'),(12340,12340,27249,4,0,0,1,0,28,51937,8,0,6,0,0,0,0,0,0,'Alystros the Verdant Keeper-Talon Strike'),(12340,12340,27249,4,0,0,1,0,20,51928,11,0,3,0,0,0,0,0,0,'Alystros the Verdant Keeper-Lapsing Dream'),(12340,12340,27249,4,0,0,1,0,23,51938,7,0,4,0,0,0,0,0,0,'Alystros the Verdant Keeper-Wing Beat'),(12340,12340,27254,4,0,0,1,0,31,51901,8,0,6,0,0,0,0,0,0,'Emerald Lasher-Dream Lash'),(12340,12340,27279,4,0,0,1,0,26,39591,9,0,4,0,0,0,0,0,0,'Snowplain Shaman-Searing Totem'),(12340,12340,27283,4,0,0,1,0,34,9672,8,0,6,0,0,0,0,0,0,'Risen Wintergarde Mage-Frostbolt'),(12340,12340,27283,4,0,0,1,0,29,13339,8,0,6,0,0,0,0,0,0,'Risen Wintergarde Mage-Fire Blast'),(12340,12340,27284,4,0,0,1,0,15,51307,10,0,0,0,0,0,0,0,0,'Risen Wintergarde Defender-Unwavering Will'),(12340,12340,27285,4,0,0,1,0,26,47425,8,0,6,0,0,0,0,0,0,'Reconstructed Frost Wyrm-Frost Breath'),(12340,12340,27286,4,0,0,1,0,29,51290,8,0,6,0,0,0,0,0,0,'Dreadbone Invader-Soulthirst'),(12340,12340,27287,4,0,0,1,0,28,51334,8,0,6,0,0,0,0,0,0,'Mindless Wight-Smash'),(12340,12340,27288,4,0,0,1,0,19,50689,10,0,0,0,0,0,0,0,0,'Death Knight Champion-Blood Presence'),(12340,12340,27288,4,0,0,1,0,27,50688,8,0,6,0,0,0,0,0,0,'Death Knight Champion-Plague Strike'),(12340,12340,27289,4,0,0,1,0,31,51287,8,0,6,0,0,0,0,0,0,'Naxxramas Necrolord-Chaos Bolt'),(12340,12340,27294,4,0,0,1,0,30,51875,8,0,0,0,0,0,0,0,0,'Tundra Scavenger-Maul'),(12340,12340,27329,4,0,0,1,0,27,51875,8,0,0,0,0,0,0,0,0,'Onslaught Bloodhound-Maul'),(12340,12340,27332,4,0,0,1,0,24,48594,10,0,0,0,0,0,0,0,0,'Onslaught Scout-Sprint'),(12340,12340,27333,4,0,0,1,0,28,50370,11,0,6,0,0,0,0,0,0,'Onslaught Mason-Sunder Armor'),(12340,12340,27333,4,0,0,1,0,21,50701,11,0,6,0,0,0,0,0,0,'Onslaught Mason-Sling Mortar'),(12340,12340,27334,4,0,0,1,0,23,35949,8,0,6,0,0,0,0,0,0,'Onslaught Commander Iustus-Bloodthirst'),(12340,12340,27334,4,0,0,1,0,27,48280,7,0,4,0,0,0,0,0,0,'Onslaught Commander Iustus-Whirlwind'),(12340,12340,27342,4,0,0,1,0,30,51875,8,0,0,0,0,0,0,0,0,'Bloodpaw Warrior-Maul'),(12340,12340,27343,4,0,0,1,0,31,51876,8,0,6,0,0,0,0,0,0,'Bloodpaw Shaman-Stormstrike'),(12340,12340,27343,4,0,0,1,0,28,13281,8,0,6,0,0,0,0,0,0,'Bloodpaw Shaman-Earth Shock'),(12340,12340,27343,4,0,0,1,0,14,6742,10,0,0,0,0,0,0,0,0,'Bloodpaw Shaman-Bloodlust'),(12340,12340,27355,4,0,0,1,0,27,51337,7,0,3,0,0,0,0,0,0,'Rothin the Decaying-Shadowflame'),(12340,12340,27355,4,0,0,1,0,11,51512,10,0,0,0,0,0,0,0,0,'Rothin the Decaying-Aegis of Neltharion'),(12340,12340,27356,4,0,0,1,0,18,48616,10,0,4,0,0,0,0,0,0,'Burning Depths Necrolyte-Obsidian Essence'),(12340,12340,27356,4,0,0,1,0,25,51430,8,0,6,0,0,0,0,0,0,'Burning Depths Necrolyte-Destructive Strike'),(12340,12340,27357,4,0,0,1,0,13,50743,10,0,0,0,0,0,0,0,0,'Onslaught Raven Archon-Unholy Frenzy'),(12340,12340,27357,4,0,0,1,0,28,50740,8,0,6,0,0,0,0,0,0,'Onslaught Raven Archon-Raven Flock'),(12340,12340,27358,4,0,0,1,0,28,51431,7,0,4,0,0,0,0,0,0,'Burning Depths Necromancer-Power Release'),(12340,12340,27360,4,0,0,1,0,28,51437,7,0,4,0,0,0,0,0,0,'Smoldering Skeleton-Smoldering Bones'),(12340,12340,27362,4,0,0,1,0,23,51439,10,0,0,0,0,0,0,0,0,'Smoldering Construct-Backlash'),(12340,12340,27363,4,0,0,1,0,27,51500,8,0,6,0,0,0,0,0,0,'Smoldering Geist-Burning Blaze'),(12340,12340,27367,4,0,0,1,0,19,50689,10,0,0,0,0,0,0,0,0,'Onslaught Death Knight-Blood Presence'),(12340,12340,27367,4,0,0,1,0,27,50688,8,0,6,0,0,0,0,0,0,'Onslaught Death Knight-Plague Strike'),(12340,12340,27382,4,0,0,1,0,25,51131,8,0,6,0,0,0,0,0,0,'Deathbringer Revenant-Strangulate'),(12340,12340,27383,4,0,0,1,0,34,42719,8,0,6,0,0,0,0,0,0,'Thel\'zan the Duskbringer-Frostbolt'),(12340,12340,27383,4,0,0,1,0,27,39268,1,0,6,0,0,0,0,0,0,'Thel\'zan the Duskbringer-Chains of Ice'),(12340,12340,27383,4,0,0,1,0,31,22643,7,0,4,0,0,0,0,0,0,'Thel\'zan the Duskbringer-Frostbolt Volley'),(12340,12340,27383,4,0,0,1,0,24,50497,5,0,4,0,0,0,0,0,0,'Thel\'zan the Duskbringer-Scream of Chaos'),(12340,12340,27383,4,0,0,1,0,22,31256,10,0,0,0,0,0,0,0,0,'Thel\'zan the Duskbringer-Frost Armor'),(12340,12340,27401,4,0,0,1,0,26,48374,8,0,6,0,0,0,0,0,0,'Risen Wintergarde Miner-Puncture Wound'),(12340,12340,27410,4,0,0,1,0,28,22334,7,0,3,0,0,0,0,0,0,'Scourge Siegesmith-Bomb'),(12340,12340,27508,4,0,0,1,0,28,51339,8,0,6,0,0,0,0,0,0,'Necrolord Amarion-Decimate'),(12340,12340,27521,4,0,0,1,0,32,49482,8,0,6,0,0,0,0,0,0,'Fordragon Gryphon Rider-Stormhammer'),(12340,12340,27531,4,0,0,1,0,31,40504,8,0,6,0,0,0,0,0,0,'Frigid Abomination Attacker-Cleave'),(12340,12340,27534,4,0,0,1,0,33,50361,11,0,6,0,0,0,0,0,0,'Frigid Ghoul-Rot Armor'),(12340,12340,27535,4,0,0,1,0,21,31732,10,0,0,0,0,0,0,0,0,'Fordragon Knight-Rallying Cry'),(12340,12340,27539,4,0,0,1,0,24,50324,10,0,0,0,0,0,0,0,0,'Frigid Necromancer-Bone Armor'),(12340,12340,27539,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Frigid Necromancer-Shadow Bolt'),(12340,12340,27540,4,0,0,1,0,31,49474,7,0,4,0,0,0,0,0,0,'Fordragon Marksman-Rapid Shot'),(12340,12340,27540,4,0,0,1,0,26,7896,8,0,6,0,0,0,0,0,0,'Fordragon Marksman-Exploding Shot'),(12340,12340,27540,4,0,0,1,0,34,32103,8,0,6,0,0,0,0,0,0,'Fordragon Marksman-Shoot'),(12340,12340,27551,4,0,0,1,0,14,50420,10,0,0,0,0,0,0,0,0,'Enraged Apparition-Enrage'),(12340,12340,27552,4,0,0,1,0,24,51285,8,0,6,0,0,0,0,0,0,'Reanimated Noble-Sanguine Strike'),(12340,12340,27560,4,0,0,1,0,28,38556,8,0,6,0,0,0,0,0,0,'Darkspear Spear Thrower-Throw'),(12340,12340,27560,4,0,0,1,0,21,12024,1,0,6,0,0,0,0,0,0,'Darkspear Spear Thrower-Net'),(12340,12340,27564,4,0,0,1,0,28,29426,8,0,6,0,0,0,0,0,0,'Alliance Conscript-Heroic Strike'),(12340,12340,27564,4,0,0,1,0,21,32587,10,0,0,0,0,0,0,0,0,'Alliance Conscript-Shield Block'),(12340,12340,27564,4,0,0,1,0,33,15620,8,0,6,0,0,0,0,0,0,'Alliance Conscript-Shoot'),(12340,12340,27567,4,0,0,1,0,27,15708,8,0,6,0,0,0,0,0,0,'Captain Iskandar-Mortal Strike'),(12340,12340,27567,4,0,0,1,0,24,42724,8,0,6,0,0,0,0,0,0,'Captain Iskandar-Cleave'),(12340,12340,27567,4,0,0,1,0,28,38618,7,0,4,0,0,0,0,0,0,'Captain Iskandar-Whirlwind'),(12340,12340,27571,4,0,0,1,0,25,23380,8,0,6,0,0,0,0,0,0,'Taunka Windfury-Moonfire'),(12340,12340,27571,4,0,0,1,0,22,23381,2,0,0,0,0,0,0,0,0,'Taunka Windfury-Healing Touch'),(12340,12340,27576,4,0,0,1,0,30,49481,8,0,6,0,0,0,0,0,0,'Fordragon Sentinel-Glaive Throw'),(12340,12340,27576,4,0,0,1,0,34,15547,8,0,6,0,0,0,0,0,0,'Fordragon Sentinel-Shoot'),(12340,12340,27588,4,0,0,1,0,36,50092,8,0,6,0,0,0,0,0,0,'7th Legion Elite-Shoot'),(12340,12340,27588,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'7th Legion Elite-Net'),(12340,12340,27603,4,0,0,1,0,35,9613,8,0,6,0,0,0,0,0,0,'Angrathar Necrolord-Shadow Bolt'),(12340,12340,27608,4,0,0,1,0,26,49111,8,0,6,0,0,0,0,0,0,'Azure Dragon-Frost Breath'),(12340,12340,27611,4,0,0,1,0,24,49350,7,0,3,0,0,0,0,0,0,'Plague Eruptor-Plague Cloud'),(12340,12340,27631,4,0,0,1,0,11,31540,10,0,0,0,0,0,0,0,0,'Angrathar Aberration-Enrage'),(12340,12340,27665,4,0,0,1,0,17,20572,10,0,0,0,0,0,0,0,0,'Kor\'kron Pillager-Blood Fury'),(12340,12340,27665,4,0,0,1,0,31,40505,8,0,6,0,0,0,0,0,0,'Kor\'kron Pillager-Cleave'),(12340,12340,27677,4,0,0,1,0,32,25054,8,0,6,0,0,0,0,0,0,'Fordragon High Priest-Holy Smite'),(12340,12340,27677,4,0,0,1,0,23,32595,10,0,0,0,0,0,0,0,0,'Fordragon High Priest-Power Word: Shield'),(12340,12340,27677,4,0,0,1,0,27,25058,2,0,0,0,0,0,0,0,0,'Fordragon High Priest-Renew'),(12340,12340,27677,4,0,0,1,0,25,49306,2,0,4,0,0,0,0,0,0,'Fordragon High Priest-Circle of Healing'),(12340,12340,27677,4,0,0,1,0,27,49348,2,0,0,0,0,0,0,0,0,'Fordragon High Priest-Greater Heal'),(12340,12340,27678,4,0,0,1,0,26,49309,2,0,0,0,0,0,0,0,0,'Warsong Shaman-Lesser Healing Wave'),(12340,12340,27678,4,0,0,1,0,24,34827,10,0,0,0,0,0,0,0,0,'Warsong Shaman-Water Shield'),(12340,12340,27678,4,0,0,1,0,25,16367,2,0,0,0,0,0,0,0,0,'Warsong Shaman-Chain Heal'),(12340,12340,27678,4,0,0,1,0,30,39945,8,0,6,0,0,0,0,0,0,'Warsong Shaman-Chain Lightning'),(12340,12340,27678,4,0,0,1,0,28,25025,8,0,6,0,0,0,0,0,0,'Warsong Shaman-Earth Shock'),(12340,12340,27680,4,0,0,1,0,29,28993,8,0,6,0,0,0,0,0,0,'Dahlia Suntouch-Banshee Wail'),(12340,12340,27680,4,0,0,1,0,27,51899,11,0,6,0,0,0,0,0,0,'Dahlia Suntouch-Banshee Curse'),(12340,12340,27680,4,0,0,1,0,24,51897,11,0,4,0,0,0,0,0,0,'Dahlia Suntouch-Banshee Screech'),(12340,12340,27682,4,0,0,1,0,27,49317,8,0,6,0,0,0,0,0,0,'Azure Drake-Frost Breath'),(12340,12340,27685,4,0,0,1,0,33,50361,11,0,6,0,0,0,0,0,0,'Frigid Ghoul Attacker-Rot Armor'),(12340,12340,27687,4,0,0,1,0,24,50324,10,0,0,0,0,0,0,0,0,'Frigid Necromancer Attacker-Bone Armor'),(12340,12340,27687,4,0,0,1,0,34,9613,8,0,6,0,0,0,0,0,0,'Frigid Necromancer Attacker-Shadow Bolt'),(12340,12340,27691,4,0,0,1,0,30,31664,8,0,6,0,0,0,0,0,0,'Frenzied Gargoyle-Gargoyle Strike'),(12340,12340,27695,4,0,0,1,0,26,38064,7,0,4,0,0,0,0,0,0,'Fordragon Battle Mage-Blast Wave'),(12340,12340,27695,4,0,0,1,0,32,17274,8,0,6,0,0,0,0,0,0,'Fordragon Battle Mage-Pyroblast'),(12340,12340,27695,4,0,0,1,0,26,49365,7,0,4,0,0,0,0,0,0,'Fordragon Battle Mage-Arcane Tempest'),(12340,12340,27713,4,0,0,1,0,36,50092,8,0,6,0,0,0,0,0,0,'7th Legion Elite-Shoot'),(12340,12340,27713,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'7th Legion Elite-Net'),(12340,12340,27749,4,0,0,1,0,34,15620,8,0,6,0,0,0,0,0,0,'Horde Conscript-Shoot'),(12340,12340,27749,4,0,0,1,0,30,29426,8,0,6,0,0,0,0,0,0,'Horde Conscript-Heroic Strike'),(12340,12340,27751,4,0,0,1,0,27,15708,8,0,6,0,0,0,0,0,0,'Captain Drayzen-Mortal Strike'),(12340,12340,27751,4,0,0,1,0,24,42724,8,0,6,0,0,0,0,0,0,'Captain Drayzen-Cleave'),(12340,12340,27751,4,0,0,1,0,28,38618,7,0,4,0,0,0,0,0,0,'Captain Drayzen-Whirlwind'),(12340,12340,27762,4,0,0,1,0,30,22355,8,0,6,0,0,0,0,0,0,'High Shaman Bloodpaw-Chain Lightning'),(12340,12340,27762,4,0,0,1,0,27,19133,8,0,6,0,0,0,0,0,0,'High Shaman Bloodpaw-Frost Shock'),(12340,12340,27762,4,0,0,1,0,15,28902,10,0,0,0,0,0,0,0,0,'High Shaman Bloodpaw-Bloodlust'),(12340,12340,27762,4,0,0,1,0,33,22414,8,0,6,0,0,0,0,0,0,'High Shaman Bloodpaw-Lightning Bolt'),(12340,12340,27791,4,0,0,1,0,21,6533,1,0,6,0,0,0,0,0,0,'7th Legion Rifleman-Net'),(12340,12340,27791,4,0,0,1,0,36,50092,8,0,6,0,0,0,0,0,0,'7th Legion Rifleman-Shoot'),(12340,12340,27797,4,0,0,1,0,28,50335,8,0,6,0,0,0,0,0,0,'Tattered Abomination-Scourge Hook'),(12340,12340,27799,4,0,0,1,0,26,51316,11,0,6,0,0,0,0,0,0,'Scourge Technician-Lobotomize'),(12340,12340,27800,4,0,0,1,0,23,51315,11,0,6,0,0,0,0,0,0,'Leprous Servant-Leprous Touch'),(12340,12340,27805,4,0,0,1,0,31,20298,8,0,6,0,0,0,0,0,0,'Necrolord Horus-Shadow Bolt'),(12340,12340,27805,4,0,0,1,0,23,51340,11,0,6,0,0,0,0,0,0,'Necrolord Horus-Curse of Impotence'),(12340,12340,27808,4,0,0,1,0,24,51356,7,0,4,0,0,0,0,0,0,'Turgid the Vile-Vile Vomit'),(12340,12340,27808,4,0,0,1,0,28,50335,8,0,6,0,0,0,0,0,0,'Turgid the Vile-Scourge Hook'),(12340,12340,27823,4,0,0,1,0,28,51290,8,0,6,0,0,0,0,0,0,'Naxxramas Dreadguard-Soulthirst'),(12340,12340,27824,4,0,0,1,0,24,38926,8,0,0,0,0,0,0,0,0,'Naxxramas Shade-Dark Strike'),(12340,12340,27824,4,0,0,1,0,26,49961,8,0,6,0,0,0,0,0,0,'Naxxramas Shade-Blink Strike'),(12340,12340,27826,4,0,0,1,0,23,51337,7,0,3,0,0,0,0,0,0,'Necrolord X\'avius-Shadowflame'),(12340,12340,27826,4,0,0,1,0,32,20298,8,0,6,0,0,0,0,0,0,'Necrolord X\'avius-Shadow Bolt'),(12340,12340,27836,4,0,0,1,0,23,50027,8,0,6,0,0,0,0,0,0,'Wailing Soul-Tug Soul'),(12340,12340,27843,4,0,0,1,0,36,15620,8,0,6,0,0,0,0,0,0,'Wyrmbait-Shoot'),(12340,12340,27844,4,0,0,1,0,34,15620,8,0,6,0,0,0,0,0,0,'Legion Commander Tyralion-Shoot'),(12340,12340,27857,4,0,0,1,0,34,15620,8,0,6,0,0,0,0,0,0,'Legion Commander Yorik-Shoot'),(12340,12340,27860,4,0,0,1,0,31,50688,8,0,6,0,0,0,0,0,0,'Luthion the Vile-Plague Strike'),(12340,12340,27860,4,0,0,1,0,18,50689,10,0,0,0,0,0,0,0,0,'Luthion the Vile-Blood Presence'),(12340,12340,27898,4,0,0,1,0,31,38085,8,0,6,0,0,0,0,0,0,'Infinite Chrono-Magus-Shadow Blast'),(12340,12340,27898,4,0,0,1,0,33,9613,8,0,6,0,0,0,0,0,0,'Infinite Chrono-Magus-Shadow Bolt'),(12340,12340,27900,4,0,0,1,0,30,51020,8,0,6,0,0,0,0,0,0,'Infinite Timerender-Time Lapse'),(12340,12340,27926,4,0,0,1,0,25,52719,3,0,6,0,0,0,0,0,0,'Thorvald-Concussion Blow'),(12340,12340,27926,4,0,0,1,0,27,11971,11,0,6,0,0,0,0,0,0,'Thorvald-Sunder Armor'),(12340,12340,27927,4,0,0,1,0,27,48280,7,0,4,0,0,0,0,0,0,'Dragonflayer Guardian-Whirlwind'),(12340,12340,28005,4,0,0,1,0,30,50403,8,0,6,0,0,0,0,0,0,'Wastes Scavenger-Bone Toss'),(12340,12340,28006,4,0,0,1,0,34,55984,8,0,6,0,0,0,0,0,0,'Grand Necrolord Antiok-Shadow Bolt'),(12340,12340,28006,4,0,0,1,0,22,50497,5,0,4,0,0,0,0,0,0,'Grand Necrolord Antiok-Scream of Chaos'),(12340,12340,28006,4,0,0,1,0,34,50455,8,0,6,0,0,0,0,0,0,'Grand Necrolord Antiok-Shadow Bolt'),(12340,12340,28066,4,0,0,1,0,36,50578,8,0,6,0,0,0,0,0,0,'Frozen Sphere-Ice Shard'),(12340,12340,28388,4,0,1,1,3,80,52630,8,0,0,0,0,0,0,0,0,'Jin\'Alai Warrior-Battle Runes'),(12340,12340,28388,4,0,1,1,3,80,38556,8,0,6,0,0,0,0,0,0,'Jin\'Alai Warrior-Throw'),(12340,12340,28504,4,0,1,1,0,80,54626,7,0,7,0,0,0,0,0,0,'Jin\'Alai Medicine Man-Vial of Poison'),(12340,12340,28504,4,0,1,1,1,100,54633,2,0,0,0,0,0,0,0,0,'Jin\'Alai Medicine Man-Drink Healing Potion'),(12340,12340,29479,4,0,0,1,0,23,32019,8,0,6,0,0,0,0,0,0,'Shoveltusk Forager-Gore'),(12340,12340,29479,4,0,0,1,1,28,55860,10,0,0,0,0,0,0,0,0,'Shoveltusk Forager-Shoveltusk Charge'),(12340,12340,29486,4,0,0,1,0,22,42320,11,0,6,0,0,0,0,0,0,'Tamed Shoveltusk-Head Butt'),(12340,12340,29487,4,0,0,1,0,22,42320,11,0,6,0,0,0,0,0,0,'Wild Shoveltusk-Head Butt'),(12340,12340,30233,4,0,0,1,0,26,17174,8,0,6,0,0,0,0,0,0,'Sunreaver Scout-Concussive Shot'),(12340,12340,30233,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Sunreaver Scout-Shoot'),(12340,12340,30233,4,0,0,1,0,28,14443,8,0,6,0,0,0,0,0,0,'Sunreaver Scout-Multi-Shot'),(12340,12340,30238,4,0,0,1,0,26,17174,8,0,6,0,0,0,0,0,0,'Silver Covenant Scout-Concussive Shot'),(12340,12340,30238,4,0,0,1,0,28,14443,8,0,6,0,0,0,0,0,0,'Silver Covenant Scout-Multi-Shot'),(12340,12340,30238,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Silver Covenant Scout-Shoot'),(12340,12340,30239,4,0,0,1,0,16,35917,10,0,0,0,0,0,0,0,0,'Alanura Firecloud-Fiery Intellect'),(12340,12340,30263,4,0,0,1,0,28,14443,8,0,6,0,0,0,0,0,0,'Silver Covenant Horseman-Multi-Shot'),(12340,12340,30263,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Silver Covenant Horseman-Shoot'),(12340,12340,30265,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Sunreaver Hawkrider-Shoot'),(12340,12340,30269,4,0,0,1,0,16,35917,10,0,0,0,0,0,0,0,0,'Skymaster Baeric-Fiery Intellect'),(12340,12340,30856,4,0,0,1,0,25,11976,8,0,0,0,0,0,0,0,0,'Unbound Trickster-Strike'),(12340,12340,30856,4,0,0,1,0,29,13341,8,0,6,0,0,0,0,0,0,'Unbound Trickster-Fire Blast'),(12340,12340,30860,4,0,0,1,0,28,55217,8,0,6,0,0,0,0,0,0,'Unbound Dryad-Throw Spear'),(12340,12340,30860,4,0,0,1,0,25,11976,8,0,0,0,0,0,0,0,0,'Unbound Dryad-Strike'),(12340,12340,30861,4,0,0,1,0,24,33844,8,0,6,0,0,0,0,0,0,'Unbound Ancient-Entangling Roots'),(12340,12340,30861,4,0,0,1,0,27,51944,7,0,4,0,0,0,0,0,0,'Unbound Ancient-Trample'),(12340,12340,30862,4,0,0,1,0,28,58624,8,0,6,0,0,0,0,0,0,'Unbound Ent-Corrupted Rejuvenation'),(12340,12340,30862,4,0,0,1,0,22,35361,10,0,0,0,0,0,0,0,0,'Unbound Ent-Thorns'),(12340,12340,30863,4,0,0,1,0,27,15798,8,0,6,0,0,0,0,0,0,'Shandaral Druid Spirit-Moonfire'),(12340,12340,30863,4,0,0,1,0,24,16561,2,0,0,0,0,0,0,0,0,'Shandaral Druid Spirit-Regrowth'),(12340,12340,30864,4,0,0,1,0,28,54615,8,0,6,0,0,0,0,0,0,'Shandaral Hunter Spirit-Aimed Shot'),(12340,12340,30864,4,0,0,1,0,36,6660,8,0,6,0,0,0,0,0,0,'Shandaral Hunter Spirit-Shoot'),(12340,12340,30864,4,0,0,1,0,25,47168,8,0,6,0,0,0,0,0,0,'Shandaral Hunter Spirit-Improved Wing Clip'),(12340,12340,30865,4,0,0,1,0,23,57846,8,0,6,0,0,0,0,0,0,'Shandaral Warrior Spirit-Heroic Strike'),(12340,12340,30865,4,0,0,1,0,25,38233,8,0,6,0,0,0,0,0,0,'Shandaral Warrior Spirit-Shield Bash'),(12340,12340,30868,4,0,0,1,0,24,58667,11,0,6,0,0,0,0,0,0,'Unbound Corrupter-Ley Curse'),(12340,12340,30868,4,0,0,1,0,21,58270,10,0,0,0,0,0,0,0,0,'Unbound Corrupter-Transferred Power'),(12340,12340,30868,4,0,0,1,0,28,38204,8,0,6,0,0,0,0,0,0,'Unbound Corrupter-Arcane Bolt'),(12340,12340,31041,4,0,0,1,0,22,35361,10,0,0,0,0,0,0,0,0,'Dispirited Ent-Thorns'),(12340,12340,31041,4,0,0,1,0,24,15981,2,0,0,0,0,0,0,0,0,'Dispirited Ent-Rejuvenation'),(12340,12340,31095,4,0,0,1,0,33,57547,8,0,6,0,0,0,0,0,0,'Val\'kyr Battle-maiden-Touch of the Val\'kyr'),(12340,12340,31096,4,0,0,1,0,28,51337,7,0,3,0,0,0,0,0,0,'Scourge Necromancer-Shadowflame'),(12340,12340,31096,4,0,0,1,0,34,20298,8,0,6,0,0,0,0,0,0,'Scourge Necromancer-Shadow Bolt'),(12340,12340,31098,4,0,0,1,0,33,50335,8,0,6,0,0,0,0,0,0,'Terrifying Abomination-Scourge Hook'),(12340,12340,31123,4,0,0,1,0,26,3604,8,0,6,0,0,0,0,0,0,'Shandaral Spirit Wolf-Tendon Rip'),(12340,12340,31228,4,0,0,1,0,22,35361,10,0,0,0,0,0,0,0,0,'Grove Walker-Thorns'),(12340,12340,31228,4,0,0,1,0,24,15981,2,0,0,0,0,0,0,0,0,'Grove Walker-Rejuvenation'),(12340,12340,31229,4,0,0,1,0,27,51944,7,0,4,0,0,0,0,0,0,'Ancient Watcher-Trample'),(12340,12340,31229,4,0,0,1,0,24,33844,8,0,6,0,0,0,0,0,0,'Ancient Watcher-Entangling Roots'),(12340,12340,31231,4,0,0,1,0,24,16561,2,0,0,0,0,0,0,0,0,'Lost Shandaral Spirit-Regrowth'),(12340,12340,31231,4,0,0,1,0,27,15798,8,0,6,0,0,0,0,0,0,'Lost Shandaral Spirit-Moonfire'),(12340,12340,31233,4,0,0,1,0,28,32919,8,0,0,0,0,0,0,0,0,'Sinewy Wolf-Snarl'),(12340,12340,31233,4,0,0,1,0,23,36589,10,0,0,0,0,0,0,0,0,'Sinewy Wolf-Dash'),(12340,12340,31233,4,0,0,1,0,25,59008,8,0,6,0,0,0,0,0,0,'Sinewy Wolf-Throat Rip'),(12340,12340,31236,4,0,0,1,0,27,59110,8,0,6,0,0,0,0,0,0,'Dappled Stag-Butt'),(12340,12340,31393,4,0,0,1,0,30,47425,8,0,6,0,0,0,0,0,0,'Crystal Wyrm-Frost Breath'),(12340,12340,31401,4,0,0,1,0,21,25603,11,0,6,0,0,0,0,0,0,'Azure Manashaper-Slow'),(12340,12340,31401,4,0,0,1,0,28,10833,8,0,6,0,0,0,0,0,0,'Azure Manashaper-Arcane Blast'),(12340,12340,31403,4,0,0,1,0,27,34447,8,0,6,0,0,0,0,0,0,'Azure Spellweaver-Arcane Missiles'),(12340,12340,31404,4,0,0,1,0,26,59105,8,0,6,0,0,0,0,0,0,'Azure Manabeast-Mana Bite'),(12340,12340,32180,4,0,0,1,0,28,60076,8,0,6,0,0,0,0,0,0,'Tempus Wyrm-Time Shock'),(12340,12340,32185,4,0,0,1,0,28,31475,7,0,4,0,0,0,0,0,0,'Infinite Eradicator-Wing Buffet'),(12340,12340,32185,4,0,0,1,0,31,52657,8,0,6,0,0,0,0,0,0,'Infinite Eradicator-Temporal Vortex'),(12340,12340,32185,4,0,0,1,0,15,31458,10,0,0,0,0,0,0,0,0,'Infinite Eradicator-Hasten'),(12340,12340,32186,4,0,0,1,0,11,60075,10,0,0,0,0,0,0,0,0,'Infinite Timebreaker-Enrage'),(12340,12340,32352,4,0,0,1,0,30,51020,8,0,6,0,0,0,0,0,0,'Infinite Timerender-Time Lapse'),(12340,12340,32357,4,0,0,1,0,24,60903,7,0,3,0,0,0,0,0,0,'Old Crystalbark-Arcane Breath'),(12340,12340,32357,4,0,0,1,0,19,50506,8,0,0,0,0,0,0,0,0,'Old Crystalbark-Mark of Detonation'),(12340,12340,32358,4,0,0,1,0,29,60906,8,0,6,0,0,0,0,0,0,'Fumblub Gearwind-Machine Gun'),(12340,12340,32377,4,0,0,1,0,26,50046,8,0,6,0,0,0,0,0,0,'Perobas the Bloodthirster-Gnaw Bone'),(12340,12340,32377,4,0,0,1,0,23,52071,10,0,0,0,0,0,0,0,0,'Perobas the Bloodthirster-Killing Rage'),(12340,12340,32398,4,0,0,1,0,29,61115,8,0,6,0,0,0,0,0,0,'King Ping-Belly Flop'),(12340,12340,32398,4,0,0,1,0,24,50169,8,0,6,0,0,0,0,0,0,'King Ping-Flipper Thwack'),(12340,12340,32400,4,0,0,1,0,28,50410,8,0,6,0,0,0,0,0,0,'Tukemuth-Tusk Strike'),(12340,12340,32400,4,0,0,1,0,25,57066,7,0,4,0,0,0,0,0,0,'Tukemuth-Trample'),(12340,12340,32409,4,0,0,1,0,27,39171,8,0,6,0,0,0,0,0,0,'Crazed Indu\'le Survivor-Mortal Strike'),(12340,12340,32409,4,0,0,1,0,13,48139,10,0,0,0,0,0,0,0,0,'Crazed Indu\'le Survivor-Crazed'),(12340,12340,32417,4,0,0,1,0,26,35949,8,0,6,0,0,0,0,0,0,'Scarlet Highlord Daion-Bloodthirst'),(12340,12340,32417,4,0,0,1,0,30,48280,7,0,4,0,0,0,0,0,0,'Scarlet Highlord Daion-Whirlwind'),(12340,12340,32534,4,0,0,1,0,29,61269,8,0,6,0,0,0,0,0,0,'Scalesworn Elite-Ice Shard'),(12340,12340,32534,4,0,0,1,0,27,61272,8,0,6,0,0,0,0,0,0,'Scalesworn Elite-Arcane Surge'),(12340,12340,32572,4,0,0,1,0,33,51764,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Shadow Reflection'),(12340,12340,32572,4,0,0,1,0,33,51766,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Arcane Reflection'),(12340,12340,32572,4,0,0,1,0,33,51763,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Frost Reflection'),(12340,12340,32572,4,0,0,1,0,33,51758,10,0,0,0,0,0,0,0,0,'Dragonblight Mage Hunter-Fire Reflection'),(12340,12340,33016,4,0,0,1,0,28,51437,7,0,4,0,0,0,0,0,0,'Smoldering Skeleton-Smoldering Bones'),(12340,12340,33017,4,0,0,1,0,23,51439,10,0,0,0,0,0,0,0,0,'Smoldering Construct-Backlash'),(12340,12340,40417,0,0,1,1,0,70,75413,8,0,4,0,0,0,0,0,0,'Charscale Invoker-Flame Wave'),(12340,12340,40417,0,0,1,1,0,70,75412,8,0,6,0,0,0,0,0,0,'Charscale Invoker-Scorch'),(12340,12340,40417,2,0,1,1,0,80,75413,8,0,4,0,0,0,0,0,0,'Charscale Invoker-Flame Wave'),(12340,12340,40417,2,0,1,1,0,80,75412,8,0,6,0,0,0,0,0,0,'Charscale Invoker-Scorch'),(12340,12340,40417,1,0,1,1,0,80,75413,8,0,4,0,0,0,0,0,0,'Charscale Invoker-Flame Wave'),(12340,12340,40417,1,0,1,1,0,80,75419,8,0,6,0,0,0,0,0,0,'Charscale Invoker-Scorch'),(12340,12340,40417,3,0,1,1,0,90,75413,8,0,4,0,0,0,0,0,0,'Charscale Invoker-Flame Wave'),(12340,12340,40417,3,0,1,1,0,90,75419,8,0,6,0,0,0,0,0,0,'Charscale Invoker-Scorch'),(12340,12340,40419,0,0,1,1,0,70,15284,8,0,6,0,0,0,0,0,0,'Charscale Assaulter-Cleave'),(12340,12340,40419,0,0,1,1,0,70,75417,8,0,4,0,0,0,0,0,0,'Charscale Assaulter-Shockwave'),(12340,12340,40419,2,0,1,1,0,80,15284,8,0,6,0,0,0,0,0,0,'Charscale Assaulter-Cleave'),(12340,12340,40419,2,0,1,1,0,70,75417,8,0,4,0,0,0,0,0,0,'Charscale Assaulter-Shockwave'),(12340,12340,40419,1,0,1,1,0,90,15284,8,0,6,0,0,0,0,0,0,'Charscale Assaulter-Cleave'),(12340,12340,40419,1,0,1,1,0,80,75418,8,0,4,0,0,0,0,0,0,'Charscale Assaulter-Shockwave'),(12340,12340,40419,3,0,1,1,0,90,15284,8,0,6,0,0,0,0,0,0,'Charscale Assaulter-Cleave'),(12340,12340,40419,3,0,1,1,0,90,75418,8,0,4,0,0,0,0,0,0,'Charscale Assaulter-Shockwave'),(12340,12340,40421,0,0,1,1,0,70,15621,8,0,6,0,0,0,0,0,0,'Charscale Elite-Skull Crack'),(12340,12340,40421,2,0,1,1,0,80,15621,8,0,6,0,0,0,0,0,0,'Charscale Elite-Skull Crack'),(12340,12340,40421,1,0,1,1,0,90,15621,8,0,6,0,0,0,0,0,0,'Charscale Elite-Skull Crack'),(12340,12340,40421,3,0,1,1,0,95,15621,8,0,6,0,0,0,0,0,0,'Charscale Elite-Skull Crack'),(12340,12340,40423,0,0,1,1,0,70,13737,8,0,6,0,0,0,0,0,0,'Charscale Commander-Mortal Strike'),(12340,12340,40423,0,0,1,1,0,60,75414,10,0,3,0,0,0,0,0,0,'Charscale Commander-Rallying Shout'),(12340,12340,40423,2,0,1,1,0,70,13737,8,0,6,0,0,0,0,0,0,'Charscale Commander-Mortal Strike'),(12340,12340,40423,2,0,1,1,0,70,75414,10,0,3,0,0,0,0,0,0,'Charscale Commander-Rallying Shout'),(12340,12340,40423,1,0,1,1,0,80,13737,8,0,6,0,0,0,0,0,0,'Charscale Commander-Mortal Strike'),(12340,12340,40423,1,0,1,1,0,80,75414,10,0,3,0,0,0,0,0,0,'Charscale Commander-Rallying Shout'),(12340,12340,40423,3,0,1,1,0,90,13737,8,0,6,0,0,0,0,0,0,'Charscale Commander-Mortal Strike'),(12340,12340,40423,3,0,1,1,0,80,75414,10,0,3,0,0,0,0,0,0,'Charscale Commander-Rallying Shout'),(12340,12340,4887,4,0,1,1,0,12,5568,8,0,0,0,0,0,0,0,0,'Ghamoo-ra-Trample'),(12340,12340,6243,4,0,1,1,0,10,6533,1,0,6,0,0,0,0,0,0,'Gelihast-Net'),(12340,12340,599,4,0,1,1,0,30,9053,8,0,6,0,0,0,0,0,0,'Marisa du\'Paige-Fireball'),(12340,12340,599,4,0,1,1,0,25,700,3,0,6,0,0,0,0,0,0,'Marisa du\'Paige-Sleep'),(12340,12340,599,4,0,1,1,0,25,512,3,0,6,0,0,0,0,0,0,'Marisa du\'Paige-Chains of Ice'),(12340,12340,599,4,0,1,1,0,25,228,11,0,6,0,0,0,0,0,0,'Marisa du\'Paige-Polymorph: Chicken'),(12340,12340,626,4,0,1,1,0,30,5219,8,0,6,0,0,0,0,0,0,'Foreman Thistlenettle-Draw of Thistlenettle'),(12340,12340,1729,4,0,1,1,0,30,11829,8,0,6,0,0,0,0,0,0,'Defias Evoker-Flamestrike'),(12340,12340,1729,4,0,1,1,0,30,4979,10,0,0,0,0,0,0,0,0,'Defias Evoker-Quick Flame Ward'),(12340,12340,4417,4,0,0,1,0,100,6660,8,0,6,0,0,0,0,0,0,'Defias Taskmaster-Shoot'),(12340,12340,4417,4,0,0,1,0,100,6685,8,0,6,0,0,0,0,0,0,'Defias Taskmaster-Piercing Shot'),(12340,12340,642,4,0,1,1,0,30,3603,11,0,6,0,0,0,0,0,0,'Sneed\'s Shredder-Distracting Pain'),(12340,12340,642,4,0,1,1,0,30,7399,4,0,6,0,0,0,0,0,0,'Sneed\'s Shredder-Terrify'),(12340,12340,643,4,0,1,1,0,30,6713,11,0,6,0,0,0,0,0,0,'Sneed-Disarm'),(12340,12340,1763,4,0,1,1,0,30,5213,8,0,6,0,0,0,0,0,0,'Gilnid-Molten Metal'),(12340,12340,645,4,0,1,1,0,30,5174,2,0,0,0,0,0,0,0,0,'Cookie-Cookie\'s Cooking'),(12340,12340,645,4,0,1,1,0,25,6306,11,0,6,0,0,0,0,0,0,'Cookie-Acid Splash');
|
|
|
|
INSERT INTO `world_db_version` VALUES ('86', '20210818-00_creature_ai_scripts');
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
|
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|