From 4cf6e407af3951c32f86a50af4845fe5ffc03743 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:43:17 +0200 Subject: [PATCH] WotLK emblem fixes (#603) - Heroic dungeons will reward Emblems of Heroism in phase 1, Emblems of Valor in phase 2, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available - Naxxramas will reward Emblems of Valor before phase 3, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available - Ulduar will reward Emblems of Conquest before phase 3 and Emblems of Triumph after ICC is available --- sql/world/base/wotlk_emblems.sql | 1266 +++++++++++++++++++++++++++++- 1 file changed, 1246 insertions(+), 20 deletions(-) diff --git a/sql/world/base/wotlk_emblems.sql b/sql/world/base/wotlk_emblems.sql index f021e31..dbfa951 100644 --- a/sql/world/base/wotlk_emblems.sql +++ b/sql/world/base/wotlk_emblems.sql @@ -1,26 +1,1257 @@ -/* WotLK Heroic Dungeon bosses should drop Emblems of Heroism */ -UPDATE `creature_loot_template` SET `item` = 40752 WHERE `item` = 47241 AND `entry` IN (28860, 30397, 30398, 30510, 30529, 30530, 30532, 30540, 30748, +/* + source: https://www.wowhead.com/wotlk/guide/wrath-of-the-lich-king-classic-overview + https://wowpedia.fandom.com/wiki/Patch_3.2.0 + https://wowpedia.fandom.com/wiki/Patch_3.3.0 + Heroic dungeons will drop Emblems of Heroism in phase 1, Emblems of Valor in phase 2, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available + Naxx will drop Emblems of Valor before phase 3, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available + Ulduar will drop Emblems of Conquest before phase 3, Emblems of Triumph after ICC is available +*/ + +-- heroic dungeons +DELETE FROM `creature_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `entry` IN (28860, 30397, 30398, 30510, 30529, 30530, 30532, 30540, 30748, 30774, 30788, 30807, 30810, 31125, 31211, 31212, 31215, 31349, 31350, 31360, 31362, 31367, 31368, 31370, 31381, 31384, 31386, 31456, 31463, 31464, 31465, 31469, 31506, 31507, 31508, 31509, 31510, 31511, 31512, 31533, 31536, 31537, 31538, 31558, 31559, 31560, 31610, 31611, 31612, 31656, 31673, 31679, 31722, 32313, 35490, 36476, 36494, 36497, 36498, 36502, 36538, 36658, 36938, 37613, 37627, 37677, 38112, 38113, 38599, 38603); -UPDATE `gameobject_loot_template` SET `item` = 40752 WHERE `item` = 47241 AND `entry` IN (24524, 24589, 26260, 27416, 27417); -/* Tier 7 Raid bosses should drop Emblem of Valor */ -UPDATE `creature_loot_template` SET `item` = 40753 WHERE `item` = 47241 AND `entry` IN (15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +-- +(28860, 40752, 0, 100, 0, 1, 0, 3, 3, 'Sartharion - Emblem of Heroism'), +(28860, 40753, 0, 100, 0, 1, 0, 3, 3, 'Sartharion - Emblem of Valor'), +(28860, 45624, 0, 100, 0, 1, 0, 3, 3, 'Sartharion - Emblem of Conquest'), +(28860, 47241, 0, 100, 0, 1, 0, 3, 3, 'Sartharion - Emblem of Triump'), +(30397, 40752, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Heroism'), +(30397, 40753, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Valor'), +(30397, 45624, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Conquest'), +(30397, 47241, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Triump'), +(30398, 40752, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Heroism'), +(30398, 40753, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Valor'), +(30398, 45624, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Conquest'), +(30398, 47241, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Triump'), +(30510, 40752, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Heroism'), +(30510, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Valor'), +(30510, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Conquest'), +(30510, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Triump'), +(30529, 40752, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Heroism'), +(30529, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Valor'), +(30529, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Conquest'), +(30529, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Triump'), +(30530, 40752, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Heroism'), +(30530, 40753, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Valor'), +(30530, 45624, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Conquest'), +(30530, 47241, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Triumph'), +(30532, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Heroism'), +(30532, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Valor'), +(30532, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Conquest'), +(30532, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Triumph'), +(30540, 40752, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Heroism'), +(30540, 40753, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Valor'), +(30540, 45624, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Conquest'), +(30540, 47241, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Triumph'), +(30748, 40752, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Heroism'), +(30748, 40753, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Valor'), +(30748, 45624, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Conquest'), +(30748, 47241, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Triumph'), +(30774, 40752, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Heroism'), +(30774, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Valor'), +(30774, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Conquest'), +(30774, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Triumph'), +(30788, 40752, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Heroism'), +(30788, 40753, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Valor'), +(30788, 45624, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Conquest'), +(30788, 47241, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Triumph'), +(30807, 40752, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Heroism'), +(30807, 40753, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Valor'), +(30807, 45624, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Conquest'), +(30807, 47241, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Triumph'), +(30810, 40752, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Heroism'), +(30810, 40753, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Valor'), +(30810, 45624, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Conquest'), +(30810, 47241, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Triumph'), +(31125, 40752, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Heroism'), +(31125, 40753, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Valor'), +(31125, 45624, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Conquest'), +(31125, 47241, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Triumph'), +(31211, 40752, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Heroism'), +(31211, 40753, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Valor'), +(31211, 45624, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Conquest'), +(31211, 47241, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Triumph'), +(31212, 40752, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Heroism'), +(31212, 40753, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Valor'), +(31212, 45624, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Conquest'), +(31212, 47241, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Triumph'), +(31215, 40752, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Heroism'), +(31215, 40753, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Valor'), +(31215, 45624, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Conquest'), +(31215, 47241, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Triumph'), +(31349, 40752, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Heroism'), +(31349, 40753, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Valor'), +(31349, 45624, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Conquest'), +(31349, 47241, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Triumph'), +(31350, 40752, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Heroism'), +(31350, 40753, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Valor'), +(31350, 45624, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Conquest'), +(31350, 47241, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Triumph'), +(31360, 40752, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\'ja (1) - Emblem of Heroism'), +(31360, 40753, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\'ja (1) - Emblem of Valor'), +(31360, 45624, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\'ja (1) - Emblem of Conquest'), +(31360, 47241, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\'ja (1) - Emblem of Triumph'), +(31362, 40752, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Heroism'), +(31362, 40753, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Valor'), +(31362, 45624, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Conquest'), +(31362, 47241, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Triumph'), +(31367, 40752, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Heroism'), +(31367, 40753, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Valor'), +(31367, 45624, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Conquest'), +(31367, 47241, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Triumph'), +(31368, 40752, 0, 100, 0, 1, 0, 1, 1, 'Gal\'darah (1) - Emblem of Heroism'), +(31368, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gal\'darah (1) - Emblem of Valor'), +(31368, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gal\'darah (1) - Emblem of Conquest'), +(31368, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gal\'darah (1) - Emblem of Triumph'), +(31370, 40752, 0, 100, 0, 1, 0, 1, 1, 'Slad\'ran (1) - Emblem of Heroism'), +(31370, 40753, 0, 100, 0, 1, 0, 1, 1, 'Slad\'ran (1) - Emblem of Valor'), +(31370, 45624, 0, 100, 0, 1, 0, 1, 1, 'Slad\'ran (1) - Emblem of Conquest'), +(31370, 47241, 0, 100, 0, 1, 0, 1, 1, 'Slad\'ran (1) - Emblem of Triumph'), +(31381, 40752, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Heroism'), +(31381, 40753, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Valor'), +(31381, 45624, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Conquest'), +(31381, 47241, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Triumph'), +(31384, 40752, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Heroism'), +(31384, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Valor'), +(31384, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Conquest'), +(31384, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Triumph'), +(31386, 40752, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Heroism'), +(31386, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Valor'), +(31386, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Conquest'), +(31386, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Triumph'), +(31456, 40752, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Heroism'), +(31456, 40753, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Valor'), +(31456, 45624, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Conquest'), +(31456, 47241, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Triumph'), +(31463, 40752, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Heroism'), +(31463, 40753, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Valor'), +(31463, 45624, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Conquest'), +(31463, 47241, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Triumph'), +(31464, 40752, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Heroism'), +(31464, 40753, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Valor'), +(31464, 45624, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Conquest'), +(31464, 47241, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Triumph'), +(31465, 40752, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Heroism'), +(31465, 40753, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Valor'), +(31465, 45624, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Conquest'), +(31465, 47241, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1)- Emblem of Triumph'), +(31469, 40752, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Heroism'), +(31469, 40753, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Valor'), +(31469, 45624, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Conquest'), +(31469, 47241, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Triumph'), +(31506, 40752, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Heroism'), +(31506, 40753, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Valor'), +(31506, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Conquest'), +(31506, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Triumph'), +(31507, 40752, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Heroism'), +(31507, 40753, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Valor'), +(31507, 45624, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Conquest'), +(31507, 47241, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Triumph'), +(31508, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Heroism'), +(31508, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Valor'), +(31508, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Conquest'), +(31508, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Triumph'), +(31509, 40752, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Heroism'), +(31509, 40753, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Valor'), +(31509, 45624, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Conquest'), +(31509, 47241, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Triumph'), +(31510, 40752, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Heroism'), +(31510, 40753, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Valor'), +(31510, 45624, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Conquest'), +(31510, 47241, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Triumph'), +(31511, 40752, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Heroism'), +(31511, 40753, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Valor'), +(31511, 45624, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Conquest'), +(31511, 47241, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Triumph'), +(31512, 40752, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Heroism'), +(31512, 40753, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Valor'), +(31512, 45624, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Conquest'), +(31512, 47241, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Triumph'), +(31533, 40752, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Heroism'), +(31533, 40753, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Valor'), +(31533, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Conquest'), +(31533, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Triumph'), +(31536, 40752, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Heroism'), +(31536, 40753, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Valor'), +(31536, 45624, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Conquest'), +(31536, 47241, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Triumph'), +(31537, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Heroism'), +(31537, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Valor'), +(31537, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Conquest'), +(31537, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Triumph'), +(31538, 40752, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Heroism'), +(31538, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Valor'), +(31538, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Conquest'), +(31538, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Triumph'), +(31558, 40752, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Heroism'), +(31558, 40753, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Valor'), +(31558, 45624, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Conquest'), +(31558, 47241, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Triumph'), +(31559, 40752, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Heroism'), +(31559, 40753, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Valor'), +(31559, 45624, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Conquest'), +(31559, 47241, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Triumph'), +(31560, 40752, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Heroism'), +(31560, 40753, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Valor'), +(31560, 45624, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Conquest'), +(31560, 47241, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Triumph'), +(31610, 40752, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Emblem of Heroism'), +(31610, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Emblem of Valor'), +(31610, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Emblem of Conquest'), +(31610, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Emblem of Triumph'), +(31611, 40752, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Heroism'), +(31611, 40753, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Valor'), +(31611, 45624, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Conquest'), +(31611, 47241, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Triumph'), +(31612, 40752, 0, 100, 0, 1, 0, 1, 1, 'Krik\'thir the Gatewatcher (1) - Emblem of Heroism'), +(31612, 40753, 0, 100, 0, 1, 0, 1, 1, 'Krik\'thir the Gatewatcher (1) - Emblem of Valor'), +(31612, 45624, 0, 100, 0, 1, 0, 1, 1, 'Krik\'thir the Gatewatcher (1) - Emblem of Conquest'), +(31612, 47241, 0, 100, 0, 1, 0, 1, 1, 'Krik\'thir the Gatewatcher (1) - Emblem of Triumph'), +(31656, 40752, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Heroism'), +(31656, 40753, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Valor'), +(31656, 45624, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Conquest'), +(31656, 47241, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Triumph'), +(31673, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Heroism'), +(31673, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Valor'), +(31673, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Conquest'), +(31673, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Triumph'), +(31679, 40752, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Heroism'), +(31679, 40753, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Valor'), +(31679, 45624, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Conquest'), +(31679, 47241, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Triumph'), +(31722, 40752, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Heroism'), +(31722, 40753, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Valor'), +(31722, 45624, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Conquest'), +(31722, 47241, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Triumph'), +(32313, 40752, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Heroism'), +(32313, 40753, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Valor'), +(32313, 45624, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Conquest'), +(32313, 47241, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Triumph'), +(35490, 40752, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Heroism'), +(35490, 40753, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Valor'), +(35490, 45624, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Conquest'), +(35490, 47241, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Triumph'), +(36476, 40752, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Heroism'), +(36476, 40753, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Valor'), +(36476, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Conquest'), +(36476, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Triumph'), +(36494, 40752, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Heroism'), +(36494, 40753, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Valor'), +(36494, 45624, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Conquest'), +(36494, 47241, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Triumph'), +(36497, 40752, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Heroism'), +(36497, 40753, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Valor'), +(36497, 45624, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Conquest'), +(36497, 47241, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Triumph'), +(36498, 40752, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Heroism'), +(36498, 40753, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Valor'), +(36498, 45624, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Conquest'), +(36498, 47241, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Triumph'), +(36502, 40752, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Heroism'), +(36502, 40753, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Valor'), +(36502, 45624, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Conquest'), +(36502, 47241, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Triumph'), +(36538, 40752, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Heroism'), +(36538, 40753, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Valor'), +(36538, 45624, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Conquest'), +(36538, 47241, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Triumph'), +(36658, 40752, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Heroism'), +(36658, 40753, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Valor'), +(36658, 45624, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Conquest'), +(36658, 47241, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Triumph'), +(36938, 40752, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Heroism'), +(36938, 40753, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Valor'), +(36938, 45624, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Conquest'), +(36938, 47241, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Triumph'), +(37613, 40752, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Heroism'), +(37613, 40753, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Valor'), +(37613, 45624, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Conquest'), +(37613, 47241, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Triumph'), +(37627, 40752, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Heroism'), +(37627, 40753, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Valor'), +(37627, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Conquest'), +(37627, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Triumph'), +(37677, 40752, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Heroism'), +(37677, 40753, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Valor'), +(37677, 45624, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Conquest'), +(37677, 47241, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Triumph'), +(38112, 40752, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Heroism'), +(38112, 40753, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Valor'), +(38112, 45624, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Conquest'), +(38112, 47241, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Triumph'), +(38113, 40752, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Heroism'), +(38113, 40753, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Valor'), +(38113, 45624, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Conquest'), +(38113, 47241, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Triumph'), +(38599, 40752, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Heroism'), +(38599, 40753, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Valor'), +(38599, 45624, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Conquest'), +(38599, 47241, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Triumph'), +(38603, 40752, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Heroism'), +(38603, 40753, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Valor'), +(38603, 45624, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Conquest'), +(38603, 47241, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Triumph'); + +DELETE FROM `gameobject_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `entry` IN (24524, 24589, 26260, 27416, 27417); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(24524, 40752, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'), +(24524, 40753, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'), +(24524, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'), +(24524, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'), +(24589, 40752, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'), +(24589, 40753, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'), +(24589, 45624, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'), +(24589, 47241, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'), +(26260, 40752, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'), +(26260, 40753, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'), +(26260, 45624, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'), +(26260, 47241, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'), +(27416, 40752, 0, 100, 0, 1, 0, 1, 1, 'Eadric\'s Cache'), +(27416, 40753, 0, 100, 0, 1, 0, 1, 1, 'Eadric\'s Cache'), +(27416, 45624, 0, 100, 0, 1, 0, 1, 1, 'Eadric\'s Cache'), +(27416, 47241, 0, 100, 0, 1, 0, 1, 1, 'Eadric\'s Cache'), +(27417, 40752, 0, 100, 0, 1, 0, 1, 1, 'Confessor\'s Cache'), +(27417, 40753, 0, 100, 0, 1, 0, 1, 1, 'Confessor\'s Cache'), +(27417, 45624, 0, 100, 0, 1, 0, 1, 1, 'Confessor\'s Cache'), +(27417, 47241, 0, 100, 0, 1, 0, 1, 1, 'Confessor\'s Cache'); + + +DELETE FROM `conditions` WHERE `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN (28860, 30397, 30398, 30510, 30529, 30530, 30532, 30540, 30748, +30774, 30788, 30807, 30810, 31125, 31211, 31212, 31215, 31349, 31350, 31360, 31362, 31367, 31368, 31370, 31381, 31384, 31386, 31456, 31463, +31464, 31465, 31469, 31506, 31507, 31508, 31509, 31510, 31511, 31512, 31533, 31536, 31537, 31538, 31558, 31559, 31560, 31610, 31611, 31612, 31656, +31673, 31679, 31722, 32313, 35490, 36476, 36494, 36497, 36498, 36502, 36538, 36658, 36938, 37613, 37627, 37677, 38112, 38113, 38599, 38603); +DELETE FROM `conditions` WHERE `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN (24524, 24589, 26260, 27416, 27417); + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(1, 28860, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 28860, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 28860, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 28860, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 28860, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 28860, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30397, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30397, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30397, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30397, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30397, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30397, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30398, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30398, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30398, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30398, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30398, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30398, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30510, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30510, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30510, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30510, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30510, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30510, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30529, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30529, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30529, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30529, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30529, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30529, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30530, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30530, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30530, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30530, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30530, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30530, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30532, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30532, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30532, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30532, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30532, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30532, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30540, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30540, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30540, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30540, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30540, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30540, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30748, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30748, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30748, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30748, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30748, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30748, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30774, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30774, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30774, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30774, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30774, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30774, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30788, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30788, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30788, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30788, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30788, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30788, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30807, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30807, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30807, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30807, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30807, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30807, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30810, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 30810, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 30810, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30810, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30810, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30810, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31125, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31125, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31125, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31125, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31125, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31125, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31211, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31211, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31211, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31211, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31211, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31211, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31212, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31212, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31212, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31212, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31212, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31212, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31215, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31215, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31215, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31215, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31215, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31215, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31349, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31349, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31349, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31349, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31349, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31349, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31350, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31350, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31350, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31350, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31350, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31350, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31360, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31360, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31360, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31360, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31360, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31360, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31362, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31362, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31362, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31362, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31362, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31362, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31367, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31367, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31367, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31367, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31367, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31367, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31368, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31368, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31368, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31368, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31368, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31368, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31370, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31370, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31370, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31370, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31370, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31370, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31381, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31381, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31381, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31381, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31381, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31381, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31384, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31384, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31384, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31384, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31384, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31384, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31386, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31386, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31386, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31386, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31386, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31386, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31456, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31456, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31456, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31456, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31456, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31456, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31463, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31463, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31463, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31463, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31463, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31463, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31464, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31464, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31464, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31464, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31464, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31464, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31465, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31465, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31465, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31465, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31465, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31465, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31469, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31469, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31469, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31469, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31469, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31469, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31506, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31506, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31506, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31506, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31506, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31506, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31507, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31507, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31507, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31507, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31507, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31507, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31508, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31508, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31508, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31508, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31508, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31508, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31509, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31509, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31509, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31509, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31509, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31509, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31510, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31510, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31510, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31510, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31510, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31510, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31511, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31511, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31511, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31511, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31511, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31511, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31512, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31512, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31512, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31512, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31512, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31512, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31533, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31533, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31533, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31533, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31533, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31533, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31536, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31536, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31536, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31536, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31536, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31536, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31537, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31537, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31537, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31537, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31537, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31537, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31538, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31538, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31538, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31538, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31538, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31538, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31558, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31558, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31558, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31558, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31558, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31558, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31559, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31559, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31559, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31559, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31559, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31559, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31560, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31560, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31560, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31560, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31560, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31560, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31610, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31610, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31610, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31610, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31610, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31610, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31611, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31611, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31611, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31611, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31611, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31611, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31612, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31612, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31612, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31612, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31612, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31612, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31656, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31656, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31656, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31656, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31656, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31656, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31673, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31673, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31673, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31673, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31673, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31673, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31679, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31679, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31679, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31679, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31679, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31679, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31722, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 31722, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 31722, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31722, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31722, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31722, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 32313, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 32313, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 32313, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 32313, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 32313, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 32313, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 35490, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 35490, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 35490, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 35490, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 35490, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 35490, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36476, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36476, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36476, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36476, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36476, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36476, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36494, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36494, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36494, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36494, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36494, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36494, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36497, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36497, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36497, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36497, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36497, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36497, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36498, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36498, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36498, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36498, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36498, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36498, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36502, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36502, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36502, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36502, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36502, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36502, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36538, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36538, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36538, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36538, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36538, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36538, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36658, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36658, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36658, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36658, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36658, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36658, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 36938, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 36938, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 36938, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 36938, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 36938, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 36938, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 37613, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 37613, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 37613, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 37613, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 37613, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 37613, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 37627, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 37627, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 37627, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 37627, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 37627, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 37627, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 37677, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 37677, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 37677, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 37677, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 37677, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 37677, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 38112, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 38112, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 38112, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 38112, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 38112, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 38112, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 38113, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 38113, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 38113, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 38113, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 38113, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 38113, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 38599, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 38599, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 38599, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 38599, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 38599, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 38599, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 38603, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(1, 38603, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(1, 38603, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 38603, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 38603, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 38603, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +-- +(4, 24524, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(4, 24524, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(4, 24524, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 24524, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 24524, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 24524, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 24589, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(4, 24589, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(4, 24589, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 24589, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 24589, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 24589, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26260, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(4, 26260, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(4, 26260, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 26260, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 26260, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26260, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27416, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(4, 27416, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(4, 27416, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 27416, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 27416, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27416, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27417, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'), +(4, 27417, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'), +(4, 27417, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 27417, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 27417, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27417, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'); + + +-- tier 7 raid bosses, Naxxramas +DELETE FROM `creature_loot_template` WHERE `Item` IN (40753, 45624, 47241) AND `entry` IN (15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, 15990, 16011, 16028, 16060, 16061, 29249, 29268, 29278, 29324, 29373, 29417, 29448, 29615, 29701, 29718, 29932, 29940, 29955, 29991, 30061, 31311); + +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +-- +(15928, 40753, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Valor'), +(15928, 45624, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Conquest'), +(15928, 47241, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Triumph'), +(15931, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Valor'), +(15931, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Conquest'), +(15931, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Triumph'), +(15932, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Valor'), +(15932, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Conquest'), +(15932, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Triumph'), +(15936, 40753, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Valor'), +(15936, 45624, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Conquest'), +(15936, 47241, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Triumph'), +(15952, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Valor'), +(15952, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Conquest'), +(15952, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Triumph'), +(15953, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Valor'), +(15953, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Conquest'), +(15953, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Triumph'), +(15954, 40753, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Valor'), +(15954, 45624, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Conquest'), +(15954, 47241, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Triumph'), +(15956, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan - Emblem of Valor'), +(15956, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan - Emblem of Conquest'), +(15956, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan - Emblem of Triumph'), +(15989, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Valor'), +(15989, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Conquest'), +(15989, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Triumph'), +(15990, 40753, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad - Emblem of Valor'), +(15990, 45624, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad - Emblem of Conquest'), +(15990, 47241, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad - Emblem of Triumph'), +(16011, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Valor'), +(16011, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Conquest'), +(16011, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Triumph'), +(16028, 40753, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Valor'), +(16028, 45624, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Conquest'), +(16028, 47241, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Triumph'), +(16060, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Valor'), +(16060, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Conquest'), +(16060, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Triumph'), +(16061, 40753, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Valor'), +(16061, 45624, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Conquest'), +(16061, 47241, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Triumph'), +(29249, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan (1) - Emblem of Valor'), +(29249, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan (1) - Emblem of Conquest'), +(29249, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\'Rekhan (1) - Emblem of Triumph'), +(29268, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Valor'), +(29268, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Conquest'), +(29268, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Triumph'), +(29278, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Valor'), +(29278, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Conquest'), +(29278, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Triumph'), +(29324, 40753, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Valor'), +(29324, 45624, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Conquest'), +(29324, 47241, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Triumph'), +(29373, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Valor'), +(29373, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Conquest'), +(29373, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Triumph'), +(29417, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Valor'), +(29417, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Conquest'), +(29417, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Triumph'), +(29448, 40753, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Valor'), +(29448, 45624, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Conquest'), +(29448, 47241, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Triumph'), +(29615, 40753, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Valor'), +(29615, 45624, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Conquest'), +(29615, 47241, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Triumph'), +(29701, 40753, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Valor'), +(29701, 45624, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Conquest'), +(29701, 47241, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Triumph'), +(29718, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Valor'), +(29718, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Conquest'), +(29718, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Triumph'), +(29932, 40753, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Valor'), +(29932, 45624, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Conquest'), +(29932, 47241, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Triumph'), +(29940, 40753, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Valor'), +(29940, 45624, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Conquest'), +(29940, 47241, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Triumph'), +(29955, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Valor'), +(29955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Conquest'), +(29955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Triumph'), +(29991, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Valor'), +(29991, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Conquest'), +(29991, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Triumph'), +(30061, 40753, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad (1) - Emblem of Valor'), +(30061, 45624, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad (1) - Emblem of Conquest'), +(30061, 47241, 0, 100, 0, 1, 0, 2, 2, 'Kel\'Thuzad (1) - Emblem of Triumph'), +(31311, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Valor'), +(31311, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Conquest'), +(31311, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Triumph'); + +DELETE FROM `gameobject_loot_template` WHERE `Item` IN (40753, 45624, 47241) AND `entry` IN (25192, 25193, 26094, 26097); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(25192, 40753, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(25192, 45624, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(25192, 47241, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(25193, 40753, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(25193, 45624, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(25193, 47241, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'), +(26094, 40753, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'), +(26094, 45624, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'), +(26094, 47241, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'), +(26097, 40753, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'), +(26097, 45624, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'), +(26097, 47241, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\'s Gift'); + UPDATE `creature_loot_template` SET `Reference` = 60001 WHERE `Reference` = 34349 AND `entry` = 31311; -UPDATE `gameobject_loot_template` SET `item` = 40753 WHERE `item` = 47241 AND `entry` IN (25192, 25193, 26094, 26097); -/* Tier 8 Raid bosses should drop Emblem of Conquest */ -UPDATE `creature_loot_template` SET `item` = 45624 WHERE `item` = 47241 AND `entry` IN (32857, 32867, 32927, 33118, 33186, 33190, 33271, 33288, -33293, 33449, 33515, 33692, 33693, 33694, 33724, 33885, 33955, 33993, 33994, 34175); -UPDATE `reference_loot_template` SET `item` = 45624 WHERE `Entry` = 34349; -UPDATE `gameobject_loot_template` SET `item` = 45624 WHERE `item` = 47241 AND `entry` IN (26929, 26946, 26955, 26956, 26959, 26960, 26961, 26962, 26963, 26967, -26974, 27030, 27061, 27068, 27073, 27074, 27078, 27079, 27080, 27081, 27085, 27086); +DELETE FROM `reference_loot_template` WHERE `Entry` = 60001; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(60001, 40753, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Valor'), +(60001, 45624, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Conquest'), +(60001, 47241, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Triumph'); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN (15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, +15990, 16011, 16028, 16060, 16061, 29249, 29268, 29278, 29324, 29373, 29417, 29448, 29615, 29701, 29718, 29932, 29940, 29955, 29991, 30061, 31311); +DELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN (25192, 25193, 26094, 26097); +DELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN (60001); + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(1, 15928, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15928, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15928, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15928, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15931, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15931, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15931, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15931, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15932, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15932, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15932, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15932, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15936, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15936, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15936, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15936, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15952, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15952, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15952, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15952, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15953, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15953, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15953, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15953, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15954, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15954, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15954, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15954, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15956, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15956, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15956, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15956, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15989, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15989, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15989, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15989, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 15990, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 15990, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 15990, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 15990, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 16011, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 16011, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 16011, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 16011, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 16028, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 16028, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 16028, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 16028, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 16060, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 16060, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 16060, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 16060, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 16061, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 16061, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 16061, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 16061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29249, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29249, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29249, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29249, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29268, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29268, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29268, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29268, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29278, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29278, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29278, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29278, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29324, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29324, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29324, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29324, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29373, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29373, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29373, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29373, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29417, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29417, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29417, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29417, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29448, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29448, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29448, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29448, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29615, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29615, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29615, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29615, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29701, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29701, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29701, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29701, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29718, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29718, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29718, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29718, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29932, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29932, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29932, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29932, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29940, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29940, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29940, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29940, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29955, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29955, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29955, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 29991, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 29991, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 29991, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 29991, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 30061, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 30061, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 30061, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 30061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 31311, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(1, 31311, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(1, 31311, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 31311, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +-- +(4, 25192, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 25192, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 25192, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 25192, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 25193, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 25193, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 25193, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 25193, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26094, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 26094, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 26094, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26094, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26097, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(4, 26097, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(4, 26097, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26097, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +-- +(10, 60001, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'), +(10, 60001, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'), +(10, 60001, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(10, 60001, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'); + + +-- tier 8 raid bosses, Ulduar +DELETE FROM `creature_loot_template` WHERE `Item` IN (45624, 47241) AND `entry` IN +(32857, 32867, 32927, 33118, 33186, 33190, 33271, 33288, 33293, 33449, 33515, 33692, 33693, 33694, 33724, 33885, 33955, 33993, 33994, 34175); + +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +-- +(32857, 45624, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir - Emblem of Conquest'), -- Ulduar, Assembly of Iron +(32857, 47241, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir - Emblem of Triumph'), +(32867, 45624, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker - Emblem of Conquest'), -- Ulduar, Assembly of Iron +(32867, 47241, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker - Emblem of Triumph'), +(32927, 45624, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim - Emblem of Conquest'), -- Ulduar, Assembly of Iron +(32927, 47241, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim - Emblem of Triumph'), +(33118, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ignis the Furnace Master - Emblem of Conquest'), +(33118, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ignis the Furnace Master - Emblem of Triumph'), +(33186, 45624, 0, 100, 0, 1, 0, 1, 1, 'Razorscale - Emblem of Conquest'), +(33186, 47241, 0, 100, 0, 1, 0, 1, 1, 'Razorscale - Emblem of Triumph'), +(33190, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ignis the Furnace Master (1) - Emblem of Conquest'), +(33190, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ignis the Furnace Master (1) - Emblem of Triumph'), +(33271, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Vezax - Emblem of Conquest'), +(33271, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Vezax - Emblem of Triumph'), +(33288, 45624, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron - Emblem of Conquest'), +(33288, 47241, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron - Emblem of Triumph'), +(33293, 45624, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor - Emblem of Conquest'), +(33293, 47241, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor - Emblem of Triumph'), +(33449, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Vezax (1) - Emblem of Conquest'), +(33449, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Vezax (1) - Emblem of Triumph'), +(33515, 45624, 0, 100, 0, 1, 0, 1, 1, 'Auriaya - Emblem of Conquest'), +(33515, 47241, 0, 100, 0, 1, 0, 1, 1, 'Auriaya - Emblem of Triumph'), +(33692, 45624, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim (1) - Emblem of Conquest'), +(33692, 47241, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim (1) - Emblem of Triumph'), +(33693, 45624, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker (1) - Emblem of Conquest'), +(33693, 47241, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker (1) - Emblem of Triumph'), +(33694, 45624, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir (1) - Emblem of Conquest'), +(33694, 47241, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir (1) - Emblem of Triumph'), +(33724, 45624, 0, 100, 0, 1, 0, 1, 1, 'Razorscale (1) - Emblem of Conquest'), +(33724, 47241, 0, 100, 0, 1, 0, 1, 1, 'Razorscale (1) - Emblem of Triumph'), +(33885, 45624, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor (1) - Emblem of Conquest'), +(33885, 47241, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor (1) - Emblem of Triumph'), +(33955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron (1) - Emblem of Conquest'), +(33955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron (1) - Emblem of Triumph'), +(33993, 45624, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher - Emblem of Conquest'), +(33993, 47241, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher - Emblem of Triumph'), +(33994, 45624, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher (1) - Emblem of Conquest'), +(33994, 47241, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher (1) - Emblem of Triumph'), +(34175, 45624, 0, 100, 0, 1, 0, 1, 1, 'Auriaya (1) - Emblem of Conquest'), +(34175, 47241, 0, 100, 0, 1, 0, 1, 1, 'Auriaya (1) - Emblem of Triumph'); + +DELETE FROM `gameobject_loot_template` WHERE `Item` IN (45624, 47241) AND `entry` IN +(26929, 26946, 26955, 26956, 26959, 26960, 26961, 26962, 26963, 26967, 26974, 27030, 27061, 27068, 27073, 27074, 27078, 27079, 27080, 27081, 27085, 27086); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(26929, 45624, 0, 100, 0, 1, 0, 1, 2, 'Cache of Living Stone'), +(26929, 47241, 0, 100, 0, 1, 0, 1, 2, 'Cache of Living Stone'), +(26946, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'), +(26946, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'), +(26955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(26955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(26956, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(26956, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(26959, 45624, 0, 100, 0, 1, 0, 2, 2, 'Freya\'s Gift'), +(26959, 47241, 0, 100, 0, 1, 0, 2, 2, 'Freya\'s Gift'), +(26960, 45624, 0, 100, 0, 1, 0, 2, 2, 'Freya\'s Gift'), +(26960, 47241, 0, 100, 0, 1, 0, 2, 2, 'Freya\'s Gift'), +(26961, 45624, 0, 100, 0, 1, 0, 1, 1, 'Freya\'s Gift'), +(26961, 47241, 0, 100, 0, 1, 0, 1, 1, 'Freya\'s Gift'), +(26962, 45624, 0, 100, 0, 1, 0, 1, 1, 'Freya\'s Gift'), +(26962, 47241, 0, 100, 0, 1, 0, 1, 1, 'Freya\'s Gift'), +(26963, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(26963, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(26967, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(26967, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(26974, 45624, 0, 100, 0, 1, 0, 2, 2, 'Gift of the Observer'), +(26974, 47241, 0, 100, 0, 1, 0, 2, 2, 'Gift of the Observer'), +(27030, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gift of the Observer'), +(27030, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gift of the Observer'), +(27061, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Living Stone'), +(27061, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Living Stone'), +(27068, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'), +(27068, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'), +(27073, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(27073, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(27074, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(27074, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'), +(27078, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27078, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27079, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27079, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27080, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27080, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27081, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27081, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\'s Gift'), +(27085, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(27085, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(27086, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'), +(27086, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'); + +DELETE FROM `reference_loot_template` WHERE `Entry` = 34349; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(34349, 45624, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Conquest'), +(34349, 47241, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Triumph'); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN +(32857, 32867, 32927, 33118, 33186, 33190, 33271, 33288, 33293, 33449, 33515, 33692, 33693, 33694, 33724, 33885, 33955, 33993, 33994, 34175); +DELETE FROM `conditions` WHERE `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN +(26929, 26946, 26955, 26956, 26959, 26960, 26961, 26962, 26963, 26967, 26974, 27030, 27061, 27068, 27073, 27074, 27078, 27079, 27080, 27081, 27085, 27086); +DELETE FROM `conditions` WHERE `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN (34349); + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(1, 32857, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 32857, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 32867, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 32867, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 32927, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 32927, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33118, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33118, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33186, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33186, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33190, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33190, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33271, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33271, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33288, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33288, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33293, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33293, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33449, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33449, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33515, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33515, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33692, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33692, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33693, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33693, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33694, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33694, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33724, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33724, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33885, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33885, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33955, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33993, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33993, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 33994, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 33994, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(1, 34175, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(1, 34175, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +-- +(4, 26929, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26929, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26946, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26946, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26955, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26956, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26956, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26959, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26959, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26960, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26960, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26961, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26961, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26962, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26962, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26963, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26963, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26967, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26967, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 26974, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 26974, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27030, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27030, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27061, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27068, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27068, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27073, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27073, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27074, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27074, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27078, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27078, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27079, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27079, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27080, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27080, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27081, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27081, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27085, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27085, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +(4, 27086, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(4, 27086, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'), +-- +(10, 34349, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'), +(10, 34349, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'); -/* Tier 9 Raid bosses should drop Emblem of Triumph - no change needed*/ -# UPDATE `creature_loot_template` SET `item` = 47241 WHERE `item` = 47241 AND `entry` IN (34497, 34564, 34566, 34780, 34797, 35013, 35216, 35268, -# 35269, 35347, 35349, 35351, 35360, 35447, 35448, 35449, 35615, 35616); /* Conquest vendors */ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_ulduar' WHERE `entry` IN (33963, 33964); @@ -30,8 +1261,3 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_totc' WHERE `entry` /* Frost vendors */ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry` IN (37941, 37942, 38858); - -/* Reference Tables */ -DELETE FROM `reference_loot_template` WHERE `Entry`=60001 AND `Item`=40753; -INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES -(60001, 40753, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Valor');