lootupdate:
-- Vazruden and Nazan (Reinforced Fel Iron Chest) - Normal
DELETE FROM `gameobject_loot_template` WHERE entry=21762;
insert into `gameobject_loot_template` (`entry`, `item`, `Chance`, `groupid`, `MinCount`, `maxcount`, `LootMode`, `Reference`, `comment`) values
(21762,1,1,0,1,1,1,49000,'Darkmoon Cards - Ace Cards'),
(21762,2,100,0,1,1,1,40034,'Hellfire Citadel: Hellfire Ramparts (Boss Loot) - Vazruden and Nazan (Normal) - Rare Items');
-- Vazruden and Nazan (Reinforced Fel Iron Chest) - Heroic
DELETE FROM `gameobject_loot_template` WHERE entry=21764;
insert into `gameobject_loot_template` (`entry`, `item`, `Chance`, `groupid`, `MinCount`, `maxcount`, `LootMode`, `Reference`, `comment`) values
(21764,29434,100,0,1,1,1,0,'Badge of Justice'),
(21764,1,2,0,1,1,1, 49000,'Darkmoon Cards - Ace Cards'),
(21764,2,100,0,1,1,1,40035,'Hellfire Citadel: Hellfire Ramparts (Boss Loot) - Vazruden and Nazan (Heroic) - Rare Items'),
(21764,3,100,0,1,1,1,40036,'Hellfire Citadel: Hellfire Ramparts (Boss Loot) - Vazruden and Nazan (Heroic) - Epic Items'),
(21764,4,30,0,1,1,1,40037,'Hellfire Citadel: Hellfire Ramparts Heroic Epic Gems');
DELETE FROM `reference_loot_template` WHERE `entry` IN (40034, 40035, 40036, 40037, 49000);
INSERT INTO `reference_loot_template` (`entry`, `item`, `Chance`, `groupid`, `Mincount`, `maxcount`, `comment`) VALUES
-- Vazruden and Nazan (Normal) - Rare Items
(40034, 24044, 0, 1, 1, 1, 'Hellreaver'),
(40034, 24045, 0, 1, 1, 1, 'Band of Renewal'),
(40034, 24151, 0, 1, 1, 1, 'Mok\'Nathal Clan Ring'),
(40034, 24154, 0, 1, 1, 1, 'Witching Band'),
(40034, 24155, 0, 1, 1, 1, 'Ursol\'s Claw'),
-- Vazruden and Nazan (Heroic) - Rare Items
(40035, 27453, 0, 1, 1, 1, 'Averinn\'s Ring of Slaying'),
(40035, 27455, 0, 1, 1, 1, 'Irondrake Faceguard'),
(40035, 27457, 0, 1, 1, 1, 'Life Bearer\'s Gauntlets'),
(40035, 27459, 0, 1, 1, 1, 'Vambraces of Daring'),
(40035, 27460, 0, 1, 1, 1, 'Reavers\' Ring'),
-- Vazruden and Nazan (Heroic) - Epic Items
(40036, 29238, 0, 1, 1, 1, 'Lion\'s Heart Girdle'),
(40036, 29264, 0, 1, 1, 1, 'Tree-Mender\'s Belt'),
(40036, 29346, 0, 1, 1, 1, 'Feltooth Eviscerator'),
(40036, 32077, 0, 1, 1, 1, 'Wrath Infused Gauntlets'),
-- Hellfire Ramparts Heroic Epic Gems
(40037, 30592, 0, 1, 1, 1, 'Steady Chrysoprase'),
(40037, 30593, 0, 1, 1, 1, 'Iridescent Fire Opal'),
(40037, 30594, 0, 1, 1, 1, 'Effulgent Chrysoprase'),
-- Darkmoon Cards - Ace Cards
(49000, 31882, 0, 1, 1, 1, 'Ace of Blessings'),
(49000, 31892, 0, 1, 1, 1, 'Ace of Storms'),
(49000, 31901, 0, 1, 1, 1, 'Ace of Furies'),
(49000, 31910, 0, 1, 1, 1, 'Ace of Lunacy');