mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(DB/Loot): Gluth Loot Table (#24737)
Co-authored-by: amed80 <8395873+amed80@users.noreply.github.com>
This commit is contained in:
305
data/sql/updates/pending_db_world/rev_1771283323680167400.sql
Normal file
305
data/sql/updates/pending_db_world/rev_1771283323680167400.sql
Normal file
@@ -0,0 +1,305 @@
|
||||
-- Gluth
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 15932) AND `GroupId` = 2;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(15932, 39139, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Ravaging Sabatons'),
|
||||
(15932, 39140, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Knife of Incision'),
|
||||
(15932, 39141, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Deflection Band'),
|
||||
(15932, 39146, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Collar of Dissolution'),
|
||||
(15932, 39188, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Chivalric Chestguard'),
|
||||
(15932, 39189, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Boots of Persistence'),
|
||||
(15932, 39190, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Agonal Sash'),
|
||||
(15932, 39191, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Splint-Bound Leggings'),
|
||||
(15932, 39192, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Gloves of Dark Gestures'),
|
||||
(15932, 39193, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Band of Neglected Pleas'),
|
||||
(15932, 39194, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Rusted-Link Spiked Gauntlets'),
|
||||
(15932, 39195, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Bracers of Lost Sentiments'),
|
||||
(15932, 39196, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Boots of the Worshiper'),
|
||||
(15932, 39197, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Gauntlets of the Master'),
|
||||
(15932, 39198, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Frostblight Pauldrons'),
|
||||
(15932, 39199, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Watchful Eye'),
|
||||
(15932, 39200, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Grieving Spellblade'),
|
||||
(15932, 39215, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Boots of the Follower'),
|
||||
(15932, 39216, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Sash of Mortal Desire'),
|
||||
(15932, 39217, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Avenging Combat Leggings'),
|
||||
(15932, 39221, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Wraith Spear'),
|
||||
(15932, 39224, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Leggings of Discord'),
|
||||
(15932, 39225, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Cloak of Armed Strife'),
|
||||
(15932, 39226, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Maexxna\'s Femur'),
|
||||
(15932, 39228, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Web Cocoon Grips'),
|
||||
(15932, 39229, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Embrace of the Spider'),
|
||||
(15932, 39230, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Spaulders of the Monstrosity'),
|
||||
(15932, 39231, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Timeworn Silken Band'),
|
||||
(15932, 39232, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Pendant of Lost Vocations'),
|
||||
(15932, 39233, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Aegis of Damnation'),
|
||||
(15932, 39234, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Plague-Impervious Boots'),
|
||||
(15932, 39235, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Bone-Framed Bracers'),
|
||||
(15932, 39236, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Trespasser\'s Boots'),
|
||||
(15932, 39237, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Spaulders of Resumed Battle'),
|
||||
(15932, 39239, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Chestplate of the Risen Soldier'),
|
||||
(15932, 39240, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Noth\'s Curse'),
|
||||
(15932, 39241, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Dark Shroud of the Scourge'),
|
||||
(15932, 39242, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Robes of Hoarse Breaths'),
|
||||
(15932, 39243, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Handgrips of the Foredoomed'),
|
||||
(15932, 39244, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Ring of the Fated'),
|
||||
(15932, 39245, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Demise'),
|
||||
(15932, 39246, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Amulet of Autopsy'),
|
||||
(15932, 39247, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Cuffs of Dark Shadows'),
|
||||
(15932, 39248, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Tunic of the Lost Pack'),
|
||||
(15932, 39249, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Shoulderplates of Bloodshed'),
|
||||
(15932, 39250, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Ring of Holy Cleansing'),
|
||||
(15932, 39251, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Necrogenic Belt'),
|
||||
(15932, 39252, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Preceptor\'s Bindings'),
|
||||
(15932, 39254, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Saltarello Shoes'),
|
||||
(15932, 39255, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Staff of the Plague Beast'),
|
||||
(15932, 39261, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Tainted Girdle of Mending'),
|
||||
(15932, 39262, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Gauntlets of Combined Strength'),
|
||||
(15932, 39267, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Abomination Shoulderblades'),
|
||||
(15932, 39270, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Hatestrike'),
|
||||
(15932, 39271, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Blade of Dormant Memories'),
|
||||
(15932, 39272, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Drape of Surgery'),
|
||||
(15932, 39273, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Sullen Cloth Boots'),
|
||||
(15932, 39274, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Retcher\'s Shoulderpads'),
|
||||
(15932, 39275, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Contagion Gloves'),
|
||||
(15932, 39276, 0, 0, 0, 1, 2, 1, 1, 'Gluth - The Skull of Ruin'),
|
||||
(15932, 39277, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Sealing Ring of Grobbulus'),
|
||||
(15932, 39278, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Bands of Anxiety'),
|
||||
(15932, 39279, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Blistered Belt of Decay'),
|
||||
(15932, 39280, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Leggings of Innumerable Barbs'),
|
||||
(15932, 39281, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Infection Repulser'),
|
||||
(15932, 39282, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Bone-Linked Amulet'),
|
||||
(15932, 39283, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Putrescent Bands'),
|
||||
(15932, 39284, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Miasma Mantle'),
|
||||
(15932, 39285, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Handgrips of Turmoil'),
|
||||
(15932, 39296, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Accursed Bow of the Elite'),
|
||||
(15932, 39297, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Cloak of Darkening'),
|
||||
(15932, 39298, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Waistguard of the Tutor'),
|
||||
(15932, 39299, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Rapid Attack Gloves'),
|
||||
(15932, 39306, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Plated Gloves of Relief'),
|
||||
(15932, 39307, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Iron Rings of Endurance'),
|
||||
(15932, 39308, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Girdle of Lenience'),
|
||||
(15932, 39309, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Leggings of the Instructor'),
|
||||
(15932, 39310, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Mantle of the Extensive Mind'),
|
||||
(15932, 39311, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Scepter of Murmuring Spirits'),
|
||||
(15932, 39344, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Slayer of the Lifeless'),
|
||||
(15932, 39345, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Girdle of the Ascended Phantom'),
|
||||
(15932, 39369, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Sabatons of Deathlike Gloom'),
|
||||
(15932, 39379, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Spectral Rider\'s Girdle'),
|
||||
(15932, 39386, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Tunic of Dislocation'),
|
||||
(15932, 39388, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Spirit-World Glass'),
|
||||
(15932, 39389, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Signet of the Malevolent'),
|
||||
(15932, 39390, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Resurgent Phantom Bindings'),
|
||||
(15932, 39391, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Heinous Mail Chestguard'),
|
||||
(15932, 39392, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Veiled Amulet of Life'),
|
||||
-- (15932, 39427, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Omen of Ruin'),
|
||||
-- (15932, 39467, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Minion Bracers'),
|
||||
-- (15932, 39468, 0, 0, 0, 1, 2, 1, 1, 'Gluth - The Stray'),
|
||||
-- (15932, 39470, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Medallion of the Disgraced'),
|
||||
-- (15932, 39472, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Chain of Latent Energies'),
|
||||
-- (15932, 39473, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Contortion'),
|
||||
(15932, 39256, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Sulfur Stave'),
|
||||
(15932, 39257, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Loatheb\'s Shadow'),
|
||||
(15932, 39258, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Legplates of Inescapable Death'),
|
||||
(15932, 39259, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Fungi-Stained Coverings'),
|
||||
(15932, 39260, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Helm of the Corrupted Mind'),
|
||||
(15932, 39291, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Torment of the Banished'),
|
||||
(15932, 39292, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Repelling Charge'),
|
||||
(15932, 39293, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Blackened Legplates of Feugen'),
|
||||
(15932, 39294, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Arc-Scorched Helmet'),
|
||||
(15932, 39295, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Cowl of Sheet Lightning'),
|
||||
(15932, 39393, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Claymore of Ancient Power'),
|
||||
(15932, 39394, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Charmed Cierge'),
|
||||
(15932, 39395, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Thane\'s Tainted Greathelm'),
|
||||
(15932, 39396, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Gown of Blaumeux'),
|
||||
(15932, 39397, 0, 0, 0, 1, 2, 1, 1, 'Gluth - Pauldrons of Havoc');
|
||||
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34142);
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(34142, 39701, 0, 0, 0, 1, 1, 1, 1, 'Dawnwalkers'),
|
||||
(34142, 39702, 0, 0, 0, 1, 1, 1, 1, 'Arachnoid Gold Band'),
|
||||
(34142, 39703, 0, 0, 0, 1, 1, 1, 1, 'Rescinding Grips'),
|
||||
(34142, 39704, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of Unnatural Death'),
|
||||
(34142, 39706, 0, 0, 0, 1, 1, 1, 1, 'Sabatons of Sudden Reprisal'),
|
||||
(34142, 39712, 0, 0, 0, 1, 1, 1, 1, 'Gemmed Wand of the Nerubians'),
|
||||
(34142, 39714, 0, 0, 0, 1, 1, 1, 1, 'Webbed Death'),
|
||||
(34142, 39716, 0, 0, 0, 1, 1, 1, 1, 'Shield of Assimilation'),
|
||||
(34142, 39717, 0, 0, 0, 1, 1, 1, 1, 'Inexorable Sabatons'),
|
||||
(34142, 39718, 0, 0, 0, 1, 1, 1, 1, 'Corpse Scarab Handguards'),
|
||||
(34142, 39719, 0, 0, 0, 1, 1, 1, 1, 'Mantle of the Locusts'),
|
||||
(34142, 39720, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Atrophy'),
|
||||
(34142, 39721, 0, 0, 0, 1, 1, 1, 1, 'Sash of the Parlor'),
|
||||
(34142, 39722, 0, 0, 0, 1, 1, 1, 1, 'Swarm Bindings'),
|
||||
-- (34142, 40064, 0, 0, 0, 1, 1, 1, 1, 'Thunderstorm Amulet'),
|
||||
-- (34142, 40065, 0, 0, 0, 1, 1, 1, 1, 'Fool\'s Trial'),
|
||||
-- (34142, 40069, 0, 0, 0, 1, 1, 1, 1, 'Heritage'),
|
||||
-- (34142, 40071, 0, 0, 0, 1, 1, 1, 1, 'Chains of Adoration'),
|
||||
-- (34142, 40074, 0, 0, 0, 1, 1, 1, 1, 'Strong-Handed Ring'),
|
||||
-- (34142, 40075, 0, 0, 0, 1, 1, 1, 1, 'Ruthlessness'),
|
||||
-- (34142, 40080, 0, 0, 0, 1, 1, 1, 1, 'Lost Jewel'),
|
||||
-- (34142, 40107, 0, 0, 0, 1, 1, 1, 1, 'Sand-Worn Band'),
|
||||
-- (34142, 40108, 0, 0, 0, 1, 1, 1, 1, 'Seized Beauty'),
|
||||
(34142, 39723, 0, 0, 0, 1, 1, 1, 1, 'Fire-Scorched Greathelm'),
|
||||
(34142, 39724, 0, 0, 0, 1, 1, 1, 1, 'Cult\'s Chestguard'),
|
||||
(34142, 39725, 0, 0, 0, 1, 1, 1, 1, 'Epaulets of the Grieving Servant'),
|
||||
(34142, 39726, 0, 0, 0, 1, 1, 1, 1, 'Callous-Hearted Gauntlets'),
|
||||
(34142, 39727, 0, 0, 0, 1, 1, 1, 1, 'Dislocating Handguards'),
|
||||
(34142, 39728, 0, 0, 0, 1, 1, 1, 1, 'Totem of Misery'),
|
||||
(34142, 39729, 0, 0, 0, 1, 1, 1, 1, 'Bracers of the Tyrant'),
|
||||
(34142, 39730, 0, 0, 0, 1, 1, 1, 1, 'Widow\'s Fury'),
|
||||
(34142, 39731, 0, 0, 0, 1, 1, 1, 1, 'Punctilious Bindings'),
|
||||
(34142, 39732, 0, 0, 0, 1, 1, 1, 1, 'Faerlina\'s Madness'),
|
||||
(34142, 39733, 0, 0, 0, 1, 1, 1, 1, 'Gloves of Token Respect'),
|
||||
(34142, 39734, 0, 0, 0, 1, 1, 1, 1, 'Atonement Greaves'),
|
||||
(34142, 39735, 0, 0, 0, 1, 1, 1, 1, 'Belt of False Dignity'),
|
||||
(34142, 39756, 0, 0, 0, 1, 1, 1, 1, 'Tunic of Prejudice'),
|
||||
(34142, 39757, 0, 0, 0, 1, 1, 1, 1, 'Idol of Worship'),
|
||||
(34142, 39758, 0, 0, 0, 1, 1, 1, 1, 'The Jawbone'),
|
||||
(34142, 39759, 0, 0, 0, 1, 1, 1, 1, 'Ablative Chitin Girdle'),
|
||||
(34142, 39760, 0, 0, 0, 1, 1, 1, 1, 'Helm of Diminished Pride'),
|
||||
(34142, 39761, 0, 0, 0, 1, 1, 1, 1, 'Infectious Skitterer Leggings'),
|
||||
(34142, 39762, 0, 0, 0, 1, 1, 1, 1, 'Torn Web Wrapping'),
|
||||
(34142, 39763, 0, 0, 0, 1, 1, 1, 1, 'Wraith Strike'),
|
||||
(34142, 39764, 0, 0, 0, 1, 1, 1, 1, 'Bindings of the Hapless Prey'),
|
||||
(34142, 39765, 0, 0, 0, 1, 1, 1, 1, 'Sinner\'s Bindings'),
|
||||
(34142, 39766, 0, 0, 0, 1, 1, 1, 1, 'Matriarch\'s Spawn'),
|
||||
(34142, 39767, 0, 0, 0, 1, 1, 1, 1, 'Undiminished Battleplate'),
|
||||
(34142, 39768, 0, 0, 0, 1, 1, 1, 1, 'Cowl of the Perished'),
|
||||
(34142, 40060, 0, 0, 0, 1, 1, 1, 1, 'Distorted Limbs'),
|
||||
(34142, 40061, 0, 0, 0, 1, 1, 1, 1, 'Quivering Tunic'),
|
||||
(34142, 40062, 0, 0, 0, 1, 1, 1, 1, 'Digested Silken Robes'),
|
||||
(34142, 40063, 0, 0, 0, 1, 1, 1, 1, 'Mantle of Shattered Kinship'),
|
||||
-- (34142, 40250, 0, 0, 0, 1, 1, 1, 1, 'Aged Winter Cloak'),
|
||||
-- (34142, 40251, 0, 0, 0, 1, 1, 1, 1, 'Shroud of Luminosity'),
|
||||
-- (34142, 40252, 0, 0, 0, 1, 1, 1, 1, 'Cloak of the Shadowed Sun'),
|
||||
-- (34142, 40253, 0, 0, 0, 1, 1, 1, 1, 'Shawl of the Old Maid'),
|
||||
-- (34142, 40254, 0, 0, 0, 1, 1, 1, 1, 'Cloak of Averted Crisis'),
|
||||
-- (34142, 40255, 0, 0, 0, 1, 1, 1, 1, 'Dying Curse'),
|
||||
-- (34142, 40256, 0, 0, 0, 1, 1, 1, 1, 'Grim Toll'),
|
||||
-- (34142, 40257, 0, 0, 0, 1, 1, 1, 1, 'Defender\'s Code'),
|
||||
-- (34142, 40258, 0, 0, 0, 1, 1, 1, 1, 'Forethought Talisman'),
|
||||
(34142, 40259, 0, 0, 0, 1, 1, 1, 1, 'Waistguard of Divine Grace'),
|
||||
(34142, 40260, 0, 0, 0, 1, 1, 1, 1, 'Belt of the Tortured'),
|
||||
(34142, 40261, 0, 0, 0, 1, 1, 1, 1, 'Crude Discolored Battlegrips'),
|
||||
(34142, 40262, 0, 0, 0, 1, 1, 1, 1, 'Gloves of Calculated Risk'),
|
||||
(34142, 40263, 0, 0, 0, 1, 1, 1, 1, 'Fleshless Girdle'),
|
||||
(34142, 40264, 0, 0, 0, 1, 1, 1, 1, 'Split Greathammer'),
|
||||
(34142, 40265, 0, 0, 0, 1, 1, 1, 1, 'Arrowsong'),
|
||||
(34142, 40266, 0, 0, 0, 1, 1, 1, 1, 'Hero\'s Surrender'),
|
||||
(34142, 40267, 0, 0, 0, 1, 1, 1, 1, 'Totem of Hex'),
|
||||
(34142, 40268, 0, 0, 0, 1, 1, 1, 1, 'Libram of Tolerance'),
|
||||
(34142, 40269, 0, 0, 0, 1, 1, 1, 1, 'Boots of Persuasion'),
|
||||
(34142, 40270, 0, 0, 0, 1, 1, 1, 1, 'Boots of Septic Wounds'),
|
||||
(34142, 40271, 0, 0, 0, 1, 1, 1, 1, 'Sash of Solitude'),
|
||||
(34142, 40272, 0, 0, 0, 1, 1, 1, 1, 'Girdle of the Gambit'),
|
||||
(34142, 40273, 0, 0, 0, 1, 1, 1, 1, 'Surplus Limb'),
|
||||
(34142, 40274, 0, 0, 0, 1, 1, 1, 1, 'Bracers of Liberation'),
|
||||
(34142, 40275, 0, 0, 0, 1, 1, 1, 1, 'Depraved Linked Belt'),
|
||||
(34142, 40277, 0, 0, 0, 1, 1, 1, 1, 'Tunic of Indulgence'),
|
||||
(34142, 40278, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Chivalry'),
|
||||
(34142, 40279, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Exhausted'),
|
||||
(34142, 40280, 0, 0, 0, 1, 1, 1, 1, 'Origin of Nightmares'),
|
||||
(34142, 40281, 0, 0, 0, 1, 1, 1, 1, 'Twilight Mist'),
|
||||
(34142, 40282, 0, 0, 0, 1, 1, 1, 1, 'Slime Stream Bands'),
|
||||
(34142, 40283, 0, 0, 0, 1, 1, 1, 1, 'Fallout Impervious Tunic'),
|
||||
(34142, 40284, 0, 0, 0, 1, 1, 1, 1, 'Plague Igniter'),
|
||||
(34142, 40285, 0, 0, 0, 1, 1, 1, 1, 'Desecrated Past'),
|
||||
(34142, 40287, 0, 0, 0, 1, 1, 1, 1, 'Cowl of Vanity'),
|
||||
(34142, 40288, 0, 0, 0, 1, 1, 1, 1, 'Spaulders of Incoherence'),
|
||||
(34142, 40289, 0, 0, 0, 1, 1, 1, 1, 'Sympathetic Amice'),
|
||||
(34142, 40351, 0, 0, 0, 1, 1, 1, 1, 'Mantle of the Fatigued Sage'),
|
||||
(34142, 40294, 0, 0, 0, 1, 1, 1, 1, 'Riveted Abomination Leggings'),
|
||||
(34142, 40296, 0, 0, 0, 1, 1, 1, 1, 'Cover of Silence'),
|
||||
(34142, 40297, 0, 0, 0, 1, 1, 1, 1, 'Sabatons of Endurance'),
|
||||
(34142, 40298, 0, 0, 0, 1, 1, 1, 1, 'Faceguard of the Succumbed'),
|
||||
(34142, 40299, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Abandoned'),
|
||||
(34142, 40300, 0, 0, 0, 1, 1, 1, 1, 'Spire of Sunset'),
|
||||
(34142, 40301, 0, 0, 0, 1, 1, 1, 1, 'Cincture of Polarity'),
|
||||
(34142, 40302, 0, 0, 0, 1, 1, 1, 1, 'Benefactor\'s Gauntlets'),
|
||||
(34142, 40303, 0, 0, 0, 1, 1, 1, 1, 'Wraps of the Persecuted'),
|
||||
(34142, 40304, 0, 0, 0, 1, 1, 1, 1, 'Headpiece of Fungal Bloom'),
|
||||
(34142, 40305, 0, 0, 0, 1, 1, 1, 1, 'Spaulders of Egotism'),
|
||||
(34142, 40306, 0, 0, 0, 1, 1, 1, 1, 'Bracers of the Unholy Knight'),
|
||||
(34142, 40315, 0, 0, 0, 1, 1, 1, 1, 'Shoulderpads of Secret Arts'),
|
||||
(34142, 40316, 0, 0, 0, 1, 1, 1, 1, 'Gauntlets of Guiding Touch'),
|
||||
(34142, 40317, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Razuvious'),
|
||||
(34142, 40318, 0, 0, 0, 1, 1, 1, 1, 'Legplates of Double Strikes'),
|
||||
(34142, 40319, 0, 0, 0, 1, 1, 1, 1, 'Chestpiece of Suspicion'),
|
||||
(34142, 40320, 0, 0, 0, 1, 1, 1, 1, 'Faithful Steel Sabatons'),
|
||||
(34142, 40321, 0, 0, 0, 1, 1, 1, 1, 'Idol of the Shooting Star'),
|
||||
(34142, 40322, 0, 0, 0, 1, 1, 1, 1, 'Totem of Dueling'),
|
||||
(34142, 40323, 0, 0, 0, 1, 1, 1, 1, 'Esteemed Bindings'),
|
||||
(34142, 40324, 0, 0, 0, 1, 1, 1, 1, 'Bands of Mutual Respect'),
|
||||
(34142, 40325, 0, 0, 0, 1, 1, 1, 1, 'Bindings of the Expansive Mind'),
|
||||
(34142, 40326, 0, 0, 0, 1, 1, 1, 1, 'Boots of Forlorn Wishes'),
|
||||
(34142, 40327, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Recuperation'),
|
||||
(34142, 40328, 0, 0, 0, 1, 1, 1, 1, 'Helm of Vital Protection'),
|
||||
(34142, 40329, 0, 0, 0, 1, 1, 1, 1, 'Hood of the Exodus'),
|
||||
(34142, 40330, 0, 0, 0, 1, 1, 1, 1, 'Bracers of Unrelenting Attack'),
|
||||
(34142, 40331, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Failed Escape'),
|
||||
(34142, 40332, 0, 0, 0, 1, 1, 1, 1, 'Abetment Bracers'),
|
||||
(34142, 40333, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Fleeting Moments'),
|
||||
(34142, 40334, 0, 0, 0, 1, 1, 1, 1, 'Burdened Shoulderplates'),
|
||||
(34142, 40335, 0, 0, 0, 1, 1, 1, 1, 'Touch of Horror'),
|
||||
(34142, 40336, 0, 0, 0, 1, 1, 1, 1, 'Life and Death'),
|
||||
(34142, 40337, 0, 0, 0, 1, 1, 1, 1, 'Libram of Resurgence'),
|
||||
(34142, 40338, 0, 0, 0, 1, 1, 1, 1, 'Bindings of Yearning'),
|
||||
(34142, 40339, 0, 0, 0, 1, 1, 1, 1, 'Gothik\'s Cowl'),
|
||||
(34142, 40340, 0, 0, 0, 1, 1, 1, 1, 'Helm of Unleashed Energy'),
|
||||
(34142, 40341, 0, 0, 0, 1, 1, 1, 1, 'Shackled Cinch'),
|
||||
(34142, 40342, 0, 0, 0, 1, 1, 1, 1, 'Idol of Awakening'),
|
||||
(34142, 40286, 0, 0, 0, 1, 1, 1, 1, 'Mantle of the Corrupted'),
|
||||
(34142, 40343, 0, 0, 0, 1, 1, 1, 1, 'Armageddon'),
|
||||
(34142, 40344, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Grave'),
|
||||
(34142, 40345, 0, 0, 0, 1, 1, 1, 1, 'Broken Promise'),
|
||||
(34142, 40346, 0, 0, 0, 1, 1, 1, 1, 'Final Voyage'),
|
||||
(34142, 40347, 0, 0, 0, 1, 1, 1, 1, 'Zeliek\'s Gauntlets'),
|
||||
(34142, 40348, 0, 0, 0, 1, 1, 1, 1, 'Damnation'),
|
||||
(34142, 40349, 0, 0, 0, 1, 1, 1, 1, 'Gloves of Peaceful Death'),
|
||||
(34142, 40350, 0, 0, 0, 1, 1, 1, 1, 'Urn of Lost Memories'),
|
||||
(34142, 40352, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Voracious Shadows'),
|
||||
(34142, 40184, 0, 0, 0, 1, 1, 1, 1, 'Crippled Treads'),
|
||||
(34142, 40185, 0, 0, 0, 1, 1, 1, 1, 'Shoulderguards of Opportunity'),
|
||||
(34142, 40186, 0, 0, 0, 1, 1, 1, 1, 'Thrusting Bands'),
|
||||
(34142, 40187, 0, 0, 0, 1, 1, 1, 1, 'Poignant Sabatons'),
|
||||
(34142, 40188, 0, 0, 0, 1, 1, 1, 1, 'Gauntlets of the Disobedient'),
|
||||
(34142, 40189, 0, 0, 0, 1, 1, 1, 1, 'Angry Dread'),
|
||||
(34142, 40190, 0, 0, 0, 1, 1, 1, 1, 'Spinning Fate'),
|
||||
(34142, 40191, 0, 0, 0, 1, 1, 1, 1, 'Libram of Radiance'),
|
||||
(34142, 40192, 0, 0, 0, 1, 1, 1, 1, 'Accursed Spine'),
|
||||
(34142, 40193, 0, 0, 0, 1, 1, 1, 1, 'Tunic of Masked Suffering'),
|
||||
(34142, 40196, 0, 0, 0, 1, 1, 1, 1, 'Legguards of the Undisturbed'),
|
||||
(34142, 40197, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Fallen Wizard'),
|
||||
(34142, 40198, 0, 0, 0, 1, 1, 1, 1, 'Bands of Impurity'),
|
||||
(34142, 40200, 0, 0, 0, 1, 1, 1, 1, 'Belt of Potent Chanting'),
|
||||
(34142, 40602, 0, 0, 0, 1, 1, 1, 1, 'Robes of Mutation'),
|
||||
(34142, 40201, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Colossal Strides'),
|
||||
(34142, 40203, 0, 0, 0, 1, 1, 1, 1, 'Breastplate of Tormented Rage'),
|
||||
(34142, 40204, 0, 0, 0, 1, 1, 1, 1, 'Legguards of the Apostle'),
|
||||
(34142, 40205, 0, 0, 0, 1, 1, 1, 1, 'Stalk-Skin Belt'),
|
||||
(34142, 40206, 0, 0, 0, 1, 1, 1, 1, 'Iron-Spring Jumpers'),
|
||||
(34142, 40207, 0, 0, 0, 1, 1, 1, 1, 'Sigil of Awareness'),
|
||||
(34142, 40208, 0, 0, 0, 1, 1, 1, 1, 'Cryptfiend\'s Bite'),
|
||||
(34142, 40209, 0, 0, 0, 1, 1, 1, 1, 'Bindings of the Decrepit'),
|
||||
(34142, 40210, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of Bitter Charms'),
|
||||
(34142, 40233, 0, 0, 0, 1, 1, 1, 1, 'The Undeath Carrier'),
|
||||
(34142, 40234, 0, 0, 0, 1, 1, 1, 1, 'Heigan\'s Putrid Vestments'),
|
||||
(34142, 40235, 0, 0, 0, 1, 1, 1, 1, 'Helm of Pilgrimage'),
|
||||
(34142, 40236, 0, 0, 0, 1, 1, 1, 1, 'Serene Echoes'),
|
||||
(34142, 40237, 0, 0, 0, 1, 1, 1, 1, 'Eruption-Scarred Boots'),
|
||||
(34142, 40238, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Dancing Bear'),
|
||||
(34142, 40239, 0, 0, 0, 1, 1, 1, 1, 'The Hand of Nerub'),
|
||||
(34142, 40240, 0, 0, 0, 1, 1, 1, 1, 'Greaves of Turbulence'),
|
||||
(34142, 40241, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Unity'),
|
||||
(34142, 40242, 0, 0, 0, 1, 1, 1, 1, 'Grotesque Handgrips'),
|
||||
(34142, 40243, 0, 0, 0, 1, 1, 1, 1, 'Footwraps of Vile Deceit'),
|
||||
(34142, 40244, 0, 0, 0, 1, 1, 1, 1, 'The Impossible Dream'),
|
||||
(34142, 40245, 0, 0, 0, 1, 1, 1, 1, 'Fading Glow'),
|
||||
(34142, 40246, 0, 0, 0, 1, 1, 1, 1, 'Boots of Impetuous Ideals'),
|
||||
(34142, 40247, 0, 0, 0, 1, 1, 1, 1, 'Cowl of Innocent Delight'),
|
||||
(34142, 40249, 0, 0, 0, 1, 1, 1, 1, 'Vest of Vitality');
|
||||
-- (34142, 40406, 0, 0, 0, 1, 1, 1, 1, 'Inevitable Defeat'),
|
||||
-- (34142, 40407, 0, 0, 0, 1, 1, 1, 1, 'Silent Crusader'),
|
||||
-- (34142, 40408, 0, 0, 0, 1, 1, 1, 1, 'Haunting Call'),
|
||||
-- (34142, 40409, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Escaped Captive'),
|
||||
-- (34142, 40410, 0, 0, 0, 1, 1, 1, 1, 'Shadow of the Ghoul'),
|
||||
-- (34142, 40412, 0, 0, 0, 1, 1, 1, 1, 'Ousted Bead Necklace'),
|
||||
-- (34142, 40414, 0, 0, 0, 1, 1, 1, 1, 'Shoulderguards of the Undaunted');
|
||||
Reference in New Issue
Block a user