minions.sql 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. DROP TABLE IF EXISTS `minions`;
  2. CREATE TABLE `minions` (
  3. `boss_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  4. `minion_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  5. `amount_min` tinyint(2) unsigned NOT NULL DEFAULT '0',
  6. `amount_max` tinyint(2) unsigned NOT NULL DEFAULT '0',
  7. PRIMARY KEY (`boss_id`,`minion_id`)
  8. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  9. INSERT INTO `minions` VALUES
  10. -- Naia Failan
  11. (18484,22422,4,4),
  12. (18491,18493,1,1),
  13. -- Sel Mahum Chef
  14. (18908,22779,2,2),
  15. (20117,20118,1,3),
  16. (20376,20377,1,2),
  17. (20398,20399,1,2),
  18. (20520,20445,3,5),
  19. (20522,20524,2,4),
  20. (20738,20739,3,5),
  21. (20745,20746,1,2),
  22. (20747,20748,1,2),
  23. (20749,20750,1,2),
  24. (20751,20752,3,3),
  25. (20753,21040,4,4),
  26. (20758,20759,1,1),
  27. (20758,20760,1,1),
  28. (20763,20764,1,1),
  29. (20763,20765,1,1),
  30. (20763,20766,1,1),
  31. (20771,20772,1,3),
  32. (20773,20774,2,4),
  33. (20779,20750,1,3),
  34. (20936,20937,1,1),
  35. (20936,20938,1,1),
  36. (20936,20939,1,1),
  37. (20941,20940,3,3),
  38. (20944,20942,1,1),
  39. (20944,20943,2,2),
  40. (20947,20945,1,2),
  41. (20947,20946,1,2),
  42. (20950,20948,1,2),
  43. (20950,20949,1,2),
  44. (20953,20951,1,2),
  45. (20953,20952,1,2),
  46. (20956,20954,1,2),
  47. (20956,20955,1,2),
  48. (20959,20957,1,2),
  49. (20959,20958,1,2),
  50. (20963,20960,1,1),
  51. (20963,20961,1,1),
  52. (20963,20962,1,1),
  53. (20974,20975,1,2),
  54. (20974,20976,1,2),
  55. (20977,20978,1,1),
  56. (20977,20979,1,1),
  57. (20980,20981,1,1),
  58. (20980,20982,1,1),
  59. (20986,20987,1,2),
  60. (20986,20988,1,2),
  61. (20989,20990,1,1),
  62. (20991,20992,1,2),
  63. (20991,20993,1,2),
  64. (20994,20995,3,4);
  65. INSERT INTO `minions` VALUES
  66. (21058,21059,1,2),
  67. (21058,21060,1,2),
  68. (21075,21076,1,1),
  69. (21075,21077,1,2),
  70. (21078,21079,1,1),
  71. (21078,21080,1,2),
  72. (21081,21082,1,1),
  73. (21081,21083,1,3),
  74. (21312,21313,2,2),
  75. (21343,21344,2,2),
  76. (21345,21346,2,2),
  77. (21347,21348,1,1),
  78. (21347,21349,1,1),
  79. (21369,21370,2,2),
  80. (21371,21372,2,2),
  81. (21373,21374,1,1),
  82. (21373,21375,1,1),
  83. (21596,21597,1,1),
  84. (21596,21598,1,1),
  85. (21599,21600,1,1),
  86. (21599,21601,1,1),
  87. (22028,22027,3,4),
  88. (22080,22079,3,3),
  89. (22084,22083,3,3),
  90. (22092,22091,3,3),
  91. (22096,22095,3,3),
  92. (22100,22099,8,8),
  93. (22102,22101,8,8),
  94. (22104,22103,8,8),
  95. (22123,22122,2,3),
  96. (22135,22130,1,1),
  97. (22135,22131,1,1),
  98. -- Hellbound natives
  99. (22320,22322,1,1),
  100. (22320,22323,1,1),
  101. (22321,22322,1,1),
  102. (22321,22323,1,1),
  103. -- Quarry Foreman
  104. (22346,22347,2,2),
  105. (22363,22364,4,4),
  106. (22370,22371,4,4),
  107. -- Master Zelos
  108. (22377,22378,2,2),
  109. (22377,22379,2,2),
  110. -- Workshop Overseer
  111. (22390,22391,2,2),
  112. -- Leodas
  113. (22448,22451,5,5),
  114. -- Amaskari
  115. (22449,22450,10,10),
  116. -- Ranku
  117. (25542,32305,4,4),
  118. -- Tully
  119. (25544,25545,3,3);
  120. INSERT INTO `minions` VALUES
  121. (27021,20492,6,8),
  122. (27022,20367,1,3),
  123. (27036,27037,2,3),
  124. (27110,27111,3,5),
  125. (27113,27111,3,6);
  126. -- raid bosses
  127. INSERT INTO `minions` VALUES
  128. (25001,25002,3,3),
  129. (25001,25003,1,1),
  130. (25004,25005,3,3),
  131. (25004,25006,2,2),
  132. (25007,25008,2,2),
  133. (25007,25009,2,2),
  134. (25010,25011,3,3),
  135. (25010,25012,2,2),
  136. (25013,25014,1,1),
  137. (25013,25015,4,4),
  138. (25016,25017,2,2),
  139. (25016,25018,2,2),
  140. (25020,25021,2,2),
  141. (25020,25022,2,2),
  142. (25023,25024,1,1),
  143. (25023,25025,4,4),
  144. (25026,25027,3,3),
  145. (25026,25028,2,2),
  146. (25029,25030,2,2),
  147. (25029,25031,2,2),
  148. (25032,25033,3,3),
  149. (25032,25034,1,1),
  150. (25035,25036,3,3),
  151. (25035,25037,2,2),
  152. (25038,25039,1,1),
  153. (25038,25040,4,4),
  154. (25041,25042,3,3),
  155. (25041,25043,2,2),
  156. (25044,25045,2,2),
  157. (25044,25046,2,2),
  158. (25047,25048,1,1),
  159. (25047,25049,4,4),
  160. (25051,25052,2,2),
  161. (25051,25053,2,2),
  162. (25054,25055,1,1),
  163. (25054,25056,4,4),
  164. (25057,25058,3,3),
  165. (25057,25059,2,2),
  166. (25060,25061,3,3),
  167. (25060,25062,1,1),
  168. (25064,25065,1,1),
  169. (25064,25066,4,4),
  170. (25067,25068,3,3),
  171. (25067,25069,2,2),
  172. (25070,25071,3,3),
  173. (25070,25072,1,1),
  174. (25076,25077,1,1),
  175. (25076,25078,4,4),
  176. (25079,25080,2,2),
  177. (25079,25081,2,2),
  178. (25082,25083,3,3),
  179. (25082,25084,1,1),
  180. (25085,25086,3,3),
  181. (25085,25087,2,2),
  182. (25089,25091,3,3),
  183. (25089,25090,1,1),
  184. (25092,25093,1,1),
  185. (25092,25094,4,4),
  186. (25095,25096,3,3),
  187. (25095,25097,1,1),
  188. (25099,25100,2,2),
  189. (25099,25101,2,2),
  190. (25103,25104,1,1),
  191. (25103,25105,4,4),
  192. (25106,25107,3,3),
  193. (25106,25108,2,2),
  194. (25112,25113,3,3),
  195. (25112,25114,1,1),
  196. (25115,25116,3,3),
  197. (25115,25117,2,2),
  198. (25119,25120,3,3),
  199. (25119,25121,1,1),
  200. (25122,25123,1,1),
  201. (25122,25124,4,4),
  202. (25128,25129,3,3),
  203. (25128,25130,1,1),
  204. (25131,25132,3,3),
  205. (25131,25133,2,2),
  206. (25134,25135,2,2),
  207. (25134,25136,2,2),
  208. (25137,25138,3,3),
  209. (25137,25139,1,1),
  210. (25140,25141,1,1),
  211. (25140,25142,4,4),
  212. (25143,25144,2,2),
  213. (25143,25145,2,2),
  214. (25146,25147,3,3),
  215. (25146,25148,2,2),
  216. (25149,25150,3,3),
  217. (25149,25151,2,2),
  218. (25152,25153,1,1),
  219. (25152,25154,4,4),
  220. (25155,25156,3,3),
  221. (25155,25157,1,1),
  222. (25159,25160,2,2),
  223. (25159,25161,2,2),
  224. (25166,25167,2,2),
  225. (25166,25168,2,2),
  226. (25170,25171,3,3),
  227. (25170,25172,2,2),
  228. (25173,25174,2,2),
  229. (25173,25175,2,2),
  230. (25179,25180,3,3),
  231. (25179,25181,1,1),
  232. (25182,25183,2,2),
  233. (25182,25184,2,2),
  234. (25185,25186,3,3),
  235. (25185,25187,2,2),
  236. (25189,25190,3,3),
  237. (25189,25191,1,1),
  238. (25192,25193,1,1),
  239. (25192,25194,4,4),
  240. (25199,25200,3,3),
  241. (25199,25201,1,1),
  242. (25202,25203,2,2),
  243. (25202,25204,2,2),
  244. (25205,25206,1,1),
  245. (25205,25207,4,4),
  246. (25208,25209,3,3),
  247. (25208,25210,1,1),
  248. (25211,25212,3,3),
  249. (25211,25213,2,2),
  250. (25214,25215,3,3),
  251. (25214,25216,1,1),
  252. (25220,25221,3,3),
  253. (25220,25222,1,1),
  254. (25223,25224,3,3),
  255. (25223,25225,1,1),
  256. (25226,25227,2,2),
  257. (25226,25228,2,2),
  258. (25230,25231,1,1),
  259. (25230,25232,4,4),
  260. (25235,25236,2,2),
  261. (25235,25237,2,2),
  262. (25238,25239,2,2),
  263. (25238,25240,2,2),
  264. (25241,25242,3,3),
  265. (25241,25243,2,2),
  266. (25245,25246,1,1),
  267. (25245,25247,4,4),
  268. (25249,25250,3,3),
  269. (25249,25251,1,1),
  270. (25252,25253,3,3),
  271. (25252,25254,1,1),
  272. (25256,25257,3,3),
  273. (25256,25258,2,2),
  274. (25260,25261,3,3),
  275. (25260,25262,2,2),
  276. (25263,25264,3,3),
  277. (25263,25265,1,1),
  278. (25266,25267,4,4),
  279. (25266,25268,1,1),
  280. (25269,25270,3,3),
  281. (25269,25271,2,2),
  282. (25273,25274,3,3),
  283. (25273,25275,1,1),
  284. (25277,25278,2,2),
  285. (25277,25279,2,2),
  286. (25283,25284,4,4),
  287. (25283,25285,2,2),
  288. (25286,25287,3,3),
  289. (25286,25288,2,2),
  290. (25286,25289,2,2),
  291. (25290,25291,3,3),
  292. (25290,25292,1,1),
  293. (25293,25294,1,1),
  294. (25293,25295,4,4),
  295. (25296,25297,3,3),
  296. (25296,25298,1,1),
  297. (25299,25300,3,3),
  298. (25299,25301,2,2),
  299. (25302,25303,3,3),
  300. (25302,25304,1,1),
  301. (25306,25307,1,1),
  302. (25306,25308,4,4),
  303. (25309,25310,1,1),
  304. (25309,25311,4,4),
  305. (25312,25313,2,2),
  306. (25312,25314,2,2),
  307. (25316,25317,1,1),
  308. (25316,25318,4,4),
  309. (25319,25320,3,3),
  310. (25319,25321,1,1),
  311. (25322,25323,3,3),
  312. (25322,25324,1,1),
  313. (25325,25326,1,1),
  314. (25325,25327,4,4),
  315. (25328,25329,1,1),
  316. (25328,25330,1,1),
  317. (25328,25331,1,1),
  318. (25328,25332,1,1),
  319. (25339,25340,2,2),
  320. (25339,25341,2,2),
  321. (25342,25343,1,1),
  322. (25342,25344,1,1),
  323. (25342,25345,2,2),
  324. (25346,25347,3,3),
  325. (25346,25348,1,1),
  326. (25349,25350,3,3),
  327. (25349,25351,1,1),
  328. (25352,25353,3,3),
  329. (25354,25355,4,4),
  330. (25354,25356,1,1),
  331. (25357,25358,2,2),
  332. (25357,25359,1,1),
  333. (25360,25361,3,3),
  334. (25362,25363,2,2),
  335. (25362,25364,3,3),
  336. (25366,25367,2,2),
  337. (25366,25368,1,1),
  338. (25369,25370,1,1),
  339. (25369,25371,4,4),
  340. (25373,25374,3,3),
  341. (25375,25376,2,2),
  342. (25375,25377,1,1),
  343. (25378,25379,3,3),
  344. (25380,25381,1,1),
  345. (25380,25382,4,4),
  346. (25383,25384,3,3),
  347. (25385,25386,1,1),
  348. (25385,25387,4,4),
  349. (25388,25389,3,3),
  350. (25388,25390,2,2),
  351. (25392,25393,3,3),
  352. (25395,25396,1,1),
  353. (25395,25397,2,2),
  354. (25398,25399,3,3),
  355. (25398,25400,1,1),
  356. (25401,25402,1,1),
  357. (25401,25403,3,3),
  358. (25404,25405,2,2),
  359. (25404,25406,1,1),
  360. (25410,25411,3,3),
  361. (25412,25413,3,3),
  362. (25412,25414,2,2),
  363. (25415,25416,3,3),
  364. (25415,25417,1,1),
  365. (25418,25419,3,3),
  366. (25420,25421,3,3),
  367. (25420,25422,1,1),
  368. (25423,25424,4,4),
  369. (25423,25425,1,1),
  370. (25426,25427,2,2),
  371. (25426,25428,1,1),
  372. (25429,25430,3,3),
  373. (25431,25432,2,2),
  374. (25431,25433,2,2),
  375. (25434,25435,1,1),
  376. (25434,25436,3,3),
  377. (25438,25439,1,1),
  378. (25438,25440,3,3),
  379. (25441,25442,4,4),
  380. (25441,25443,1,1),
  381. (25444,25445,3,3),
  382. (25444,25446,2,2),
  383. (25447,25448,2,2),
  384. (25447,25449,2,2),
  385. (25450,25451,3,3),
  386. (25450,25452,1,1),
  387. (25453,25454,3,3),
  388. (25453,25455,1,1),
  389. (25456,25457,1,1),
  390. (25456,25458,2,2),
  391. (25456,25459,1,1),
  392. (25460,25461,2,2),
  393. (25460,25462,1,1),
  394. (25463,25464,1,1),
  395. (25463,25465,1,1),
  396. (25463,25466,1,1),
  397. (25467,25468,4,4),
  398. (25467,25469,1,1),
  399. (25470,25471,3,3),
  400. (25470,25472,1,1),
  401. (25473,25474,3,3),
  402. (25475,25476,3,3),
  403. (25475,25477,2,2),
  404. (25478,25479,3,3),
  405. (25478,25480,1,1),
  406. (25481,25482,2,2),
  407. (25481,25483,1,1),
  408. (25484,25485,1,1),
  409. (25484,25486,2,2),
  410. (25487,25488,3,3),
  411. (25487,25489,1,1),
  412. (25490,25491,3,3),
  413. (25490,25492,2,2),
  414. (25493,25494,1,1),
  415. (25493,25495,4,4),
  416. (25496,25497,3,3),
  417. (25498,25499,1,1),
  418. (25498,25500,4,4),
  419. -- Boss Akata
  420. (25501,25502,3,3),
  421. (25501,25503,2,2),
  422. -- Nellis' Vengeful Spirit
  423. (25504,25505,3,3),
  424. (25506,25507,1,1),
  425. -- Rayito the Looter
  426. (25506,25508,3,3),
  427. (25509,25510,1,1),
  428. (25509,25511,3,3),
  429. (25514,25515,1,1),
  430. (25514,25516,3,3),
  431. (25623,25633,4,6),
  432. (25625,25629,3,3),
  433. (25625,25630,3,3),
  434. -- Queen Shyeed
  435. (25671,25672,3,3),
  436. (25671,25673,1,1),
  437. -- Gwindorr
  438. (25674,25675,3,3),
  439. (25674,25676,2,2),
  440. -- Water Spirit Lian
  441. (25677,25678,3,3),
  442. (25677,25679,1,1),
  443. -- Gorgolos
  444. (25681,25682,3,3),
  445. -- Last Titan Utenus
  446. (25684,25685,3,3),
  447. -- Hekaton Prime
  448. (25687,25688,1,1),
  449. (25687,25689,2,2),
  450. (25572,25573,2,2),
  451. (25572,25574,2,2),
  452. (25575,25576,4,4),
  453. (25575,25577,1,1),
  454. (25579,25580,4,4),
  455. (25579,25581,1,1),
  456. (25582,25583,2,2),
  457. (25582,25584,2,2),
  458. (25585,25586,3,3),
  459. (25585,25587,1,1),
  460. (25589,25590,1,1),
  461. (25589,25591,4,4),
  462. (25593,25594,3,3),
  463. (25593,25595,2,2),
  464. (27108,27109,1,1),
  465. (29096,29097,2,2),
  466. (29096,29098,3,4),
  467. (25524,25525,2,2),
  468. (25524,25526,2,2),
  469. -- Wings of Flame Ixion
  470. (29040,29041,1,1),
  471. (29040,29042,1,1),
  472. (29040,29043,1,1),
  473. (29040,29044,1,1),
  474. (29056,29057,2,2),
  475. (29056,29058,2,2);
  476. -- Primeval Isle
  477. INSERT INTO `minions` VALUES
  478. (22742,22744,3,3),
  479. (22743,22745,3,4),
  480. (22202,22201,2,3),
  481. (22205,22204,4,4),
  482. (22213,22209,1,1),
  483. (22213,22210,1,1),
  484. (22213,22212,2,2),
  485. (22198,22197,4,4),
  486. (22223,22197,1,1);
  487. -- ToI - Binder group
  488. INSERT INTO `minions` VALUES
  489. (20983,20984,1,1),
  490. (20983,20985,1,1),
  491. (20983,21074,1,1);
  492. -- VoS - Judge of Splendor group
  493. INSERT INTO `minions` VALUES
  494. (21544,21545,1,1),
  495. (21544,21546,1,1);
  496. -- Steam Corridor groups
  497. INSERT INTO `minions` VALUES
  498. (22305,22308,1,1),
  499. (22306,22308,2,2),
  500. (22306,22309,2,2),
  501. (22307,22308,1,1),
  502. (22307,22309,2,2),
  503. (22307,22310,1,1),
  504. (22416,22308,1,1),
  505. (22416,22309,1,1),
  506. (22416,22310,1,1),
  507. (22416,22417,1,1);
  508. -- Emerald Square groups
  509. INSERT INTO `minions` VALUES
  510. (22299,22300,2,2),
  511. (22301,22290,2,2);
  512. -- Original Sin Wardens
  513. INSERT INTO `minions` VALUES
  514. (22423,22424,1,1),
  515. (22423,22425,1,1),
  516. (22423,22426,1,1),
  517. (22423,22427,1,1),
  518. (22423,22428,1,1),
  519. (22423,22429,1,1),
  520. (22423,22430,1,1),
  521. (22431,22432,1,1),
  522. (22431,22433,1,1),
  523. (22431,22434,1,1),
  524. (22431,22435,1,1),
  525. (22431,22436,1,1),
  526. (22431,22437,1,1),
  527. (22431,22438,1,1);
  528. -- Kamaloka
  529. INSERT INTO `minions` VALUES
  530. (18555, 18556, 2, 2),
  531. (18559, 18560, 2, 2),
  532. (18562, 18563, 2, 2),
  533. (18566, 18567, 2, 2),
  534. (18568, 18569, 1, 1),
  535. (18571, 18572, 2, 2),
  536. (18573, 18574, 2, 2),
  537. (18577, 18578, 2, 2);
  538. -- Kamaloka Labyrinth
  539. INSERT INTO `minions` VALUES
  540. (29129, 29130, 2, 2),
  541. (29129, 29131, 2, 2),
  542. (29132, 29133, 2, 2),
  543. (29132, 29134, 2, 2),
  544. (29135, 29136, 2, 2),
  545. (29135, 29137, 2, 2),
  546. (29138, 29139, 2, 2),
  547. (29138, 29140, 2, 2),
  548. (29141, 29142, 2, 2),
  549. (29141, 29143, 2, 2),
  550. (29144, 29145, 2, 2),
  551. (29144, 29146, 2, 2),
  552. (29147, 29148, 2, 2),
  553. (29147, 29149, 2, 2),
  554. (25710, 25711, 2, 2),
  555. (25710, 25712, 2, 2);
  556. -- Giants Cave
  557. INSERT INTO `minions` VALUES
  558. (22666, 22667, 1, 4),
  559. (22670, 22671, 1, 2),
  560. (22670, 22672, 1, 3);
  561. -- Stakato Nest
  562. INSERT INTO `minions` VALUES
  563. (22625, 22624, 1, 1),
  564. (22630, 22632, 1, 1),
  565. (22621, 22620, 1, 1),
  566. -- Nornil's Garden
  567. (25528, 25529, 2, 2),
  568. (25528, 25530, 2, 4);
  569. -- Larva and Queen Ant
  570. INSERT INTO `minions` VALUES
  571. (29001, 29003, 5, 5),
  572. (29001, 29005, 7, 7),
  573. (29002, 29003, 2, 2);
  574. -- Adolph + Linda
  575. INSERT INTO `minions` VALUES
  576. (32070,32071,1,1);
  577. -- Dragon Valley
  578. INSERT INTO `minions` VALUES
  579. -- Emerald Drake
  580. (22829,22860,1,12),
  581. -- Batwing Drake
  582. (22827,22828,1,8),
  583. -- Hard Noxious Scorpion
  584. (22861,22826,1,4);
  585. -- Lord of Destruction raid bosses
  586. INSERT INTO `minions` VALUES
  587. -- Greyclaw Kutus
  588. (25735,25736,3,3), -- Kutus' Guard
  589. (25735,25737,1,1), -- Kutus' Pawn
  590. -- Lead Tracker Sharuk
  591. (25738,25739,2,2), -- Sharuk's Minion
  592. (25738,25740,3,3), -- Sharuk's Marksman
  593. -- Sukar Wererat Chief
  594. (25741,25742,2,2), -- Sukar Wererat Guard
  595. (25741,25743,1,1), -- Sukar Wererat Priest
  596. -- Ikuntai
  597. (25744,25745,2,2), -- Ikuntai's Servitor
  598. (25744,25746,2,2), -- Ikuntai's Pawn
  599. -- Zombie Lord Crowl
  600. (25747,25748,3,3), -- Evil Spirit Archer
  601. (25747,25749,2,2), -- Evil Spirit Warrior
  602. -- Zombie Lord Ferkel
  603. (25750,25751,2,2), -- Ferkel's Warrior
  604. (25750,25752,1,1), -- Ferkel's Priest
  605. -- Fire Lord Shadar
  606. (25754,25755,1,1), -- Sword of Shadar
  607. (25754,25756,4,4), -- Whip of Shadar
  608. -- Soul Collector Acheron
  609. (25757,25758,3,3), -- Soul Slasher
  610. (25757,25759,1,1), -- Soul Strainer
  611. -- Lord Ishka
  612. (25760,25761,1,1), -- Ishka's Elite Officer
  613. (25760,25762,2,2), -- Ishka's Elite Soldier
  614. -- Demon Kuri
  615. (25763,25764,2,2), -- Kuri's Wife
  616. (25763,25765,2,2), -- Devil Blader of Chaos
  617. -- Carnage Lord Gato
  618. (25767,25768,3,3), -- Gato's Marksman
  619. (25767,25769,2,2), -- Gato's Champion
  620. -- Ketra Commander Atis
  621. (25770,25771,3,3), -- Ketra Marksman
  622. (25770,25772,2,2), -- Ketra Raider
  623. -- Beacon of Blue Sky
  624. (25773,25774,3,3), -- Beacon's Shooter
  625. (25773,25775,2,2), -- Beacon's Warrior
  626. -- Earth Protector Panathen
  627. (25776,25777,1,1), -- Panathen's Knight
  628. (25776,25778,4,4), -- Panathen's Protectors
  629. -- Betrayer of Urutu Freki
  630. (25779,25780,2,2), -- Freki's Vampire Bat
  631. (25779,25781,1,1), -- Freki's Wild Bear
  632. -- Nellis' Vengeful Spirit
  633. (25782,25783,3,3), -- Nellis' Follower
  634. -- Rayito the Looter
  635. (25784,25785,1,1), -- Rayito's Henchman
  636. (25784,25786,3,3), -- Rayito's Henchman
  637. -- Ketra's Hero Hekaton
  638. (25787,25788,3,3), -- Scout of Hekaton
  639. (25787,25789,2,2), -- Servant of Hekaton
  640. -- Varka's Hero Shadith
  641. (25790,25791,1,1), -- Shadith's Royal Guard Captain
  642. (25790,25792,4,4), -- Shadith's Sentinel
  643. -- Kernon
  644. (25794,25795,1,1), -- Taliadon
  645. (25794,25796,4,4), -- Vemsk
  646. -- Meanas Anor
  647. (25797,25798,3,3), -- Wyvern of Marsh
  648. (25797,25799,1,1), -- Succubus of Marsh
  649. -- Mammon Collector Talos
  650. (25800,25801,3,3); -- Talos' Cohort