minions.sql 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  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. -- Fairy Trees
  127. INSERT INTO `minions` VALUES
  128. (27185,27189,3,3),
  129. (27186,27189,3,3),
  130. (27187,27189,3,3),
  131. (27188,27189,3,3);
  132. -- raid bosses
  133. INSERT INTO `minions` VALUES
  134. (25001,25002,3,3),
  135. (25001,25003,1,1),
  136. (25004,25005,3,3),
  137. (25004,25006,2,2),
  138. (25007,25008,2,2),
  139. (25007,25009,2,2),
  140. (25010,25011,3,3),
  141. (25010,25012,2,2),
  142. (25013,25014,1,1),
  143. (25013,25015,4,4),
  144. (25016,25017,2,2),
  145. (25016,25018,2,2),
  146. (25020,25021,2,2),
  147. (25020,25022,2,2),
  148. (25023,25024,1,1),
  149. (25023,25025,4,4),
  150. (25026,25027,3,3),
  151. (25026,25028,2,2),
  152. (25029,25030,2,2),
  153. (25029,25031,2,2),
  154. (25032,25033,3,3),
  155. (25032,25034,1,1),
  156. (25035,25036,3,3),
  157. (25035,25037,2,2),
  158. (25038,25039,1,1),
  159. (25038,25040,4,4),
  160. (25041,25042,3,3),
  161. (25041,25043,2,2),
  162. (25044,25045,2,2),
  163. (25044,25046,2,2),
  164. (25047,25048,1,1),
  165. (25047,25049,4,4),
  166. (25051,25052,2,2),
  167. (25051,25053,2,2),
  168. (25054,25055,1,1),
  169. (25054,25056,4,4),
  170. (25057,25058,3,3),
  171. (25057,25059,2,2),
  172. (25060,25061,3,3),
  173. (25060,25062,1,1),
  174. (25064,25065,1,1),
  175. (25064,25066,4,4),
  176. (25067,25068,3,3),
  177. (25067,25069,2,2),
  178. (25070,25071,3,3),
  179. (25070,25072,1,1),
  180. (25076,25077,1,1),
  181. (25076,25078,4,4),
  182. (25079,25080,2,2),
  183. (25079,25081,2,2),
  184. (25082,25083,3,3),
  185. (25082,25084,1,1),
  186. (25085,25086,3,3),
  187. (25085,25087,2,2),
  188. (25089,25091,3,3),
  189. (25089,25090,1,1),
  190. (25092,25093,1,1),
  191. (25092,25094,4,4),
  192. (25095,25096,3,3),
  193. (25095,25097,1,1),
  194. (25099,25100,2,2),
  195. (25099,25101,2,2),
  196. (25103,25104,1,1),
  197. (25103,25105,4,4),
  198. (25106,25107,3,3),
  199. (25106,25108,2,2),
  200. (25112,25113,3,3),
  201. (25112,25114,1,1),
  202. (25115,25116,3,3),
  203. (25115,25117,2,2),
  204. (25119,25120,3,3),
  205. (25119,25121,1,1),
  206. (25122,25123,1,1),
  207. (25122,25124,4,4),
  208. (25128,25129,3,3),
  209. (25128,25130,1,1),
  210. (25131,25132,3,3),
  211. (25131,25133,2,2),
  212. (25134,25135,2,2),
  213. (25134,25136,2,2),
  214. (25137,25138,3,3),
  215. (25137,25139,1,1),
  216. (25140,25141,1,1),
  217. (25140,25142,4,4),
  218. (25143,25144,2,2),
  219. (25143,25145,2,2),
  220. (25146,25147,3,3),
  221. (25146,25148,2,2),
  222. (25149,25150,3,3),
  223. (25149,25151,2,2),
  224. (25152,25153,1,1),
  225. (25152,25154,4,4),
  226. (25155,25156,3,3),
  227. (25155,25157,1,1),
  228. (25159,25160,2,2),
  229. (25159,25161,2,2),
  230. (25166,25167,2,2),
  231. (25166,25168,2,2),
  232. (25170,25171,3,3),
  233. (25170,25172,2,2),
  234. (25173,25174,2,2),
  235. (25173,25175,2,2),
  236. (25179,25180,3,3),
  237. (25179,25181,1,1),
  238. (25182,25183,2,2),
  239. (25182,25184,2,2),
  240. (25185,25186,3,3),
  241. (25185,25187,2,2),
  242. (25189,25190,3,3),
  243. (25189,25191,1,1),
  244. (25192,25193,1,1),
  245. (25192,25194,4,4),
  246. (25199,25200,3,3),
  247. (25199,25201,1,1),
  248. (25202,25203,2,2),
  249. (25202,25204,2,2),
  250. (25205,25206,1,1),
  251. (25205,25207,4,4),
  252. (25208,25209,3,3),
  253. (25208,25210,1,1),
  254. (25211,25212,3,3),
  255. (25211,25213,2,2),
  256. (25214,25215,3,3),
  257. (25214,25216,1,1),
  258. (25220,25221,3,3),
  259. (25220,25222,1,1),
  260. (25223,25224,3,3),
  261. (25223,25225,1,1),
  262. (25226,25227,2,2),
  263. (25226,25228,2,2),
  264. (25230,25231,1,1),
  265. (25230,25232,4,4),
  266. (25235,25236,2,2),
  267. (25235,25237,2,2),
  268. (25238,25239,2,2),
  269. (25238,25240,2,2),
  270. (25241,25242,3,3),
  271. (25241,25243,2,2),
  272. (25245,25246,1,1),
  273. (25245,25247,4,4),
  274. (25249,25250,3,3),
  275. (25249,25251,1,1),
  276. (25252,25253,3,3),
  277. (25252,25254,1,1),
  278. (25256,25257,3,3),
  279. (25256,25258,2,2),
  280. (25260,25261,3,3),
  281. (25260,25262,2,2),
  282. (25263,25264,3,3),
  283. (25263,25265,1,1),
  284. (25266,25267,4,4),
  285. (25266,25268,1,1),
  286. (25269,25270,3,3),
  287. (25269,25271,2,2),
  288. (25273,25274,3,3),
  289. (25273,25275,1,1),
  290. (25277,25278,2,2),
  291. (25277,25279,2,2),
  292. (25283,25284,4,4),
  293. (25283,25285,2,2),
  294. (25286,25287,3,3),
  295. (25286,25288,2,2),
  296. (25286,25289,2,2),
  297. (25290,25291,3,3),
  298. (25290,25292,1,1),
  299. (25293,25294,1,1),
  300. (25293,25295,4,4),
  301. (25296,25297,3,3),
  302. (25296,25298,1,1),
  303. (25299,25300,3,3),
  304. (25299,25301,2,2),
  305. (25302,25303,3,3),
  306. (25302,25304,1,1),
  307. (25306,25307,1,1),
  308. (25306,25308,4,4),
  309. (25309,25310,1,1),
  310. (25309,25311,4,4),
  311. (25312,25313,2,2),
  312. (25312,25314,2,2),
  313. (25316,25317,1,1),
  314. (25316,25318,4,4),
  315. (25319,25320,3,3),
  316. (25319,25321,1,1),
  317. (25322,25323,3,3),
  318. (25322,25324,1,1),
  319. (25325,25326,1,1),
  320. (25325,25327,4,4),
  321. (25328,25329,1,1),
  322. (25328,25330,1,1),
  323. (25328,25331,1,1),
  324. (25328,25332,1,1),
  325. (25339,25340,2,2),
  326. (25339,25341,2,2),
  327. (25342,25343,1,1),
  328. (25342,25344,1,1),
  329. (25342,25345,2,2),
  330. (25346,25347,3,3),
  331. (25346,25348,1,1),
  332. (25349,25350,3,3),
  333. (25349,25351,1,1),
  334. (25352,25353,3,3),
  335. (25354,25355,4,4),
  336. (25354,25356,1,1),
  337. (25357,25358,2,2),
  338. (25357,25359,1,1),
  339. (25360,25361,3,3),
  340. (25362,25363,2,2),
  341. (25362,25364,3,3),
  342. (25366,25367,2,2),
  343. (25366,25368,1,1),
  344. (25369,25370,1,1),
  345. (25369,25371,4,4),
  346. (25373,25374,3,3),
  347. (25375,25376,2,2),
  348. (25375,25377,1,1),
  349. (25378,25379,3,3),
  350. (25380,25381,1,1),
  351. (25380,25382,4,4),
  352. (25383,25384,3,3),
  353. (25385,25386,1,1),
  354. (25385,25387,4,4),
  355. (25388,25389,3,3),
  356. (25388,25390,2,2),
  357. (25392,25393,3,3),
  358. (25395,25396,1,1),
  359. (25395,25397,2,2),
  360. (25398,25399,3,3),
  361. (25398,25400,1,1),
  362. (25401,25402,1,1),
  363. (25401,25403,3,3),
  364. (25404,25405,2,2),
  365. (25404,25406,1,1),
  366. (25410,25411,3,3),
  367. (25412,25413,3,3),
  368. (25412,25414,2,2),
  369. (25415,25416,3,3),
  370. (25415,25417,1,1),
  371. (25418,25419,3,3),
  372. (25420,25421,3,3),
  373. (25420,25422,1,1),
  374. (25423,25424,4,4),
  375. (25423,25425,1,1),
  376. (25426,25427,2,2),
  377. (25426,25428,1,1),
  378. (25429,25430,3,3),
  379. (25431,25432,2,2),
  380. (25431,25433,2,2),
  381. (25434,25435,1,1),
  382. (25434,25436,3,3),
  383. (25438,25439,1,1),
  384. (25438,25440,3,3),
  385. (25441,25442,4,4),
  386. (25441,25443,1,1),
  387. (25444,25445,3,3),
  388. (25444,25446,2,2),
  389. (25447,25448,2,2),
  390. (25447,25449,2,2),
  391. (25450,25451,3,3),
  392. (25450,25452,1,1),
  393. (25453,25454,3,3),
  394. (25453,25455,1,1),
  395. (25456,25457,1,1),
  396. (25456,25458,2,2),
  397. (25456,25459,1,1),
  398. (25460,25461,2,2),
  399. (25460,25462,1,1),
  400. (25463,25464,1,1),
  401. (25463,25465,1,1),
  402. (25463,25466,1,1),
  403. (25467,25468,4,4),
  404. (25467,25469,1,1),
  405. (25470,25471,3,3),
  406. (25470,25472,1,1),
  407. (25473,25474,3,3),
  408. (25475,25476,3,3),
  409. (25475,25477,2,2),
  410. (25478,25479,3,3),
  411. (25478,25480,1,1),
  412. (25481,25482,2,2),
  413. (25481,25483,1,1),
  414. (25484,25485,1,1),
  415. (25484,25486,2,2),
  416. (25487,25488,3,3),
  417. (25487,25489,1,1),
  418. (25490,25491,3,3),
  419. (25490,25492,2,2),
  420. (25493,25494,1,1),
  421. (25493,25495,4,4),
  422. (25496,25497,3,3),
  423. (25498,25499,1,1),
  424. (25498,25500,4,4),
  425. -- Boss Akata
  426. (25501,25502,3,3),
  427. (25501,25503,2,2),
  428. -- Nellis' Vengeful Spirit
  429. (25504,25505,3,3),
  430. (25506,25507,1,1),
  431. -- Rayito the Looter
  432. (25506,25508,3,3),
  433. (25509,25510,1,1),
  434. (25509,25511,3,3),
  435. (25514,25515,1,1),
  436. (25514,25516,3,3),
  437. (25623,25633,4,6),
  438. (25625,25629,3,3),
  439. (25625,25630,3,3),
  440. -- Queen Shyeed
  441. (25671,25672,3,3),
  442. (25671,25673,1,1),
  443. -- Gwindorr
  444. (25674,25675,3,3),
  445. (25674,25676,2,2),
  446. -- Water Spirit Lian
  447. (25677,25678,3,3),
  448. (25677,25679,1,1),
  449. -- Gorgolos
  450. (25681,25682,3,3),
  451. -- Last Titan Utenus
  452. (25684,25685,3,3),
  453. -- Hekaton Prime
  454. (25687,25688,1,1),
  455. (25687,25689,2,2),
  456. (25572,25573,2,2),
  457. (25572,25574,2,2),
  458. (25575,25576,4,4),
  459. (25575,25577,1,1),
  460. (25579,25580,4,4),
  461. (25579,25581,1,1),
  462. (25582,25583,2,2),
  463. (25582,25584,2,2),
  464. (25585,25586,3,3),
  465. (25585,25587,1,1),
  466. (25589,25590,1,1),
  467. (25589,25591,4,4),
  468. (25593,25594,3,3),
  469. (25593,25595,2,2),
  470. (27108,27109,1,1),
  471. (29096,29097,2,2),
  472. (29096,29098,3,4),
  473. (25524,25525,2,2),
  474. (25524,25526,2,2),
  475. -- Wings of Flame Ixion
  476. (29040,29041,1,1),
  477. (29040,29042,1,1),
  478. (29040,29043,1,1),
  479. (29040,29044,1,1),
  480. (29056,29057,2,2),
  481. (29056,29058,2,2);
  482. -- Primeval Isle
  483. INSERT INTO `minions` VALUES
  484. (22742,22744,3,3),
  485. (22743,22745,3,4),
  486. (22202,22201,2,3),
  487. (22205,22204,4,4),
  488. (22213,22209,1,1),
  489. (22213,22210,1,1),
  490. (22213,22212,2,2),
  491. (22198,22197,4,4),
  492. (22223,22197,1,1);
  493. -- ToI - Binder group
  494. INSERT INTO `minions` VALUES
  495. (20983,20984,1,1),
  496. (20983,20985,1,1),
  497. (20983,21074,1,1);
  498. -- VoS - Judge of Splendor group
  499. INSERT INTO `minions` VALUES
  500. (21544,21545,1,1),
  501. (21544,21546,1,1);
  502. -- Steam Corridor groups
  503. INSERT INTO `minions` VALUES
  504. (22305,22308,1,1),
  505. (22306,22308,2,2),
  506. (22306,22309,2,2),
  507. (22307,22308,1,1),
  508. (22307,22309,2,2),
  509. (22307,22310,1,1),
  510. (22416,22308,1,1),
  511. (22416,22309,1,1),
  512. (22416,22310,1,1),
  513. (22416,22417,1,1);
  514. -- Emerald Square groups
  515. INSERT INTO `minions` VALUES
  516. (22299,22300,2,2),
  517. (22301,22290,2,2);
  518. -- Original Sin Wardens
  519. INSERT INTO `minions` VALUES
  520. (22423,22424,1,1),
  521. (22423,22425,1,1),
  522. (22423,22426,1,1),
  523. (22423,22427,1,1),
  524. (22423,22428,1,1),
  525. (22423,22429,1,1),
  526. (22423,22430,1,1),
  527. (22431,22432,1,1),
  528. (22431,22433,1,1),
  529. (22431,22434,1,1),
  530. (22431,22435,1,1),
  531. (22431,22436,1,1),
  532. (22431,22437,1,1),
  533. (22431,22438,1,1);
  534. -- Kamaloka
  535. INSERT INTO `minions` VALUES
  536. (18555, 18556, 2, 2),
  537. (18559, 18560, 2, 2),
  538. (18562, 18563, 2, 2),
  539. (18566, 18567, 2, 2),
  540. (18568, 18569, 1, 1),
  541. (18571, 18572, 2, 2),
  542. (18573, 18574, 2, 2),
  543. (18577, 18578, 2, 2);
  544. -- Kamaloka Labyrinth
  545. INSERT INTO `minions` VALUES
  546. (29129, 29130, 2, 2),
  547. (29129, 29131, 2, 2),
  548. (29132, 29133, 2, 2),
  549. (29132, 29134, 2, 2),
  550. (29135, 29136, 2, 2),
  551. (29135, 29137, 2, 2),
  552. (29138, 29139, 2, 2),
  553. (29138, 29140, 2, 2),
  554. (29141, 29142, 2, 2),
  555. (29141, 29143, 2, 2),
  556. (29144, 29145, 2, 2),
  557. (29144, 29146, 2, 2),
  558. (29147, 29148, 2, 2),
  559. (29147, 29149, 2, 2),
  560. (25710, 25711, 2, 2),
  561. (25710, 25712, 2, 2);
  562. -- Giants Cave
  563. INSERT INTO `minions` VALUES
  564. (22666, 22667, 1, 4),
  565. (22670, 22671, 1, 2),
  566. (22670, 22672, 1, 3);
  567. -- Stakato Nest
  568. INSERT INTO `minions` VALUES
  569. (22625, 22624, 1, 1),
  570. (22630, 22632, 1, 1),
  571. (22621, 22620, 1, 1),
  572. -- Nornil's Garden
  573. (25528, 25529, 2, 2),
  574. (25528, 25530, 2, 4);
  575. -- Larva and Queen Ant
  576. INSERT INTO `minions` VALUES
  577. (29001, 29003, 5, 5),
  578. (29001, 29005, 7, 7),
  579. (29002, 29003, 2, 2);
  580. -- Adolph + Linda
  581. INSERT INTO `minions` VALUES
  582. (32070,32071,1,1);
  583. -- Dragon Valley
  584. INSERT INTO `minions` VALUES
  585. -- Emerald Drake
  586. (22829,22860,1,12),
  587. -- Batwing Drake
  588. (22827,22828,1,8),
  589. -- Hard Noxious Scorpion
  590. (22861,22826,1,4);
  591. -- Lord of Destruction raid bosses
  592. INSERT INTO `minions` VALUES
  593. -- Greyclaw Kutus
  594. (25735,25736,3,3), -- Kutus' Guard
  595. (25735,25737,1,1), -- Kutus' Pawn
  596. -- Lead Tracker Sharuk
  597. (25738,25739,2,2), -- Sharuk's Minion
  598. (25738,25740,3,3), -- Sharuk's Marksman
  599. -- Sukar Wererat Chief
  600. (25741,25742,2,2), -- Sukar Wererat Guard
  601. (25741,25743,1,1), -- Sukar Wererat Priest
  602. -- Ikuntai
  603. (25744,25745,2,2), -- Ikuntai's Servitor
  604. (25744,25746,2,2), -- Ikuntai's Pawn
  605. -- Zombie Lord Crowl
  606. (25747,25748,3,3), -- Evil Spirit Archer
  607. (25747,25749,2,2), -- Evil Spirit Warrior
  608. -- Zombie Lord Ferkel
  609. (25750,25751,2,2), -- Ferkel's Warrior
  610. (25750,25752,1,1), -- Ferkel's Priest
  611. -- Fire Lord Shadar
  612. (25754,25755,1,1), -- Sword of Shadar
  613. (25754,25756,4,4), -- Whip of Shadar
  614. -- Soul Collector Acheron
  615. (25757,25758,3,3), -- Soul Slasher
  616. (25757,25759,1,1), -- Soul Strainer
  617. -- Lord Ishka
  618. (25760,25761,1,1), -- Ishka's Elite Officer
  619. (25760,25762,2,2), -- Ishka's Elite Soldier
  620. -- Demon Kuri
  621. (25763,25764,2,2), -- Kuri's Wife
  622. (25763,25765,2,2), -- Devil Blader of Chaos
  623. -- Carnage Lord Gato
  624. (25767,25768,3,3), -- Gato's Marksman
  625. (25767,25769,2,2), -- Gato's Champion
  626. -- Ketra Commander Atis
  627. (25770,25771,3,3), -- Ketra Marksman
  628. (25770,25772,2,2), -- Ketra Raider
  629. -- Beacon of Blue Sky
  630. (25773,25774,3,3), -- Beacon's Shooter
  631. (25773,25775,2,2), -- Beacon's Warrior
  632. -- Earth Protector Panathen
  633. (25776,25777,1,1), -- Panathen's Knight
  634. (25776,25778,4,4), -- Panathen's Protectors
  635. -- Betrayer of Urutu Freki
  636. (25779,25780,2,2), -- Freki's Vampire Bat
  637. (25779,25781,1,1), -- Freki's Wild Bear
  638. -- Nellis' Vengeful Spirit
  639. (25782,25783,3,3), -- Nellis' Follower
  640. -- Rayito the Looter
  641. (25784,25785,1,1), -- Rayito's Henchman
  642. (25784,25786,3,3), -- Rayito's Henchman
  643. -- Ketra's Hero Hekaton
  644. (25787,25788,3,3), -- Scout of Hekaton
  645. (25787,25789,2,2), -- Servant of Hekaton
  646. -- Varka's Hero Shadith
  647. (25790,25791,1,1), -- Shadith's Royal Guard Captain
  648. (25790,25792,4,4), -- Shadith's Sentinel
  649. -- Kernon
  650. (25794,25795,1,1), -- Taliadon
  651. (25794,25796,4,4), -- Vemsk
  652. -- Meanas Anor
  653. (25797,25798,3,3), -- Wyvern of Marsh
  654. (25797,25799,1,1), -- Succubus of Marsh
  655. -- Mammon Collector Talos
  656. (25800,25801,3,3); -- Talos' Cohort